🚗
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 Turn

PreviousMultiple Wheel SpinNextTroubleshooting

Last updated 2 years ago

Was this helpful?

The ExtraWheelsTurn component allows you to have additional wheels turn, when the vehicle is turning left/ right.

Add the ExtraWheelsTurn 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 turning, to the list. Make sure to assign the parent transform of the wheel. See the above image, additionally you can examine the Truck prefab included with AVC.