How do I get fonts to scale but not look terrible?

I want to be able to scale text according to the size of the screen. Is there any way I can do this without the font being really low-resolution?

Just disable “Pixel Correct”

Use a higher resolution font texture. If you’re importing a ttf, just increase the size in the import settings. If you’re doing a custom font, either increase the resolution in the import settings if it is being clamped, or make a higher resolution texture.

-Jon

Thanks, worked perfectly!