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
- Rendering Debugger Playmode debug UI scrolling is jittery when using click and drag to scroll
- Frame Debugger Target Selection Search Results window becomes too tiny to even see the default “Editor” selection when there are no search results
- Element name field has no character limit in UI Builder
- Async method in Play Mode being aborted when calling `new System.Windows.Forms.Form`
- Animator window Eye button on click visual does not cover the whole area of the button when clicked
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.