A simple Godot 4 demo focused on building and driving modular car setups.
Car-Demo is a lightweight learning project for vehicle gameplay in Godot. It includes a reusable base car setup, a follow camera, and scene examples that make it easier to prototype your own vehicle variations.
- Playable base car controller
- Dynamic follow camera system
- GLTF-based car and wheel model workflow
- Inheritance-friendly scene structure for rapid variants
- Extra environment elements (spinning and bobbing platforms) for testing
cars/contains car scenes, models, and camera logicScripts/contains reusable gameplay scripts (reset, spinning, bobbing)Scenes/contains test and environment scenes
- Open the project in Godot 4.
- Load
main.tscnand run the project. - Duplicate or inherit from
cars/BaseCar.tscnto create your own car variants.
- Project Creator: Manik Sharma
- Contributors:
- ShadowDara
- Weasel On A Stick
