Releases: superunitybuild/buildactions
Releases · superunitybuild/buildactions
v5.0.0-pre.1
Release Notes
This is the first preview for the upcoming v5.0.0
major release which is tied to the upcoming v8.0.0
major release of SuperUnityBuild.
Installation is supported via OpenUPM or source code zip download from GitHub.
Changelog
Changed
- Updated actions for
BuildAction
API changes in SuperUnityBuild v8.0.0
v4.0.1
Release Notes
Installation is supported via OpenUPM or source code zip download from GitHub.
Changelog
Fixed
- Fixed output file name not being parsed for string tokens in
ZipFileOperation
action. (by @cosformula)
v4.0.0
Release Notes
Installation is supported via OpenUPM or source code zip download from GitHub.
Changelog
Added
- Added support for new Per-Build and Single Run string tokens. Per-Build actions have gained support for
$BASEPATH
and$BUILDPATH
, whilst Single Run actions can now use$VERSION
,$BUILD
,$YEAR
,$MONTH
,$DAY
and$TIME
, with the time-based tokens corresponding to the time at which the action was run.
Changed
- Standardised string token usage across Build Actions.
v3.0.1
v3.0.0
Release Notes
Installation is supported via OpenUPM or source code zip download from GitHub.
Changelog
Added
- Breaking change: Added support for new per-build scripting backend functionality.
- Added author details and documentation, changelog and license URLs to package manifest.
Changed
- Breaking change: Drop support for versions of Unity older than 2020.3 LTS.
- Refactor
FileUtility
build action and fix exceptions when paths not configured.
v2.2.0
v2.1.1
v1.2.0
v2.1.0
v2.0.0
Release Notes
This major release only differs from v1.3.0
in dropping support for Unity 2018.x, but as this constitutes a breaking change, this warrants a major version bump to conform to Semantic Versioning.
Installation is supported via OpenUPM or source code zip download from GitHub.
Changelog
Changed
- Increased minimum supported Unity version to 2019.1.