Search Issue Tracker
By Design
Votes
0
Found in
5.5.1p2
Issue ID
892634
Regression
Yes
Reverb Zone is not work with use Spatialize
Reverb Zone is not work with use Spatialize.
1. What happened
If you turn on Spatialize of AudioSource, the reverb will not work.
2. How we can reproduce it using the example you attached
- Turn on Spatialize of AudioSource and execute
=> Reverb does not work on music.
- Turn off Spatialize of AudioSource and execute
=> Reverb does work on music.
With Unity 5.4.3 p 2, the above bugs will not occur.
License type: Free
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
- Articulation Body with 'Revolute' Joint Type has erratic behavior when Upper Limit is set to above 360
- WebGL Player fails to render Scene when Terrain with Detail Mesh is added and WebGPU Graphics API is used
- Inconsistent errors are logged when different types are passed into the Query "Q<>" method in UIToolkit and the ancestor VisualElement is null
- Crash on GetMaterialPropertyByIndex when opening a specific Scene
- Discrepancies in the styling are present when using a TSS file instead of a USS file in custom EditorWindow
Resolution Note (2018.2.X):
This is actually by design. The spatializer code has always been set up this way. When spatialization is enabled, the assumption was that the spatializer would apply reverb, so Unity's built-in reverb feature is disabled.