Reply To: Running an FSM "instantly"

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

#14442
noio
Participant

    Ok. I did some testing, and it is how I thought.

    With a simple ActionTask:

    And the state machine of the previous screenshot. I get the following:

    Log showing consecutive frames

    Showing that the Nodes are executed in consecutive frames. The downside of this is that I’d need to work around _not_ having the timeline ready in the first frame. But I suppose I could just generate the timeline “on demand” as well.

    P.S. though oddly, the first two states are executed in frame 1?