Unity-Editor-Toolbox
Unity-Editor-Toolbox copied to clipboard
OnValueChanged can't work with OtherAttribute
I tried
[ReorderableList(ListStyle.Round, "test", fixedSize: false)] [OnValueChanged(callbackMethodName: nameof(voidName))]
and
[NotNull,OnValueChanged(callbackMethodName: nameof(voidName))]
Neither can coexist and work properly
Hello,
since OnValueChangedAttribute is based on the PropertyAttribute class it will break any other drawer. Anyway, I have it on my TODO list, I will re-implement it (and other validation drawers) as soon as possible.