Getting Started with RCCP Lite
Table of Contents
What is RCCP Lite?
Realistic Car Controller Pro Lite (RCCP Lite) is a free evaluation version of Realistic Car Controller Pro for Unity. It provides the complete car physics and control system used in the full RCCP Pro package, allowing you to evaluate all runtime features before purchasing.
RCCP Lite includes everything you need to add realistic vehicle physics to your Unity project: a fully working drivetrain simulation, multiple camera modes, AI driving, vehicle customization, mobile input support, and a complete UI system.
What's Included
| Category | Details |
|---|---|
| Drivetrain | Engine, Clutch, Gearbox, Differential, Axles, Wheel physics |
| Vehicle Systems | Stability (ABS/ESP/TCS), Aerodynamics, Damage, Fuel, NOS, Speed Limiter |
| Audio & Visual | Engine audio, particles, lights, exhaust effects, body tilt, LOD |
| Camera | 7 camera modes (TPS, FPS, Wheel, Fixed, Cinematic, Top, Trailer) |
| AI | 4 behavior modes with waypoint navigation and obstacle avoidance |
| Input | Keyboard, gamepad, mobile (touch/gyro/steering wheel/joystick) |
| Customization | Paint, wheels, spoilers, decals, neon lights, sirens, performance upgrades |
| UI | Dashboard, mobile controls, customization menus, settings panels |
| Demo Content | Prototype scene with a fully configured vehicle |
Lite vs Pro
All runtime features work without restriction in RCCP Lite. The only difference is in the Unity Editor inspectors, where advanced tuning parameters are displayed as read-only (grayed out). You can still toggle features on/off and set headline values like top speed and torque, but detailed parameters like torque curves, suspension tuning, and PID controller gains require RCCP Pro.
For a complete comparison, see 14_LiteVsPro.md.
Requirements
- Unity Version: 6000.0.49f1 (Unity 6 LTS) or later
- Render Pipeline: Built-in RP or URP (Universal Render Pipeline)
- Platform: Windows, macOS, Linux, Android, iOS, WebGL
- Input System: Supports both legacy Input Manager and new Input System
Quick Start
- Import RCCP Lite from the Unity Asset Store into your project
- Open the demo scene at
Assets/Realistic Car Controller Pro/Scenes/RCCP_Scene_Blank_Prototype.unity - Press Play to drive the prototype vehicle immediately
- Controls: WASD or arrow keys to drive, Space for handbrake, C to change camera
For detailed installation steps, see 02_Installation.md.
Project Structure
Assets/Realistic Car Controller Pro/
Editor/ — Inspector editors, editor tools (88 files)
Scripts/
Base/ — Component base classes (6 files)
Vehicle/ — Drivetrain and vehicle systems (34 files)
Manager/ — Singletons and scene management (4 files)
Inputs/ — Input handling (5 files)
Camera/ — Camera system (6 files)
AI/ — AI driving system (5 files)
UI/ — UI controllers (35 files)
Upgrades/ — Customization and upgrades (18 files)
Scriptable Objects/ — Settings and configuration (10 files)
Resources/ — Runtime-loaded assets (settings, materials, prefabs)
Prefabs/ — Vehicle and component prefabs
Scenes/ — Demo scenes
Documentation/ — Original RCCP Pro PDF documentation
Documentation Lite/ — This documentation (RCCP Lite markdown docs)
Documentation Index
| Document | Description |
|---|---|
| 01_GettingStarted.md | This guide |
| 02_Installation.md | Import, setup, and project configuration |
| 03_VehicleSetup.md | Setting up vehicles and understanding the component system |
| 04_DrivetrainComponents.md | Engine, Clutch, Gearbox, Differential, Axles, Wheels |
| 05_VehicleSystems.md | Stability, Aerodynamics, Damage, Fuel, NOS, Audio, Lights |
| 06_CameraSystem.md | Camera modes and configuration |
| 07_InputSystem.md | Keyboard, gamepad, mobile, and custom input |
| 08_AISystem.md | AI driving, waypoints, and obstacle avoidance |
| 09_Customization.md | Paint, wheels, upgrades, and visual customization |
| 10_UISystem.md | UI components and dashboard |
| 11_SceneManagement.md | Spawning, registering, and managing vehicles |
| 12_Settings.md | Global settings and behavior presets |
| 13_API.md | Scripting API reference |
| 14_LiteVsPro.md | Complete Lite vs Pro comparison |
| 15_Troubleshooting.md | Common issues and FAQ |
Support
- Documentation: You're reading it
- Support: BoneCracker Games Support
- Upgrade to Pro: Unity Asset Store