- Home /
How to make a Multiplayer Game?
I understand that this is incredibly time consuming and difficult. I would like to learn how to create a multiplayer fps game in Unity. I need a place to start. I would like any recommendations on where to go to learn how(Mainly coding and GUI). I have made a simple tower defense game. I do have around 300+ hours of experience with Unity, but this is currently beyond me. Any help is appreciated.
Answer by JamieSinn · Sep 15, 2013 at 10:11 PM
I am in the middle of making a multiplayer game myself, here is the few websites that helped me greatly: http://vimeo.com/33996023# http://www.paladinstudios.com/2013/07/10/how-to-create-an-online-multiplayer-game-with-unity/
Answer by ankush_Kushwaha · Feb 09, 2014 at 02:52 PM
You can use photon for multiplayer. I have used it into my game and it works like a charm. Here is some samples on the official site.
Answer by Dror.Nextpeer · Feb 09, 2014 at 08:32 PM
Hey,
My Company, Nextpeer, provides an SDK with which you can easily create cross-platform: iOS, Android and Unity multiplayer games. Check us out at: https://www.nextpeer.com/how-to-make-a-basic-integration-with-nextpeer/
Disclaimer: I work for Nextpeer.
Answer by asmodeu · Feb 17, 2014 at 06:56 AM
I haven't tried programming a multiplayer game in Unity so far, but your best point to start is learning how to use sockets in c# - they're the bread and butter of any multiplayer game. There are tons of places where you can learn about sockets :).
Answer by Suyash Mohan · Apr 07, 2014 at 09:21 AM
You can try AppWarp. AppWarp is a realtime multiplayer game engine. You can either use cloud based appwarp service or use AppWarpS2 which is a on-premise solution for appwarp.
Your answer
Follow this Question
Related Questions
Unity networking tutorial? 6 Answers
Can user register for a game directly through the plugin? 0 Answers
Is this the right program 0 Answers
How to make enemy players invisible using Photon? 1 Answer
Chain Texture for Line Renderer 1 Answer