Editor tree view allows you to easily create a selectable tree view in your custom inspectors and editor windows using one simple function call .
Features:
- easily create editor tree views through script just like the hierarchy editor
- supports expanding and collapsing
- supports selection
- one function call
- api similar to GUILayout.Button and GUILayout.Label
- similar api to other editor gui function calls
- includes example tree view similar to the Unity hierarchy window
- source code included