Replies: 1 comment
-
I've just realized that it might already work this way. I have existing property drawer code that is overriding Tri inspector for this object. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have a component with an array of objects. I would like to have the elements of the array display without foldouts, but [InlineProperty] has no effect if I put it on an array. This means that I have to make a property drawer if I want to remove the foldouts.
What I would like to see is for [InlineProperty] on an array to apply to each element in the array, similar to how Unity's built-in [SerializeReference] attribute works.
Beta Was this translation helpful? Give feedback.
All reactions