Hi,
I have this multiplayer game coded using the new Unity Networking system, where players fight in duels. I would like to have a server to do matchmaking and hosting duels. The way I imagine it is that players would click "Find opponent" button in the game and they would queue in matchmaking system and the server would pick 2 players and then the server would host the duel. So I want to have my own dedicated game server that people could be able to connect to over internet. I have the...
[UNet] How to Implement Dedicated Server for Hosting Duels?
I have this multiplayer game coded using the new Unity Networking system, where players fight in duels. I would like to have a server to do matchmaking and hosting duels. The way I imagine it is that players would click "Find opponent" button in the game and they would queue in matchmaking system and the server would pick 2 players and then the server would host the duel. So I want to have my own dedicated game server that people could be able to connect to over internet. I have the...
[UNet] How to Implement Dedicated Server for Hosting Duels?