Hi UnityAnswers,
So this weekend I decided to do a self game jam and release a game on the app store. I’ve finished it but am currently hooking in Google Play Services. I’ve done this twice before, but the other two projects were in Unity 4.
Anyway, here’s what’s happening.
-
I’ve downloaded the latest build for the Google Play Games and imported:
https://github.com/playgameservices/play-games-plugin-for-unity/blob/master/current-build/GooglePlayGamesPlugin-0.9.25.unitypackage -
Unlike in (I assume) Unity 4, there’s no bar option to configure. Instead, I found it in Window > Google Play Games > Setup > Android Setup
-
The window is completely different than before where there was only one box for inputting your Application ID. Now, there’s a few:
- I assume the Client ID is what I want but when I put in my game services ID from the google play console, I get the following error:
XmlException: Document element did not appear. Line 1, position 1.
I was hoping to fully release this weekend, but this issue is holding me back. Ah well, but any help would be appreciated! Thanks.