#Scriptable Object Custom Editor With Arrays

1 messages · Page 1 of 1 (latest)

lone salmon
#

So I planning to do something like this, which can be easily done using Custom Editor (if it is not array)
I don't know how to do it if it is an array properties

  • and if possible I will like to keep the unity default array GUI format too
stray flare
#

You can draw objects and their child properties through serialised properties

#

There is a method to do so, and a Boolean to toggle show children

#

If this is what you mean

lone salmon
#

yes, I think I saw that, but none of the tutorial seems to explain how to edit a custom class nor for arrays

lone salmon
#
#

I found something like this but as mention in the page, arrays doesnt work