Example #1
0
    // Start is called before the first frame update
    void Start()
    {
        PlayerPrefs.SetInt("CBUG_ON", 0);

        _PM = PhotonArenaManager.Instance;


        _PM.ConnectAndJoinRoom("Player", null);
    }
Example #2
0
 public void LoadLobby()
 {
     PM.ConnectAndJoinRoom("Player", null);
     waitingForHUD.SetActive(true);
 }