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 displaying normal list in inspector #117

Closed MiikaKan closed 7 months ago

MiikaKan commented 1 year ago

I've been trying to get the TableList working with a custom class I've created, but it kept displaying a normal list inspector. I also tried using the TableList sample to check if that works, but the same applies (as seen in screenshot below).

Screenshots image

Desktop: Windows 10 Unity version: Unity 2022.1.18f1 Tri Inspector version: 1.10.1

sandsalamand commented 1 year ago

Hello, I was having this problem as well, and I realized it's because my class has a custom inspector. Maybe it's the same problem for you?

MiikaKan commented 1 year ago

It also happened with the sample class, as you can see from the image.

vanifatovvlad commented 7 months ago

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