I’m making my own fps multiplayer game and i need a map vote system. I’m currently making scenes(maps) that will be playable in the game, but the players themself can vote for what map they want to play. It displays the image of the map that is clickable to vote for and whichever with highest votes will be loaded. Can somebody help me with this. How do i make it?
I am currently struggeling with the same thing, since it is hard to syncronize different votes, but i have come to the conclusion that syncvar and hooks should make it possible. Check: “https://docs.unity3d.com/ScriptReference/Networking.SyncVarAttribute-hook.html”