Dynamic scoreboard - Order score from Highest to Lowest with Player name

Hi,

I wanna show a in game scoreboard which show top 3 players along with their score and name dynamically.
score and order should be updated dynamically.

I did this on game with fixed AI count. when it comes to multiplayers, i have no idea how to get it done.
Any hints ? I will develop from there

Comments

  • You can take a look at the Asteroids demo, which has scores per player.
    There is also a PunPlayerScores.cs in the package, which you can use to sync scores.
    Once that's done, the presentation is something we can't really help with.