I know, i should use the search function, but i really don’t find, what i am looking for.
I have some kind of a bead, sticking it onto a stab.
It should fall into it and stay there.
The bead has a hole in the middle to make that stab sticking into it.
Therefore i cannot use just a sphere collider, because it obviously is a sphere without a hole, so i changed to mesh collider.
I also made a more simple object for that bead with hole, having just 180 vertices left or so.
But whatever i try, i cannot make it stick onto that stab, it just falls through.
If i were using a sphere collider, or would make the mesh collider convex, it collides, but in this case, i am loosing my hole, what i don’t want…
I have a rigidbody on my bead, and a capsule and a box collider making up the end, where this bead should be put onto.
