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
- UI Builder Data Path Source List starts flickering and scrolling when trying to select the last item in the list
- Crash on ProcessSceneBeforeExport when analyzing selected Addressables rules in a specific project
- HDR images are compressed incorrectly with default settings on Android Platform
- Crash with multiple stack traces when painting detail on Terrain with a highly detailed Prefab
- Crash on mono_object_handle_isinst_mbyref_raw when SerializedReference points to a struct implementing ISerializationCallbackReceiver whose first field is a UnityEngine.Object
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.