Search Issue Tracker
Not Reproducible
Fixed in 2022.3.11f1, 2023.1.13f1, 2023.2.0b8, 6000.0.0b1
Under Consideration for 6000.1.X, 6000.2.X
Votes
1
Found in
2022.3.0f1
2023.1.11f1
2023.2.0b4
2023.3.0a1
6000.0.0b11
6000.1.0a7
6000.2.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
Comments (1)
-
Gooren
Jan 24, 2024 07:52
Possibly related to https://forum.unity.com/threads/world-space-canvas-tmpro-shimmering-with-taa-enabled.1539494/#post-9600824
Would it be possible to merge the fix to Unity 2019.3 as well?
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
- Out-of-bounds memory access with multiple CanvasRenderers under a Canvas when using Mesh API
- Inspector tries to access file after it was deleted when the file was locked in Inspector window
- Changing Transform values in Search window Inspector loses focus while dragging and stopping mouse without releasing dragging action
- Saving changes on the dirty VFX Graph during the Play mode throws "The referenced script (Unknown) on this Behaviour is missing!" warnings
- VFX Graph Debug Info overlaps the "Initialize" block debug info by default
Resolution Note:
The bug was fixed and the remaining ports were merged. This was reopened unnecessarily.
Resolution Note (fix version 6000.0.0b1):
Closing this ticket since a PR with the fix landed already in 2023.3.0a5
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.