- Home /
Question by
FunkiestFak · Jul 16, 2020 at 08:54 PM ·
collision2dglitching
Object Glitching through another object
Im learning how to make games so I'm making a pong game. I'm basically done with it but sometimes when the ball speeds up it will go through the player and get stuck in the player. The ball is using circle collider2D and the player is using square collider 2D. How can I fix this?
Comment
Answer by cameroncronheimer · Jul 16, 2020 at 08:59 PM
Add a rigid body 2d component to your objects to make collision detection more accurate.