So you don’t have to wait, can import only what you need, and minimize editor crashing… especially if you buy a lot of assets…
Simple method to extract .unitypackage files, since it seems to blow up unity on occasion and if you have lots of assets there is a good chance you just want to pull in what you need...
Install with chocolatey http://chocolatey.org/
cinst upackx
usage:
upackx [-i] packageFile.unitypackage [-o] directoryName
extracts packageFile.unitypackage to the folder 'directoryName'
Yes! But I can’t unpack some PNG files
Tried with A* pathfinding project: some PNGs came out nice, some were corrupted. Everything else was fine.
AN_CH
August 18, 2014, 8:10am
3
Hi, check this out as an alternative with UI for Windows: http://upu.derfunk.com/
5 Likes
Pretty nice I needed something like this to help fix an object orientation bug from a premade package
I’ve been trying this, since one of the assets I bought as things like “:” in their folder names, making unity unable to actually extract some of the files from the unitypackage.
Unfortunately, your extractor only actually extracts one file from the entire unity package and then stops.