• Bugs
  • png sequence doesn't work well in latest update

when i put for example as files names (1 - 48) the start 1 and end 48 it gives an x on attachment and i only shows from (11 - 21) and rest have x on them :think:

Related Discussions
...
  • Изменено

How is the file named?
Could it be that you forgot to add the leading 0? (as shown in the gif below)

it always add images from 10 to 19, they are numeric from 1-20, it always takes the 10 numbers in the middle but rest can't define which is totally name detection issue :think:

You have to also specify the image path, which in the screenshot is not defined. Does it still happen after doing this?

Like for region and mesh attachments, Spine uses the attachment name for the Image path is not specified. In your case the attachment name is ``FT sparks/spark 2/01. That means the images the sequence attachment will look for will be:
[code]
FT sparks/spark 2/0101
FT sparks/spark 2/0102
FT sparks/spark 2/0103
FT sparks/spark 2/0104
etc
[/code]
I can't see what your image files are named on disk, but I'm guessing you should name your attachment
FT sparks/spark 2/` and then it will look for these images:

FT sparks/spark 2/01
FT sparks/spark 2/02
FT sparks/spark 2/03
FT sparks/spark 2/04
etc