Playmaker Forum

PlayMaker Feedback => Action Requests => Topic started by: justifun on August 02, 2011, 09:02:29 PM

Title: Create Network Object
Post by: justifun 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