UnityFS

Extraction and unpacking of game archives and compression, encryption, obfuscation, decoding of unknown files
aether
Posts: 2
Joined: Wed Jan 06, 2016 12:56 am

UnityFS

Post by aether »

I'm having trouble with the new unity .bundle files. The bundle file format has changed from UnityRaw to UnityFS in the new 5.3.1 version.

skins.bundle

Could anyone have a look at the sample file. Here is the old bms:

Code: Select all

# Unity Web Player (unity3d files)
# script for QuickBMS http://quickbms.aluigi.org

endian big
idstring "UnityRaw"
get DUMMY long
get VER byte
get VER string
get VER string
get SIZE long
get DATAOFFSET long

goto DATAOFFSET

get NAME filename
string NAME += "_unpacked"
set PATH string NAME

get FILES long
for i = 0 < FILES
    get NAME string
    print "name:%NAME%!"
    get OFFSET long
    get SIZE long
    set FNAME string PATH
    string FNAME += /
    string FNAME += NAME
    math OFFSET += DATAOFFSET
    log FNAME OFFSET SIZE
next i
aluigi
Site Admin
Posts: 12984
Joined: Wed Jul 30, 2014 9:32 pm

Re: UnityFS

Post by aluigi »

Do you have a bigger file?
That one contains no interesting data.
aether
Posts: 2
Joined: Wed Jan 06, 2016 12:56 am

Re: UnityFS

Post by aether »

aluigi
Site Admin
Posts: 12984
Joined: Wed Jul 30, 2014 9:32 pm

Re: UnityFS

Post by aluigi »

Well, I guess it's not longer possible for me to continue to update unity.bms for supporting all these new versions.
If someone wants to contribute to the script, he is welcome.
JesWhite
Posts: 47
Joined: Sun Jun 02, 2019 10:40 pm

Re: UnityFS

Post by JesWhite »

aluigi wrote:Well, I guess it's not longer possible for me to continue to update unity.bms for supporting all these new versions.
If someone wants to contribute to the script, he is welcome.


i need help for new UnityFS files.
AssetsBundleExtractor is not working.
aluigi
Site Admin
Posts: 12984
Joined: Wed Jul 30, 2014 9:32 pm

Re: UnityFS

Post by aluigi »

@JesWhite
Why are you posting in a topic of over 5 years ago for something "generic"???

The topic for Unity discussions is viewtopic.php?f=17&t=12