To follow along make sure that you download Tutorial #3 from github: https://github.com/VidyaGameMaka/godo…
Click on the code button and choose Download ZIP. Unzip the file you downloaded and follow along by opening Tutorial3 in Godot 4.
You must use the mono version of Godot and have your code editor configured.
๐Tutorial Links ๐
Direct Links to the Scripts in Tutorial 3:
SceneData.cs : https://github.com/VidyaGameMaka/godo…
SceneManager.cs : https://github.com/VidyaGameMaka/godo…
๐ฅ Change scene C# code snippet
GetTree().ChangeSceneToFile("res://path/to/scene.tscn");