Which audiosource?

Announcements, support questions, and discussion for the Dialogue System.
Post Reply
hrohibil
Posts: 368
Joined: Thu Nov 04, 2021 12:50 pm

Which audiosource?

Post by hrohibil »

Hello

When dragging in a audio file from resource folders into the sequence field which audiosource does it hook onto?

If I want to control play on awake or volume what do I do?
User avatar
Tony Li
Posts: 21975
Joined: Thu Jul 18, 2013 1:27 pm

Re: Which audiosource?

Post by Tony Li »

If you don't edit the AudioWait() command to specify a GameObject name, it will use an audio source on the node's speaker. If the speaker GameObject doesn't have an audio source yet, it will create one. For more details, see the Parameters section of the AudioWait() reference.
hrohibil
Posts: 368
Joined: Thu Nov 04, 2021 12:50 pm

Re: Which audiosource?

Post by hrohibil »

Thanks Tony
Post Reply