Unity Quick Tip
How to Adjust the Pivot Point for Sprites in Unity
//Fix weird issues with colliders and animations.
When we work with 2D sprites for our games we can sometimes run into odd little quirks. I recently ran into one that was preventing my player from jumping, even though visibly he appeared to meet the conditions of my script.