string gameVersion = "1"; void Awake() { // 確保所有連線的玩家均載入相同的遊戲場景 PhotonNetwork.AutomaticallySyncScene = true; }
確定! 回上一頁