Search Issue Tracker
By Design
By Design in 6000.5.X
Votes
0
Found in
6000.0.64f1
6000.3.3f1
6000.4.0b3
6000.5.0a4
Issue ID
UUM-131599
Regression
No
The lightmaps break when Plane GameObjects cast shadows on them
Reproduction steps:
1. Open the attached “IN-125166” project
2. Open the SampleScene
3. Open the “Lighting” window and Generate Lighting
4. Move around the Scene and observe the baked lightmaps
Actual result: The shadows under Plane GameObjects are broken
Expected result: The shadows under Plane GameObjects are normal, same as under the Cube GameObject
Reproducible with: 2022.3.70f1, 6000.0.64f1, 6000.3.3f1, 6000.4.0b3, 6000.5.0a4
Reproducible on: macOS 26.2
Not reproducible on: No other environments tested
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
- Reflection Probe “Probe Scene Editing Mode:” text is barely visible
- [HDRP] Game view doesn’t refresh after changing Camera Background Type until mouse moves over it
- Some Shaders appear twice in Material Shader selection menu
- Editor freezes with a StackOverflowException when certain asset types are assigned to a managed component in a SubScene via AddComponentObject
- Text Script Importer Reference button links to a Missing Page when clicking the Reference Button in the Inspector
Resolution Note:
Thank you for reporting a bug to Unity.
After reviewing the behavior, we've confirmed it aligns with the current design and intended use of the feature. We understand this may differ from your expectations or workflow.
We will close this case as 'As Designed.' If you have feedback on how the feature could better meet your needs, please let us know - we value your input and consider it in future improvements.
To solve the issue, please use a material with double sided GI for the plane. The issue you are seeing is because of back facing geometry. Have a look at the validity view mode it is likely red in the areas Unity - Manual: https://docs.unity3d.com/2019.1/Documentation//Manual/GIVis.html
Resolution Note (6000.5.X):
Thank you for reporting a bug to Unity.
After reviewing the behavior, we've confirmed it aligns with the current design and intended use of the feature. We understand this may differ from your expectations or workflow.
We will close this case as 'As Designed.' If you have feedback on how the feature could better meet your needs, please let us know - we value your input and consider it in future improvements.
To solve the issue, please use a material with double sided GI for the plane. The issue you are seeing is because of back facing geometry. Have a look at the validity view mode it is likely red in the areas Unity - Manual: https://docs.unity3d.com/2019.1/Documentation//Manual/GIVis.html