I want to make a Editor Window that contains a Tree View like the ‘Project’ window. Unity GUI does not seem to have this but .Net does. Since ‘Project’ and ‘Hierarchy’ windows have this in them it should be possible.
Link to C# example.
I have scene uTreeView and TreeViw in the store, but they are design for the ‘Game’ window. I want to add one to the editor.
Thoughts?