Hey all,
I have a capsule with a collider and rigidbody. When I apply force, it sometimes jumps unexpectedly—only when using multiple smaller planes together. On one large plane, it moves smoothly. Also, I don’t want to use a mesh renderer for this setup.
Any ideas? Thanks!
It’s a known issue where a rigidbody will sometimes take off when sliding over adjacent geometry. So instead of sliding your character along the ground you can make it hover slightly above the ground. Or you can add a wheel collider to the bottom of it so then it’ll roll over the cracks in the ground.
Hi,
I’ve had the problem with both discrete and CCD.
I posted some suggestions on handling these ghost collisions here (which links to another thread of suggestions):