- Home /
Multiple match with same name - Unity Match Maker
For establishing match making service, I was using this code:
Everything working properly for me, except both players can able to create room with same name and become host.
Unity Match making API not restricting them from creating match with same name because its already exist.
So how to restrict players from creating same name match again if already exist? If same match name exist then they require to join it rather than creating their side new match.
Your answer
Follow this Question
Related Questions
How to change NetworkMatch Name or Set MatchInfoSnapshot 0 Answers
How does the multiplayer system work? 0 Answers
[Multiplayer] OnMatchList() isn't firing after ListMatches() when using NetworkLobbyManager 0 Answers
Best solution for low bandwidth multiplayer game 1 Answer
Is it possible to make a Multiplayer (1v1) game WITHOUT hosting servers? 3 Answers