Hello! I’m developing my game and my character keeps getting stuck on the wall whenever I hold left or right while falling. Any fix for this?
If your walls don’t have any physics behaviors (like Position, Raycast, Proximity, etc.) then they will collision merge, which may solve your problem (depending on the shape of the walls).
Also make sure your player is set to have a Capsule hitbox.
the capsule hitbox fixed it! thank you so much, you are a life saver!
1 Like