I am using Unity Netcode and trying to create a dedicated server with lobbies, rooms and etc. Is it true that I should have a server/host application running for each session? What is the structure of a dedicated server?
In another word, does it mean "An instance of the application = A game session"?
If this is true, how can I connect a client to a specific server application?