Extractor for .unitypackage files
Project description
Unity Package Extractor
Extract your .unitypackage
Usage without Python
- Download the unitypackage_extractor.zip from the Releases tab.
- Extract into a new directory
- Drag and drop your
.unitypackage
ontoextractor.exe
OR - Run from the command line with
extractor.exe [path/to/your/package.unitypackage] (optional/output/path)
Usage with Python 3.6+
-
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")
For Enterprise
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.
Contributing
See CONTRIBUTING.md
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file unitypackage_extractor-1.1.0.tar.gz
.
File metadata
- Download URL: unitypackage_extractor-1.1.0.tar.gz
- Upload date:
- Size: 4.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.1 importlib_metadata/4.6.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.61.2 CPython/3.8.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 36d75b9249301113cdd21dea2223e5678fb617225688cecf7ebe8bba5ad1df55 |
|
MD5 | 326611e71097f457afd125fd1d62ac42 |
|
BLAKE2b-256 | 54e4d9ab1843fca97933fe38028277114e9740ba41b33b89a49a901aba95ce80 |
File details
Details for the file unitypackage_extractor-1.1.0-py3-none-any.whl
.
File metadata
- Download URL: unitypackage_extractor-1.1.0-py3-none-any.whl
- Upload date:
- Size: 5.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.1 importlib_metadata/4.6.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.61.2 CPython/3.8.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 5ac6ba24c169f6c46fff189a6dc9db3da729def019e51f79ceec454bd65c839a |
|
MD5 | dae0ea0a45697d1b78396ff272c64ce5 |
|
BLAKE2b-256 | fd5b0d78eb96d895bca1ce9486045289ef46df4d591e50e7eecec860cfd9100c |