Collision with a terrain

Well im doing a project based in a ship floating in the water and im trying to make the boat collides with a island (terrain) but i dont know how to make them both collide, cause the boat cross the terrain without colliding. What can i do?

thanks

attach rigid body to ship…

Hi Guys,

As we know Mesh Collider doesn’t detect collision on each other. Please check if you are using Mesh collider on each of the object then atleast one of the object must have Convex property selected. Or use box collider with terrain mesh collider in order to detect collision.

Thanks