audio problem (nothing plays)

Hi,

I’m trying to import some audio to my project, but I can’t get any sound out. The files import normally, but if I press play in the audio importer preview, nothing happens. Also if I drop them in my scene as audio sources, I get no sound.

Am I doing something wrong or are my audio clips just not working?

1.You need to add a listener to your main camera
2.Add the audio clip to object which you want to play
3.White the code, when you want to play
audio.Play();