SpriteFrames not working with TextureAtlas!?

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By rakkarage

Arrow.png
I have a couple files like this that I am using to create a SpriteFrames for an AnimatedSprite.
It works fine until I change import settings to combine some into a TextureAtlas? Then It changes and I cannot select the right tiles?
Animation
I have created a simple reproduction of the problem:

Please & Thanks.

Didn’t get an exact matter of a problem

sash-rc | 2020-10-12 23:24

the animation works originally but after changing to atlas it does not:

  1. i have to remake the animation because it is not the same
  2. it is not the same even after remaking it? one frame is off by one pixel… (other animations from the atlas are off by other amounts but this is just one example)

maybe someone has seen this before and knows of a solution or a work around?
thanks

rakkarage | 2020-10-13 00:54

Still not close, except “It’s off by 1 pixel”. Can’t you resize your spritesheet accordingly?

sash-rc | 2020-10-13 08:13

I cannot change the size of a single frame from the middle of the sprite sheet no…

  1. it would make the original animation not work
  2. it would not work because all frames of the animation are currently the same size and sprite frames expects them all to be the same size

the gif shows the entire process

it seems like a rounding error somewhere? idk I guess I will file a bug report

thanks

rakkarage | 2020-10-13 14:16