|
Text field which isn't that long (on the X axis) but it's deep (on Y axis). I use it to display Arrays lists. Some arrays have longer elements, some smaller. The point is to force word wrap in the textfield/area so that the text inside it doesn't get hidden by an edge and everything is visible. Any sugestions?
(comments are locked)
|
|
Use a GUIStyle which has wordWrap set: http://unity3d.com/support/documentation/ScriptReference/GUIStyle-wordWrap.html Alternatively, change the main skin to do it:
(comments are locked)
|
