Godot 3.0+
Overview Tutorial
Godot Download
Godot API
Godot Overview Resources
With the release of a new version means an updated Tutorial! This particular video admittedly doesn't highlight too many of the enhancements made to the engine from 2.1, however it does provide a general overview of how to structure your game or project in the engine. Unlike the first tutorial I made for Godot 2.1, this video is directed more to a general audience as opposed to only programmers. If you're interested in learning how to use Godot's most powerful tool GDScript (or C# if you prefer) then you'll need to refer to my GDScript Tutorial or the Godot API itself.
Godot Download
Godot API
Godot Overview Resources
With the release of a new version means an updated Tutorial! This particular video admittedly doesn't highlight too many of the enhancements made to the engine from 2.1, however it does provide a general overview of how to structure your game or project in the engine. Unlike the first tutorial I made for Godot 2.1, this video is directed more to a general audience as opposed to only programmers. If you're interested in learning how to use Godot's most powerful tool GDScript (or C# if you prefer) then you'll need to refer to my GDScript Tutorial or the Godot API itself.
Scenes
Godot Download
Godot API
Godot Scene Tutorial Resources
In this video we cover the function and importance of using scenes in Godot 3.0. Remember: treat them like objects, if it serves a different function it should probably be a different scene!
Godot Download
Godot API
Godot Scene Tutorial Resources
In this video we cover the function and importance of using scenes in Godot 3.0. Remember: treat them like objects, if it serves a different function it should probably be a different scene!
GDScript Introduction
Godot Download
Godot API
GDScript is the language used for makings scripts in the Godot engine. The other build of the engine however uses C# if you're already familiar with that language. This video will introduce you to the basic structure and some of the more commonly used methods.
Godot Download
Godot API
GDScript is the language used for makings scripts in the Godot engine. The other build of the engine however uses C# if you're already familiar with that language. This video will introduce you to the basic structure and some of the more commonly used methods.
Export Set Up
Godot Download
All you need for this one is the engine. Not much has actually changed in terms of the export process from Godot 2.1, but what I mention at the end regarding the Windows export does apply to all exports. Make sure that if Godot creates a file when it exports your project application, that you keep those files together!
Godot Download
All you need for this one is the engine. Not much has actually changed in terms of the export process from Godot 2.1, but what I mention at the end regarding the Windows export does apply to all exports. Make sure that if Godot creates a file when it exports your project application, that you keep those files together!
TileSet/TileMaps
Godot Download
Godot API
Godot TileSet/TileMap Project
A fantastic tool for creating platformers or RPGs!
Godot Download
Godot API
Godot TileSet/TileMap Project
A fantastic tool for creating platformers or RPGs!