Unity Photon 2-5 players play mode for 2D mobile game

Job ID: 31446718

Budget: $20 – $50 USD

Hello, I’m developing 2D game. It’s single player game with few different modes, however I want to add one multiplayer mode. I’m not new into Photon, however this time I have problems with some things.

First of all, you don’t need to build the scene from scratch, you just need to copy mode from single player to multiplayer. You also don’t need to work on controls of players as I have already done them.

Here is the list of problems:
1. I have problem with “Ready Button” which will appear at the start of each round. When ALL players in the room click on the button the round will start. If player doesn’t click on the ready button during 20 seconds - it automatically leaves the room.
2. The second problem is to spawn obstacle course for every player at the start of each round which contains of black circle, black box and gray main course (all of them have moving parts so they must be synchronized).
3. The third problem is to make scoring system, when one player touches the finish - this player gets 1 point. The game is set on pause and UI with “Ready Button” and text “You finished and got the point” or “You didn’t get the point” appears for all players.
4. Finally, the fourth task is to make score UI which contains of player’s skins and text number of score (updates every time player finishes the course).