Iakobs / godot-play-game-services

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

The display is "Score" instead of duration #30

Closed lazyvainglory closed 4 months ago

lazyvainglory commented 4 months ago

I don’t really know if this issue is specific to this addon, but I thought I’d ask anyway. I set up my leaderboard to accept duration, yet it displays ‘Score’ instead of duration.

image

image

Also, I would like to ask if it’s possible to display an error using Play Games Services popup/notification. I’m wondering if I could use it to inform the user that the score did not submit due to a lack of internet connection.

image

Lastly, thank you so much for this addon. It was really helpful. I’ve been trying to implement Play Games Services for days now, and this addon truly saved me. Thank you so much!

Iakobs commented 4 months ago

Hi @lazyvainglory thanks a lot for your kind words! I'm very happy that the plugin is serving you well!

About your first question, I'm afraid this is all google related. The display of the leaderboard is controlled in their end. It is weird, though, that it doesn't display correctly. Have you published the changes in the Google Play Games section of your app?

About the notifications, I think it's an interesting idea. I will definitely look into that when I have some time!

Thanks again for reaching out!

lazyvainglory commented 4 months ago

Thanks for confirming my suspicion, and don’t worry about it. I’ll figure it out eventually. LOL! Thanks again, and consider this case closed.