How To Create Config Window
Create a ScriptableObject type and mark it as a config window
Add sections with [ConfigSection]
[ConfigSection]Add optional section toolbar buttons with [ConfigSectionButton]
[ConfigSectionButton]5) Open the window
Example
Last updated