Search Issue Tracker
By Design
Votes
0
Found in
2017.4.0f1
2018.2.14f1
2018.3.0a1
2019.1.0a1
2019.2.0a1
Issue ID
1129285
Regression
No
Directional Light with Render Mode "Not Important" and high Intensity values adds inverted light color to opposite side
Steps to reproduce:
1. Download and open the attached project
2. Observe lit spheres
Expected result: light color added is consistent
Actual result: inverted color is added to the other side
Reproduced on 2017.4.0f1, 2017.4.21f1, 2018.3.7f1, 2019.1.0b4, 2019.2.0a6
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
- [Linux] Navigating Prefab Components in Overrides window shows rendering artifacts in the Editor
- Prefab Overrides window cuts-off Component labels across multiple Components
- Opening Memory Settings documentation from Project Settings window opens missing page
- Animated GameObjects ignore Shader keywords when running on VisionOS Player with Polyspatial
- Quickly clicking "Open query in Search Window" in the Hierarchy twice opens the two Search tabs at the same time
Resolution Note:
When a light is marked as Not Important, it will be immediately converted to a SH light. The resulting artifact would just be the typical SH ringing. Since the directional light in the provided scene is using a really high intensity value, some ringing is expected.
One way to mitigate this problem would be to set the directional light to either Mixed or Baked mode, and then rely on light probes to dering the affected dynamic objects.