no message
This commit is contained in:
@@ -155,6 +155,7 @@ namespace Beyond
|
|||||||
{
|
{
|
||||||
//GameObject audioObject = Instantiate(audioSource, Player.Instance.transform.position, transform.rotation) as GameObject;
|
//GameObject audioObject = Instantiate(audioSource, Player.Instance.transform.position, transform.rotation) as GameObject;
|
||||||
//audioSourceLast = audioObject.GetComponent<AudioSource>();
|
//audioSourceLast = audioObject.GetComponent<AudioSource>();
|
||||||
|
m_audioSource.outputAudioMixerGroup = bark.customOutput != null ? bark.customOutput : null;
|
||||||
m_audioSource.PlayOneShot(b.clip);
|
m_audioSource.PlayOneShot(b.clip);
|
||||||
}
|
}
|
||||||
if (!string.IsNullOrWhiteSpace(b.barkConversation))
|
if (!string.IsNullOrWhiteSpace(b.barkConversation))
|
||||||
|
|||||||
Reference in New Issue
Block a user