Releases: game-ci/unity-builder
Releases · game-ci/unity-builder
v4.3.0
What's Changed
Potentially breaking for people that use versioning in a non-intended way
Other changes
- Enable unity licensing server for Windows by @Latylus in #638
- fix(windows): replacing of urls if gitPrivateToken is set by @kijz in #648
New Contributors
- @Latylus made their first contribution in #638
- @kijz made their first contribution in #648
- @OctopBP made their first contribution in #673
Full Changelog: v4...v4.3.0
Hotfix: Support Unity 6+ Versions
What's Changed
- Hotfix: Fix version checking in image-tag by @AndrewKahr in #640
Full Changelog: v4...v4.2.3
Support Unity 6+ Versioning and Add enableGpu Parameter
What's Changed
- Fix test workflows by @AndrewKahr in #632
- Add 'enableGpu' param, allowing running Unity w/o
-nographics
by @codenamesimon in #636 - Use capture group to find Unity version to support new 6000 versions by @AndrewKahr in #639
New Contributors
- @codenamesimon made their first contribution in #636
Full Changelog: v4...v4.2.2
Hotfix for Image Backend Selection and MacOS Env Variables
Cloud Runner Stabilization and skipActivation Option
What's Changed
- Cloud runner develop - Stabilizes kubernetes provider by @frostebite in #531
- Update cloud-runner-ci-pipeline.yml by @frostebite in #626
- Allow Skipping Activation by @AndrewKahr in #629
Full Changelog: v4...v4.2.0
Windows Unity Arguments and MacOS Manual Exit Fixes
What's Changed
- Fixed manualExit option on Mac machines by @homapf in #619
- Fix Windows Arguments Passed to Unity by @AndrewKahr in #623
New Contributors
Full Changelog: v4...v4.1.4
Backport Improvements from Test Runner
- 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
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
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
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