arimger/Unity-Editor-Toolbox

[NewLable] and [ReorderableList] conflict each other

jinsediaoying opened this issue · 3 comments

When they are used togather, both the list's label and elementLabel are changed to the default.

Unfortunately [NewLabel] is based on the built-in attribute-drawer system and has priority over all Toolbox-related features ([ReorderableList]). I will think about a neat solution, thanks for this issue.

A work around could be add a optinal label field to [ReorderableList], which will change the name of the list drawer .

Done in v0.11.1.