Search Issue Tracker
By Design
Votes
2
Found in
2018.4
2018.4.21f1
2020.2
Issue ID
1246343
Regression
No
[Audio] Sound generated by OnAudioFilterRead disappears when "Spatialize" is enabled
How to reproduce:
1. Open attached project "case1246343.zip" and scene "SampleScene"
2. Enter Play mode
3. In Hierarchy window select "AUDIO SOURCE"
4. In Inspector window enable "Spatialize" option
Expected result: The sound is not muted
Actual result: The sound is muted
Reproducible with:
2018.4.26f1 (The "Spatialize" option is available with Unity engine itself),
2019.4.7f1 (The "Spatialize" option is available with "Google Resonance Audio" package and "Resonance Audio" plugin),
2020.1.1f1, 2020.2.0a20 (The "Spatialize" option is available with "Resonance Audio" plugin)
Notes:
-In Unity 2019.1.0b2 and higher Spatializer plugins were moved to packages
-Google Resonance Audio package is deprecated and was removed in Unity 2020.1 and above
-Link to the "Resonance Audio" plugin - https://resonance-audio.github.io/resonance-audio/develop/unity/getting-started
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
- Tile Palette Edit mode turns off in Play Mode
- The Editor crashes when Generating Font Atlas in the Font Asset Creator with “9999999999” padding and 256x256 Atlas Resolution
- [iOS] An “ArgumentNullException” error is thrown when GetIntroductoryPriceDictionary() method is called
- Memory leak warnings are constantly thrown when Generating Font Atlas in Font Asset Creator with 4096x8192 Atlas Resolution
- “Glyph rendering has been aborted due to sampling point size” Log is printed and Font Atlas is not generated when Atlas Resolution is 8192x8192, and the Render Mode is SDF
Resolution Note:
Following the docs https://resonance-audio.github.io/resonance-audio/develop/unity/developer-guide and following the steps, the audio is playable with spatialize enabled.
"Set the Output audio mixer group to the Master bus of the ResonanceAudioMixer." Very important step to follow