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
- Error “Shader error in 'YSCloudCover': call to 'tex3D' is ambiguous at Assets/YSCloudCoverText.shader(606) (on d3d11)“ is present when compiling tex3D shader with DXC
- Placeholder asset is not loaded with Advertisement Legacy sample when using the latest version of the package
- Addressables content build fails but the Player build is successful when building a development build
- Out-of-bounds memory access with multiple CanvasRenderers under a Canvas when using Mesh API
- Inspector tries to access file after it was deleted when the file was locked in Inspector window
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.