You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 18, 2019. It is now read-only.
I was trying to unpack several files using disunity, but it fails with following errors:
bundle unpack: info.ata4.junity.bundle.BundleException: Invalid signature
asset unpack: java.io.EOFException
And when I opened it with notepad, "UnityFS" was at the head of the file.
But I can't find any support of unpacking "UnityFS" files on disunity although the files about unpacking disunity are exist in project.
How can I unpack these "UnityFS" files?
The text was updated successfully, but these errors were encountered:
I am experiencing a similar problem right now. i was trying to unpack my bundle to show the resources,used the command is : disunity.bat bundle unpack uilogin.bundle
then get the error is :
[warning] BundleUnpack: Can't unpack asset bundle uilogin.bundle, caused by info
.ata4.junity.bundle.BundleException: Invalid signature
how can i unpack it , i used unity 5.4.3f1
UnityFS is only available on the repository and not the any of the releases. You have to compile Disunity to unpack a Unity asset bundle with a UnityFS header. Reminder: You can't get any of the serialized objects. Please close this issue.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I was trying to unpack several files using disunity, but it fails with following errors:
bundle unpack: info.ata4.junity.bundle.BundleException: Invalid signature
asset unpack: java.io.EOFException
And when I opened it with notepad, "UnityFS" was at the head of the file.
But I can't find any support of unpacking "UnityFS" files on disunity although the files about unpacking disunity are exist in project.
How can I unpack these "UnityFS" files?
The text was updated successfully, but these errors were encountered: