Adding audio/ "Audio file not found"

Announcements, support questions, and discussion for the Dialogue System.
Post Reply
Mach4
Posts: 28
Joined: Thu Jul 22, 2021 4:16 pm

Adding audio/ "Audio file not found"

Post by Mach4 »

Hi Tony -

I have a speaking game object that is to speak two separate lines.

Game Object Line 1 - "XXXXX" text and audio working
Player - response - click with mouse
Game Object line 2 - Text appearing but no audio.
Player - response - click with mouse

Here is the error message:
Dialogue System: Sequencer: AudioWait() command: Clip 'Wolf_Ava_When You Walk' wasn't found.

This is a working audio file and it works in the inspector window. Both audio files in same folder within "Resources" Folder.

Any help is appreciated.

Thanks
Rick
User avatar
Tony Li
Posts: 21986
Joined: Thu Jul 18, 2013 1:27 pm

Re: Adding audio/ "Audio file not found"

Post by Tony Li »

Hi Rick,

Is there maybe a typo in the sequencer command or the asset filename?

Check the underscores (_) versus blank spaces ( ), and also look for any blank spaces at the end of the filename.
Mach4
Posts: 28
Joined: Thu Jul 22, 2021 4:16 pm

Re: Adding audio/ "Audio file not found"

Post by Mach4 »

Hi Tony -

That was it......there in fact was an extra space at the very end. It worked fine.

Thanks so much

Rick
User avatar
Tony Li
Posts: 21986
Joined: Thu Jul 18, 2013 1:27 pm

Re: Adding audio/ "Audio file not found"

Post by Tony Li »

Happy to help!
Post Reply