Skip to content
View in the app

A better way to browse. Learn more.

ResHax

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.
Help us keep the site running.

UnityFS

Featured Replies

  • Author
  • Localization

aether, posted Wed Jan 06, 2016 1:22 am (10742)


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:
# 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
  • Author
  • Localization

aluigi, posted Thu Jan 07, 2016 8:11 pm (10760)


Do you have a bigger file?
That one contains no interesting data.
  • Author
  • Localization

aluigi, posted Fri Jan 08, 2016 9:04 am (10770)


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.
  • Author
  • Localization

JesWhite, posted Wed Feb 03, 2021 4:49 pm (61986)


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.
  • Author
  • Localization

aluigi, posted Sat Feb 13, 2021 11:45 am (62165)


@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
Guest
This topic is now closed to further replies.

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.