|
Hello, I have a simple class that contains an array of its own type
in the inspector i can see m_TmpArray but not m_Array. TmpArray is another custom class, with no parent classes. Is this a bug?
(comments are locked)
|
|
More than a bug, it's a known limitation. Here's a request I just created for this feature.
(comments are locked)
|
|
in this case you need to customize the inspector to fit to your needs by using a CustomEditor for your component that is using the class, i have faced the same problem and you need to create a recursive function to draw the inspector for you and loop through the array items
(comments are locked)
|
