public void Start()
 {
     PlayGamesPlatform.DebugLogEnabled = true;
     this.mNearbyGui = new NearbyGUI(this);
 }
    public void Start()
    {
        Screen.orientation = ScreenOrientation.Portrait;

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