Releases: Voltstro-Studios/UnityVoltBuilder
UnityVoltBuilder 4.1.2
UnityVoltBuilder 4.1.1
UnityVoltBuilder 4.1.0
Changelog
- Made WindowDraws and AddOnDraw static
- Fix obsolete warnings in 2021.2+
- Update methods to install
UnityVoltBuilder 4.1.0
UnityVoltBuilder 4.1.0
Changelog
- Updated ToGameBuildOptions to have overrides for build target and build actions
- BuildToolWindow will always add 8f space between each window draw
- Added play mode script option to addressable commands
- Changed menu item to be in 'Unity Volt Builder'
UnityVoltBuilder 4.0.0
UnityVoltBuilder 4.0.0
Changelog
- Changed namespace to be
UnityVoltBuilder
- Changed package to be
dev.voltstro.unityvoltbuilder
- Changed
GameBuilder.BuildGame
to take in aGameBuildOptions
instead of a having a hundreds of different options - Changed BuildToolWindow to have a
AddOnDraw
method which will invoke the action allowing stuff to be drawn in the editor - Added a AddressablesBuilder
- Made a bunch of stuff public
- Cleaned up a heap of shit
VoltUnityBuilder 3.0.1
Changelog
- Fixed the annoying ass 'EndLayoutGroup: BeginLayoutGroup must be called first' error you would get after a build
VoltUnityBuilder 3.0
Welcome to Volt Builder 3.0!
This version of VoltBuilder is a complete overhaul to the original VoltBuilder and as such are incompatible with each other.
Gone are the three main modules, which have been replaced with 'Build Actions', these allow you to add custom UI in the build tool, as well as do something before and after a build, please refer to the README's "Adding a custom 'Build Action'" section for more info on how to create these custom Build Actions.
As well the new Build Action, the tool also got a complete redesign, and I must say, its looking pretty good. The tool also no longer requires Newtonsoft.Json, as it uses Unity's Setting Manager now.
I will also no longer be suppling a .unitypackage
version of this tool, you will be required to install via the package manager.
If you wish, you can also still use the 2.0 version provided in the stable-2.0 branch.
Upgrading Notes
Please remember that when you upgrade, your old config will not be touched or used. You can find your old config in \ProjectSettings\VoltBuild\VoltBuild.json
. This config is incompatible with the new one used, you will need to manually copy settings across.
Another note for those using the "API". The namespace has changed from VoltBuilder.BuildTool
to Voltstro.UnityBuilder
, as well as a lot of the functions have either been moved, renamed or deleted!
VoltBuilder 2.0
Welcome to the second release of VoltBuilder!
This release include a load of under the hood API changes that should just make it easier to program with. Some of them are breaking (hence the version increase)!
There is now an easier way to install this as well via using the package manager instead as well. Check out the installation section on the readme to learn more.
VoltBuilder 1.0
Here is the first release of VoltBuilder for the Unity game engine!
Refer to the readme for information.