Hello everyone,
We’d like to share an important notice regarding coroutines.
There is a known issue where calling the wait() function inside a coroutine causes a crash.
While we are currently working on resolving this issue, the crash still occurs in the current build.
So for now, if you need to implement a delay within a coroutine, please use an alternative method — such as leveraging Heartbeat or similar timing mechanisms — to track elapsed time and manually trigger the next action once the desired delay has passed.
We appreciate your understanding and cooperation while we work to fix this.
Thank you!
— OVERDARE Studio Team