Search Issue Tracker
Fixed in 5.3.0
Votes
39
Found in
5.0.1f1
Issue ID
690961
Regression
Yes
Realtime shadows cast on terrain from directional light do not fade properly when using deferred rendering path
Reproduction steps:
1. Open the attached project "DefferedShadowPopping"
2. Open the scene "Main"
3. Camera in the scene is set to deferred rendering
4. Move it up and down to see how shadows suddenly pop in and out
5. Switch camera to forward rendering path
6. Again, move camera up and down, notice that shadows fade in and out gradually
7. See video in one of the edits
Notes:
1. Only works with shadows cast on a terrain
2. Not reproducible with orthographic cameras, only perspective
Comments (2)
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
- "ShaderGraph" misses a space in the "Project Settings" section
- UI Builder inspector’s checkbox fields can be activated when clicking anywhere in the value field
- Unity icon is poorly visible in the "Build Profiles" window when "Dark" editor theme is selected
- UI Toolkit Transition Animation is ignored when background-size property has a starting value of 0
- Error "Assertion failed on expression: 'i->previewArtifactID == found->second.previewArtifactID'" is present when creating Render Texture
alan-lawrance
Aug 17, 2015 14:43
This issue is blocking us from being able to efficiently use SSAO, as we cannot use the Deferred render path (which generates render targets used by SSAO).
alan-lawrance
Apr 24, 2015 22:13
This issue is a big one for our project, which is outdoors and relies on Deferred Lighting.