Text out of screen

Hello :slight_smile:

When i am using the default gui style, the text inside the :

GUI.Label(textarea, _text);

displays just fine like in the pic below

1701414--106898--default.jpg

but when I use my custom GUIstyle customs

GUI.Label(textarea, _text, customs);

the text displays like this:

1701414--106899--custom font.jpg

What variable am I missing?

You just need to tick GUIStyle.wordWrap.

1 Like