networked buttons / votes
I have 2 buttons in my Unity game
One for team blue and one for team red.
each player can vote which team is winning.
But you can only vote for 1 team. So its either team red or team blue.
I want to show the livescore in text that is networked.
I want to network the current votes for each time.
So the only thing that is networked should be the amount of votes each team has. and a player can only vote for one team.
One for team blue and one for team red.
each player can vote which team is winning.
But you can only vote for 1 team. So its either team red or team blue.
I want to show the livescore in text that is networked.
I want to network the current votes for each time.
So the only thing that is networked should be the amount of votes each team has. and a player can only vote for one team.