Is there a global volume setting?

Hi,

Is there any way to control the volume of the whole game? I'm having a weird problem that if I dont play audio on awake, the first time it plays it doesn't work properly. So I thought I'd just play everything on awake, but turn the volume right down for the first few seconds of the game.

Is there a way I can turn the entire volume to 0 and then fade it up to 1 when the game starts?

Thanks

Yes, there is AudioListener.volume, which controls the volume of all AudioLsteners.

Can i got a code witch do this?