Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 689 Bytes

File metadata and controls

19 lines (13 loc) · 689 Bytes

Unity-AssetBundles-Extractor

What does this script do

Extract all AssetBundles in a given folder, including its subfolders, using UnityPy

This script is essentially a collection of snippets from the UnityPy README

image

image

How to use

Clone this repo, install requirements with requirements.txt and run the script

python unity_assetbundles_extractor.py <input_folder_path> <output_folder_path>

Credits