Audiokinetic's Community Q&A is the forum where users can ask and answer questions within the Wwise and Strata communities. If you would like to get an answer from Audiokinetic's Technical support team, make sure you use the Support Tickets page.

Is there a way to PauseAll and ResumeAll in Unity?

0 votes
I would like to be able to pause everything that's playing when the pause button is pressed and resume if the game is resumed.

Something similar to the StopAll method.

Thank you!
asked Sep 29, 2019 in General Discussion by Little Tim (160 points)

1 Answer

0 votes
A general question in Unity --

https://answers.unity.com/questions/1230216/a-proper-way-to-pause-a-game.html

You need to set the "enabled = false;" or use a boolean bPaused to pause or resume.

For pausing Wwise sound, see --> https://www.audiokinetic.com/qa/2448/how-to-pause-all-sound-with-unity-scripts
answered Oct 5, 2019 by Sally P. (360 points)
...