Extract all AssetBundles in a given folder, including its subfolders, using UnityPy
This script is essentially a collection of snippets from the UnityPy README
Clone this repo, install requirements with requirements.txt and run the script
python unity_assetbundles_extractor.py <input_folder_path> <output_folder_path>

