Search Issue Tracker
Fixed in 2019.4.40f1
Fixed in 2019.4.X, 2020.3.X, 2021.3.X, 2022.1.X, 2022.2.X, 2023.1.X, 2023.1.0a5
Votes
0
Found in
2019.4.39f1
2019.4.40f1
2020.3.36f1
2021.3.4f1
2022.1.4f1
2022.2.0a17
2023.1.0a1
Issue ID
UUM-6318
Regression
No
Stopped Audio Souce outputs audio when the "Spatialize" property is enabled
Reproduction steps:
1. Open the attached project
2. Open the SampleScene.unity Scene, located in /Assets/Scenes folder in the Project window
3. Select the “SimpleRepro” GameObject in the Hierarchy window
4. Enter the Play Mode
5. Observe the audio
6. Disable the “Play” property under the “Audio Test” Script Component in the Inspector window
7. Observe the audio
8. Exit the Play Mode
9. Enable the “Spatialize” property under the Audio Source Component in the Inspector window
10. Observe the audio
Expected result: the “Spatialize” property on a stopped Audio Source should not cause it to output audio or call OnAudioFilterRead
Actual result: the “Spatialize” property on a stopped Audio Source causes it to output audio or call OnAudioFilterRead
Reproducible with: 2019.4.39f1, 2020.3.36f1, 2021.3.4f1, 2022.1.5f1, 2022.2.0a17, 2023.1.0a1
Reproducible on: MacOS 12.4 (21F79)
Notes:
- The issue is reproducible on both Apple Silicon and Intel Editors
- The issue is reproducible in the Edit and Play Modes
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
- "Cannot create Settings Providers for: CreateAllChildSettingsProviders" error is thrown in the Console after fixing PolySpatial visionOS package validation error after installing XR Interaction Toolkit VisionOS Sample
- "Unable to find style 'VideoClipImporterLabel' in skin 'GameSkin' " warning thrown when converting the Video Clip Inspector to a floating window in Play mode
- Unclear "Failed to start primary listening socket" error when launching the Multiplayer Play Mode second player and many Unity instances are running
- The cogwheel button in the Build History window gets distorted when the Build History window is resized or options are ticked in the toolbar
- Unity Hub (Arm64) fails to start when installed on Windows 11 (Arm64)
Resolution Note (fix version 2023.1):
When enabling 'spatialize' on a stopped audio source with a custom filter (OnAudioFilterRead), the FMOD graph would be reconfigured in an incorrect state, resulting in immediate audio output from the filter. The fix ensures this only happens if the audio source is playing. Correct initialisation of the graph will happen in Play().
Fixed in 2023.1.0a5
Resolution Note (fix version 2022.2):
Fixed in 2022.2.0b7
Resolution Note (fix version 2022.1):
Fixed in 2022.1.15f1
Resolution Note (fix version 2019.4):
When enabling 'spatialize' on a stopped audio source with a custom filter (OnAudioFilterRead), the FMOD graph would be reconfigured in an incorrect state, resulting in immediate audio output from the filter. The fix ensures this only happens if the audio source is playing. Correct initialisation of the graph will happen in Play().
Fixed in 2019.4.40f1