Search Issue Tracker
By Design
By Design in 2023.3.X
Votes
0
Found in
2022.3.8f1
2023.1.11f1
2023.2.0b7
2023.3.0a3
Issue ID
UUM-47112
Regression
No
Extra shadows appear in HDRP when Shadows Update Mode is set to On Demand or On Enable
How to reproduce:
1. Open the “IN-52384_HDRP-repro.zip“
2. Open the “OutdoorsScene“
3. Enter Play mode
Expected result: No extra shadows on the right side are seen
Actual result: Extra shadows are seen on the right side
Reproducible with: 2022.3.8f1, 2023.1.11f1, 2023.2.0b7, 2023.3.0a3
Could not test with: 2021.3.30f1 (error regarding Asset Migration)
Reproducible on: Windows 10
Not reproducible on: No other environment tested
Note: Not reproducible in Player
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
- Build and Run button greyed out for locally invalid architecture, despite remote build is specified
- Graphics Settings: “Use Defaults” checkboxes misaligned in Tier Settings section
- VFX Graph particles are not culled when using URP and Frustum Culling is enabled on VFX Mesh Output
- Texture2D hash changes inside of an AssetBundle when rebuilding a SpriteAtlas bundle with an empty AssetPostprocessor Script enabled
- Aniso Level still applies when Generate MipMap is disabled in Texture Import Settings
Resolution Note:
By Design: The behavior is to be expected. If the camera is moved the cached shadow map needs to be updated by the user to avoid artifacts. In the repro, there are still some artifacts visible depending on the amount of camera movement. This can be made less visible by modifying the update frequency in the ShadowHandler script. This was not entirely clear from the documentation but has been updated.
Resolution Note (2023.3.X):
By Design: The behavior is to be expected. If the camera is moved the cached shadow map needs to be updated by the user to avoid artifacts. In the repro, there are still some artifacts visible depending on the amount of camera movement. This can be made less visible by modifying the update frequency in the ShadowHandler script. This was not entirely clear from the documentation but has been updated.