- Home /
If a player triggers a new map loaded, does all players join this new level ? (Photon mutliplayer)
Hi,
if a player walks into a trigger , that takes the player to a new level (new multiplayer map) does the other players join together with him( meaning that the level will also be loaded) ?
Comment
Answer by tobiass · Aug 06, 2012 at 10:58 AM
No, this is not done automatically. If that should happen, send an RPC to make everyone switch level.
Your answer
Follow this Question
Related Questions
Photon animation syncing 0 Answers
In Photon what is the difference between OnJoinedRoom() and OnPHotonPlayerConnected() 1 Answer
Generate character in different position in photon network while joining room 1 Answer
Is it possible to jump from one room to another dynamically while playing game ? 0 Answers
Should I worry about making an authorative server for an online multiplayer WebGL game? 0 Answers