Exemplo n.º 1
0
 void Start()
 {
     if (firstTime == true)
     {
         instance = this;
         instance.GetComponentInParent <AudioSource>().Play();
         DontDestroyOnLoad(instance);
     }
     firstTime = false;
 }
 // Use this for initialization
 void Start()
 {
     FlyingMusicManager.Off();
 }