Cars climbing up / bouncing walls

Hi guys,

I’ve been trying to make a simple car controller for a game, and I’ve got the same problem as http://forum.unity3d.com/viewtopic.php?p=148096&sid=813596f5657824293a60c93b47a15089

Every time the car hit’s the wall, it bounces or jumps. I feel that this might be just a little detail, but I just can’t find it.

I’ve setup the friction of the track walls and the car for 0, but it didn’t help.

See the actual demo here: http://tiny.cc/unityracingdemo

Hi, welcome to the forum!

Problems like this can sometimes be fixed with the solution in this thread. (I know it’s not exactly the same situation as yours, but the suggestion might still work for you.)

Thanks andeeee!

I’ve tried this. I’ve also put a big collider around the car, to make sure that the wheels aren’t touching the walls, but same thing. Sometimes the car jumps. I’ve saw this on other demos too, and others are fine. I just don’t know what else this can be.

Somebody has another idea on how to fix this? Tried another couple of parameters for friction on the walls and the car, but nothing changed.