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
- Too little validation messages in the "WebAssembly Language Features" Memory settings
- Project Settings Search Highlights are misaligned when using the Bitmap Text Rendering Mode
- "GetControlID at event ValidateCommand returns a controlID different from the one in Layout event" Warning is thrown when undoing the deletion of Sprite Shape Profile
- Memory related fields in the "WebAssembly Language Features" can be set to the negative numbers
- "WebAssembly Language Features" Header in the Player Settings has a smaller indentation
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.