- Home /
Question by
DualStop · Feb 23, 2013 at 10:10 PM ·
multiplayergamederp
How i do a multiplayer game with Unity?
have to do a multiplayer game with Unity, the question is how I do it, I would be grateful if you explain*
Comment
Answer by Graham-Dunnett · Feb 23, 2013 at 10:12 PM
Learn how to use Unity.
Learn how to make a game.
Learn about networking.
Learn about how to make a networking game in Unity.
But seriously, learn to use Google, so you come across things like http://www.scribd.com/doc/38400039/M2H-Unity-Networking-Tutorial.
Answer by aldian · Feb 23, 2013 at 10:19 PM
I think photon is pretty good for people new to networking as they do a lot of the actual network code for you, you simply have to define what happens when certain things happen. I.E joining a room. plus they'll host a 20 man server for testing purposes