Ok so, i wana make my game multiplayer just for me and friends. I dont want to be online just to lan via lan cable. Could you either point me in the right direction or give me the script. Just please help!
And yhanks in advance.
Ok so, i wana make my game multiplayer just for me and friends. I dont want to be online just to lan via lan cable. Could you either point me in the right direction or give me the script. Just please help!
And yhanks in advance.
“give you the script”? ah yes, that well-known drop-in script where you just select multiplayer.enabled = true; and everything works…?
Your question demonstrates some naievity: networking is hard. Start here: http://docs.unity3d.com/Documentation/Manual/NetworkedMultiplayer.html
Then go to Google or YouTube and search - there’s plenty of material out there but expect to have to study it.