loading scene
This commit is contained in:
parent
2bcee7add8
commit
93c5aae93d
1 changed files with 1 additions and 1 deletions
|
@ -40,7 +40,7 @@ public class LobbyManager : Photon.PunBehaviour {
|
|||
public void StartGame()
|
||||
{
|
||||
if (PhotonNetwork.isMasterClient)
|
||||
PhotonNetwork.LoadLevel("test_instantiate");
|
||||
PhotonNetwork.LoadLevel("scene");
|
||||
}
|
||||
|
||||
public override void OnPhotonPlayerConnected(PhotonPlayer other)
|
||||
|
|
Reference in a new issue