Hello, I use Unity UI prefab for in game menu. And I check Pauses Game
. When menu is open somehow it also pauses Audio Source components (which is not a good option for me). Is there a way to disable this behavior?
It looks like you're new here. If you want to get involved, click one of these buttons!
Comments
Which sounds specifically are being paused?
Music and Ambience tracks have a "Can play while paused?" option in their Storage windows, while Sound components have their own "Play while game paused?" option in their Inspectors.
I'm talking about AudioSource components of Unity
If you use AC's Sound component to play sounds, available from the Logic panel in the Scene Manager, then you can check "Play while game paused?".
If you're using AudioSource without AC's involvement, you need to attach a script to them: