Replies: 1 comment
-
I have the same issue, also if you use a rectangle as the player, it gets stuck between the tiles. Maybe a step handling system could solve it |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Making a tile based platformer game, each tile has their rectangular collider. When moving above them, I feel stuttering. I tried setting gravityscale to 0 when on ground but doesn't seem to help. I compared it to moving on a single long collider and it is smoother. Should I detect continuous sides and replace them with one collider, or is there another way? What is recommended way? (I am using a dynamic body).
Beta Was this translation helpful? Give feedback.
All reactions