This is the tutorial. http://docs.unity3d.com/Manual/WheelColliderTutorial.html
This part in the second script.
public List(AxleInfo) axleInfos;
Should be.
public List axleInfos;
I did everything exactly as in the tutorial but my wheels are sideways. I have cylinders that have their y scale set to 0.1. I have the second script in the tutorial with the bug fixed.
What do i need to change to make my wheels rotate correctly?
↧