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
- Keywords on Material Variants aren't automatically saved when changed on original Material through Shader Graph
- Light Probes get baked when calling LightProbes.Tetrahedralize
- Shadows flicker and cause visual artifacts when modifying a GameObject's bounds using Swizzle (Y Mask) and Sine Time nodes
- [WebGL] Frame rate drops by 5-20 fps when moving cursor or touch input in the Player
- Light bleeds when using box shaped spotlight with specific Emission Range values
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.