An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# Unity Assetbundle Extractor

![GitHub Release](https://img.shields.io/github/v/release/jakobhellermann/unity-asset-bundle-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)

![demo image](./docs/demo.png)

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