Hi everyone, so I'm working on a simple card game for fun and want to make it multiplayer. I have a server (NetworkServer) and client (NetworkClient) running and all that happens so far is the client connects to the server. I want to host rooms/lobbies so players can join and play a match against each other. I've never done multiplayer and would prefer to avoid using paid services such as Photon or Unity Park Suite. I also have access to VMs and can easily host my stuff, I just need to get...
Multiplayer Rooms/Lobbies for card game
Multiplayer Rooms/Lobbies for card game