- Home /
The question is answered, right answer was accepted
Where can I find the resource definition for google play games android configuration?
Hello Unity Community!
I've almost finished my game, all that remains is testing. However, before I can upload the apk and start testing, I have to setup my google play games android configuration.
So, what the hell is this resources definition field, and what data should go in it? Where do I find it? I've looked both around console.developers.google.com and play.google.com, but I couldn't figure out what I should paste here.
Thanks for your time!
Constants class name is something along the lines of $$anonymous$$yGameName.GPGSIds. It will be included in the android xml, if i'm not mistaken. Look up on the git page of the sdk, you'll find more info there.
Answer by BadGrumpyCat · Oct 01, 2015 at 07:40 PM
This data is found in the Google Play Developer Console by clicking "Get resources" on any of the resource pages (e.g. Achievements or Leaderboards), then clicking Android.
Just go for example to leaderboards page and on the bottom of the list is "Get resources" button.