I’ve tried to find a solution but it doesn’t work. I’ve used the sheet method to get it to animate. The background dimensions are 200x56 pixels and character 26x48 pixels so it should show up just like the first picture!
I’ve circled the character in red, he literally becomes like a dot.
Please help!
I have tried these:
Changing the pixels per unit
Changing max size
Making sure static box is unchecked
Making a completely new GameObject and only adding the sprite renderer/animation options
You need to set your Character-animation to the same Transform.position as the animation-New. Looks to me they have two different transform.positions. The localScale changes from 1 to -1, which should only flip the player’s direction, not make it smaller, if I’m not mistaking. That’s why I believe that if you fix the transform.position and get all animations on the same axis coords, this should be fixed.
Hello
Thank you for the suggestion but it doesn’t seem to work
Is either of your animations stored on an empty game object by chance? How exactly are you referencing your animations?