Skip to content

v1.8.0

Compare
Choose a tag to compare
@github-actions github-actions released this 31 Mar 10:12
· 673 commits to master since this release

Version 1.8.0

Added

  • Command to migrate a legacy VRCSDK3 project to VPM VRCSDK #580
    • You can do with vrc-get migrate vpm command.

Changed

  • vrc-get now finds unity hub from registry key #590
  • vrc-get specific configuration is moved to vrc-get/settings.json #607
    • This is done because we separated file for vrc-get-gui config file, and we may have more in the future os
      to not dirty the folder, I moved the config file to vrc-get folder.
  • Legacy Assets are not removed if the specified GUID does not match with the actual GUID #677
    • This follows VCC 2.3.0 beta behavior.

Fixed

  • Some embedded / installed vpm package is not recognized by vrc-get #609
    • This makes d4rkAvatarOptimizer is recognized as not installed.
  • Fails to load all repositories if fails to load one repository #551
  • Legacy Projects cannot be added to VCC project list #586
  • Bad behaviors with unity 2018 #605
  • Prerelease packages are installed if the version range contains prerelease #676
    • To fix this problem, automatic allow prerelease rule is a bit changed.
    • For resolving dependencies in vpm-manifest.json, prerelease is used if version range contains prerelease.
    • For resolving dependencies of packages, prerelease is used if the dependant package is prerelease and the matching version is only contained in prereleases.
    • This does not change behavior of --prerelease option.
  • False positive conflicts with legacy packages #676