IEnumerator loader(string unload, string load) { LoadUtils.LoadScene(load); yield return(null); yield return(null); LoadUtils.UnloadScene(unload); }