|
#1
|
|||
|
|||
|
UBT | Unity Bundle Tool
UBT | Unity Bundle Tool
Unity Bundle Tool is a software made by my friend, SowwyItsAnAlt, which I have been using in my repacks for a few months. With her permission, I have rewritten and polished the code and made a new executable which I am sharing here. The function of this tool is the ability to decompress compressed Unity Asset Bundles and then recompress them to a close enough point in which a patch is possible (& viable!). I like to use HDiffZ because it gives the smallest patches. XDelta should work just fine (patch creation is significantly quicker than with HDiffZ although the patch file will be larger). UBT is based on AssetTools.NET by nesrak1 and has compression support for both LZ4 and LZMA algorithms. Code:
█▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀█
█ Unity Bundle Tool █
█▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄█
Usage: UBT.EXE <options> <infile> <outfile>
Options:
-i : List information about bundle file (only specify <infile>).
-d : Decompress bundle file.
-c : Compress bundle file (must specifiy use of LZ4 or LZMA).
-credits : View credits.
Example usage:
UBT.EXE -i data.unity3d
UBT.EXE -d data.unity3d decompressed_data.unity3d
UBT.EXE -c lz4 decompressed_data.unity3d data.unity3d
UBT.EXE -c lzma decompressed_data.unity3d data.unity3d
Last edited by Masquerade; 15-07-2022 at 07:39. |
| The Following 19 Users Say Thank You to Masquerade For This Useful Post: | ||
COPyCAT (12-01-2022), danthespal (28-12-2021), FIFA_LOVER (28-12-2021), Gehrman (09-03-2022), Grumpy (28-12-2021), Hexagon123 (30-12-2021), kj911 (29-12-2021), L0v3craft (01-04-2022), newfolder (06-10-2022), Noname1966 (29-11-2024), panker1992 (29-12-2021), Pantsi (29-12-2021), prince55 (08-01-2022), ramydarkness (19-03-2022), Razor12911 (29-12-2021), ScOOt3r (29-12-2021), st0rm (02-01-2022), Vladislav989 (09-08-2022), ZAZA4EVER (03-01-2022) | ||
| Sponsored Links |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Useful programs | Joe Forster/STA | Conversion Tutorials | 117 | 13-10-2025 09:42 |
| Multiple Text/String Replacer Tool | vollachr | Conversion Tutorials | 7 | 07-01-2018 04:12 |
| Preview: Conversion Tool for Advanced Setup Creator | Razor12911 | Conversion Tutorials | 6 | 10-05-2017 00:30 |
| New Chinese SecuROM tool | EMPiRE | PC Games | 5 | 01-11-2005 13:49 |
| UT2004 tool | dflash | PC Games | 2 | 28-03-2004 06:16 |