# 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
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.
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.