KevinSlice
KevinSlice

Reputation: 3

Unity blurry text

How to fix blurry text in unity? I know everyone and their grandmothers have asked this by now. I've tried TextMeshPro, I've tried downloading custom fonts. The text looks good in the scene view, but it looks crappy in the game view.

The text in game view https://i.sstatic.net/83o7J.png

The text in scene view https://i.sstatic.net/19sEM.png

Upvotes: 0

Views: 3639

Answers (2)

TheAwesomeAtom
TheAwesomeAtom

Reputation: 136

Make sure that in the game view, the scale is set 1x. Took me forever to figure out.

Upvotes: 2

Absinthe
Absinthe

Reputation: 3391

When you import the font and create an atlas in TextMeshPro use the maximum atlas size (I believe that's 2048 x 2048) and use the slowest generation method (called 'Optimum').

As DiplomacyNotWar mentions, any AA solution you use (e.g. in the PostProcessing package) will reduce the aliasing a bit.

Upvotes: 1

Related Questions