- Home /
How do i Make a Co-Op game.
Hi there i have been building a game for me and my little 8 year old brother however it is at this time a single player game with 1 character, in the end i want to be able to have someone join a game thats running, and give the joinee on first join, the chance to create character by picking Class, Race, Gender etc or picking from a pre-made character i want it to be saved on both ends so no one looses progress, how would i go around doing this? are there any tutorials out there? any help would be much aprechiated.
This is $60 but will help you get what you want up and running if you work hard to learn it :)
http://forum.unity3d.com/threads/128716-Photon-Networking-Guide
Personally I preffer the inbuilt Unity Networking, but Photon is pretty good and has a lot more learning material for it, so I bump @Ben_Stoneman's post XD
Answer by WizzDE · Jul 31, 2013 at 11:11 AM
You should learn a bit about Unity Networking. It's actually quite simple. Google for it and you will find some Tutorials. Here are some points you need to understand:
Creating a Server/Connecting to a Server
RPC calls
State Serialization
There are some Tutorials on YouTube or if you prefer text the Unity docs would be a good place to start. Hope I helped
Wizz
Your answer
Follow this Question
Related Questions
How to make a simple co-op (2-player) Game? 1 Answer
Unity networking tutorial? 6 Answers
co-op game? 1 Answer
How to configure keys to let to players play 3 Answers
Any clues on how to create a split-screen effect like the lego harry potter game? 3 Answers