Hello, I hope I have this post in the correct place as I'm not sure if it's a settings thing or a runtime thing...
Basically, I have an exported animation (in both '1' and '0.5' res) that turned out to be so big that the full sized export has created and packed a second png. The file structure looks like this:
/export
- wild_hades.json
- wild_poseidon.json
- wild_zeus.json
- /1
wilds.atlas
wilds.png
wilds2.png
wilds.atlas
wilds.png
I am loading these into the pixi-spine loader v2.1.8 - Spine version is v3.8.94.
When loading, it seems to load wilds.png ok, but fails to load wilds2.png. On inspection in the network tab, it would appear as though wilds.png is the correct path (ie including all the subfolders) but wilds2.png is just plain old wilds2.png, and so understandably is failing.
I have tried this with/without the flatten paths option with the same outcome. The reference in the atlas is simply the file name, no path info.
Any ideas as to why this would be failing on this second atlas image would be very gratefully received!
Thanks.