Releases: BocuD/VRBuildHelper
1.0.1
1.0.0
Merge pull request #9 from Miner28/VPM Migrate to VPM
v1.0.0 rc8 SDK 3.2.0 compatibility
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):
- In the Unity toolbar, select
Window
>Package Manager
>[+]
>Add package from git URL...
- 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
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
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):
- In the Unity toolbar, select
Window
>Package Manager
>[+]
>Add package from git URL...
- 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
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
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
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
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
- 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