Hi,
Im playing around with unity and got little into the multiplayer thing. I have downloaded the multiplayer project from unity but i cant really get it work as i want, i want everyone to connect to the same server without that dam listing thing and stuff,Do anyone know any tutorial or have any tips on how to get it work?
best regards /Kevin
There are a few multiplayer tutorials out there for Unity. Networking is not a basic concept so I’d suggest instead of hacking the tutorial project to get your game working rather get a solid understanding of how multiplayer works within Unity and the various concepts of multiplayer gaming.
Try these tutorials too
http://forum.unity3d.com/threads/29015-UniKnowledge-entry-Unity-Networking-the-Zero-to-Hero-guide
You could make the first player to run start as the server with a fixed name (eg. “bob”) if that game does not already exist, then all other players connect automatically to that “bob” game.
But why? That would mean only one instance of the game could be played at once in the whole world. Of course, your game could be the next World of Warcraft. In which case, I hope I’m not the first to connect!!!