0.2.0 • Published 6 years ago

unity-package-decrypt v0.2.0

Weekly downloads
2
License
MIT
Repository
github
Last release
6 years ago

unity-package-decrypt

Note: uses es6 classes, see this for node version compatibility

Build Status

Client for decrypting packages from the unity package service.

How

Do I...

Install

Simple! Just npm install unity-package-decrypt

Use

See the following (or the tests):

const client = new UnityDecryptClient()

client.decrypt(packageData, packageKey).then(...)

License

MIT

0.2.0

6 years ago

0.1.0

7 years ago