Room Lobby with Mirror for multiplayer

Hi there! I’m trying to figure out LAN networking for multiplayer in unity. I’ve found that mirror is probably the best choice (if there’s something better, that’d be good to know too!)

I’ve come across an issue when I try to implement it though. I’m looking for a system similar to the ‘rooms’ example that comes with Mirror, but I’m hoping that the room itself can have a name (rather than players having to type in the IP address) and that players can give themselves nicknames upon joining. Is there anyway to do that, or should I look elsewhere?

Hi, I hope, that I can help you with one of the following posts/videos!

Nicknames: Nicknames in multiplayer - Questions & Answers - Unity Discussions
Names: Playername labels (Multiplayer with Mirror)
And maybe this in a different way:
https://www.youtube.com/watch?v=2pWAiOzXYaw

you can try this one. There is an example about looby and you can improve from this. This is what i’m using in my multiplayer using mirror.