Playmaker Forum

PlayMaker Help & Tips => PlayMaker Help => Topic started by: atmuc on December 17, 2013, 09:58:41 AM

Title: Custom Action, Prefab, GameObject Field
Post by: atmuc on December 17, 2013, 09:58:41 AM
i add FSM to my game object. i made this game object Prefab. i have custom action in this FSM and it has game object field. on prefab, i cannot set this field with scene object. how can i set a scene object there without setting my scene object as prefab?
Title: Re: Custom Action, Prefab, GameObject Field
Post by: Lane on December 17, 2013, 10:28:55 AM
Code: [Select]
public FsmOwnerDefault someGameObject;

or

Code: [Select]
public FsmGameObject someGameObject;