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
- Packman: The same asset data is displayed differently in "Import" and "Remove" popups
- Reference to a deleted GameObject becomes "None" instead of "Missing" when the GameObject is restored with undo after entering and exiting Play Mode
- Size value in Particle System Curve's tab is highlighted with selection across all tab header
- Particle System Curve's Presets window has no visual indication of what preset is selected
- Blur shader doesn't work when the "Scene Color" Node is attached to the UI "Output" Node
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.