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
- Required SpriteMask class (ID 331) is stripped when "Strip Engine Code" is enabled
- “Maximized serialized file backup not found” error is thrown when minimizing a window in a newly opened project
- Build stack trace contains invalid lines when building with IL2CPP using scripts with delegates containing generic types in the signature
- Entities Systems window has a “Show Full Player Loop” dropdown which does nothing when clicked after enabling “Show Full Player Loop”
- Entities Hierarchy Search “Show/Hide” button’s Lens Icon is blurry when the Editor is on an external monitor
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.