Extract your .unitypackage
- Download the unitypackage_extractor.zip from the Releases tab.
- Extract into a new directory
- Drag and drop your
.unitypackageontoextractor.exeOR - Run from the command line with
extractor.exe [path/to/your/package.unitypackage] (optional/output/path)
pip install unitypackage_extractorFrom the command line
python -m unitypackage_extractor [path/to/your/package.unitypackage] (optional/output/path)OR in your Python file:
fromunitypackage_extractor.extractorimportextractPackageextractPackage("path/to/your/package.unitypackage", outputPath="optional/output/path")The maintainers of thousands of packages (including me! :3) are working with Tidelift to deliver commercial support and maintenance for the open source dependencies you use to build your applications. Save time, reduce risk, and improve code health, while paying the maintainers of the exact dependencies you use. Learn more.
See CONTRIBUTING.md