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!!

1 Answer

1

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.