Check out our latest project ✨ OpenChapter.io: free ebooks the way its meant to be 📖

Camera transition (2D & 3D)

An asset by mreliptik
The page banner background of a mountain and forest

Quick Information

No ratings yet
Camera transition (2D & 3D) icon image
mreliptik
Camera transition (2D & 3D)

Camera transition is a simple solution to transition seamlessly between multiple cameras in both 2D and 3D.

Supported Engine Version
3.5
Version String
1.0.0
Support Level
community
Modified Date
3 years ago
Git URL
Issue URL
Download ZIP

Camera transition

Camera transition is a simple solution to transition seamlessly between multiple cameras in both 2D and 3D.

How to install

Download and place the addons under the addons of your project. This should look like addons/camera_transition.

Then add the camera_transition.tscn scene as an autoload. Under Project Settings > Autoload select the addons/camera_transition/camera_transition.tscn scene and use the node name CameraTransition and click add.

The global variable should be enabled by default when you add it. You can now access CameraTransition from anywhere.

How to use

2D

Call the function CameraTransition.transition_camera2D() with your cameras and the transition time.

CameraTransition.transition_camera2D($Camera2D1, $Camera2D2, 3.0) will transition from $Camera2D1 to $Camera2D2 in 3 seconds.

3D

Call the function CameraTransition.transition_camera3D() with your cameras and the transition time.

CameraTransition.transition_camera2D($Camera1, $Camera2, 3.0) will transition from $Camera1 to $Camera2 in 3 seconds.

Demo

You can check the 2D & 3D demos under the demo folder. Run main.tscn to try the demo.

If you want to learn more about this technique, you can watch the video I made about it.

License

This addon is using the MIT license, for mor info read LICENSE.

Camera transition is a simple solution to transition seamlessly between multiple cameras in both 2D and 3D.

Reviews

0 total reviews
No ratings yet

Your Rating

How do you rate this asset?
Headline must be at least 3 characters but not more than 50
Review must be at least 5 characters but not more than 500
Please sign in to add a review

Quick Information

No ratings yet
Camera transition (2D & 3D) icon image
mreliptik
Camera transition (2D & 3D)

Camera transition is a simple solution to transition seamlessly between multiple cameras in both 2D and 3D.

Supported Engine Version
3.5
Version String
1.0.0
Support Level
community
Modified Date
3 years ago
Git URL
Issue URL
Download ZIP

Open Source

Released under the AGPLv3 license

Plug and Play

Browse assets directly from Godot

Community Driven

Created by developers for developers