Creating a custom inspector to foldout my events, I was wondering if there might be some way of creating a DecoratorDrawer combination or something like this to allow peope to wrap their fields easily into foldouts ?
Proto code:
[BeginFoldoutGroup("Events")]
[SerializeField] private UnityEvent _onDialogStarts;
[EndFoldoutGroup("Events")]
Expected result:
Unity 2020.3