ata4 / disunity

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

java.lang.NullPointerException on BundleUnpack.java:102 #184

Open bruce965 opened 8 years ago

bruce965 commented 8 years ago

outputDir.getParent() returns null when outputDir is a relative path with just the name of a folder (Example: "aaa").

Verified on DisUnity v0.5.0.

Thank you for your efforts, your work is incredible!