Skip to content

Releases: superunitybuild/buildactions

v4.0.1

10 Oct 11:10
Compare
Choose a tag to compare

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

03 Oct 15:12
Compare
Choose a tag to compare

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

23 May 13:55
Compare
Choose a tag to compare

Release Notes

Installation is supported via OpenUPM or source code zip download from GitHub.

Changelog

Fixed

  • Fixed minimum required SuperUnityBuild version.

v3.0.0

18 May 11:59
Compare
Choose a tag to compare

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

03 Feb 16:25
Compare
Choose a tag to compare

Release Notes

Installation is supported via OpenUPM or source code zip download from GitHub.

Changelog

Added

  • Added support for WebGL and UWP platforms to ItchUploader action.

Fixed

  • Fixed ItchUploader action generating invalid butler command for unknown build platforms.

v2.1.1

07 Oct 09:09
Compare
Choose a tag to compare

Release Notes

Installation is supported via OpenUPM or source code zip download from GitHub.

Changelog

Fixed

  • Fixed incorrect selection in audio spatializer dropdown on startup in PerBuildAudioSettings action

v1.2.0

07 Oct 09:07
Compare
Choose a tag to compare

Release Notes

Installation is supported via OpenUPM or source code zip download from GitHub.

Changelog

Added

  • Added PerBuildAudioSettings build action.

v2.1.0

07 Oct 09:07
Compare
Choose a tag to compare

Release Notes

Installation is supported via OpenUPM or source code zip download from GitHub.

Changelog

Added

  • Allow certain pre-build per-platform actions to optionally configure Editor.

Changed

  • Removed pre-Unity 2019.1 code.

v2.0.0

13 May 10:06
Compare
Choose a tag to compare

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.

v1.3.0

10 May 14:55
Compare
Choose a tag to compare

Release Notes

Installation is supported via OpenUPM or source code zip download from GitHub.

Changelog

Changed

  • Updated FileUtility and ItchUploader build actions to use new BuildSettings.productParameters.buildVersion property that deprecated BuildSettings.productParameters.lastGeneratedVersion.