How can I add word wrap to EditorGUILayout.TextArea?
How can I add word wrap to the editor textarea? I'm trying to mimic the [TextArea] attribute (word wrap, automatically increase height when needed) I know that GUILayout.TextArea() works but I was ...