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
- Required SpriteMask class (ID 331) is stripped when "Strip Engine Code" is enabled
- “Maximized serialized file backup not found” error is thrown when minimizing a window in a newly opened project
- Build stack trace contains invalid lines when building with IL2CPP using scripts with delegates containing generic types in the signature
- Entities Systems window has a “Show Full Player Loop” dropdown which does nothing when clicked after enabling “Show Full Player Loop”
- Entities Hierarchy Search “Show/Hide” button’s Lens Icon is blurry when the Editor is on an external monitor
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.