/// <summary>Starts the demo game</summary> public void StartGame() { NetworkingService.CloseRoom(); NetworkingService.LoadScene(nameOfGameScene); }