I got my player stuck into walls and ceilings during mid air jumps when changing animations...
Being a collision problem, can you guys suggest me a tutorial about collision common practice for platformers?
Develop games in your browser. Powerful, performant & highly capable.
Make sure the collision box is the same for all frames in your animation.
A good practice is to use an invisible object for your player and pin your actual animated character to it.
Make sure the collision box is the same for all frames in your animation. A good practice is to use an invisible object for your player and pin your actual animated character to it.
problem solved, thank you!