Sprite Animation problem

I have a sprite cycle animation with a simple 4 frames sequence.
the problem is that the up part of the sprite doesnt move up its like being clamped
image
image

original sprite
Maza_IdleFront

in unity works fine so i dont know the problem

You have to uncheck the “Trimmed” checkbox in the Sprite Component so it doesn’t remove the blank space around the sprite :slight_smile:

1 Like

Now it works! thank you