Reply To: When do OnEnable/OnDisable get called in a ConditionTask?

Forums 💬 NodeCanvas ⚙️ Support When do OnEnable/OnDisable get called in a ConditionTask? Reply To: When do OnEnable/OnDisable get called in a ConditionTask?

#17398
step
Participant

    Hi Gavalakis,

    that explains a lot! I thought it might be something along those lines so thanks for your detailed answer.
    Regarding calling OnEnable/OnDisable at start/end of the BT, I think that might perfecly for me and i also think it would generally be a good idea to have a chance to construct/destruct stuff in any Task. So if that doesn’t iterfere too much with anything else I’d say go for it!