Simultaneous Same Scenes
So I'm working on a project for my class this quarter where we have to create a networked game with a lobby system without using Unity's higher level API (such as its lobby system and NetworkManager). NetworkIdentity and NetworkServer/Client are fine.
We got the networking down for one server. But now for our next milestone we have to worry about a lobby system. Since we're hosting this on a dedicated server (using my desktop) we had to sit back and think about how we'd tackle this (since we can't use Unity's lobby system).
How would we go about this? We'd need to be able to run the same scene simultaneously and then destroy it when players leave. What direction should my team go about this?
Try using photon unity network if you are allowed to.
Your answer
Follow this Question
Related Questions
Modifying Unity Network Lobby 0 Answers
[Multiplayer Lobby] NetworkManager has a NetworkIdentity component 1 Answer
Exiting a UNET lobby causes future ClientRPC calls to be ignored. 1 Answer
How can players select their own preferences in the lobby? 1 Answer
How to spawn a different game player prefab based on player choice with Network Lobby Manager? 0 Answers