Search Issue Tracker
In Progress
Fix In Review for 2022.3.11f1, 2023.3.X
Fixed in 2023.1.13f1, 2023.2.0b8
Votes
0
Found in
2022.3.0f1
2023.1.11f1
2023.2.0b4
2023.3.0a1
Issue ID
UUM-37582
Regression
No
The in-game UI text is blurry and shimmering when using anti-aliasing
How to reproduce:
1. Open the user-attached project “Worldspace UI Test”
2. Open the “SampleScene” scene
3. Enter the Play Mode
4. Observe the text with the applied anti-aliasing
Expected result: The text is not affected by the anti-aliasing
Actual result: The text is blurry and shimmering
Reproducible with: 2020.3.48f1, 2021.3.25f1, 2022.3.0f1, 2023.1.0b16, 2023.2.0a16
Reproducible on: Windows 11 Pro
Note: Also reproducible in Player
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
- 3D Sample Scene (HDRP) template tutorial Welcome Dialog pop-up doesn't appear on project creation
- [Profiler] The Addressable Asset Module module outputs an ArgumentException when asset GUIDs produce a hash collision with Addressables
- Huge amounts of tests have a start delay when pressing "Run All" in the Test Runner
- Blackboard: Double borders around the tooltip
- [WebGL]VideoPlayer Rendering stops when setting FilterMode of a texture downloaded with UnityWebRequestTexture.GetTexture()
Resolution Note (fix version 2022.3.11f1):
TAA affecting the world space UI is expected.
TAA blurs everything before post-processing slightly, which is by design.
Masking TAA is not practical, everything before TAA pass is jittered (shaking).
After TAA resolve the depth is not valid (depth is jittered).
Fixed noise and flicker on TAA Very High option.