Extracting Multiple Unity3D Files with UnityEx

Videos, guides, manuals, documents and tutorials about using tools and performing tasks
offering7866
Posts: 52
Joined: Sat Feb 25, 2017 4:13 am

Extracting Multiple Unity3D Files with UnityEx

Post by offering7866 »

I figure this might be useful for people who want to extract multiple Unity3D files all at once in case using Unity Studio is not an option. First, open Text Document and type the following: for %%a in (*.*) do UnityEX.exe export "%%a"

Then save it as Unpack.bat in preparation for the second step. Now place the batch file in the same folder containing your copy of the UnityEX program and the files you want to extract. Once they're all together, double-click Unpack.bat and let it automatically do all the work for you. Note that error messages may sometimes pop up, but that's okay since UnityEX can simply move on to the next file that is extractable. It's not perfect, so feel free to offer suggestions that can improve or fine-tune the process.