https://github.com/ngyewch/unitypackager
UnityPackager is a library and command line tools to manipulate .unitypackage files.
https://github.com/ngyewch/unitypackager
build-tool java unity
Last synced: 2 months ago
JSON representation
UnityPackager is a library and command line tools to manipulate .unitypackage files.
- Host: GitHub
- URL: https://github.com/ngyewch/unitypackager
- Owner: ngyewch
- License: mit
- Created: 2018-10-08T08:59:01.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-04-22T08:41:28.000Z (about 7 years ago)
- Last Synced: 2025-06-26T13:47:44.853Z (about 1 year ago)
- Topics: build-tool, java, unity
- Language: Java
- Homepage:
- Size: 79.1 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README


# UnityPackager
UnityPackager is a library and command line tools to manipulate .unitypackage files written in Java. It is heavily inspired by [UnityPacker](https://github.com/FatihBAKIR/UnityPacker).
## unity-packager-packer-app
java -jar unity-packager-packer-app-capsule.jar -p (path to Unity project) -o (output unitypackage file)
## unity-packager-unpacker-app
java -jar unity-packager-unpacker-app-capsule.jar -i (input unitypackage file) -o (output directory)