Navigation
Quick Start
Project Structure
Car Manager
Track Generator
Powerups
Game Systems
Levels
Car AI
Customization
Support
Quick Start
<aside>
🚨
If You Have The Project Directly You Can open It without any setup required (For Buyers Outside UnityAssetStore).
</aside>
- Create a New Unity Project
- Open Unity Hub and create a new 3D (Core) project using Unity 6.0+.
- After the project loads, wait for Unity to finish compiling before importing anything.
- Import the Package
- Install the the Wheel Rush package via the package manager or drag
.unitypackage file into the Unity Editor.
- Install the Cinemachine package from the unity package manager (if not installed automatically with the package).
- Make sure the
CINEMACHINE define symbol is assigned in the player settings (if not already).
- When the import window appears, select Import.
- Open the Starting Scene
- In the Project window, navigate to WheelRush/Scenes and open the Bootloader scene.
- This scene initializes all systems for the game.
- Run the Game
- Press Play to test everything.