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
if (isCoroutineRunning) {
ReportCoroutineReentered();
return;
}
in Reset() of Engine are correct. Because I can't reset an engine that was running in a coroutine before. Alternatively, is there a way to set isCoroutineRunning to false directly?