godot-sdk-integrations / godot-play-game-services

A Godot 4.x plugin for integration with Google Play Game Services
MIT License
138 stars 10 forks source link

Game ID length is limited to 12 chars while it can be bigger #13

Closed godfryd closed 8 months ago

godfryd commented 8 months ago

in my case, this is 13 chars

Iakobs commented 8 months ago

hi @godfryd my bad! I will change that ASAP, in the meantime you can just put your game id manually in the corresponding strings.xml file inside the /android/build android template

Iakobs commented 8 months ago

Hi @godfryd I've pushed the change, increasing from 12 to 20 characters.

I haven't made a release yet (I want to include some other changes before making a new release), but you can try it out compiling the plugin manually from this commit.

Thanks for your help!

Iakobs commented 8 months ago

Hi @godfryd I'm closing the issue. Let me know if you need something else. Thanks!