Hi,
I want to create a basic matchmaking system for my 1v1 multiplayer game. Am I have to use Unity Lobby System?
Here is how I want to create my matchmaking system;
- When the player clicks Find Quick Match button, server add this player to the match queue.
- If there is 2 or more players in queue, the server gets the first two player in that queue and add them to the gameList.(Then remove these players from first queue)
- Then server opens a port for game and players spawn in game...
Question about Matchmaking
I want to create a basic matchmaking system for my 1v1 multiplayer game. Am I have to use Unity Lobby System?
Here is how I want to create my matchmaking system;
- When the player clicks Find Quick Match button, server add this player to the match queue.
- If there is 2 or more players in queue, the server gets the first two player in that queue and add them to the gameList.(Then remove these players from first queue)
- Then server opens a port for game and players spawn in game...
Question about Matchmaking