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
Login
Register
By registering on this website you agree to our Privacy Policy.