IEnumerator DelayToLoad(int num, float delay) { yield return(new WaitForSeconds(delay)); menuManager.Load(1); }