Releases: VRLabs/VRCTools-Packaging-Action
Releases · VRLabs/VRCTools-Packaging-Action
v1.1.1
Fix issue with command options
v1.1.0
Updated support to version 1.1.0 of the container.
New Options:
unityReleaseUrl
: link to include in thepackage.json
for the unityackagereleaseVersion
: version to use for the release, will default with the content ofpackage.json
if not provided
New Features:
- Icon support: by filling up an
icon
field insidepackage.json
with an url to a valid png, you can add an icon for the unitypackage release
Changes:
- now the
unityPackageDestinationFolder
andunityPackageDestinationFolderMetas
fields are required when generating unitypackages - removed requirement of
unity
field as it's not required by the vcc, we will readd it the day VRChat will make the field required
Fixed:
- now fields unused by the packager do not get removed on the released packages
- fixed missing filters on the zip (vcc) version of the package
- correctly moved
server-package.json
to the output directory instead of the work directory
Release 1.0.0
First release of the packaging action.