VladV

Results 4 comments of VladV

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

Most likely the TriInspector conflicts with other editor extensions (such as NaughtyAttributes, EasyButtons etc.) or you create the CustomEditor for class by yourself

The Тitle attribute is a unity built-in attribute and only works for the default inspector. For Tri Inspector you can use the Title attribute instead.

Tri-Inspector requires access to the editor's internal api and one possible method to achieve this is to create a `asmref` or a `asmdef` to a [Unity Localization](https://docs.unity3d.com/Packages/[email protected]/manual/index.html) package. **If we...