Ejemplo n.º 1
0
 private void Awake()
 {
     toggleSounds = this;
     sfxSource    = toggleSounds.GetComponent <AudioSource> ();
     isBGM        = true;
     isSFX        = true;
 }
Ejemplo n.º 2
0
 void Start()
 {
     ambience = GameObject.FindGameObjectWithTag("AmbientSound").GetComponent<ToggleSounds>();
 }