Search Issue Tracker
By Design
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
- Animation Clip with Legacy enabled does not play when Time.timeScale is set to 0 despite Update mode set to "Unscaled time"
- Rename is enabled on subfolder empty space - "Can't rename to empty name" warning
- SamplerState Property Missing Anisotropic Filtering
- Visual glitches when using Handles API
- The RGBA color values are inconsistent when comparing two identical colors set in the Inspector
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.