I’ve got a sprite sheet where all of the sprites are aligned with the bottom of the frame. When I sliced my sprite sheet, I set the pivot’s Y to 0.4 to account for this. When I draw sprites animations in the game, that works correctly and the sprites are aligned how I want them to be. However, when I add one of those sprites to an Image UI component, the pivot gets ignored and the sprite is aligned with the bottom of the Image’s position. Is there a way to make the Image component use the sprite’s pivot point?
Moving the Image component up or down won’t work as a solution because the Image component will sometimes display sprites with a pivot of (0.5, 0.5) and will sometimes display sprites with a custom pivot.