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
- Shader warnings are thrown when deleting blocks in the Ribbon VFX Graph
- Shadow casters are not rendered when deploying builds in specific Unity 6.0 versions
- Automatically unfocuses when focusing and DropdownField is open
- Debug Draw Mode stops rendering GameObjects when GPU Resident Drawer is enabled
- Only a single Selector is added to a Container when drag and dropping multiple of them on an Element in UI Builder
Resolution Note (fix version 2021.2):
Fixed on 2021.2.0b4 and above