Search Issue Tracker
Fixed
Fixed in 6000.0.19f1, 7000.0.0a12
Votes
0
Found in
6000.0.1f1
6000.1.0a7
7000.0.0a1
Issue ID
UUM-72086
Regression
No
[HDRP] HDAdditionalLightData.RequestSubShadowMapRendering on directional lights breaks cascade shadows rendering
Steps to reproduce:
1. Open "OutdoorsScene" in attached project
2. Enter Play mode
Actual results:
Cascade shadows other than the newly refreshed cascade are showing dark artifacts:
!image-2024-05-14-19-46-21-826.png|width=545,height=261!
Expected results:
Proper cascade shadows rendering similar to this :
!image-2024-05-14-19-46-59-955.png|width=545,height=288!
Reproducible with versions: 6000.0.1f1 (probably also lower, didn't test)
Not reproducible with versions:
Can’t test with versions:
Tested on (OS): Windows
Notes:
- The script InterlacedCascadesUpdate.cs does call HDAdditionalLightData.RequestSubShadowMapRendering sequencially for each cascade of the Sun light, with a delay between each call.
It seems that only the first cascade doesn't have the issue.
- When disabling the script on the Sun object, and settings the Shadows update mode to "On Enable", and entering play mode, the shadows remain still while the light is moving, which is expected, but no dark artifacts are visible
- This is a critical feature required to save performances in a dynamic time of day scenario
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Incorrect rotations on bones when importing FBX animations with a Humanoid Rig
- Render Graph Viewer “Pass List” section is flickering when resizing vertically and the Render Graph Viewer window is docked
- Render Graph Viewer Capture button plays the click animation but does not do anything when the Capture button is pressed with the “Enter” key on the keyboard
- UI Builder Scrollview is unable to scroll all the way down when the window is downsized vertically
- Celestial bodies order remains unchanged when the Distance setting is modified
Add comment