- Home /
Question by
DevSkeletal · Aug 28, 2015 at 09:41 PM ·
collision2d-platformerstuckboxcollider2d
Unity 2d, player getting stuck passing over box colliders next to each other
having issues with box colliders, im working in 2d, my player character uses a box collider and all my platforms do, now ive noticed that if you have 2 platforms next to each other then the player can sometimes get stuck between the box colliders, even if they are on the exact same level, not sure how to go about fixing it, for the most part ive been using box colliders set to the size of the platform but for some of my mechanics i need individual box coliders, and likewise im having rhe collision errors
so how do i go about fixing this, how can i get my player character to travel over box colliders adjacent to each other without getting stuck
Comment
Your answer