Skip to main content

Release 2.4.0-beta.1

Momo the Monster

Summary

This release is focused on quality-of-life improvements and bugfixes.

New Features

  • You can now select multiple folders at once when adding existing projects to the VCC.

Changes

  • The repository cache files inside the Repos folder now use the listing's id instead of a randomly generated string for the filename.
    • If there is an id defined in the listing, the file is named <id>-<first 8 symbols of a uuid>.json
    • If id is not defined, the file is named <uuid>.json.
      • This may be the case if a listing is very old.
    • The Creator Companion automatically migrates to the new cache file naming on launch.
    • This addresses #257.
  • The Creator Companion and the VCC CLI now use .NET 8 instead of .NET 6.

Bugfixes

  • The Creator Companion is now more resilient to situations where the default VCC ports are taken. It will try to bind to another open port multiple times.
  • Fixed an issue where an empty project manifest would prevent the Projects list from loading.
  • Fixed the "Copy Logs" button on the corrupted settings error screen not copying the logs correctly.
  • Fixed an issue where a failure to parse a Unity Editor version via VCC CLI would result in a crash.
    • Addresses one of the issues mentioned in #408.

Feedback

Please report issues to the Creator Companion repo on GitHub.

Download

While this version is in Beta, you can download a portable version here: VCC Portable 2.4.0 beta 1.