private IEnumerator startBackgroundAnimation() { yield return(new WaitForSeconds(3f)); BackgroundAnimation.clip = BackgroundAnimation.GetClip("TitleviewFadeOut"); BackgroundAnimation.Play(); StartCoroutine(startPlayerWalkAnimation()); }