What's the best way to implement an editor like Unity which supports multiple windows?
I have tried using a viewport to show an area of the window to simulate the Scene window in Unity, and it looks fine. However, I am not sure if this is the best way to do it.
Thanks for the example, it's very cool.