UnityPack icon indicating copy to clipboard operation
UnityPack copied to clipboard

Wrap object handler in try...except

Open robert-nix opened this issue 8 years ago • 1 comments

Currently if you do something like unityextract --images *.unity3d in Hearthstone/Data/Win it'll break on a few objects due to library/unity default resources being missing; it's nice to be able to continue extraction when that happens.

robert-nix avatar Apr 03 '17 06:04 robert-nix

There's too much stuff going on here. If you update this to just be a try ... except Exception: with a sys.stderr.write instead of print() I can merge it, otherwise leaving it out.

jleclanche avatar May 14 '17 21:05 jleclanche