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
- Editor crash on "PPtr<Shader>::operator Shader*() const" when checking in changes with a very long comment in Unity Version Control window
- [Ubuntu] Toolbar and menu items for Version Control lack spaces in text on Linux
- Unity Version Control window Pending Changes tab’s Item checkbox is unresponsive when clicked and the item list is empty
- Audio stuttering occurs when heavy processing is performed while OnAudioFilterRead is in use
- Inconsistent Node search results in VFX Graph
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.