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
- Popup windows spawn on the incorrect monitor when the Editor is placed near the boundary of scaled monitor next to a monitor with different scaling
- Hidden Tabs do not shift into empty space after closing visible Tabs
- [Android] Application not deployed on a device when "activity-alias" is used in the AndroidManifest
- Shader compile process adds shader ID to the constant buffer name when the word "Globals" is being used in Vulkan
- Audio Mixer Snapshot link to the documentation isn’t working
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.