TSSphereCollider with high speed can penetrate the BoxCollider

TSSphereCollider with high speed can penetrate BoxCollider.
When I add the force in simplecontroller script , the TSSphereCollider will penetrate the wall

tsRigidBody.AddForce(forceToApply*3, ForceMode.Impulse);

Comments

  • Thanks @jason, the 3D physics we use have a few issues like that (Jitter), I don't have a solution for you on this case now, you may try some workaround like detect collision and destroy the sphere object.