When using NetworkManager.ServerChangeScene()
to switch from stage 1 to stage 2, the player gets destroyed and is not present when stage 2 loads. There are no errors and the scene does change successfully.
What could cause this?
Here is my code to change scenes:
[ServerCallback]
public void LoadOnline (string sceneName) {
NetworkManager.singleton.ServerChangeScene (sceneName);
}