static System.Collections.IEnumerator DoReboot() { yield return(new WaitForEndOfFrame()); instance.DoDestroy(false); instance.DoStart(); yield return(null); }