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
- 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 (fix version 2020.2):
Improve shadow culling plan calculation. Uses fix provided by HB-Studios