Vehicle
Last updated
Last updated
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 tutorial. For an example of a fully setup vehicle, check out the Example scene.