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
- Objects with Universal Render Pipeline/Particles/Lit shader are always lit up when changing their Rendering Layer Mask
- PolySpatial “Trying to set shader on a Material Variant.” error is printed in the console when entering Play Mode
- Error “Shader error in 'YSCloudCover': call to 'tex3D' is ambiguous at Assets/YSCloudCoverText.shader(606) (on d3d11)“ is present when compiling tex3D shader with DXC
- Placeholder asset is not loaded with Advertisement Legacy sample when using the latest version of the package
- Addressables content build fails but the Player build is successful when building a development build
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.