- Home /
Pause screen audio setup
I'm trying to figure out how to disable all in-game audio and activate pause screen audio when the pause menu is accessed. My current setup is only setting the audio listener to 0 where as I need to set all audio sources (except pause audio) to 0, then back to 1 when the game is resumed. Any suggestions would be greatly appreciated. Thank you!!
Answer by blueGaia · Oct 26, 2011 at 12:38 AM
i am tying to deal with the same thing at the min. just an idea tho mate use a secondary audio listener for your pause audio and just turn that one up.
The game really doesn't like having 2 audiolisteners at the same time. Besides, having multiple audio-listeners wouldn't help- they'd both hear all the 3d sounds anyway.
Your answer
Follow this Question
Related Questions
AudioSource glitching when resuming from suspend on iOS 0 Answers
Getting Unity to listen to desktop audio 2 Answers
Listen to audio when stepping frame by frame in editor 1 Answer
Audio source data? 0 Answers
Muting Audio 2 Answers