playMaker

Author Topic: Create Network Object  (Read 3166 times)

justifun

  • 1.2 Beta
  • Sr. Member
  • *
  • Posts: 280
Create Network Object
« on: August 02, 2011, 09:02:29 PM »
I was trying to modify the create object action to create a network instantiated object, so i tried changing this line

var newObject = (GameObject)Object.Instantiate(go);

to this

var newObject = (GameObject)Object.Network.Instantiate(go);

with no luck.

Can anyone help me modify it the Create Game Object to create a network instantiated object?

Thanks