Playmaker Forum

Bug Reporting => PlayMaker Bug Reporting => Topic started by: louismg on December 07, 2013, 08:51:12 PM

Title: Cannot drag behaviour in behaviour field for "Call Method" if in template.
Post by: louismg on December 07, 2013, 08:51:12 PM
As mentioned in this post:

http://hutonggames.com/playmakerforum/index.php?topic=4795.0

I found out that I could not drag the behaviour in the "behaviour" field because the FSM in which I am trying to do that is defined via a template. If I was in a normal FSM, I could drag the behaviour without any problem.
Title: Re: Cannot drag behaviour in behaviour field for "Call Method" if in template.
Post by: jeanfabre on December 09, 2013, 01:44:33 PM
Hi,

You will need to get that behavior programmatically using action such as "Get Component", then you are ok, even within a template. Do that on Start or when you need it ( tho it's better to cache, so thyt you only get it once)

bye,

 Jean