![]() |
Need Help with UnityEX - Printable Version +- The VG Resource (https://www.vg-resource.com) +-- Forum: The Resources (https://www.vg-resource.com/forum-109.html) +--- Forum: The Spriters Resource (https://www.vg-resource.com/forum-110.html) +---- Forum: Ripping Help (https://www.vg-resource.com/forum-114.html) +---- Thread: Need Help with UnityEX (/thread-32236.html) |
Need Help with UnityEX - Z-one - 01-21-2018 GREETINGS! Well I need some help guys, I'm currently ripping some sprites from a game BUT there are over 1,000 files and they are all unnamed... ![]() ![]() PD : It's 2 AM and I'm so tired, my apologies if I'm not adding more info or anything...
RE: Need Help with UnityEX - Sosfiro - 01-26-2018 Have you tried Asset Bundle Extractor? It's works for Unity resources, and can do batch process. If not, try first to look if the tool can open the resources you want. RE: Need Help with UnityEX - Ecelon - 03-16-2018 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. RE: Need Help with UnityEX - lucasgrps - 07-03-2022 (01-26-2018, 06:52 AM)Sosfiro Wrote: Have you tried Asset Bundle Extractor? It's works for Unity resources, and can do batch process. it also the tool for baldi modding ![]() |