a chain of 2d collision problem ( object going trough other )
Hello , i a have 5 object with 2D rigidbody
A and 4 other one above each other ,
i want the A object to push them like a stacks . ( im mooving object a with mouse position by setting the rigid body position to the mouse position )
the collision is verry well with A object and one single object , but when i put more than 1 object above each other 4 for example the a object start going trough those 4 object it loose the collision when i start moving the A object to push those 4 object with it ( they are one above each other ) .
all object are Continous collision and ( extrapolate interpolation)
i need help thanks in advance
Your answer
Follow this Question
Related Questions
Why Object2D jump out collision? 1 Answer
Box Collider Too Small after Unity 5.6 Update(unable to adjust) 1 Answer
Circle Collider 2d is slipping off box colider2d when it shouldnt 1 Answer
Why is my character slightly floating above the ground? 0 Answers
Box Collider Working Sparadically,Box Collider Sporadically Working 0 Answers