Search Issue Tracker
By Design
Votes
1
Found in
2021.2
2021.2.4f1
2022.1
Issue ID
1385448
Regression
No
Reflection Probes do not blend correctly when using 3 overlapping Reflection Probes
Reproduction steps:
1. Open the user's attached project
2. Open "Assets/BugTest" Scene
3. Select "TestSphere" GameObject from the Hierarchy
4. Move the GameObject along the Z axis
5. Observe the color blending
Expected result: GameObject color gradually changes from green to blue
Actual result: GameObject color starts gradually changing and then quickly changes to full blue color
Reproducible with: 2021.2.8f1, 2022.1.0b2
Could not test with: 2019.4.33f1, 2020.3.26f1 (Reflection Probes do not work as expected after downgrading)
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 warning in 'Hidden/Light2D': implicit truncation of vector type" is thrown when building Universal 2D template
- AI Assistant breaks compilation of packages using System.Runtime.CompilerServices.Unsafe via auto-referencing
- Unity Hub checks the "Documentation" module by default on the 6.4 and 6.5 streams despite that it was unchecked with the previous installs
- Shortcut that toggles between Dopesheet and Curves Views in the Animation Window's Timeline is mislabed
- Property List Items Overlap onto the Property List's top edge when scrolling through a long Property List
Resolution Note (2022.2.X):
Unfortunately, this behavior is by design. The reflection probe blending code in the legacy pipeline (and currently URP as well) was written specifically with only 2 probes in mind. There aren't any plans to change that behavior for the legacy pipeline. Our best suggestion is to author your scenes in such a way that you don't have more than 2 overlapping probes in any given area. If this is blocking you, we suggest looking into HDRP, which has a more advanced reflection system that allows for blending multiple probes.