Unity WheelCollider Moving in Wrong Direction When Centering

1k Views Asked by At

When I try to adjust the center of the WheelCollider along the Y-axis it doesn't go straight up along the axis. Rather, it goes up and to the right.
If anyone knows why this is happening I would really appreciate it. Thanks in advance!

Wheel Collider Center x=0, y=0, z=0

Wheel Collider Center x=0, y=0.1, z=0

1

There are 1 best solutions below

0
On

I figured it out! It was the rotation and scale of the actual Wheel Colliders. The rotations weren't set to 0 and the scales on the two rear wheels were negative.

I zeroed out the rotations and removed the negative signs, and voila, it worked!