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

Support Foldout SerializedProperty #131

Closed TsFreddie closed 1 year ago

TsFreddie commented 1 year ago

Wrap foldout with BeginProperty and EndProperty if available.

This enables the context menu on struct foldout which allows user to copy and paste an entire foldout.

image