- Home /
Custom Editor item list
I want to make control like this:
where I'll be able to add/remove/edit parameters of my selected object.
It is terrible to edit object, with a lot of parameters(including enums, other class objects, arrays of variable types) in the standard Inspector view.
Any concrete ides?
I am very sad I get 403 forbidden for whatever you have embedded, but Tim's answer is still very useful for me trying to use List is a custom editor!
Answer by zmar0519 · Oct 04, 2011 at 10:16 AM
Take a look at the locomotion editor class for the locomotion system on the unity website. it makes use of lists(c#)(arrays in js). Good luck!! :)
Your answer
Follow this Question
Related Questions
GUISkin and CustomEditor 1 Answer
Custom inspector: function for assets? 3 Answers
GUILayoutUtility GetRect with string parameter? 0 Answers
How to prevent Editor script variables resetting at runtime 2 Answers
Custom Editors for any Component 0 Answers