Search Issue Tracker
Not Reproducible
Votes
0
Found in
2019.2.0a7
2019.3.0a10
2019.3.0b1
2020.1.0a1
Issue ID
1172941
Regression
Yes
UIElements text becomes blurry when zoomed out and then zoomed in
How to reproduce:
1. Open the attached 'TestProject.zip' project using the EnvIronman VM (optional) (more information in Edit)
2. In Menu Toolbar select Tools > Node Graph Editor
3. In Project Window double-click "DemoGraph.asset"
4. Zoom out UIElements inside Node Graph Editor Window > zoom in
Expected result: UIElements text is not blurry
Actual result: UIElements text is blurry
Reproducible in: 2019.2.0a7, 2019.2.3f1, 2019.3.0a12, 2020.1.0a1
Not reproducible in: 2019.2.0a6
Notes:
Could not reproduce in 2017.4.32f1 and 2018.4.7f1 because of missing assembly reference errors
Comments (2)
-
BlackGateDev
Aug 27, 2019 22:16
So it appears setting usageHints to DynamicTransform on the individual nodes or to GroupTransform on the root visual element helps with the blurriness.
The decompiled code for ShaderGraph GraphView shows a different mechanism for zooming in and out, with the graph transform scale being directly fed into the standard UI material. It would be great to have confirmation that usageHints is indeed the issue and this is indeed the intended usage of UsageHints.
-
BlackGateDev
Aug 27, 2019 17:34
User code doing what exactly? This is doing plain transform manipulation using the API provided. Is this to be avoided? Is there a way to manipulate the transform without causing blurriness?
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
- "Shader warning in 'Hidden/Light2D': implicit truncation of vector type" is thrown when building Universal 2D template
- AI Assistant breaks compilation of packages using System.Runtime.CompilerServices.Unsafe via auto-referencing
- Unity Hub checks the "Documentation" module by default on the 6.4 and 6.5 streams despite that it was unchecked with the previous installs
- Shortcut that toggles between Dopesheet and Curves Views in the Animation Window's Timeline is mislabed
- Property List Items Overlap onto the Property List's top edge when scrolling through a long Property List
Resolution Note (2020.1.X):
issue related to user code, outside of our control