public void Play() { if (!FmodEvent.IsPlaying(musicInstance)) { musicInstance = FmodEvent.Play(music, gameObject.transform, null); } }