Why is it so hard to not prevent blocks of text from going past the right side of a custom inspector. It seems impossible to just put in a GUI label and have it automatically wrap to whatever width the inspector is.
Setting GUI.skin.label.wordwrap = true never seems to work except when a label has been given an explicit width.
Using GetLastRect() seems usually to return 0.
I just want to be able to have a block of help text in a custom inspector, and have it always wrap to whatever the inspector’s width happens to currently be. What is the easiest and most versatile way to do this?
komatii