This is a simple multiplayer game developed with Unity using the Photon plugin. The game features a third-person character for each player, and supports both PC and phone inputs to control the character. The game also has a mechanism for joining and leaving rooms, and rooms are mapped to how many players have joined the game.
To install the game, you will need to follow these steps:
- Clone or download the repository to your local machine.
- Open the project in Unity.
- Import the Photon Unity Networking (PUN) plugin from the Unity Asset Store.
- Set up your Photon account and add your App ID to the PhotonServerSettings in the Assets/Photon/PhotonUnityNetworking/Resources folder.
- Build the game for your desired platform.
Once you have installed the game, you can start playing it by following these steps:
- Launch the game and click on the "Play" button.
- Enter a name for your character and select a room to join. If there are no available rooms, you can create your own room.
- Once you have joined a room, you will be placed in the game with other players.
- Use the keyboard or touch controls to move your character and interact with the environment.
- Enjoy playing the game with other players!
Watch a demo of the game in action:
If you would like to contribute to the game, you can fork the repository and submit a pull request with your changes.
This game was developed by me using Unity and the Photon plugin. Special thanks to Photon for providing the networking technology.
This game is licensed under the MIT License.