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
- ”Last item reached” warning is thrown when no search results are found in UI Toolkit Layout Debugger
- UI Elements overlap in the Shortcuts window when docked and resized to a smaller window size
- UIBuilder DataSourcePath dropdown fails to show properties when binding to abstract classes
- Errors are logged when importing an asset at a path with Firebase
- Entering too big of a number in 2D Renderer Lightmode Tags freezes the Editor
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.