Skip to content

nesrak1/UABEA

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Nov 3, 2024
f116da1 · Nov 3, 2024
Nov 3, 2024
May 29, 2024
May 29, 2024
Sep 9, 2023
May 3, 2024
Apr 4, 2023
May 29, 2024
Nov 3, 2024
Nov 3, 2024
Nov 3, 2024
Mar 18, 2021
Jun 3, 2023
Jul 18, 2021
Jun 3, 2023

Repository files navigation

Quick Downloads:

Latest Nightly (Windows) | Latest Nightly (Linux) | Latest Release

GitHub issues discord

UABEAvalonia

Cross-platform Asset Bundle/Serialized File reader and writer. Originally based on (but not a fork of) UABE.

Extracting assets

I develop UABEA as more of a modding/research tool than an extracting tool. Use AssetRipper or AssetStudio if you only want to extract assets.

Addressables

Many games are also now using addressables. You can tell if the bundle you're opening is part of addressables because it has the path StreamingAssets/aa/XXX/something.bundle. If you want to edit these bundles, you will need to clear the CRC checks with the CRC cleaning tool here. Use Example patchcrc catalog.json, then move or rename the old catalog.json file and rename catalog.json.patched to catalog.json.

Libraries