#How to Create an Animated Scene Transition in Godot?
2 messages · Page 1 of 1 (latest)
What I did in my project is take that CanvasLayer scene and preload it in an autoload. Then, you could just call MyAutoload.change_to_scene(my_other_scene). In that function, it will instantiate your animation, add it as a child of the autoload and play it