wearekuva/PlayCanvas
Download a PlayCanvas project
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| project-id | The PlayCanvas project ID to download | yes | — |
| name | Reference name for the project | no | — |
| scenes | A csv list of scene ids to be included in the app. If not specified, all scenes will be downloaded. When you specify scenes then the first scene in the list will be used as the initial scene of the application. | no | — |
| version | The version of the app. Can be a string up to 20 characters. If none supplied it will use the latest checkpooint | no | — |
| branch | The id of the branch. If no id is specified the master branch will be used. | no | master |
| concatenate-scripts | Set it to true if you want scripts to be concatenated | no | true |
| minify-scripts | Set it to true if you want scripts to be minified | no | true |
| mangle-scripts | Mangles scripts properties when true and if minify scripts is true | no | false |
| optimize-scene-format | Set it to true if you want scenes to be in an optimized format | no | true |
| engine-version | Set it to a Engine version string if a specific version is needed for the app. | no | — |
| playcanvas-access-token | The Access Token for your PlayCanvas account | yes | — |
| excludeIndex | When true, the default PlayCanvas index.html file is not downloaded | — | false |
| dir | The relative directory to download the project into | — | ./ |
Outputs
| name | description |
|---|---|
| artifact-name | The name of the artefact uploaded |