Scaling Issue with Unity Car Tutorial

So, I’m using the car from the Unity Car Tutorial for my project and I needed to scale the car down in order to make the model fit. However, when I did scale the car down I ran into multiple problems. The steering is horrible now and the front left wheel is popping up (see screenshot). I tried messing with the suspension setting but none of them helped the issue. I also messed with the min and max steering and those did not seem to help either. Any help would be great. Thanks!

12501-carissue.png

I seem to have similar issues. The physics effecting my vehicle seemed a bit higher than the visuals, so I decided to scale the vehicle down to see if that would work. Numerous scripts broke. First, I noticed that, although the wheel colliders matched the size of the new tires, the coding behind them broke. I had to separate, scale up, reattach, and adjust to match. I had an empty object declaring the rigid-body center, and it seems that it effected the wheel positions as well. I still haven’t even remotely fixed the vehicle, and I’m finding so many problems. I suggest you avoid scaling vehicles.