Reply To: Nested FSM never runs onFinish if has AnyState node

NodeCanvas Forums Support Nested FSM never runs onFinish if has AnyState node Reply To: Nested FSM never runs onFinish if has AnyState node

#11703
timoxley
Participant

if you’re listening for events in your transitions, one solution to this is doubly-nesting the FSM i.e. Wrap your Nested FSM within another FSM and have any event transitions you’d connect to the AnyState connected to the wrapper FSM instead.

This is made mildly irritating though since the nested wrappers will need to be file assets, rather than bound graphs. Blegh.