Ben
Ben
Splits up `EditorLayer::OnImGuiRender()` into sub functions following the convention introduced in e590ee92b16be2d2b1cbf5c7666412cbe978e799 with `EditorLayer::UI_Toolbar()`, i.e. this adds `UI_Stats()`, `UI_Viewport()` etc. Impact | Issue/PR ------------------------ | ------ Issues this solves |...
When opening or saving a scene, we now sync the window title with both the scene name and the filepath the scene is saved in. - Exposed `Window::SetTitle()` which callls...
#### Describe the bug Gizmos are using the editor camera at runtime, leading them to look incorrect. Either they should be using the primary camera, or not be shown at...