vrlabs/vrc-packaging-action
Action to package assets in both unitypackage and vcc package formats.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| path | unity asset path | yes | — |
| outputPath | output directory path for packages | yes | — |
| releaseUrl | The release url to set in the package.json | no | "" |
| unityReleaseUrl | The unity release url to set in the package.json | no | "" |
| releaseVersion | The release version to set in the package.json | no | "" |
| noVcc | Do not build the vcc package | no | false |
| noUnityPackage | Do not build the unitypackage | no | false |
| customJsonFields | Custom json fields | no | "" |
Outputs
| name | description |
|---|---|
| vccPackagePath | Path of the exported vcc package. |
| unityPackagePath | Path of the exported unitypackage. |
| serverPackageJsonPath | Path of the exported server-package.json. |