- Home /
Question by
LangdonMagic · Feb 09, 2018 at 10:53 AM ·
collisioncolliderrigidbody2d
Rigidbody2D with box colliders passing through each other
HI there,
So I have the player with a Rigidbody2d and a box collider 2D with continuous collision detection and dynamic body type. The boxes the player must jump on are dynamic until they have fallen when their rigidbody gets destroyed to stop the wobbling, the box also has a collider 2d on it yet still the player can move through it. The player must move with a lerp as it must only move a certain distance. I'm pretty sure this is the problem, however, I don't know how t fix it. I have multiple raycasts which work very well except when the player lands on the box diagonally. Any help would be much appreciated.
Thanks
screenshot-25.png
(54.2 kB)
Comment