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
- Required SpriteMask class (ID 331) is stripped when "Strip Engine Code" is enabled
- “Maximized serialized file backup not found” error is thrown when minimizing a window in a newly opened project
- Build stack trace contains invalid lines when building with IL2CPP using scripts with delegates containing generic types in the signature
- Entities Systems window has a “Show Full Player Loop” dropdown which does nothing when clicked after enabling “Show Full Player Loop”
- Entities Hierarchy Search “Show/Hide” button’s Lens Icon is blurry when the Editor is on an external monitor
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.