03-16-2018, 12:20 AM
Create a bat file with thisĀ
for %%a in (*.*) do UnityEX export "%%a" -t mesh, ktx, dds
Just a heads up, it will produce an error for UnityEX.exe and UnityEX.bat as this code is scripted to extract every file in the directory, so just hit ok and let it work its magic.
Also, you can add alternate variables to the code by adding a , than file type. I.e , obj, pvr. Although, if the models are compressed, the UV's on the OBJ's are screwed up, and if there's other errors with the meshes, the code will stop and await input before resuming.
for %%a in (*.*) do UnityEX export "%%a" -t mesh, ktx, dds
Just a heads up, it will produce an error for UnityEX.exe and UnityEX.bat as this code is scripted to extract every file in the directory, so just hit ok and let it work its magic.
Also, you can add alternate variables to the code by adding a , than file type. I.e , obj, pvr. Although, if the models are compressed, the UV's on the OBJ's are screwed up, and if there's other errors with the meshes, the code will stop and await input before resuming.