Skip to content

VoltUnityBuilder 3.0

Compare
Choose a tag to compare
@Voltstro Voltstro released this 04 Oct 14:24
· 34 commits to master since this release
141511b

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!