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
- “Remove Unused Overrides” available on not loaded Scene and throws “ArgumentException: The scene is not loaded” warning
- Adaptive Probe Volume occlusion edge is calculated incorrectly when viewing probes near geometry edges
- Sampling a texture using an HLSL file throws shader errors and the code does not compile
- "Graphics.CopyTexture called with null source texture" error when Base Camera of an Overlay Camera is removed with DX11 Graphics API and Compatibility Mode enabled
- WebGL sends wrong value with large numbers when SendMessage function is used
Resolution Note (fix version 2020.2):
Improve shadow culling plan calculation. Uses fix provided by HB-Studios