Skip to content

Releases: game-ci/unity-builder

Hotfix: Support Unity 6+ Versions

17 Mar 20:35
dd42746
Compare
Choose a tag to compare

What's Changed

Full Changelog: v4...v4.2.3

Support Unity 6+ Versioning and Add enableGpu Parameter

17 Mar 04:35
0c16aab
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v4...v4.2.2

Hotfix for Image Backend Selection and MacOS Env Variables

19 Feb 03:45
f4d2cce
Compare
Choose a tag to compare

Cloud Runner Stabilization and skipActivation Option

19 Feb 01:53
4ae184c
Compare
Choose a tag to compare

What's Changed

Full Changelog: v4...v4.2.0

Windows Unity Arguments and MacOS Manual Exit Fixes

21 Jan 10:47
2800d14
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v4...v4.1.4

Backport Improvements from Test Runner

13 Dec 06:15
ff23166
Compare
Choose a tag to compare
  • Functionally no updated features or fixes, mainly just code cleanup
  • Updated to use node20 as node16 is being deprecated and removed

Full Changelog: v4...v4.1.3

Hotfix Android SDKManager Invocation

08 Dec 06:14
9406bce
Compare
Choose a tag to compare

What's Changed

  • Fix android SDK Manager Invocation on Unity 2020 and earlier versions by @AndrewKahr in #606

Full Changelog: v4...v4.1.2

Pro License Activation Regression Fix and Engine Exit Code Output

28 Nov 07:31
bbd713b
Compare
Choose a tag to compare

What's Changed

  • Fix pro license activation failure rate regression
  • Add warning annotations for license activation retry attempts for clarity
  • Output licensing/build error code to engineExitCode
  • Update CONTRIBUTING.md by @webbertakken in #601

Full Changelog: v4...v4.1.1

Self-Hosted Runner Permission Fixes and Stability Improvements

25 Nov 07:28
8ca1282
Compare
Choose a tag to compare

What's Changed

  • Added runAsHostUser to allow running the container as the same user as the host system. This fixes most permissions issues on self-hosted runners. Should be set to true on self-hosted runners so the docker container won't run as root
  • Generates a new uuid for machineID to ensure separate containers are unique to reduce license activation errors
  • Added exponential delay retry strategy for Ubuntu license activations. Should reduce failed builds due to license activation errors.

Full Changelog: v4...v4.1.0

Hotfix: Self Hosted Linux Runner Permission Error

16 Nov 15:38
8da77ac
Compare
Choose a tag to compare

Fix permission denied error on Linux self-hosted runners