How to Transition Between Scenes in Godot (Building a Level Switcher #2)
Video Statistics and Information
Channel: jmbiv
Views: 3,479
Rating: undefined out of 5
Keywords: godot, godot engine, godot 3.2, godot tutorial, godot 2d, how to make a game in godot, game development, game development tutorial, game development for beginners, godot for beginners, game dev, indie game dev, indie game development, hobby game development, gamedev, godot game engine, jmbiv, godot change scene, godot switching scenes, godot scene transition, godot level transition, godot scenes, godot scene change, godot level change, godot transition between scenes, gdscript
Id: VcI22IKoT_E
Channel Id: undefined
Length: 24min 7sec (1447 seconds)
Published: Thu Apr 29 2021
Please note that this website is currently a work in progress! Lots of interesting data and statistics to come.
hey man, nice tutorial. one thing that I would do different is to use a yield in the level changing function, this way you can also keep the next_level variable at function level. so something like: