This article was created for Unity 2019.
These simple vehicle physics support any number of wheels without coding and each wheel can
- be steerable
- be motorized
- have a brake
- support a handbrake
Three automatic forward gears and one reverse gear with individual gear curves are supported. The handbrake also changes the stiffness of the wheel.
Use W, A, S, D to move the vehicle and Space for handbrake.
Known Issue: The sound is controlled by the vehicle speed.
Click here to download the complete Unity project.