IEnumerator EndGame_() { StartCoroutine(ToLevelExclusive(endName)); while (inLoad) { yield return(null); } EndGameUI.Init(); }