nesrak1 / UABEA

c# uabe for newer versions of unity
MIT License
1.1k stars 143 forks source link

Batch import assets to bundles #209

Closed scese250 closed 1 year ago

scese250 commented 1 year ago

Hello! I have a dozen of assets files that I want to import back to its respective bundle file, I used batchimportbundle but it won't import the modified asset

image

nesrak1 commented 1 year ago

The person who sent the files for batch import/export apparently did not add the batch import option and I didn't check this before making the release. This is one of the features I plan on fixing (adding) soon.

Edit: Oh, you might be referring to the command line command, and I see your screenshot now. This command imports a bunch of assets files in a folder into a single bundle, but not multiple assets files into multiple bundles. If you just wanted to edit the assets file with only UABEA (and not some other tool working on the assets file), you can just click info and skip the export process. But no, the batchimportbundle command expects a folder to only have the assets file of one bundle. It should be working, but I can double check tomorrow.