I have it set for enemies to chase after player in a platformer game when player is within a certain distance. Sometimes when the enemy gets to a spot they have to jump at to follow it gets hung up on the object in the air. I'm guessing this has something to do with the bounding box.
What's the easiest/best way to fix this so that it doesn't happen?