Search Issue Tracker
By Design
Votes
1
Found in
2017.1.0f3
Issue ID
950415
Regression
No
Increasing Field of View of the camera causes shadow jitter appear
How to reproduce:
1. Download attached project file
2. Open the scene named `scene` and enter Play Mode
3. Try to change Field of View in Main Camera Inspector Window
Actual result: Increasing Field of View of the camera causes shadow jitter appear
Reproduced with: 5.5.4p3, 5.6.3p3, 2017.1.1p2, 2017.2.0b11, 2017.3.0a7
Comments (1)
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
- [Android] Stage information is not logged when Log Shader Compilation is enabled
- [Vulkan] The memory allocation increases rapidly when there are multiple (three or more) Real-Time Reflection Probes in the Scene
- [macOS] Library folder of the opened project can be deleted which leads to the crash
- “Default Scene” dropdown field contains a spelling mistake “Default Builtin”
- Editor crashes on PPtr<Mesh> after adding Text Mesh and Cloth Components to the same GameObject
DefiantDev_Chris
Mar 27, 2018 05:02
This article I believe describes the problem
https://mynameismjp.wordpress.com/2013/09/10/shadow-maps/
"CASCADE OPTIMIZATION" (aka, stable fitting in unity)
I don't believe this is a bug, but a side effect of how stable fitting shadows work.