Documentation changelog New tutorials since version 3.1 Project workflow 2D Audio Math Inputs Internationalization Shading Networking VR Plugins Multi-threading Creating...
Godot release policy Godot versioning Release support timeline When is the next release out? Godot release policy Godot’s release policy is in constant evolution. What is des...
Creating your first script Project setup Creating a new script Hello, world! Turning around Moving forward Complete script Creating your first script in the introduction, ...
Creating the player scene Node structure Sprite animation Creating the player scene With the project settings in place, we can start working on the player-controlled character...
Player scene and input actions Creating input actions Player scene and input actions In the next two lessons, we will design the player scene, register custom input actions, an...
Character animation Using the animation editor The float animation Controlling the animation in code Animating the mobs Character animation In this final lesson, we’ll use G...
Overview of Godot’s key concepts Scenes Nodes The scene tree Signals Summary Overview of Godot’s key concepts tree of nodes that you group together into scenes . You can ...
The main game scene Spawning mobs Main script Testing the scene The main game scene Now it’s time to bring everything we did together into a playable game scene. Node named M...
Spawning monsters Creating the spawn path Adding placeholder cylinders Spawning monsters randomly Spawning monsters In this part, we’re going to spawn monsters along a path r...