I have searched for information but I’m not getting an answer - how do I make a header for my custom inspector using Unity Editor?
In MonoBehavior I can use [Header(“Text”)], but this doesn’t seem to work in Editor. I just want a bold and more prominent header for sections in my inspector than the simple label field.