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
- Texture2D hash changes inside of an AssetBundle when rebuilding a SpriteAtlas bundle with an empty AssetPostprocessor Script enabled
- Aniso Level still applies when Generate MipMap is disabled in Texture Import Settings
- Mipmap Limit Groups long names are not truncated when creating a new Mipmap Limit Group with a long name
- “ArgumentException: Invalid double parameter.” error is thrown when Infinity is typed into the Fixed Timestep field
- GameObject becomes gray when using HDRP and STP together on macOS
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.