|
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
(comments are locked)
|
|
Yes, there is AudioListener.volume, which controls the volume of all AudioLsteners. Thanks a lot :)
May 04 '10 at 03:29 PM
Pure Phase
Thanks!!! i just looked at this and it helped me a lot!!!
Aug 13 '10 at 10:40 PM
3dDude
Nice. I thought I might have to loop through all audio listeners in the game and set them independently.
Jul 16 '12 at 08:11 PM
GWJustin
(comments are locked)
|
