A small problem in Unity Editor

Hello,

I have a small problem in Unity Editor 5.5.1f1.- see pictures in attachment. If I write down FontSize 27 pixels - of a Text element on right side of Unity Editor Window in Inspector - see the picture in attachment I can see rendered text in Scene window, but if I write down FontSize 28 pixels the text in Scene window diappears.

Where is problem ? Can someone help ?

Thanks
Jerry


Sounds like the text is too big to fit anymore, and it can’t render.

Try using best fit setting to make it always scale down to fit in the size of the square rect surrounding it.

it is working. thanks. :slight_smile: