Sorry for my english.
I learn form link here
http://www.paladinstudios.com/2013/07/10/how-to-create-an-online-multiplayer-game-with-unity/
1.I add code MasterServer.ipAddress = "my ip"; in function void OnGUI()
- my ip = ip of server run file masterserver.exe
2.I give my friend run file game. My friend can create room and play. I see room .But i can't join.
- My friend use external network not use in my lan.
3.I test play and join in my lan. I can join and play form 2 computer.
I learn form link here
http://www.paladinstudios.com/2013/07/10/how-to-create-an-online-multiplayer-game-with-unity/
1.I add code MasterServer.ipAddress = "my ip"; in function void OnGUI()
- my ip = ip of server run file masterserver.exe
2.I give my friend run file game. My friend can create room and play. I see room .But i can't join.
- My friend use external network not use in my lan.
3.I test play and join in my lan. I can join and play form 2 computer.