Hi guys,
I have been pulling my hair out for hours trying to resolve this
I had Google Play Game Services (signing in, opening and setting leaderboards and achievements) working fairly well, but didn’t realise publishing the service meant I can’t change certain things. So I created a new Game Services project to make my changes and tried to link it to the same Application, and now everything is totally broken.
When I open the game now sometimes when trying to sign in to Google Play it just goes in a loop trying to sign in over and over again, other times it does not come up at all. If I manage to get into the main menu and click on Leaderboard or Achievements nothing happens at all!
-
I have of course updated all of my resource name and IDs.
-
I have also deleted the Client ID from the old Game Services project
-
In the Services & APIs tab in the Applications console, under the heading Google Play Game Services the game services still links to the old Game Service project. Is this a problem?
-
LogCat reveals a few of these error messages when I click to open up Leaderboard or Achievements:
11-07 12:35:41.371: E/GooglePlayServicesUtil(12398): The Google Play services resources were not found. Check your project configuration to ensure that the resources are included.
- I am using Android Native Plugin
Help me Unity Forums you’re my only hope!