Search Unity

Proper way to change from one online scene to another?

Discussion in 'Multiplayer' started by Deleted User, Jun 29, 2015.

  1. Deleted User

    Deleted User

    Guest

    What is the best way to do this? Calling NetworkManager.ServerChangeScene or Application.LoadLevel seem to give the same result. If someone joins a game where another online level has been loaded, their client loads the correct level.
     
    Last edited by a moderator: Jun 30, 2015
  2. Deleted User

    Deleted User

    Guest

    If someone joins a game whose current online scene was loaded with Application.LoadLevel, they'll go to the online scene in the NetworkManager first and then immediately go to the current scene. Using NetworkManager.ServerChangeScene just takes new players to the current scene.