I’m trying to integrate Unity Player Accounts into my game, and whenever I click my sign in button, it takes me to this screen. It did the same thing in the sample project as well. I have double checked all of the setup steps for auth and player accounts, but am not sure what to do next. I have found what I believe to be the error in Unity’s documentation, but it doesn’t give any steps to resolve. The URL I’m getting is Unity Player Sign-In.
The AuthorizationRequest URL is getting printed to the console, and I made sure that the clientID is correct.
Not sure if I’ve provided all of the necessary information so if anything is missing please let me know.
TL;WR: add PC to your platforms in the Player Authentication dashboard
Hello, I have encountered the same problem, and I have found a solution as per the comments of this YouTube video. I’m not sure if I’m in time to help you, but I hope I can help others who have encountered a similar error.
If your game is a mobile game, then you might have set the platform to be solely iOS/Android. I don’t know the exact cause, but this will cause errors when testing authentication on PC. Adding PC to the platforms in the dashboard might fix the problem. Remember to remove PC from the platforms once you’ve built/published the game : D