-
Notifications
You must be signed in to change notification settings - Fork 42
Description
Hi! this is the only free Google Play Games ANE I could get working in my game. All other ANEs I could find seem to be broken and abandoned or somehow outdated.
I don't really understand how it works, but it looks like I can set an Android theme for it on application.xml. So I would like to know if there is a way to activate pop ups windows with this one, for example when the player earns an achievement. It is kind of poor to give a player an achievement and do not show him that he got it.
Also it would be really awesome if there was a way to show all leaderboards on Google Play's standard window, instead of having to show each leaderboard separately (which requires creating a non standard window just so the player can see each level's leaderboards).
I don't know if it is possible to do all of that with this ANE the way it is now. But if it's not, I imagine it shouldn't be too hard to add those options, It would be a great enhancement for the ANE, so it stays as a tip for the future. I would create a fork myself, but I really don't understand much about how this ANEs works and how to build them, and learning how to do it looks like an overhead I unfortunately can't have right now.