bevy_editor_pls
bevy_editor_pls copied to clipboard
Feature request: Add Game camera support
Similar to other game engines, it would be nice if there was the ability to either split the existing window or change it between the "Scene" camera and the "Game" camera without having to restart the program.
@jakobhellermann Do you have any insight on how this could be implemented? I'm not sure where to start looking in the code.
I've found that opening and closing the "full editor" stuff seems to do what you are asking for, it doesn't split screen it but I think that would require a good bit more effort since you'd need to mess with rendering stuff a lot more.