Search Unity

  1. Megacity Metro Demo now available. Download now.
    Dismiss Notice
  2. Unity support for visionOS is now available. Learn more in our blog post.
    Dismiss Notice

Mesh colliders on clones

Discussion in 'Editor & General Support' started by Ejlersen, May 27, 2009.

  1. Ejlersen

    Ejlersen

    Joined:
    Apr 30, 2009
    Posts:
    11
    I have a problem with mesh colliders, when creating clones of an object. The problem is that the clones do not collide, but go through eachother.

    Is this a restriction in Unity, that you cannot create multiple clones with a mesh collider? Or is there something I have missed?
     
  2. MatthewW

    MatthewW

    Joined:
    Nov 30, 2006
    Posts:
    1,356
    Concave mesh colliders do not collide with one another. If you need concave shapes create a compound collider with a number of primitive colliders or convex mesh colliders.
     
  3. Ejlersen

    Ejlersen

    Joined:
    Apr 30, 2009
    Posts:
    11
    Thank you very much