Cinematic Camera 2D's icon

Cinematic Camera 2D 1.1 Scripts 3.5 Testing

Submitted by user HexagonNico; MIT; 2022-11-19

Adds a 2D cinematic camera that can be used to create smooth transitions between cameras.

The plugin contains two scripts: camera_data.gd and cinematic_camera.gd. Both can be added to your scenes as nodes through the "Create New Node" menu.

The CameraData2D node is a virtual camera. It controls the movement of a camera and controls its settings.

The CinematicCamera2D node is the camera itself. It extends the Camera2D node and needs a reference to a CameraData2D node that can be assigned to it through the inspector or with a script.


View files Download Submit an issue Recent Edits