Extract your .unitypackage
.unitypackage
onto extractor.exe
ORextractor.exe [path/to/your/package.unitypackage] (optional/output/path)
pip install unitypackage_extractor
From the command line python -m unitypackage_extractor [path/to/your/package.unitypackage] (optional/output/path)
OR in your Python file:
from unitypackage_extractor.extractor import extractPackage
extractPackage("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
Version | Tag | Published |
---|---|---|
1.1.0 | 1yr ago | |
1.0.0 | 3yrs ago | |
0.5.1 | 4yrs ago | |
0.5.0 | 4yrs ago |