Search Issue Tracker
In Progress
Under Consideration for 6000.0.X, 6000.1.X
Fix In Review for 6000.2.X, 6000.3.0a1
Votes
11
Found in
6000.0.4f1
6000.1.0a7
6000.2.0a1
6000.3.0a1
7000.0.0a1
Issue ID
UUM-72936
Regression
No
The Editor does not align with OS preferences when font smoothing is disabled on Windows and the Bitmap setting is chosen in the Editor
How to reproduce:
1. Create a new project
2. Open General preferences (Edit → Preferences → General)
3. In the Editor Default Text Rendering Mode setting, select Bitmap
4. In Windows OS, press Win+R to open Run
5. Type “SystemPropertiesPerformance.exe” in the text field and click OK
6. Disable the "Smooth edges of screen fonts" option in the opened window and click Apply
7. Observe text in the Editor
Expected results: The editor text’s font is sharp
Actual results: There is some smoothing applied, which makes the text blurry
Reproducible with: 6000.0.4f1
Can’t test with: 2022.3.30f1, 2021.3.39f1 (no Editor Default Text Rendering Mode setting is present)
Reproducible on: Windows 10
Not reproducible on: No other environment tested
Note: Versions 2022.3.30f1 and 2021.3.39f1 have System Font settings that make the font sharp, but in version 6000.0.4f1, Bitmap is used instead
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
- Assigned font's bold/font-weight styles render using Default Font's assets when Default Font has corresponding style assets defined in TMP Settings
- "Modifying the parent of a VisualElement while it’s already being modified is not allowed" error is thrown when entering text and pressing tab in the Search window
- Mesh colliders are not updating their positions of bounds correctly
- Images are missing from the "Open the sprite editor" documentation for 6.0, 6.1 and 6.2
- The previous element in the array is modified when assigning an Asset to a new element of AssetReferenceT
Resolution Note (fix version 6000.3.0a1):
Fixed bitmap system font to match OS font smoothing setting.
Resolution Note (fix version 6000.2):
Fixed bitmap system font to match OS font smoothing setting.