Reply To: Having nextState for FSM

Forums 💬 NodeCanvas ⚙️ Support Having nextState for FSM Reply To: Having nextState for FSM

#17910
driiade
Participant

    Oh yeah the code is great.

    Make sure nextState = null at the end of the function. nextState has to be undefined in Update.

    For the moment i don’t use it, i have to refactoring my code for testing if it is robust.

    I also have done a ConditionnedAction :

    This was designed to be used with previousState and nextState condition. I will keep you informed if it worked great =) .