Hi there, i got tasharen networking a few weeks ago when it was on sale. I'm telling this because i actually haven't used it yet and i'm now considering it for the current project. I'm also not very experienced in networking, i know my way around it but i'm struggling in some basic problems
For anyone reading this to understand our current problem i'm working on a very small game where players create their own server and fight in small teams (1vs1, 2vs2 or 3vs3). We got the game running and players are able to join and play. But now we want it to release the game and we kinda stumbled on the server listing problem.
From my understanding there needs to be a master server waiting for new players to create a server so when a player creates one it communicates with the server to get listed on a lobby the game has. The problem is, is it possible to create this with a simple computer on a common internet connection with a router? we are trying to this and failing miserably and we are now considering moving out of unity networking to tasharen. We get weird connection problems using Unity's built in and after trying to create our own we get Nat punch through errors.
To put broadly, what's the simplest way to list games to users so they connect to each other?