WorldCreatorAssistant Versions Save

Unity Editor extension for automating VRChat world project package management

v0.1.4

2 years ago

New Features

  • Added ability to drag & drop Unitypackages in Project Setup Wizard

https://user-images.githubusercontent.com/26690821/141833023-2f5f52d8-cafd-48c8-8968-2b6d622fe3bc.mp4

Changes

  • New WCA log WCA_1024_3

v0.1.3

2 years ago

New Features

  • Custom Unitypackages can now be added for batch import in Project Setup Wizard
  • Added automatic file verification utility for detecting missing files and incorrect file paths to minimize issues when using self-updater

Fixes:

  • Fixed WCA crashing entirely when trying to parse invalid version text (Fixes #4)
  • Prevented entire directory of a file from being fed to version parse regex (Thanks to @hai-vr for helping me spot this mistake)
  • PackageCache directory can't be set under the active Unity Project, WCA will warn the user when attempting to do so
  • Fixed PackageCache field path preview label pushing the GUI content out of window bounds if the path was too long to be shown

Other:

  • Added following UPM packages for Project Setup Wizard list:
    • FBX Exporter
    • ProGrids
    • Unity Recorder

NOTE: If you encounter errors when importing this version over a previous one, remove all of the files of the previous WCA version in your project and then import the new package

v0.1.2

2 years ago

New Features

  • Self-updater: check for updates for WCA from settings and update if new version available
  • Incorrect editor version warning prompts

Fixes:

  • Fixed incorrect window content scaling when using non-100% resolution scaling (Reported by @Vowgan)
  • Fixed incorrect directory for USharpVideo repository (Reported by @Float3)
  • Removed hardcoded paths to avoid breaking errors when importing WCA to non-standard directory (Reported by @Float3)

Other:

  • Added assembly definition for Varneon.WorldCreatorAssistant

v0.1.2-alpha

2 years ago

New Features

  • Self-updater: check for updates for WCA from settings and update if new version available
  • Incorrect editor version warning prompts

Fixes:

  • Fixed incorrect window content scaling when using non-100% resolution scaling (Reported by @Vowgan)
  • Fixed incorrect directory for USharpVideo repository (Reported by @Float3)
  • Removed hardcoded paths to avoid breaking errors when importing WCA to non-standard directory (Reported by @Float3)

Other:

  • Added assembly definition for Varneon.WorldCreatorAssistant

v0.1.1

2 years ago

This release adds an advanced mode to the project setup wizard which allows you to provide already downloaded VRCSDK unitypackages for the project, this means that WCA Project Setup Wizard can now be used to initialize projects using Unity 2019.4.29f1 LTS using an open beta SDK.

Also improved the way how GitHub API rate limiting is handled and tweaked few other things.

v0.1.0

2 years ago

First publicly available version of World Creator Assistant.

WCA is still heavily in development and by making the extension public I hope to find and fix more edge case issues.

Please note that WCA Project Setup Wizard cannot be used to initialize projects using 2019 LTS yet because there is no option for downloading / assigning open beta VRCSDK. However, rest of WCA's features can be used on all projects.