#Scriptable Object Custom Editor With Arrays
1 messages · Page 1 of 1 (latest)
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
yes, I think I saw that, but none of the tutorial seems to explain how to edit a custom class nor for arrays
Use property drawers
When working with unity and larger scripts that provide a lot of adjustable parameters, the inspector can quickly turn into a very unmanageable wall of text and entry fields. So lets take a look at what can be done to make inspector navigation a much more enjoyable experience without having to write a custom inspector layout […]
I found something like this but as mention in the page, arrays doesnt work