moesoha / unity-game-resource-unpacker

Unpack all Unity AssetBundles from a directory.
MIT License
13 stars 1 forks source link

etcpack help? #1

Open renzy opened 6 years ago

renzy commented 6 years ago

hey im on linux (ubuntu 17.10) tryna run this. hitting this error though:

[Errno 2] No such file or directory: './etcpack': './etcpack'

from extract.py lime 144 subprocess.call(["./etcpack","./temp.pkm",currentWorkDir])

any idea what i need to do or where i can get the binary?

moesoha commented 6 years ago

I only add the binary for Windows, you can try to compile one for Linux and here is the official repo: Ericsson/ETCPACK