bevy_editor_pls icon indicating copy to clipboard operation
bevy_editor_pls copied to clipboard

Feature request: Add Game camera support

Open Ezro opened this issue 3 years ago • 2 comments

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.

Ezro avatar May 04 '22 20:05 Ezro

@jakobhellermann Do you have any insight on how this could be implemented? I'm not sure where to start looking in the code.

Ezro avatar May 05 '22 01:05 Ezro

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.

Aceeri avatar Jul 07 '22 20:07 Aceeri