mass = 10; radius = 1.6; staticFriction = 5; kineticFriction = 5; restitution = 0.5;
Probably what I'd do is decrease the tire radius in the wheel script or whatever script it is.For exampleCode: [Select]mass = 10; radius = 1.6; staticFriction = 5; kineticFriction = 5; restitution = 0.5; radius is what needs to be adjusted
I think it might be the WheeledVehicleSpring, try messing with that?Edit: Nvm, I thought you meant something else.I believe just about all vehicles do this?