|
Ok so in the inspector for GUI Elements that have a long string the text wordwraps but the second line will overlap the first, making it unreadable. If I use EditorGUIUtility.LookLikeInspector the text of the GUIContent doesnt wordwrap. I don't like how text fields look that way because its unclear whether the text is contained within a texfield so I would like to use LookLikeControls but change the wordwrap for the GUIContents. How would I go about doing this? Edit: Ive just noticed what is actually happening is that text of the guicontent isn't expanding the height of the control. So it overlaps with the control below it.
(comments are locked)
|
