Arcade Racing Kit
  • Welcome
  • Get Started
    • Setup Project
    • Setup Required Packages
    • Run the Example Scene
  • Systems
    • Vehicle
    • Finish Line
    • Managers
      • Race Manager
      • Vehicle Manager
      • Lap Manager
  • How To
    • Setup a Vehicle from Scratch
  • Support
    • Troubleshooting
    • Contact
    • Roadmap
Powered by GitBook
On this page

Was this helpful?

  1. Systems

Vehicle

PreviousRun the Example SceneNextFinish Line

Last updated 4 years ago

Was this helpful?

The vehicle is the main component of the kit. When you add a new vehicle component to a game object, the following behaviours are added automatically

  • Vehicle Main component performing the driving logic

  • Rigidbody

  • Vehicle Player Input An input source collecting the player input via Unity's new input system.

To learn how to setup a vehicle from scratch, follow our . For an example of a fully setup vehicle, check out the .

tutorial
Example scene
Setup of the Vehicle in the example scene