Wall-clipping collision issue

Yes, this is an super common issue and has come up dozens of times:

Good explanation:

You’re better off using raycasts for platforming collisions rather than collision shapes. Check it out here:

There are also a few platforming assets in the Asset Portal that use raycasts to solve this problem. Maybe try studying them a little bit to learn how they work if you’d rather implement it yourself:

6 Likes