- Home /
how to setup a online sever
i have been working on a game and i want to allow people to play online and i was wondering how to do so
Answer by IEMatrixGuy · Nov 14, 2014 at 06:00 AM
Hi,
Consider checking out one of the tutorials...
http://www.palladiumgames.net/tutorials/unity-networking-tutorial/
http://cgcookie.com/unity/2011/12/20/introduction-to-networking-in-unity/ http://www.scribd.com/doc/38199728/Multi-Player-Tutorial
I personally quite like this one:
http://www.scribd.com/doc/38400039/M2H-Unity-Networking-Tutorial
Alternatively, you could also use somethng like Photon (a network pugin, which hosts through photon's servers) which makes networking quite a bit easier in the beginning.
http://www.paladinstudios.com/2013/07/10/how-to-create-an-online-multiplayer-game-with-unity/
Also,
I can't tell wether you have any other networking code in other scripts which should be executing. It is entirely possible that I just can't see some of your code... But I'd still suggest checking out some of the tutorials, thats how I learnt networking :)
Hope that helps,
IEMatrixGuy