Reply To: FSM.GetCurrentState with nested FSM

NodeCanvas Forums Support FSM.GetCurrentState with nested FSM Reply To: FSM.GetCurrentState with nested FSM

#12126
Driiade
Participant

Yeah thank you !

For the moment I loop throught nestedFSM (by testing if it’s a nestedFSM … thank you reflection ! ) to find the current state.
We also have problems with currentState, it seem to not be correct when the FSM switch between nestedFSM (see my other topic)and return null some time.

We need a rapid fix for this :s