ata4 / disunity

An experimental toolset for Unity asset and asset bundle files.
The Unlicense
2.69k stars 662 forks source link

uuable to access disunity.jar #170

Open Ycsm2015 opened 8 years ago

Ycsm2015 commented 8 years ago

Click too fast..I have check the readme over and over again,but I still don't know how to make it work,it seems like I need a jar file?plz I need some help

ata4 commented 8 years ago

Normally, you don't have to launch the .jar directly, use disunity.bat (Windows) or disunity.sh (Linux/OS X) instead.

Ycsm2015 commented 8 years ago

it said error :unable to access jarfile

Ycsm2015 commented 8 years ago

Should I place the file to somewhere specific or run the .bat as admin? I use windows 7

Ycsm2015 commented 8 years ago

Or used it in github desktop ? I never used it before.

ata4 commented 8 years ago

Sounds like you downloaded the source code. If you don't know how to build it yourself, it's better to download the build from the releases page.

lizijie commented 8 years ago

You must build by yourself, using Maven. Type mvn package in thedirectory of disunity

Ycsm2015 commented 8 years ago

thanks for help! I'll work on it later