|
I have terrain with a mesh collider (with convex set to false) and a spaceship with a mesh collider (with convex set to true). There are certain points in the terrain where the spaceship goes through very easily. I do not understand why this is happening because these areas are pretty flat. What should I be looking for? I am not using any special sort of terrain, just a basic low polygon mesh.
(comments are locked)
|
|
The problem is because your spaceship uses a mesh colider it will be far more efficient with a box or sphere collider. I suggest you to user Compound Colliders instead.
(comments are locked)
|
|
I would suggest you use a Box Collider, instead of a mesh Collider. The same thing happened to me, but it worked when I changed it to a Box. I might have to resort to box colliders, which will be a shame because the inaccuracy of box colliders really notices.
Feb 28 '12 at 03:12 PM
numberkruncher
(comments are locked)
|

I have the exact same problem when the object I throw is small (or very small).
are you kruncher from marsxplr? just asking.
@programmrzinc No, I am afraid not.
As an additional note, my spaceship doesn't move very fast