Help charcater getting stuck on sharp collision

Godot Version

4

Question

Check my video over here-https://hc-cdn.hel1.your-objectstorage.com/s/v3/2aaefd40f2c0ac9fffb48379291b1efdebcb19bb_2025-08-30_19-45-57.mp4
Could someone please solve this for me? Everywhere there are sharp edges, my characters are getting stuck at random. This is really strange. For my character, I’m utilizing a capsule-shaped collision, however I’m not sure why it keeps happening when there are sharp edges. Check out the video, please. I have to submit my game for a game jam, but I can’t do it this way since people assume it’s an invisible wall rather than a collision issue that can be resolved by simply avoiding the strange collision. HeLPP

From what I could see in the video, it seems the collision shape for the stairs is not properly aligned with the platform, try adjusting it so it lines up properly.

I ran into the same issue when dealing with stairs, and it seems Godot is VERY nitpicky in those instances. Sadly, that’s all I got.