Reply To: [Bug] FSM doesn't start on when start node is linked only from "ANY STATE" note

Forums 💬 NodeCanvas ⚙️ Support [Bug] FSM doesn't start on when start node is linked only from "ANY STATE" note Reply To: [Bug] FSM doesn't start on when start node is linked only from "ANY STATE" note

#16423
Gavalakis
Keymaster

    Hello there,

    Just to clarify, please note that the normal behavior is that the FSM will STOP if the FSM ends up on a Finished State without any outgoing Transitions AND there are also no other “Running” nodes like an AnyState or a ConcurrentState.

    With that said you’ve come across quite an edge case here in regards to order of execution. I’ve just fixed this for the next version. To fix this on your end meanwhile, please open up FSM.cs and change the contents of methods OnGraphUpdate to be like this:

    Please let me know if that works for you.
    Thank you.