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
- Mouse input is registered incorrectly in Custom RP when downscaling Render Target and rendering Overlay UI before final upscale
- Time.deltaTime is locked to the display's refresh rate when the built Player is moved to a Secondary Display and Windowed Mode is used
- Crash on RaiseException when importing a specific asset
- Crash on RaiseException when opening a specific project
- DownloadHandlerScript.CompleteContent is called twice when building for WebGL
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.