IEnumerator WaitAnimation() { Debug.Log("wait for action"); yield return(new WaitForSeconds(17)); intro_m.Menu(); }