- Home /
Showing Google Play Games Incremental Achievements progress popups
Hello, I have been updating my android game with achievement functionality using the play games plugin for unity from here: https://github.com/playgameservices/play-games-plugin-for-unity
I have not been able to find anywhere in the documentation two things.
1) Can you display the users achievement progress (shown in the Social.ShowAchievmentsUI()) as the number of steps towards the goal instead of a percentage (15/30 instead of 50%)?
2) Can you have the google play notify the user with a popup as certain increments are achieved along the progression of an incremental achievement? For example, if an incremental achievement unlocked after collecting 1000 coins can I show the user a pop up along the way to show their progress? (250/1000, 500/1000 ect...)
Does anyone have any links to any documentation that would explain how to achieve this?
Thank you!