Welcome to my take on a Godot 3D tutorial (in C#)
In this step-by-step tutorial series, you will create your first complete 3D game with Godot. By the end of the series, you will have a simple yet finished project of your own like the video below.
This is a remix of the original Squash the Creeps game from the official Godot documentation.
Haven’t seen that one? No problem. This guide is fully self-contained—perfect for beginners diving into 3D with Godot.
In this tutorial you will not only learn some basic Godot features, but also a little bit of 3d modelling & some best practices when programming.
Contents
- Installing Godot & other tools
- Naming conventions & first scene
- Root Node & First Script
- VSCode & .NET Integration
- Intro scene structure & transition
More pages coming soon—this tutorial is a work in progress as I build and document each part. Expect topics like gameplay logic, 3D modeling basics, and programming best practices.