- Home /
Problem with Object collision
Hi everyone,
I imported a mesh and auto-generated colliders for it. For now I dont mind at speed or FPS, it should just work. But it dont work. I want my Object to collide. I justed the drag rigidbody script.
The obect consist of several chilc objects, collision works, but just with the ground, the the child objects itself does not collide to each other. They all got mesh colliders, and they all got rigidbodys (even with continues dynamic collision!) It wont work! So what im doing wrong?
Answer by fherbst · Mar 17, 2012 at 11:21 PM
MeshColliders will only collide with each other if set to convex.
Your answer
Follow this Question
Related Questions
Ignore collision between character controller and a rigid body object 1 Answer
How to get movable/pushable cubes right? 0 Answers
Objects with colliders going through walls and each other. 3 Answers
Turning an object into a RigidBody and applying a force on it... 2 Answers
Changing Rigidbody Drag on Collision 1 Answer