Search Issue Tracker
Fixed
Fixed in 2023.2.X, 2023.2.0a2
Votes
0
Found in
2020.3.0f1
2021.3.0f1
2022.1.0a1
2022.2.0a1
2023.1.0a15
2023.2.0a1
Issue ID
UUM-17452
Regression
No
URP SMAA produces wrong results on mobile when using default sampler precision
SMAA on mobile has degraded quality compared to desktop.
Setting "Use full sampler precision by default, lower precision explicitly declared" in the project settings makes the issue disappear
Reproduction steps:
1. Open the URP template
2. Set the build target to iPhone
3. Make sure that "Project Settings" -> Player -> iOS -> "Other Settings" -> "Shader Settings" -> "Shader precision model" is set to "Use platform defaults for sampler precision" ( if not available do nothing)
4. Build for iOS
5. Capture screenshot (preferably via Xcode Metal capture, as that won't resample the image)
Expected result:
SMAA output is mostly equivalent to Play Mode on Mac. The capture at step 5 is identical to a build where step 3 were set to "Use full precision by default, lower precision explicitly declared"
Actual result:
SMAA edges are jagged, output is different (regressed) with sampler precision set to default from desktop and from forced full precision
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Animator state transition preview clips are flickering when zooming in
- [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
Add comment