Hello.
I have a demo networking project from below links.
http://answers.unity3d.com/questions/47544/multiplayer-tutorials.html
When I run the game in local network.It’s working fine.
But when I upload it to my website,It doesn’t seems to be work.
When I open my webpage that contains Unity game,
Start server is probably starting server in local.
So if I open that webpage in multiple browsers of same Machine , IT works fine.
But cannot connect that game in other machine…
What should I do.
Plz suggest me …thnx in advance…
Please help us ! :(
– _MathiasCan you elaborate on what does and does not work exactly? So you're unable to connect. Can you ping the server? Are you using MasterServer? Is your firewall on? Are the ports open? Fairly certain it's a networking issue, not a programming one.
– OP_toss