Blurry Text Playing In Editor vs When Playing in UI Builder

Hi All.

I am trying to make the UI for my game and everything seamingly went well up until when I tried to play the game in the editor. The font and pngs I uploaded look horribly pixelated - but they don’t look like that at all in UI Builder. I’ve been running in circles all day trying every possible fix I could from youtube. Does anyone know what this issue could possibly be?

P.S. The picture I am sending is when playing in the editor. I can only send one image so take my word for it that it looks better in the UI Builder lol.

One thing I always do is to not work in any resolution-less “aspect” game view, here “16:9 Aspect”:

The free-scaling could lead to blurry results as pixels like to scale by precise integer numbers rather than fractions.

Pick one of the available and common target resolutions, like 1920x1080 or make your own. In fact, make your own resolutions for all common resolutions that you know of. On PC that would be HD, 4k and don’t forget the hardcore gamer’s dream setup: 32:9 aspect screens.

And the less common but still not rarely used resolutions according to Steam hardware stats.

Above all else, check what it looks like in a build using the target resolution. If it only looks blurry in the editor, you could just ignore it.