nesrak1 / UABEA

c# uabe for newer versions of unity

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

c# uabe for newer versions of unity

License:MIT License


Languages

Language:C# 58.9%Language:C++ 27.6%Language:C 13.4%Language:Makefile 0.0%