Question by 
               ironFactory · Aug 29, 2015 at 07:57 AM · 
                google play gamesuser-profiles  
              
 
              How to get GooglePlayGames Current user's id?
Hear is my code;
 void Start () {
     PlayGamesPlatform.Activate();
     GooglePlayLOGIN();
     DontDestroyOnLoad(this.gameObject);
 }
 void OnGUI()
 {
     GUI.Label(new Rect (Screen.width*0.5f,Screen.height*0.5f,1000,30),"11"+GooglePlayGodinID);
 }
 void GooglePlayLOGIN()
 {
     Social.localUser.Authenticate((bool success) =>
       {
          if(success)
         {
             GooglePlayGodinID=PlayGamesPlatform.Instance.GetUserId();
         }else{
         }
     });
 }
How to get Current User's Id? This code returns NULL Help me pls
               Comment
              
 
               
              Your answer
 
 
              koobas.hobune.stream
koobas.hobune.stream 
                       
                
                       
			     
			 
                