Search Issue Tracker
By Design
By Design in 2023.1.X
Votes
0
Found in
2020.3.37f1
2021.3.7f1
2022.1.11f1
2022.2.0b3
2023.1.0a4
Issue ID
UUM-10788
Regression
No
Shadow artifacts when using the Lightmaps to generate Lighting
Reproduction steps:
- Open the attached project
- Enable the “Auto Generate” setting in the Lighting window (Window > Rendering > Lighting)
- Observe the shadows under the “Tree_CherryBlossom” GameObject in the Game View
Expected result: No artifacts are seen and the lightmap is correctly generated
Actual result: Artifacts under the tree are seen
Reproducible with: 2020.3.37f1, 2021.3.7f1, 2022.1.11f1, 2022.2.0b3, 2023.1.0a4
Reproducible on: Windows 10 (21H2)
Note: Setting the “Filtering” setting to “None” or playing around with the “Indirect Samples” and the “Environment Samples” settings in the Lighting Settings Asset can reduce the artifacts but they do not disappear
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
- Crash on UndoManager::RegisterUndoInternal when applying added GameObjects to a Prefab
- [Asset Bundles] A new bundle hash is not generated when the name of a serialized field is changed
- Icon section shows incomplete message and unusable check box in Build Profiles and Player Settings window instead of “Not applicable for this platform” for Dedicated Server Platform
- Assets are created in the Package folders when creating assets via custom buttons in the Inspector window or other windows
- “Select” windows are named differently on Windows and macOS
Resolution Note:
What you are seeing here are invalid texels, which are result of hitting backfaces. Please enable Double Sided Global Illumination in the Material settings. Otherwise, cap the open faces for the tree canopies.
Resolution Note (2023.1.X):
What you are seeing here are invalid texels, which are result of hitting backfaces. Please enable Double Sided Global Illumination in the Material settings. Otherwise, cap the open faces for the tree canopies.