GameCenter daily best score
In menu of my game I want to add a small leaderboard that shows daily best score of all players playing the game! Question is if anyone here have an idea of how to do this ?
EXAMPLE
Answer by Frank-1999-98K · Jan 06, 2019 at 04:15 AM
This is a bit complex..
To do this kind of thing you'll need to have a file online and then you need to be able to read it and modify it to update the highscore and the player name with the new one.
From all the options and ideas that came to my mind, I think your best shot, if you still want to make that work, might be to tackle with something like Parse.com (which is now open source and it has a Unity gitHub page here) or maybe back4app.com (which, for a small amount of data and traffic, it's free).
Your answer
Follow this Question
Related Questions
Highscore not working 0 Answers
PlayerPrefs Not working. How Can I fix it? 1 Answer
A way to move "Highscore" Text to Game Over Screen? 1 Answer
how to implement online leader board to my project? 0 Answers
Top 10 Leaderboards Not Working 0 Answers