Godot Version
4.3
Question
I am working on a game where the main player is a rigid body, I added a tile map for the level, but I started noticing some weird interaction:
At the edges of the tiles the RigidBody is detecting an extra collision leading it to bounce around In unexpected ways:
This is what I would expect:
Is there any way to fix this?