I’m trying to use leaderboards tables of the google play services. I’ve made a simple script according to tutorials which is allows to upload player’s score and probably compare it to others. But i have a few issues.
- Social.ShowLeaderboardUI(); shows me the whole leaderboards list.
Is there an easy way to show one leaderboard by its string key? - How can i moderate and remove results? I wanna write a web admin-panel or windows app, but i can’t find any documentation or tutorials.
