Hi :),
i got problem with no occuring authentication in my mobile game. The script is activated on the first scene, but nothing happen, i am testing the app, from my alpha test(closed path), so i know that the game is published and the service too.
PlayGamesClientConfiguration config = new PlayGamesClientConfiguration.Builder().Build();
PlayGamesPlatform.InitializeInstance(config);
PlayGamesPlatform.Activate();
Social.localUser.Authenticate(success => {
if (PlayerPrefs.GetInt("IsTutorialCompleted") == 0)
StartTutorialScene();
});
Thanks advance for help, if you want any screens from console, i will bring that for you.