In Unity 6, the inspector text is often blurry. As if the UI element coordinates were misaligned (not pixel perfect).
Unity 6

Unity 2023

Unity 6: The inspector is a bit blurrier than the toolbar, albeit not by much.
In Unity 6, the inspector text is often blurry. As if the UI element coordinates were misaligned (not pixel perfect).
Unity 6

Unity 2023

Unity 6: The inspector is a bit blurrier than the toolbar, albeit not by much.
I was having the same issue but in my case all of the unity 6 editor was showing a blurry text compared to previous unity versions I fixed it by going to Preferences → General → Editor Default Text Rendering Mode and changing it from SDF to Bitmap.
Bitmap makes many text fields better, but it makes others terrible.

In the end, SDF with Sharpness at 0 seems to be the least problematic configuration… It’s unfortunate we got this downgrade.
unfortunately the unity 6 editor was meant for mac display and hidpi monitors, since that is what they use at unity and big studios. they never tested it on say a 1080p 24" monitor, hence all the problems.
I just noticed this - I was wondering why the text is so blurry!
Why is bitmap not the default? I expect most people are not on 4k displays
FYI if you really want sharp text you also have to choose System Font over the Default ![]()
After using Unity 6 for a while now, I understand that blurry text only occurs for text drawn by IMGUI. When the text is drawn by UI Toolkit, there’s no blur.
If you have custom property drawers or Editors, consider porting them to UI Toolkit instead. Using Bitmap mode can create other strange text artifacts, worse than blurry text.
Well on windows that is all the main interface panels for me so it is a big deal unfortunately.
The issue is Unity have never managed to get SDF text to render sharply enough at small font sizes, this has always been an issue in-game too.
That might be because part of the Editor still renders with IMGUI (e.g. Component Headers in hierarchy). Can you upload a screenshot?
For example on my side:
Hmm OK maybe I was looking at bold text yesterday which is particularly bad, but as this image shows the order of clarity from left to right is Bitmap System, Bitmap Default, SDF Default
(but click the image else will not help!) The bold “HandleTest” is worst
There are also bugs in the text display where if you play around with the editor font settings something ends up looking wrong until you toggle something back and forwards…
SDF makes sense on 4k or if you scale up the UI, otherwise neither the SDF or the default Inter font are helping clarity at 1080 1:1 scale
And an example of the Inspector input text just going weird!

I solved it by changing the following setting,
Edit > Preferences > General
Editor Default Text Rendering Mode: SDF
Editor Text Sharpness: 1
Just increase “Editor Text Sharpness”