Reply To: FSM.GetCurrentState with nested FSM

Forums 💬 NodeCanvas ⚙️ Support FSM.GetCurrentState with nested FSM Reply To: FSM.GetCurrentState with nested FSM

#17947
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