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
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
- UI Source Image property gets set to 'None' when using a specific Sprite and Play mode is entered
- Rendering locks up when not looking at a transparent material on Meta Quest 2
- Volumetrics break when using a Custom Pass to create a Thickness Buffer for Alpha Clipping
- All tests are run instead of only the failed ones when the "Rerun Failed" button is pressed
- GameObject is not masked when the "Render PostProcessing Effects" pass executes with a resolved non-MSAA Color target and MSAA DepthStencil target
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.