gm3 / boom-tools

This is a unity dev tool that can randomize layers, and output VRMs, and erc1155 metadata.
Creative Commons Zero v1.0 Universal
29 stars 8 forks source link

JSON batch import loder is loading in resources incorrectly #61

Closed gm3 closed 1 year ago

gm3 commented 1 year ago

It is loading txt file 1, 10, 2, 20 becuase htey are string names... if there is more than 10 it breaks and is off by one on the batch export, fix is to sort it into ascending order 1,2,3,4,5