Strange 2D Physics Behavior
Heyyo everyone!
I am pretty confuzzled as to why this is going on... I'm using Unity2D and I am instantiating a physics object within a random X range with random rotation. The object falls and collides with a plane just above the camera view. The cubes do collide with each other, however... imperfectly. Long story short, they do not look correct when they stop moving, and sometimes clip into each other. Here is a screenshot as an example:
Can someone explain to me why this is happening and how to fix it? Specifically, how to get the boxes to lay flat and stop clipping into each other.
I can't see any boxes clipping, I see 3 cubes next to each other
Your answer
Follow this Question
Related Questions
2D collision trouble, character falling through map 1 Answer
Something seriously weird is going on with my transform.eulerAngles 0 Answers
Character hits invisible ghost collision when jumping against objects while pushing against them 0 Answers
2D Top-Down Shooting Script Errors 1 Answer
Compatible collision constraint methods 0 Answers