Search Issue Tracker
Fixed in 2021.3.22f1
Fixed in 2021.3.X, 2022.1.X, 2022.2.X, 2023.1.X, 2023.1.0a12
Votes
0
Found in
2021.3.7f1
2022.1.9f1
2022.2.0b1
2023.1.0a3
Issue ID
UUM-10520
Regression
No
[URP] Shadows are jagged when Shadow Atlas Resolution is set to 4096
Steps to reproduce:
1. Open the user’s attached project
2. Open Assets/Scenes/IvyTable.unity
3. Open the Game view
4. Select Assets/Settings/UniversalRP-HighQuality.asset
5. In the Inspector window set Shadow Atlas Resolution to 4096
6. Observe the Game view
Expected result: Displayed shadows aren’t jagged
Actual result: Displayed shadows are jagged
Reproducible with: 12.1.7 (2021.3.7f1), 13.1.8 (2022.1.9f1), 14.0.3 (2022.2.0b1), 15.0.0 (2023.1.0a3)
Couldn’t test with: 10.9.0 (2020.3.37f1) (Shadow Atlas Resolution setting doesn’t exist)
Reproducible on: Windows 10
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
- [Tile Palette] Sprites not rendering when brush tool "Paint a filled box with active brush" is used for the first time
- Adding available Nodes with longer names in Fragment Context window overflow Fragment Context window in Shader Graph
- "Layer Palette Profile" Asset is automatically applied to the second Terrain but doesn't load any layers
- "Terrain Tools" shortcut conflicts with the Overlays shortcut by default
- Longer Shader Graph Property Reference names breaks VFX Graph Output Particle Node
Resolution Note (fix version 2023.1):
Fixed wrong shadowmap size used in soft shadows. It now uses the actual shadowmap size instead of the requested size. This fixes incorrect shadow filtering with atlases that are larger than required to fit all lights.
However, shadows are still resolution dependent. A high resolution shadow map will get downgraded to a lower resolution when the atlas does not have enough space.
The filtering is still done in pixels instead of area. This means lower resolution shadows will be blurrier and softer than high resolution shadows.
This is by design.