I have a GameObject with a Sprite Renderer on it. The Pivot of the Sprite itself is Bottom Left (this can not be changed).
I created a parent to this GameObject, and want to grow and shrink the Scale of this Parent... so that the Sprite Renderer on the child appears to grow and shrink around the center of the sprite. I put a Rect Transform on the parent and set the X and Y pivot to 0.5.
But when I change the Scale of the Paremt gameobject, the Sprite Renderer appears to grow and shrink around the bottom left of the sprite (not the center).
How do I fix this?