Reply To: Intended way to control BTs with FSM

Forums 💬 NodeCanvas ⚙️ Support Intended way to control BTs with FSM Reply To: Intended way to control BTs with FSM

#15367
Gavalakis
Keymaster

    Hello,

    If you are using an FSM as the root with sub-BehaviourTrees (which is what I also prefer by the way), then each sub-BehaviourTree is actually a state of the FSM. Therefore, the current sub-BehaviourTree state is the one that will evaluate.

    Please let me know if I misunderstood your question.

    Thanks.