コード例 #1
0
 public void Start()
 {
     PlayGamesPlatform.DebugLogEnabled = true;
     this.mNearbyGui = new NearbyGUI(this);
 }
コード例 #2
0
    public void Start()
    {
        Screen.orientation = ScreenOrientation.Portrait;

        PlayGamesPlatform.DebugLogEnabled = true;
        this.mNearbyGui = new NearbyGUI(this);
    }