Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cobertos/unitypackage_extractor
Extract a .unitypackage, with or without Python
https://github.com/cobertos/unitypackage_extractor
package python unity unity3d utility windows
Last synced: about 2 hours ago
JSON representation
Extract a .unitypackage, with or without Python
- Host: GitHub
- URL: https://github.com/cobertos/unitypackage_extractor
- Owner: Cobertos
- License: mit
- Created: 2019-03-16T23:36:46.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-02-09T13:59:59.000Z (over 1 year ago)
- Last Synced: 2024-10-02T00:13:24.948Z (about 1 month ago)
- Topics: package, python, unity, unity3d, utility, windows
- Language: Python
- Homepage:
- Size: 21.4 MB
- Stars: 566
- Watchers: 14
- Forks: 74
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Unity Package Extractor
Extract your .unitypackage
## Usage without Python
* Download the [unitypackage_extractor.zip](https://github.com/Cobertos/unitypackage_extractor/releases/latest) from the Releases tab.
* Extract into a new directory
* Drag and drop your `.unitypackage` onto `extractor.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:
```python
from unitypackage_extractor.extractor import extractPackageextractPackage("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.](https://tidelift.com/subscription/pkg/pypi-unitypackage-extractor?utm_source=pypi-unitypackage-extractor&utm_medium=referral&utm_campaign=readme)
## Contributing
See [CONTRIBUTING.md](https://github.com/Cobertos/md2notion/blob/master/CONTRIBUTING.md)