gasgiant / Markup-Attributes

A Unity Editor extension for customizing inspector layout with attributes.
MIT License
289 stars 11 forks source link

Vertical Space between Groups? #5

Closed codemonkeynorth closed 2 years ago

codemonkeynorth commented 2 years ago

Hi @gasgiant

is there any way to make a vertical space above / below Box groups (or any other kind of group)?

If i add eg [Space(10)] it puts it inside the box etc

thanks

gasgiant commented 2 years ago

Added the ability to add vertical space between groups in 0.5.0. Use space parameter in the relevant attributes.