A lobby room where multiple player can compete with each other
Is it possible to create a lobby of multiplayer, who are competing against each other on their phones with a personal instance of the game running on their cell phones and when the game gets over the player gets to know who tops the leaderboard.
While the player is competing with each other, they get a real-time update of who are the one's who are topping the leaderboard.
The tutorials and videos that I saw teach to create a room where multiple players spawn in the same instance and each player can see what others are doing. This is what I have finished trying but I need later.
I want each player to know about other players only after the player game and then he gets to see in Leaderboards through scores and when they are competing they get to know who are the top three all the time.
Your answer
Follow this Question
Related Questions
How can I send update to all clients from one client in Multiplayer game in Unity3d? 0 Answers
[Multiplayer Lobby] NetworkManager has a NetworkIdentity component 1 Answer
Modifying Unity Network Lobby 0 Answers
Exiting a UNET lobby causes future ClientRPC calls to be ignored. 1 Answer
How to decide an asynchronous multiplayer solution for a turn based mobile chess game? 0 Answers