terrain collider

Hi to all
How to make collidable terrain using unity terrain editor.Please suggest me any tutorials or threads.Thanks in Advance

—Rajesh—

It has a collider by default. You don’t have to do anything.

–Eric

Hmmm I also have one problem with using terrain. For example when I create object and pass to him mesh collider + rigid body that same object fall through terrain , why ?

Don’t use mesh colliders with rigidbodies; use primitive colliders instead.

–Eric

I fixed it
Thanks for reply guys

I modified terrain data and fixed this.This for the guys who having the same problem

another way too fix this is to set the mesh colliders to “convex” this is what fixed it for me.

Olly.