Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add picture-in-picture camera preview to the editor when a Camera2D node is selected #7627

Open
vyshliy opened this issue Sep 8, 2023 · 3 comments

Comments

@vyshliy
Copy link

vyshliy commented Sep 8, 2023

Describe the project you are working on

I'm working on a 2D animation project.

Describe the problem or limitation you are having in your project

The 3D viewport allows you to split the screen and preview the camera. This allows you to immediately see the result of camera animation, which makes it very convenient for working on cinematic scenes. 2D viewport and camera2D do not have this feature.

Describe the feature / enhancement and how it helps to overcome the problem or limitation

Add the ability to preview a 2D camera in the viewport. And implement this proposal #7642

Describe how your proposal will work, with code, pseudo-code, mock-ups, and/or diagrams

Exactly the same as in 3D, excluding 3D-specific things.

If this enhancement will not be used often, can it be worked around with a few lines of script?

I think this is hardly possible.

Is there a reason why this should be core and not an add-on in the asset library?

This function is already in 3D, as part of the core. I think it should be the same with 2D.

@Calinou
Copy link
Member

Calinou commented Sep 9, 2023

Make a split screen like in a 3D editor and add the ability to preview a 2D camera.

These are separate items that can be implemented independently from each other. Please open a separate proposal for each, so that implementation progress can be tracked more easily.

@vyshliy
Copy link
Author

vyshliy commented Sep 11, 2023

These are separate items that can be implemented independently from each other. Please open a separate proposal for each, so that implementation progress can be tracked more easily.

Done. Linked it in the proposal.

@MrMinimal
Copy link

This project implements a more user friendly option in my opintion:
https://github.com/anthonyec/godot_little_camera_preview

Might be worth integrating into Godot itself

@Calinou Calinou changed the title Camera2D preview Add picture-in-picture camera preview to the editor when a Camera2D node is selected Jan 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants