Free Godot 4.7 Project: Official Platformer 3D Demo (Godot Engine)
Original title: Platformer 3D
Overview
Platformer 3D is an official Godot Engine demo project written in GDScript, with a master branch that targets Godot 4.7 features and runs on the Forward+ renderer. It takes the logic of the official 2D platformer and mirrors it in 3D using CharacterBody3D, and it includes a virtual joystick add-on so the game can be controlled on touch screens.
The project is MIT licensed and can be downloaded from the godot-demo-projects GitHub repository, which also keeps branches for stable 4.0-4.3 and 3.x releases, or from the Godot Asset Store. It suits developers moving from 2D to 3D character movement.
What You Can Learn
- CharacterBody3D platformer movement mirroring the 2D platformer's code
- Touch input through a virtual joystick add-on
Access: Free direct download