Esempio n. 1
0
 private void PlaySoundGroup(AudioGroup group)
 {
     audioPlayer.clip = group.RandomClip();
     audioPlayer.Play();
 }