Search Issue Tracker
By Design
Votes
0
Found in
2018.4
2019.2
2019.3
2019.3.0b8
2020.1
2021.1
Issue ID
1199915
Regression
No
Blender Meshes get illuminated too brightly when Directional Light Cookie isn't set to "None"
Steps to reproduce:
1. Download and open attached project
2. Open "SampleScene" scene
3. Select "Directional Light" in the Hierarchy window
4. In the Inspector window, change Cookie to "None" (To see how bright the walls should be)
5. Change Cookie back to "cloud_cookie"
Expected outcome: The brightness of both walls in the scene view doesn't change
Actual outcome: The walls in the scene view become much brighter
Reproducible with: 2018.4.13f1, 2019.2.14f1, 2019.3.0f1, 2020.1.0a15
Could not test with: 2017.4 (Project errors when downgrading, assets can not be loaded)
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
- TextMeshPro Shader "Mask" field does not update in Inspector when changing value
- Changing URP settings when a Shader Graph is open throws errors and renders the opened Shader Graph Asset useless
- GameObject cannot be renamed when right clicked and a different Editor window is in focus
- Objects are cleared when preloading a Pool during startup functions with Domain Reload disabled
- The text underline partially disappears when the bold effect is applied with certain fonts in the UI Builder
Resolution Note (2021.1.X):
When using baked lighting, make sure that your second UV channel contains properly authored lightmap UVs. Otherwise, you will experience lightmap artifacts due to badly authored UVs. You can either manually author UVs in a DCC program of your choice, or have Unity generate them for you automatically in the mesh importer settings.
Also, please keep in mind that baked light cookies are only supported in Unity 2020.1 versions and newer.