Add a line break between variables in the inspector window?

Hi all,

Just a quick question that I couldn’t find a quick answer to. I’ve got a script containing character statistics with a metric tonne of variables or so, and was wondering if I could improve the readability of the inspector window by adding line breaks or horizontal rules or similar to break up the variable list into sections (like it is in the script file).

Can it be done?

~D

1 Like

bump. also interested in this

You can arrange your inspector layout for this, but only using custom inspector, using unity editor class api.
From there you can put all your exposed stuff in more digest things :wink: