You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 9, 2023. It is now read-only.
Is it possible to make a startup script sleep without causing the process to hang?
For example:
UnityExplorer.ExplorerCore.Log("1");
someSleepFunction(time);
UnityExplorer.ExplorerCore.Log("2");
I know there's coroutines, however those have to be compiled before being executed which defeats the purpose of a startup script for me.
The text was updated successfully, but these errors were encountered: