newSceneIndex | The index of the scene to change to. This is found in the build settings window. |
This causes the server to switch scenes and sets the networkSceneId.
Clients that connect to this server will automatically switch to this scene. This is called autmatically if onlineScene or offlineScene are set, but it can be called from user code to switch scenes again while the game is in progress. This automatically sets clients to be not-ready. The clients must call NetworkClient.Ready() again to participate in the new scene.