Free Godot 4.7 Project: Truck Town VehicleBody3D Demo (Godot Engine)
Original title: Truck Town
Overview
Truck Town is an official Godot Engine vehicle-physics demo written in GDScript, with a master branch that targets Godot 4.7 and uses the Forward+ renderer. It includes a VehicleBody3D base truck, a trailer truck joined with ConeTwistJoint3D and a tow truck whose chain is RigidBody3D links pinned with PinJoint3D, plus camera modes, day/night moods, boost, horn and mobile touch steering.
It is MIT licensed, hosted in the godot-demo-projects GitHub repository (with stable 4.0-4.3 and 3.x branches) and on the Godot Asset Store. It is a practical reference for driving games and joint-based physics rigs.
What You Can Learn
- Building drivable trucks on a VehicleBody3D base
- Attaching a trailer with ConeTwistJoint3D
- A physics chain made of RigidBody3D links pinned with PinJoint3D
- Camera modes, day/night moods and mobile touch steering
Access: Free direct download