Couroutines In Flax

How can I cause delay in flax engine through scripts, and later call it in any method of my choice, if there is no way can I use C# async tasks.
Thanks :innocent:

We have various solutions for async programming showcased here: Multithreading | Flax Documentation

You can just use Scripting.InvokeOnUpdate(..) to invoke code the next frame.