nesrak1 / UABEA

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

fix batchimportbundle command #230

Closed sw1tchbl4d3r closed 1 year ago

sw1tchbl4d3r commented 1 year ago

Closes #209

Relatively tiny pr to fix the batchimportbundle command, it used some wrong variable names which resulted in the wrong paths being looked for, and as such no files being imported into the bundle. Feel free to disregard, as I've seen your plans on the alternative direction of the commandline tool, but this should be a good solution for now in terms of issues like the one above.

nesrak1 commented 1 year ago

Thanks for the PR. At first I really did want to make a separate program because Avalonia is kinda beefy, but many people said they wanted it to be the same program, so I'm fine for keeping it here for now.

But yeah, I really haven't put any effort into it for a while, nor do I use it. I saw a fork adding better support, so maybe that could get merged in down the line. Edit: never mind, the fork was deleted.