🚗
ArcadeVehicleController
  • Welcome
  • Getting Started
    • Layer Setup
    • Demo Scenes
  • Vehicles
    • Preparing Your Vehicle
    • Building Your Vehicle
    • Vehicle Settings
    • Audio and AudioData
    • Drift Settings
    • Collisions and CollisionEffectsData
    • Looser Ground Follow
  • Script Reference
    • Properties
    • Public Methods
  • Addons
    • Multiple Wheel Spin
    • Multiple Wheel Turn
  • Help
    • Troubleshooting
    • Wheel Fixer
    • Updating to v1.12
  • Release Notes
  • Links
    • Asset Store
    • Social Links
  • Github Gists
Powered by GitBook
On this page

Was this helpful?

  1. Addons

Multiple Wheel Spin

PreviousPublic MethodsNextMultiple Wheel Turn

Last updated 2 years ago

Was this helpful?

The ExtraWheelsSpin component allows you to have more than four wheels spinning on your vehicle.

Add the ExtraWheelsSpin component, this can be on any GameObject, but is recommended to be on the same GameObject as the VehicleBehaviour. Assign the VehicleBehaviour to the exposed field, if left empty the class does a GetComponent<T> in Awake().

Assign any additional wheels, that require spinning, to the list. Make sure to not assign the parent transform of the wheel. See the above image, additionally you can examine the Truck prefab included with AVC.