Search Issue Tracker
Fixed in 2022.1.X
Fixed in 2019.4.X, 2020.1.X, 2020.3.X, 2021.1.X, 2021.2.X
Votes
3
Found in
2019.3.0a8
2019.3.7f1
2020.1
2020.2
Issue ID
1233991
Regression
Yes
If one Reflection Probe is inside another one, the sum of Reflection Probes weights affecting the GameObject gets above one
Jira card: https://jira.unity3d.com/browse/GFXGI-548
How to reproduce:
1. Open the attached project "1233991.zip"
2. Open the "test" scene
3. Select GameObject "Wall" in Hierarchy window
Expected result: GameObject "Wall" is blue and is affected by "Room-ReflectionProbe" with a weight of 1
Actual result: GameObject "Wall" is red and is affected by "Room-ReflectionProbe" and "World-ReflectionProbe" with weights of 1.53 and -0.53 respectively
Reproducible with: 2019.3.0a8, 2019.3.13f1, 2020.1.0b8, 2020.2.0a10
Not reproducible with: 2018.4.22f1, 2019.3.0a7
Note: this only happens when a custom plane mesh is used in the Quads (Mesh Filter) component
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
- Crash on AudioMixer::GetFMODChannelGroup when entering Play Mode in a specific project
- Prefabs with "Flags" enum properties result in "IndexOutOfRangeException" when trying to commit/revert
- The Camera first person mode in Cameras overlay is greyed out and not clickable when the Editor is restarted with the Game View focused
- Scene View doesn't select the Canvas when it's clicked with the View Tool
- Transform fields are impossible to edit when Inspector window is resized
Resolution Note (fix version 2021.2):
Fixed on 2021.2.0b4 and above