GameDev Blog: Using Mirror + Steamworks.NET to create Multiplayer Lobbies in Unity

In my CardConquest blog series, I created a multiplayer game in Unity that uses Mirror for the multiplayer networking stuff. Mirror works great, especially when testing locally or on my home network. Things get a little more complicated when you want to create a game for people to join on the internet. Using Mirror and…