(2022-May-3)
- Added MarkedUpType attribute.
- Added Space parameter to the relevant layout groups to allow configuring space between them.
- Added non-boxed style for the ToggleGroup.
- DrawSystemProperties now draws below the property it is specified on, instead of at the end of the inspector.
(2021-September-4)
- Option for
TitleGroup
to not be underlined
- Self referential inlined editors are now catched and disallowed.
- Sliders inside boxes in material editors now have (almost) proper width.
- Removed spaces before titles, when they are placed directly below the title of some other group.
(2021-August-31)
- UPM installation
ReadOnly
andReadOnlyGroup
attributesHideIf
,ShowIf
,DisableIf
,EnableIf
attributes (single target versions of the respective group attributes)- Support for value comparison conditions in C# (useful for enum states)
MarkupGUI
API for creating Markup Attributes styled groups in custom inspectors and windows
- Conditionals now correctly work inside structs.
- Inherited members are now visible for the system.
- Removed weird scaling on header textures.
- Fields inside boxes are now aligned with the fields outside.
ToggleGroup
now shows the tooltip of the source property.DrawSystemProperties
now draws enable instancing checkbox.- Fixed a bug, where label width was not reset correctly after the inlined material editor.
(2021-August-9)
- Fixed a bug where header textures were missing on unscaled screens (Issue).
(2021-August-1)
Initial release.