Skip to content

Releases: BocuD/VRBuildHelper

1.0.1

15 Oct 21:09
Compare
Choose a tag to compare

Addresses a bug that can be caused by a recommended capacity that is set higher than the world capacity. Dependencies are also updated.

1.0.0

16 Aug 09:49
ac09433
Compare
Choose a tag to compare
Merge pull request #9 from Miner28/VPM

Migrate to VPM

v1.0.0 rc8 SDK 3.2.0 compatibility

01 May 19:56
Compare
Choose a tag to compare
Pre-release

This release addresses compatibility with the new VRChat SDK (currently in Open Beta). It also breaks compatibility with older versions, so updating is not recommended until you install the new SDK version.
It also contains some smaller bug fixes.

Installation via Unity Package Manager (git, recommended):

  1. In the Unity toolbar, select Window > Package Manager > [+] > Add package from git URL...
  2. Paste the following link: https://github.com/BocuD/VRBuildHelper.git?path=/Packages/com.bocud.vrbuildhelper

For now a UnityPackage will also still be provided.

Note: You may need to reinstall the package from the package manager for now, as a new UPM version listing hasn't been set up yet. This will change soon.

v1.0.0 rc7 Discord Webhook Integration, build size tracking

04 Oct 23:34
Compare
Choose a tag to compare

This release adds Discord webhook integration, build size tracking, slight changes and improvements to the world editor ui, and removes dependence on NativeFilePicker (the built in EditorTools filepicker is used instead, i'm actually not sure why I chose NativeFilePicker when initially implementing the UI that relied on it)

Note: when upgrading from any older version, NativeFilePicker (located in /Assets/Plugins) is no longer needed or included. It can be safely deleted.

v1.0.0 rc6 Move to UPM, editor mode camera and bug fixes

05 Sep 23:08
Compare
Choose a tag to compare

This release contains a few small additions and bug fixes in addition to moving the project over to using UPM.
To upgrade from older versions, make sure you upgrade to the UPM version of VRChatApiTools first:
https://github.com/BocuD/VRChatApiTools/releases/latest

If you have a previous version of VRBuildHelper or VRChatApiTools installed, please make sure to remove the BocuD folder from the Assets directory in your project before installing the new version(s) of VRBuildHelper or VRChatApiTools.

Changelog:

  • Move to Unity Package Manager
  • Add camera to take pictures in editor
  • Rewrote world editor to improve UI
  • Added Build Only option (this allows you to export .vrcw files)
  • Resolve some issues with the Community Labs publisher
  • Other small bug fixes

Installation via Unity Package Manager (git, recommended):

  1. In the Unity toolbar, select Window > Package Manager > [+] > Add package from git URL...
  2. Paste the following link: https://github.com/BocuD/VRBuildHelper.git?path=/Packages/com.bocud.vrbuildhelper

For now a UnityPackage release will also still be provided.

v1.0.0rc4-openbeta

15 May 16:54
Compare
Choose a tag to compare
v1.0.0rc4-openbeta Pre-release
Pre-release

This release is specifically for the latest Open Beta version of the VRCSDK (2022-05-12).

You'll need this version of VRChatApiTools as well:
https://github.com/BocuD/VRChatApiTools/releases/tag/v0.2-beta

v1.0.0 rc4 Small bug fixes and improvements

15 May 13:59
Compare
Choose a tag to compare

NOTE: VRChatApiTools is no longer included with VRBuildHelper as it is a dependency for multiple projects. If you haven't already manually installed it, please do so by following this guide.

  • Re add single target autonomous uploader
  • Prevent error messages from not showing up on upload errors
  • Fix a small edge case causing builder to not work sometimes

Full Changelog: v1.0.0rc3...v1.0.0rc4

v1.0.0 rc3 Final code cleanup, Asynchronous Publisher

26 Apr 19:01
Compare
Choose a tag to compare

NOTE: Starting with this release, VRChatApiTools is no longer included with VRBuildHelper as it is a dependency for multiple projects. To upgrade to this version, delete the VRChatApiTools folder inside the BocuD folder in your project, then install the latest VRChatApiTools release from here. If you still encounter BuildHelper or VRCApiTools related errors after this, delete the BuildHelper folder as well, then reinstall the latest VRBuildHelper release.

This release still contains one known bug:

  • Currently, any changes you make in playmode to the vrccam position won't be saved to the selected branch.

Changes since the last pre release:

  • Icons were added, the main EditorWindow layout was cleaned up
  • Build number saving was improved
  • Bug fixes to the Udon Integration, implemented the version error checker
  • Asynchronous uploader enabled as VRChatApiTools now properly supports this (lets you upload worlds without entering playmode)
  • Fixed a large number of smaller bugs

Full Changelog: v1.0.0rc2...v1.0.0rc3

v1.0.0 rc2 U#1.0 hotfix

17 Dec 01:42
Compare
Choose a tag to compare
Pre-release

This adds a single compiler guard to prevent VR Build Helper from breaking on U# 1.0 beta installations.

v1.0.0 rc1 Initial release candidate

17 Dec 00:13
Compare
Choose a tag to compare
Pre-release
  • Cleaned up several UI sections
  • Automatic login
  • Autonomous builder partly rewritten
  • Switched to GUID based save system
  • VRChatApiTools is now a dependency
  • Added scene checks to prevent builds from being initiated when these are wrong to match VRCSDK
  • Improved image replacement system
  • Tag editor is properly implemented