mesh collider issues

why are my mesh colliders going through objects with colliders on them. Box colliders work fine(just not defined enough)

Thanks

Did u check convex on the mesh collider?

1 Answer

1

It should fix the issue, Mesh Colliders cannot collide with each other unless they are marked as Convex. Therefore, they are most useful for background objects like environment geometry.

http://docs.unity3d.com/Documentation/Components/class-MeshCollider.html

thank u very much