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
- Texture Import Warnings are obscured by other Terrain Layer options in the Inspector
- Burst Inspector middle divider is jittering when resized with the Burst Inspector window docked
- JsonConvert conversion fails trying to call GetCallbackMethodsForType when [OnDeserialized] is used in a class
- Different text alignment in the column header in Entities "System" window
- Objects with Universal Render Pipeline/Particles/Lit shader are always lit up when changing their Rendering Layer Mask
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