https://github.com/jakobhellermann/unity-asset-bundle-extractor
Extract files from unity assetbundles
https://github.com/jakobhellermann/unity-asset-bundle-extractor
Last synced: 10 months ago
JSON representation
Extract files from unity assetbundles
- Host: GitHub
- URL: https://github.com/jakobhellermann/unity-asset-bundle-extractor
- Owner: jakobhellermann
- License: mit
- Created: 2025-06-17T10:40:21.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-08-27T15:12:41.000Z (10 months ago)
- Last Synced: 2025-08-28T00:26:40.995Z (10 months ago)
- Language: Rust
- Homepage:
- Size: 161 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Unity Assetbundle Extractor

Consider [UABEA](https://github.com/nesrak1/UABEA) or [AssetRipper](https://github.com/AssetRipper/AssetRipper) if you need more flexibility, the use case for this tool is specifically
- you want to extract the inner files from an `AssetBundle`
- you don't want to blow up your RAM meanwhile (this tools streams the file without keeping the entire decoded bundle im memory)

Downloads can be found in the [Releases](https://github.com/jakobhellermann/unity-asset-bundle-extractor/releases)