Search Issue Tracker
Won't Fix
Votes
0
Found in
2022.3.21f1
2023.2.13f1
6000.0.0b12
Issue ID
UUM-67008
Regression
Yes
System Font smoothing is inconsistent in the Editor when it is switched from the "Inter (Default)" Font
How to reproduce:
- Open the Project "IN-69554_Inspector Font Bug"
- Select Edit → Preferences → General and at the “Editor Font“ tab change “Inter (Default)“ Font to “System Font“
- Open the “Scene” scene
- Select the “Directional Light“ GameObject
- Observe the Inspector window
Expected result: The “Light” component’s font smoothing is the same as the “Example Script” component’s
Actual result: The font smoothing differs in the “Light“ component from the “Example Script“ component
Reproducible with: 2022.2.0a9, 2022.3.21f1, 2023.2.13f1, 6000.0.0b12
Not reproducible with: 2021.3.36f1, 2022.2.0a8
Reproducible on: Windows 11 Pro (23H2)
Not reproducible on: No other environment tested
Note: Cannot be reproduced on a 4k monitor
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
- The Editor does not recognize code errors in generic classes when using C# Source Generator to generate serialization code
- Long Sprite names are not truncated in the Inspector window name label and the preview labels when a Sprite with a long name is selected
- NullReferenceException is logged when undoing Deletion of a Visual Query Block of a Search Expression
- “Unsupported type MinMaxCurve” error and “Could not register property modification for animation binding…” warnings are thrown after moving playhead when Particle System Property is added to Animation window
- Nested LocalizedStrings can not query local variables
Resolution Note:
This issue is related to switching some parts of the editor to UITK using TextCore, which uses SDF to render its text instead of hinted. In 2023.1+ IMGUI is also using TextCore, but we added a parameter to tweak font smoothing under Preferences > General > Sharpness. It cannot be easily backported to 2022.3 however.