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

Batch Manager Psudo #76

Open gm3 opened 1 year ago

gm3 commented 1 year ago
public int currentBatch;
public int[] batch;
public string batchDate;
public int totalInBatch;
public string batchPath;
gm3 commented 1 year ago

Come up with a way to manage batches, so far each exporter has a different way it deals with paths, and I need to create a better UI, to manage the paths of the exporters, and ultimately create a way to manage and save more than one batch. Currently it overwrites over the last batch you did