Hey guys!
I need to extend Unity Editor in order to support custom class editing.
Let's say I have the class Foo with two variables bar and baz, and many objects have array of Foo's. Which class do U have to extend? I tried with Editor but that class only allow me to override the behaviour for certain classes