I’m creating a sprite animation with Unity2D but it’s centered at the center rather than the feet.
For example, this is being jerky:
Whereas this is centered at the feet:
How would I go about it in Unity?
I’m creating a sprite animation with Unity2D but it’s centered at the center rather than the feet.
For example, this is being jerky:
Whereas this is centered at the feet:
How would I go about it in Unity?
I’ve worked it out.
You have to change the Pivot in the Sprite Editor.