Search Issue Tracker
By Design
By Design in 2023.1.X
Votes
0
Found in
2023.1.0a25
Issue ID
UUM-23166
Regression
No
[HDRP] Shadow artifacts
Repro:
1) Download project [https://github.com/iM0ve/Automotive]
2) Open CarDemo scene
3) Look at the columns
Result: Shadows are flickering and look incorrect. If you dont see the bug, try re-enabling Environment->Lights gameobject.
Im not sure if maybe my setup is incorrect or its simply a bug. I have tried using Cached and Realtime shadows, changing shadow atlas sizes but I still get the issue. Tested on srp/devs.
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
- Out-of-bounds memory access with multiple CanvasRenderers under a Canvas when using Mesh API
- Inspector tries to access file after it was deleted when the file was locked in Inspector window
- Changing Transform values in Search window Inspector loses focus while dragging and stopping mouse without releasing dragging action
- Saving changes on the dirty VFX Graph during the Play mode throws "The referenced script (Unknown) on this Behaviour is missing!" warnings
- VFX Graph Debug Info overlaps the "Initialize" block debug info by default
Resolution Note:
So the street lights have Normal Bias to 0 and that results in shadow acne. Having it set to a slightly higher value removes the problem.
Resolution Note (2023.1.X):
So the street lights have Normal Bias to 0 and that results in shadow acne. Having it set to a slightly higher value removes the problem.