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
- Shader Graph Asset icon is not shown on creation unless you confirm the name
- APV Sky occlusion doesn't consider the terrain
- [iOS] "EXC_BAD_ACCESS" Player crash when Script Debugging is enabled
- Cursor skips input fields when tabbing between two sets of input fields
- "Shader error redefinition of 'Varyings'" error appears when selecting the shader
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.