- Home /
Is there a solution to when colliders bypass?
My game is heavily based on physics and so i have run in to the problem of colliders going through each other e.g I have a dragrigidbody script from the asset store and when i drag a rigidbody through a different collider or rigidbody it goes straight through (it does spazz out but only a tiny bit). Im getting the idea that objects that are moving with a strong force will go through another collider. Is there anyway to resolve this issue?
Answer by CubePhysics · Jul 06, 2015 at 05:07 PM
I figured it out myself. I turned collision detection to continuous instead of discrete in the rigidbody2D component
Answer by TruffelsAndOranges · Jul 05, 2015 at 10:06 PM
You're probably using too small rigidbodies / colliders. Try increasing the size of all your colliders and rigidbodies.
Your answer
Follow this Question
Related Questions
How to properly move a rigidbody/collider? 2 Answers
Modifying height directly on a Rigidbody Object without gravity 1 Answer
2D motion/collision: physics, or direct translation? 2 Answers
2D Mouse Look with Collisions 1 Answer
Unity 4.3 CharacterController collision with physics 2D not working 1 Answer