- Home /
Unity 2.6.3f1 Font Size Limit
I've imported a font and selected it via the inspector. The font is visible all the way up until the font size reaches 28. After that the text completely disappears and I have no idea what is going on.
Why does this happen? Scaling leaves my font blurry so how can I get a crisp font at a larger size?
Answer by DiegoSLTS · Feb 27, 2015 at 01:22 PM
How is the Text component setup? Does the game object also have a "Content size fitter" component?
If you set a text that's bigger than the rect transform's width and height it will dissapear, unless you set the horizontal and vertical overflow's to "overflow".
If you have a "Content size fitter" you can set it to "prefered size" in both directions and the text should always be visible.
I was pulling my hair out over this one. Thanks for saving me more hours of torment!
Your answer
Follow this Question
Related Questions
Fonts in Android... 0 Answers
Blurry fonts, even when using DX11 0 Answers
TextMeshProUGUI Font Disappearing on Low FPS,Unity TextMeshProUGUI Font Disappearing 0 Answers
FNT fonts import in Unity. 1 Answer