Skip to content

Releases: VRLabs/VRCTools-Packaging-Action

v1.1.1

31 Oct 17:11
Compare
Choose a tag to compare

Fix issue with command options

v1.1.0

31 Oct 12:35
Compare
Choose a tag to compare

Updated support to version 1.1.0 of the container.

New Options:

  • unityReleaseUrl: link to include in the package.json for the unityackage
  • releaseVersion: version to use for the release, will default with the content of package.json if not provided

New Features:

  • Icon support: by filling up an icon field inside package.json with an url to a valid png, you can add an icon for the unitypackage release

Changes:

  • now the unityPackageDestinationFolder and unityPackageDestinationFolderMetas 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

10 Aug 10:12
c46fde9
Compare
Choose a tag to compare

First release of the packaging action.