In my game if I jump and move and hit a platform (platforms and player have a box collider 2D) the player just gets stuck until I stop moving and they fall.

Any solutions?

In my game if I jump and move and hit a platform (platforms and player have a box collider 2D) the player just gets stuck until I stop moving and they fall.

Any solutions?

I usually make my colliders slippery.
You could make a Physic Material 2D and set the friction to 0. Then just apply it to your character’s collider(s)
It won’t let me make one for 2D. Any Idea why?
Apply it to the collider

