- Home /
Is it possible to jump from one room to another dynamically while playing game ?
Hi Everyone !! I was planning to make a multiplayer game in unity. My idea of the game is this that there will be a number of teams in a game. Each team will be allocated a room in a lobby. The room of the game will be containing some customProperties like the position of the the team where it was spawned. Now when some other team corresponding to some other room comes close to a room(containing the location of the team in the scene as the custom room properties) , I want that all the members of that room get spawned in the other room so that the the team members can see each other and interact with each other. Is it possible to dynamically changing the rooms in PUN.
Your answer
Follow this Question
Related Questions
Unity networking tutorial? 6 Answers
Problems/Errors With Photon Conversion.. [ScreenShot] 0 Answers
How to Serialize Playermovement when Player jitters? 0 Answers
Photon multiplayer room make disappear in lobby when room is getting full 1 Answer
Unity multiplayer solutions: Photon, Unity Networking - what else and in what way is good? 0 Answers