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
- “Remove Unused Overrides” available on not loaded Scene and throws “ArgumentException: The scene is not loaded” warning
- Adaptive Probe Volume occlusion edge is calculated incorrectly when viewing probes near geometry edges
- Sampling a texture using an HLSL file throws shader errors and the code does not compile
- "Graphics.CopyTexture called with null source texture" error when Base Camera of an Overlay Camera is removed with DX11 Graphics API and Compatibility Mode enabled
- WebGL sends wrong value with large numbers when SendMessage function is used
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.