Answer the question
In order to leave comments, you need to log in
Why is the user not authorized in Google in Unity?
I use a well-known plugin, it seems the only plugin is play-games-plugin-for-unity. Here is the Init instruction:
var config = new PlayGamesClientConfiguration.Builder()
.Build();
PlayGamesPlatform.InitializeInstance(config);
PlayGamesPlatform.DebugLogEnabled = true;
PlayGamesPlatform.Activate();
PlayGamesPlatform.Instance.Authenticate(SignInInteractivity.CanPromptOnce, (result) => {
if (result == SignInStatus.Success)
{
Debug.Log("Login successful!");
}
else
{
}
});
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question