Add tree view to GUI Window.

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?

+1 on this, if anyone has any ready component for this, it would be helpful

The closest thing you might have to this within Unity would be the Foldout component, folding out multiple times to create a tree view type of interface

I didn’t know about this component. Thanks for the heads up!