nicholas-maltbie / PropHunt-Mirror

PropHunt project made using Unity and Mirror Networking
MIT License
5 stars 1 forks source link

In Game Player/Score List #65

Open nicholas-maltbie opened 3 years ago

nicholas-maltbie commented 3 years ago

When the player holds the "Player List" button (probably tab by default) and they are in game, bring up a score HUD that shows the list of players and their current scores.

This should operate similar to the lobby page but have an additional field for the score of each player. This score attribute should probably be saved in a synchronized variable specific to the game scene as to not avoid confusion when being loaded into lobby scene. This will be the current placeholder for the score screen.