hi, i have a issue (BUG) with the exporter.
I need export my files in multiples resolutions.
So i have something like:
undefined: for max res (100%)
-med: for medium size (-50%)
-low: for mobile (-80%)
When i fill the exporter setup, your exporter seem missing one job !
It will produce in this example: [1,2] but missing index 0, it should produce [0,1,2] !
If i add suffix to index 0, it work! but i dont want and cant add suffix for my max resolution !
how can i fix this issue ?
can you fix this bug plz ?
see the empty suffix box.
see the missing texture pack !
this will produce error with my loader because default atlas missing !:
https://github.com/pixijs/spine/blob/8c9778b631f86686b6e10eb3c415f5424da9b6a1/packages/loader-base/src/loaders.ts#L72
thanks
originalpost: EsotericSoftware/spine-editor738