2017-05-06 76 views

回答

1

要退出帳戶用戶,使用PlayGamesPlatform.SignOut方法。

using GooglePlayGames; 
using UnityEngine.SocialPlatforms; 

// sign out 
PlayGamesPlatform.Instance.SignOut(); 

登出後,沒有進一步的API調用可以進行,直到用戶再次進行身份驗證。

有關更多信息,請參閱此GitHub post以及此登錄流程的更多詳細信息documentation