2D Sprite Animation - Rotate animation on axis

So, I have no script to reference with this problem, as I’m a little stumped on how to do this. I have an object that lays flat on the ground until the player enters a boxCollider2D set as a trigger. When the player enters the trigger, the object is set to animate. The animations resting position is flat on the ground, when it’s animated it should rotate to a standing position. The feet of the object should stay in the same position, this is the part I’m stuck on. Any ideas at all would be much appreciated. Hopefully this makes sense D:

You need to set the Sprite’s Pivot to the center of the red dot (or maybe just the bottom left would work in this case). That way, it’ll rotate based on that dot, instead of on its center. This is done in the Sprite asset itself, usually in the Sprite Editor.