Hi All,
I was wondering what the best way is to implement a moving background. I have a 600 frame folder of png files that make up the animated background.
Thank you for the help.
Hi All,
I was wondering what the best way is to implement a moving background. I have a 600 frame folder of png files that make up the animated background.
Thank you for the help.
This sounds like a very large occupied size, look towards Spine, this will reduce the number of files by 600 times
I started messing around with TexturePacker to make a sprite sheet from the png files and I also cut the number of files to 96. It still makes 48 separate sprite sheets with 2 images on each one. Is this a viable way to make a moving background? Is there a better way? @Qugurun
Spine needs only 1 copy of each image and due to JSON animation they will be set in motion, but it’s worth considering if you have a complex frame-by-frame animation, then these frames will still
be needed