no message

This commit is contained in:
2025-03-26 14:54:53 +01:00
parent 4719b3b02d
commit 73d1e96b7d

View File

@@ -155,6 +155,7 @@ namespace Beyond
{
//GameObject audioObject = Instantiate(audioSource, Player.Instance.transform.position, transform.rotation) as GameObject;
//audioSourceLast = audioObject.GetComponent<AudioSource>();
m_audioSource.outputAudioMixerGroup = bark.customOutput != null ? bark.customOutput : null;
m_audioSource.PlayOneShot(b.clip);
}
if (!string.IsNullOrWhiteSpace(b.barkConversation))