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.
You just contradicted yourself. You've already unpacked the Unity asset bundle (.unity3d) Libraries for Unity games and apps can not be outside the Unity asset bundle, it wouldn't work. You decompiled the library to get the code and you want to export the assets from the asset bundle (.assets, .asset, etc.) What you should have done is opened the asset bundle in a hex editor and showed what the header says. However, you probably won't be able to use DisUnity to do what you want to do, I suggest you use Unity Studio, the latest version, which you can see on my Starred repositories page.
There is lot of asset bundle files (.unity3d), some of them unencrypted so I can unpack it with Disunity or Unity Studio.
But, some .unity3d is encrypted, when I open it in a hex editor, I've found this:
00000000 02 0E 45 4E 43 52 59 50 54 5F 48 45 41 44 45 52 ENCRYPT_HEADER
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Anyone know how to unpack encrypted .unity3d?
There is a "ENCRYPT_HEADER" string when I open the file with hex editor.
this is the function from Assembly-CSharp.dll
Thanks
The text was updated successfully, but these errors were encountered: