Basically, I want to show how the users score at the end of the game stacks up against the global scores in GC.
Eg, some text would appear that says “GLOBAL RANKING: #5” which would change depending on the player scores after every game over.
I’ve seen some games that show my ranking after every game over even if it’s not my high score and I’d like to include it in my game.
I have looked into the
gameNetwork.request( “loadScores”)
and then calling event.localPlayerScore.rank
which works but this is static and only what their current rank is in the GC leaderboard (I assume).
Any help would be greatly appreciated.