Hey guys, just running into some issues when attempting to export spine for on-demand loading with each skin having its own sprite atlas.
The specific issue we are running into is that the region names that are contained within the json contain the folder name for example
ninja/ninja-arm
ninja/ninja-leg
but the ninja atlas regions are named
ninja-arm and
ninja-leg
so it doesnt recongnize when importing.
We've tried using the flatten paths toggle but that doesn't actually remove the folder name from the region name.
Any tips on how we are approaching this would be super useful, thanks in advance