Glusoft

Godot Tutorials

Godot logo for godot tutorials

Godot is a free and open-source game engine used to create 2D and 3D games. It’s popular for its ease of use, flexibility, and active community.

Key Features

Well-Known or Critically Acclaimed Games Made with Godot

Cassette Beasts

Lone Fungus

The Garden Path

Sealed Bite

Rogue State Revolution

Pros of Godot

Free & Open Source
No royalties, no licenses, full access to source code (MIT license).

Lightweight & Fast
Small download size.
Quick boot times and fast iteration cycle.

Excellent for 2D Games
Native 2D engine (not just a 3D engine adapted for 2D like Unity).
Pixel-perfect precision and performance.

Node-Based Architecture
Intuitive and modular system for organizing game objects.
Encourages clean and reusable code.

GDScript
Easy to learn (Python-like), built for game development.
Also supports C#, C++, and visual scripting.

No Vendor Lock-In
Total control over your project with source code access.

Cons of Godot

Weaker 3D Tools (but improving)
3D performance and graphics are behind Unity/Unreal (especially before Godot 4.x).
Fewer advanced rendering features (e.g., HDRP-level fidelity).

Smaller Ecosystem
Fewer plugins, assets, and third-party integrations compared to Unity Asset Store.
Smaller community and job market.

Limited Built-in Services
No integrated ads, analytics, or multiplayer services like Unity's ecosystem (you have to build or integrate them yourself).

Learning Curve for C# Users
GDScript is great for beginners, but less appealing if you come from C#/Unity.

Here are all the tutorial about the Godot Engine.
I am trying to switch to Godot for my project, so sometimes for the complex thing I make a tutorial about Godot to help the community.