- Home /
 
 
               Question by 
               The13Beast · Oct 21, 2014 at 03:08 AM · 
                editorcustom-editor  
              
 
              Custom Editor Similar to Animatior
I am working on a side project and I'm trying to make a custom editor. I've already done quite a bit with building editors for GameObjects and their values but I want to try something else. I want to create an interface like the Animator window. I've been looking for DAYS but can't fine any resources that indicate that I can draw arbitrary stuff to the window I have. I picture something like a Java canvas. Is this possible?
               Comment
              
 
               
              Answer by Bunny83 · Oct 21, 2014 at 04:03 AM
Well, inside OnGUI you can draw what ever you want as long as you "draw" during the repaint event. You can even manually render cameras to your editorwindow. You might have a look at my GUI crash course ;)
Your answer