Godot 3.0 - Overview Tutorial

Channel:
Subscribers:
161
Published on ● Video Link: https://www.youtube.com/watch?v=GLMyfSH6FW0



Category:
Tutorial
Duration: 41:05
724 views
12


Files Used in Video: https://github.com/neoxid501/youtube-tutorials
Godot Download: https://godotengine.org/download
Godot API: http://docs.godotengine.org/en/stable/classes/index.html

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.

Note: The collision problem was because the animation of the Rabbit moving to the left doesn't match up with the hitbox we set up for when the Rabbit is in its idle animation, the platform's hitbox is fine :)