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
- Unity freezes when opening a project
- [Silicon] Artifacts appear in the Game view when resizing the window/entering the Play Mode in a specific project
- Marker in the animation’s preview window doesn’t stop when reaching the end of the timeline and jumps to the start of the animation when moving it with the cursor
- Animation Event marker is not placed on the current time of the timeline when using the “Add Event” button
- Editor crashes on vector_map<ConstantString,AssetBundle when using the LoadAssetAsync function
Resolution Note (fix version 2021.2):
Fixed on 2021.2.0b4 and above