Hello
When i am using the default gui style, the text inside the :
GUI.Label(textarea, _text);
displays just fine like in the pic below
but when I use my custom GUIstyle customs
GUI.Label(textarea, _text, customs);
the text displays like this:
What variable am I missing?