Hello,
I'm trying to create a mutli-player game using the HLAPI of UNET. I'd like the game to have score text, similar to the roll a ball tutorial. What is the best way to achieve this? I already have an int variable that is controlled by the server, and is updated dynamically any time one of the client's score gets modified. I just want each client to be able to display their own score and their opponent's score.
How to have objects local to clients? Unet, multi-player game
I'm trying to create a mutli-player game using the HLAPI of UNET. I'd like the game to have score text, similar to the roll a ball tutorial. What is the best way to achieve this? I already have an int variable that is controlled by the server, and is updated dynamically any time one of the client's score gets modified. I just want each client to be able to display their own score and their opponent's score.
- YOUR SCORE: x
- OPPONENT's SCORE: y
How to have objects local to clients? Unet, multi-player game