Im currently working on an editor window which is supposed to display two diferent areas, much like the “Project” editor window, where we have the “Assets” on the left and its contents on the right.
I guess i can use BeginArea() to split the window, but i would like to have a line that allow users to manage space inside window. Is there any UI property for Editorwindows?
Thanks in advance