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