Search Issue Tracker
By Design
Votes
0
Found in
2021.3.45f1
2022.3.51f1
6000.0.24f1
Issue ID
UUM-85161
Regression
No
AudioSource starts playing at full volume when AudioMixerGroup is unloaded
How to reproduce:
1. Open the “bug-audiomixer-destroyed.zip“ project
2. Open the Addressables Groups window (Window > Asset Management > Addressables > Groups)
3. Select "Use Existing Build" in "Play Mode Script" in the Addressables Groups window
4. Build the Addressables (Build > New Build > Default BuildScript)
5. Open the “AudioScene“ Scene
6. Enter Play Mode
7. Observe the audio volume in the Game view
8. Click the "Unload Audio Mixer Group" button in the Game view
9. Observe the audio volume in the Game view
Expected result: The audio continues playing at the previously observed volume
Actual result: The audio starts playing at full volume
Reproducible in: 2021.3.45f1, 2022.3.51f1, 6000.0.24f1
Reproduced on: Windows 11 Pro (23H2), macOS 14.6.1 (M1) (by the reporter)
Not reproduced on: No other environment tested
Add comment
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- UI Builder Data Path Source List starts flickering and scrolling when trying to select the last item in the list
- Crash on ProcessSceneBeforeExport when analyzing selected Addressables rules in a specific project
- HDR images are compressed incorrectly with default settings on Android Platform
- Crash with multiple stack traces when painting detail on Terrain with a highly detailed Prefab
- Crash on mono_object_handle_isinst_mbyref_raw when SerializedReference points to a struct implementing ISerializationCallbackReceiver whose first field is a UnityEngine.Object
Resolution Note:
If the AudioMixer is removed the AudioSource will revert to outputting through the listener - depending on the settings of the mixer vs AudioSource/Listener this could indeed sound like a jump in volume. this is expected.