Search Issue Tracker
Won't Fix
Votes
1
Found in [Package]
14.0.0
Issue ID
1380891
Regression
No
[URP] Light bleeds through concave Mesh when Cascade Rendering is used
How to reproduce:
1. Open user's attached project "URP - Concave mesh bug report.zip"
2. Press Play
Expected result: Inside the concave Mesh shadows are cast without light bleeding through
Actual result: Light bleeds through a concave Mesh
Reproducible with: 7.7.1 (2019.4.35f1), 10.8.1 (2020.3.27f1), 12.1.4 (2021.2.10f1), 13.1.5 (2022.1.0b6), 14.0.0 (2022.2.0a3)
Notes:
- Issue reproduces in Scene and Game view
- Setting the Directional Light's Near Plane to 10 resolves the issue
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
- Articulation Body with 'Revolute' Joint Type has erratic behavior when Upper Limit is set to above 360
- WebGL Player fails to render Scene when Terrain with Detail Mesh is added and WebGPU Graphics API is used
- Inconsistent errors are logged when different types are passed into the Query "Q<>" method in UIToolkit and the ancestor VisualElement is null
- Crash on GetMaterialPropertyByIndex when opening a specific Scene
- Discrepancies in the styling are present when using a TSS file instead of a USS file in custom EditorWindow
Resolution Note:
This issue is caused when big triangles cross the near plane. The workaround here is to refine the geometry to avoid big triangles or to push the directional shadows near plane.