I'm using 8direction behavior. The solids are a tilemap. How can I add corner cutting (clipping through corners) without changing the collision boxes? (which are all currently squares)
If I changed the hitboxes to remove corners like this, then the player will just hit the corner of the tilemap and not move. Moving into it diagonally like that should not stop you and should act like normal squares. Keeping this in mind, corner cutting should still be possible