Free Godot 4.7 Project: Smooth 3D Character Controller Demo (GDQuest)
Original title: 3D TUTORIAL: Make a Smooth 3D Character Controller in Godot 4
Overview
This GDQuest project accompanies the tutorial 'Make a Smooth 3D Character Controller in Godot 4' and currently targets Godot 4.7, with GDScript throughout. It features a smooth CharacterBody3D third-person controller for the character Sophia, with walk, run, jump and fall movement, a camera pivot, and a clean separation between the controller and the character skin, all placed in the 'Starry Canyon' demo level.
The link in the video description redirects to a gdquest.com library page that provides the GitHub zip (tag 1.1.0); the code is MIT and the assets are CC BY-NC-SA. The video itself was recorded with the 4.3 tag.
What You Can Learn
- A smooth CharacterBody3D third-person controller with walk/run/jump/fall
- Camera pivot setup for third-person 3D movement
- Separating the controller from the character skin
Access: Free direct download