Hi everybody.
I want to create a simple multiplayer game with a room system: I want that one player can create a room with a certain name where other players can enter by typing room’s name in a search box.
I searched on the internet and I found that the best multiplayer system for Unity is Mirror and I create my new project with it but I don’t think that Mirror is the asset that I was searching for. I can make a server using the button “Host (Server+Client)” and I can access this server by using the button “Client” by typing localhost in the text but I don’t know how to change the name of the Server that is created from the button “Host (Server+Client)” and so I don’t know how to access to different Servers from one Client.
Is Mirror the right tool to create a multiplayer game like the one that I want to create and I need to modify or add something or I need to use something else?
Thank you in advice for you help and if I wrote something wrong I apologize for mine not excellent English (I’m italian
).
Check out the Mirror examples. There is a room system already ![]()