codewriter-packages / Tri-Inspector

Free inspector attributes for Unity [Custom Editor, Custom Inspector, Inspector Attributes, Attribute Extensions]
MIT License
972 stars 47 forks source link

Enchance conditional attributes #105

Closed HoSHIZA closed 1 year ago

HoSHIZA commented 1 year ago

Enhancement for HideIf, ShowIf, DisableIf and EnableIf, which allows you to use more than one condition in the above attributes.

r0bbie commented 11 months ago

Just curious why this wasn't merged in? Is there any other existing way of achieving multiple conditions on ShowIf/HideIf etc, with AND/OR logic? If not, is this planned? Was attempting to move a project from Odin to TriInspector, but lack of this ability is currently looking like a blocker sadly..