Esempio n. 1
0
 // Start is called before the first frame update
 void Start()
 {
     bgmSource = audioManager.GetAudio("BGM").PlayAudio();
     bgmSource.transform.parent = transform;
     bgmSource.loop             = true;
     UpdateBGMVolume();
 }