UNet: Local + Rooms
Hello there! After reading a lot of things before going to ask this question, I think that I'm more confused that at the beginning. My problem is the following: I'm making a multiplayer game that uses no internet connection, so it works over LAN. It's going to be played at schools, so the teacher starts the .exe, he works as host, he makes several rooms, each with a password so the students can join together as a team to their assigned room and they start playing. As I read, I should use uNet NetworkDiscovery component, or implement it by myself. But I find almost no documentation or enough examples to actually realize what I have to do. I tried to follow Unity tutorials to introduce myself into networking concepts, I even followed the PhotonEngine tutorials too so I could understand the lobby and room concepts, but that wasn't (I think) the solution I needed.
So, if someone can just point me the right direction to follow to solve my problem, or just some documentation that maybe I have not read, I'll reallly appreciate it, because I'm really really confused.
(Sorry for my bad english, it's not my native language :3 )
Thanks everybody :)
Your answer
Follow this Question
Related Questions
Unity networking non-local player and camera disabling bug 0 Answers
Networking concept and spawning questions 1 Answer
Why do I need [Command] for NetworkServer.Spawn() , but not for NetworkServer.Destroy()? 0 Answers
Are there any good network discover tutorials?? 0 Answers
Unity 5.1 networking 0 Answers