I'm practicing with unity , and I was following a tutorial that explained step by step how to develop a simple platform game.
The problem I have is that by designating a Polygon Collider 2D to my character, he does not follow it when making a jump, causing him to lose the game at all times. The trigger works perfectly.
I'm not using the gravity properties of unity , the jump is entirely an animation.