Reply To: Running an FSM "instantly"

NodeCanvas Forums General Discussion Running an FSM "instantly" Reply To: Running an FSM "instantly"

#8732
Gavalakis
Keymaster

Hello,

I strongly believe that FSM states should be ticked per frame, considering that the FSM is indeed used as different States of a character/object rather than States representing actions one after another in a visual scripting fashion 🙂

Also ticking the whole FSM in one frame, can very easily cause recursion problems, since the transitions can lead to an already executed state. Of course this can be checked and avoided but then the behaviour of the FSM will not be consistent and probably would be a pain to debug later on.

Join us on Discord: https://discord.gg/97q2Rjh