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

TableList is not draggable #34

Open nguyen991 opened 2 years ago

nguyen991 commented 2 years ago

Describe the bug TableList is not draggable. Try "Tri Samples" have the same error.

Code Sample

[TableList(Draggable = true,
            HideAddButton = false,
            HideRemoveButton = false,
            AlwaysExpanded = false
)]

Unity version: 2021.3.7f1 Tri Inspector version: 0.18

vanifatovvlad commented 2 years ago

Drag and drop is not implemented in TableList at the moment. i will add it someday

piscopancer commented 2 years ago

oh no... it is not so bad anyways

galman33 commented 1 year ago

Would love having a fix for that, it makes the TableList unusable in our use-case.