GameObject goin in to terrain. Please help.

I am trying to make a car drive on a terrain, but the car goes in to terrain and I don’t know why. I have a terrain collider for the terrain and I’ve used box colldider, rigidbody, mesh collider but the car still goes in to the terrain. What can I do?

Greetings,

To be sure, the car should have both a rigidbody and a sphere collider added to it.
Let me know if this works.
Also, make sure none of the colliders have “Is Trigger” enabled/checked, otherwise, it won’t collide with stuff, only trigger internal collision alerts, without the colliding part.

Keep on Creating!

Justin of JustinTime Studios (http://unity3d.expert)