Esempio n. 1
0
        private IEnumerator startBackgroundAnimation()
        {
            yield return(new WaitForSeconds(3f));

            BackgroundAnimation.clip = BackgroundAnimation.GetClip("TitleviewFadeOut");
            BackgroundAnimation.Play();
            StartCoroutine(startPlayerWalkAnimation());
        }