Install Asset
Install via Godot
To maintain one source of truth, Godot Asset Library is just a mirror of the old asset library so you can download directly on Godot via the integrated asset library browser



Quick Information

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.
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.
Reviews
Quick Information

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.