Reply To: (FSM) Concurrent Action conditions?

Forums 💬 NodeCanvas ⚙️ Support (FSM) Concurrent Action conditions? Reply To: (FSM) Concurrent Action conditions?

#18623
wf
Participant

    Thanks for the response Gavalakis. Hope I can explain this clearly.
    I basically want to make a scheduler that runs tasks on a delay. Similar to MonoBehaviour.Invoke(task, delayTime)

    For example:

    The normal action state sends an event and continues it’s normal flow

    Concurrent state receives the event, waits a few seconds, does what it needs to and ends