3D RTS Tutorial Series in Godot

Currently building a 3D RTS from the ground up in Godot, you can find the tutorial series on youtube about my journey so far on here: Making a 3D RTS in Godot

This is the first series on the channel, aimed towards building a 3D RTS style game, some of the godot topics include navigation, perfomance optmizations, collision detection without physics and other RTS related content such as a managing gamedata through a spreedsheet, fog of war, and more. Also there are some tutorials on building assets with other opensource tools such as Blender and importing them in Godot, check it out if you are interested! Nanotech Gamedev on YT

15 Likes

is source available on github?

2 Likes

Seconded. I’ve run into some trouble at the selection operations portion of this video, and could really use some code to compare it to, to see what i’m doing wrong.

1 Like

Thanks for the great RTS videos u shared my friend. Those are helping me to understand how the main logics and mechanics of an RTS game works when using Godot. Hoping to learn more about this amazing rts game dev world.