Topic: 2D Sprite Y Position
Hi, I am working with 2D sprites and the corresponding animations.
My sprite is currently too low on the stage, the feet are below the stage.
I would like to move the entire animation up so the feet connect with the ground. I have tried to adjust the Y position in the prefab, but it does nothing. I can adjust the scale.
My hit box maps are correct - they appear to be grounded, but the actual rendering/animation of my sprite it too low.
How can I do this?
Thanks.