Game Score Updation

Options
Hi,

I have a multiplayer game built through PUN in which there are two modes, one is 1vs1 and the other is 2vs2.
Now I need to have a common interface where all the score related stuffs can be shared between all clients.

I need to share some three integer values (Xp, level, score) to all the players in the room and update the UI accordingly.

Could anyone suggest, what should be the appropriate approach to this.


Comments