Godot Tutorial -- Changing Scenes and Managing Global Data
Channel:
Subscribers:
265,000
Published on ● Video Link: https://www.youtube.com/watch?v=WkpYOmI1xKE
In this part of the ongoing Godot Game Engine tutorial series, we look at how you change scenes. Scenes are the heart of your game, the logical way to break your game up into managable chunks. This tutorial looks at how you switch between them.
In addition it looks at registering a script to run on startup ( a Singleton ) and how to later access that script. It also goes into how to best share global data across your game application.
The entire series homepage is available here:
http://www.gamefromscratch.com/page/Godot-Game-Engine-tutorial-series.aspx
The text version of this tutorial is available here:http://www.gamefromscratch.com/post/2015/02/23/Godot-Engine-Tutorial-Part-6-Multiple-Scenes-and-Global-Variables.aspx
Other Videos By Gamefromscratch
Tags:
Godot
Game Engine
Tutorial
GameFromScratch
Gamedev
2D
3D
C++