Jump to content

Mesh collider issues?


xxjetterxx

Recommended Posts

Hi, guys. I'm currently developing a mod, but I can't quite seem to get mesh colliders to work in Unity. When I try to give the mesh a collider, it doesn't do anything. Nothing happens if i change and of the options either. However, if I try to use, say, a capsule collider, it works completely fine. Any idea why this is happening?

thanks.

Link to comment
Share on other sites

It looks like collider made with mesh themselves doesn't appears like convex colliders (in light green, as well as basic ones like cube or sphere), but they are there in game.

Try it with something simple.

Despite Unity reference is very unclear about collider (according to it, only convex collider can interact with others collider):

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

Convex Mesh Colliders must be fewer than 255 triangles.

The highlighted part doesn't make so much sense, what is hte purpose of a collider otherwise ?

Quoted from the doc.

Link to comment
Share on other sites

This thread is quite old. Please consider starting a new thread rather than reviving this one.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...