UnityPack - How extract?

Doubts, help and support about QuickBMS and other game research tools
Viserion
Posts: 63
Joined: Fri Sep 12, 2014 11:02 pm

UnityPack - How extract?

Post by Viserion »

Yo guys,

Sorry, I don't have idea how works phyton, but I searched something and still error for extract. Someone can explain me?

Link: https://github.com/HearthSim/UnityPack
aluigi
Site Admin
Posts: 12984
Joined: Wed Jul 30, 2014 9:32 pm

Re: UnityPack - How extract?

Post by aluigi »

That one is a library but it contains also a unityextract python script that uses such library for extraction:
python unityextract.py --all YOUR_FILE.assets

For other questions try here first:
https://github.com/HearthSim/UnityPack/issues

Probably was better to post here because it's a whole topic about Unity:
viewtopic.php?f=17&t=12
Viserion
Posts: 63
Joined: Fri Sep 12, 2014 11:02 pm

Re: UnityPack - How extract?

Post by Viserion »

aluigi wrote:That one is a library but it contains also a unityextract python script that uses such library for extraction:
python unityextract.py --all YOUR_FILE.assets

For other questions try here first:
https://github.com/HearthSim/UnityPack/issues

Probably was better to post here because it's a whole topic about Unity:
https://zenhax.com/viewtopic.php?f=17&t=12


How I can to use python script? I downloaded Python 3.6 and python-lz4. I need to download something? Where I can execute command python unityextract.py --all YOUR_FILE.assets?
Sorry, I'm very newbie with python.