An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

          

![Travis (.org)](https://img.shields.io/travis/ngyewch/UnityPackager.svg)
![GitHub release](https://img.shields.io/github/release/ngyewch/UnityPackager.svg)

# 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)