@wonderlandengine/zappar-publish-plugin
v1.1.1
Published
Wonderland Engine editor publish plugin for ZapWorks (Zappar)
Readme
Zappar Publish Plugin
Wonderland Engine editor plugin to publish your packaged project (deploy/) to ZapWorks (Zappar) using the ZapWorks CLI.
Installation
Install in your Wonderland project:
npm i --save-dev @wonderlandengine/zappar-publish-pluginThe plugin is auto-registered through the package's wonderlandengine.plugins
entry in package.json.
Prerequisites
- ZapWorks credentials configured for your environment (as required by
@zappar/zapworks-cli). - A packaged Wonderland project ready to upload.
- (Optional) Image files if you want to train targets.
Features
- Upload & publish via
zapworks upload/zapworks publish - Train image-tracking targets via
zapworks trainand output them tostatic/zappar-targets/
Notes
- This plugin complements
@wonderlandengine/ar-provider-zappar:ar-provider-zapparhandles runtime tracking in your app.zappar-publish-pluginhandles editor-side publish/train workflows.
