I’m having an issue where my vehicle keeps jumping around when using Wheel Colliders. I followed the tutorial in Lesson 6.2 of the Unity Learning Pathway for junior programmers.
I already have the car at 2000 kilograms and I tried reducing the dampening but it still jumps around.
See my settings on the attached image file.
I’m using unity 2020.3.21f1.
Also, if anyone can also answer why do I need to AddRelativeForce of 25000 to make the car move. I thought Unity had physics based on real life? It never would take an engine to push 25k newtons to move a car… Shouldn’t it be F=ma, and since the friction on the wheel collider is .4, we should get F = 2000kg * .4, which is 800 newtons of force. >>> ? <<<

