nesrak1 / UABEA

c# uabe for newer versions of unity
MIT License
1.13k stars 144 forks source link

Cannot mass import/export MonoBehaviours to/from .json #166

Closed IlDucci closed 2 years ago

IlDucci commented 2 years ago

If I want to export/import MonoBehaviors one by one via dumps, not raw format, there's an option to pick between TXT/JSON formats, but if I want to dump/import dozens of files, UABEA defaults to .TXT instead. The old UABE showed a window for these cases where you would be able to select the text format.

nesrak1 commented 2 years ago

Are you on the latest nightly? This feature has already been added. Batch export and import both show a box to choose whether to use json/txt or in the case of import, both.

IlDucci commented 2 years ago

Sorry, I was on stable. Just checked the latest nightly and it does have that function. Again, my apologies.