Install Asset
Install via Godot
To maintain one source of truth, Godot Asset Library is just a mirror of the old asset library so you can download directly on Godot via the integrated asset library browser
Quick Information
Car Demo
A simple car demo to help you make your own cars in godot 4.6+
Supported Engine Version
4.6
Version String
1.0
License Version
MIT
Support Level
community
Modified Date
1 month ago
Git URL
Issue URL
Car-Demo
A simple Godot 4 demo focused on building and driving modular car setups.
Overview
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.
Features
- 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
Project Structure
cars/contains car scenes, models, and camera logicScripts/contains reusable gameplay scripts (reset, spinning, bobbing)Scenes/contains test and environment scenes
Getting Started
- Open the project in Godot 4.
- Load
main.tscnand run the project. - Duplicate or inherit from
cars/BaseCar.tscnto create your own car variants.
Credits
- Project Creator: Manik Sharma
- Contributors:
- ShadowDara
- Weasel On A Stick
A simple car demo to help you make your own cars in godot 4.6+
Reviews
Quick Information
Car Demo
A simple car demo to help you make your own cars in godot 4.6+
Supported Engine Version
4.6
Version String
1.0
License Version
MIT
Support Level
community
Modified Date
1 month ago
Git URL
Issue URL