sagar
sagar

Reputation: 190

how can i add a single leaderboard with level and high score in google play services

I want to sort the player score according to the level and no of death till that level in the leaderboard of google play services . for example player one is at level 20 with no of death 200.


player 2 is at level 15 with no of death 150


player 3 is at level 25 with no of death 250.


player 4 is at level 25 with no of death 300


.

the leaderboard should show


player 3 25/250


player 4 25/300


player 1 20/200


player 2 15/150


Upvotes: 0

Views: 117

Answers (1)

Airwarfare
Airwarfare

Reputation: 36

You will need a Google Play Developer account and the Unity play games plugin.

Then you can read up on the documentation here.

Upvotes: 1

Related Questions