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
- Crash on MonoBehaviour::CallMethodIfAvailable when performing various actions
- Incorrect rotations on bones when importing FBX animations with a Humanoid Rig
- Render Graph Viewer “Pass List” section is flickering when resizing vertically and the Render Graph Viewer window is docked
- Render Graph Viewer Capture button plays the click animation but does not do anything when the Capture button is pressed with the “Enter” key on the keyboard
- UI Builder Scrollview is unable to scroll all the way down when the window is downsized vertically
Resolution Note (2020.1.X):
issue related to user code, outside of our control