- Home /
How do I get multiplayer to my game?
How do I get internet multiplayer to my game? Rooms/ world type, almost like A MMO RPG?
First of all, you should learn how to script in Unity if you haven't already. $$anonymous$$ultiplayer networking is a vast domain and you shouldn't start it until you know how to script in Unity in general.
Answer by Statement · Apr 01, 2011 at 12:17 PM
Start by reading the manual on networked multiplayer.
Realtime networking is a complex field, but with Unity we have made it extremely simple to achieve. However, it is still best to understand the breadth and depth involved with creating any kind of network game. This section will explain the fundamentals of networking concepts, and the Unity-specific executions of these concepts for you to use.
If you have never created a network game before it is highly recommended that you read this guide in detail before attempting to create one.