Search Issue Tracker
Active
Under Consideration for 2022.3.X, 2023.1.X
Fixed in 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
- [Android] Crash on Android when AndroidJavaProxy is calling from multiple threads
- [Android] Crash on Android 14 when a developmement build is created with API Level 34
- TextMeshPro throws an ArgumentOutOfRangeException when glyph's id is greater than the sprite array
- "Char" values are overwritten when selecting multiple GameObejcts
- Particle System External Forces Multiplier cannot be set to a negative value
Add comment