Search Issue Tracker
Fixed in 2020.2.X
Votes
0
Found in
2017.4.0f1
2018.3.0a1
2018.3.0f2
2019.1.0a1
2019.2.0a1
Issue ID
1117502
Regression
No
Dynamic shadows fail to render if the camera's near plane is very close and the far plane is very far
How to reproduce:
1. Open attached project "FrustumShadowPrecision" and open Scene "SampleScene"
2. Enter Play Mode
3. Observe sphere's shadow on the plane
Expected result: Shadows are rendered on the plane all the time
Actual result: Shadows are not rendered/flickering on the plane
Reproduced with: 2017.4.18f1, 2018.3.3f1, 2019.1.0a14, 2019.2.0a1
Note: Increasing the Main Camera near clip plane or significantly decreasing the far clip plane reduces/eliminates the flickering.
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
- Terms of Service agreement checkbox is invisible under specific OS system themes (UI Accessibility)
- Tile Palette: "Create New Tilemap" dropdown area is displayed in several colors
- Input.mousePosition stops syncing to touch input when using "DownloadHandlerTexture" in WebGL build
- UI Builder canvas doesn't update element styling accordingly when changing Active Theme for some Editor Authoring elements
- Selector Value buttons are not aligned with parameters in UI Builder
Resolution Note (fix version 2020.2):
Improve shadow culling plan calculation. Uses fix provided by HB-Studios