playMaker

Author Topic: Networking-How to start up?  (Read 1528 times)

amitheattack

  • Playmaker Newbie
  • *
  • Posts: 2
Networking-How to start up?
« on: April 26, 2014, 03:04:58 AM »
All I am looking for is a maybe a preset FSM or a picture of how someone has there fsm set up. I would like to make something like this video .
My situation that is supposed to happen is, a game loads up, you are prompted with a main menu, in the main menu you are able to select one server that someone else has made, you load into the game ((by load into game, I mean a first person controller spawns into a server with a map around him)), also you are able to create a server with button that is on the same screen as where you can join a server. This is what I want and I can not find one thing around google that has this setup that is in playmaker. If anyone could help me that would be great.
Thanks

1982

  • Junior Playmaker
  • **
  • Posts: 71
Re: Networking-How to start up?
« Reply #1 on: April 28, 2014, 03:22:57 AM »
https://hutonggames.fogbugz.com/default.asp?W178

Download "Network" from these samples and import it to a completely fresh Unity project. Now take a look at scene called "4_SpawnPlayers" and you see how basic network game is set up.

This is how I got the hang of this, very useful!