Skip to content

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github May 18, 2025

Bumps game-ci/unity-builder from 3 to 4.

Release notes

Sourced from game-ci/unity-builder's releases.

Windows Improvements and QOL Additions

This release bumps docker images for Windows to Server 2022 in anticipation of Server 2019 EOL. It is highly recommended for users to upgrade to this version as it contains a security fix for personal license serial masking as well as major stability and QOL fixes and improvements.

What's Changed

  • [Breaking] Windows images upgraded to Server 2022. This means you must update your workflows to use windows-2022 or ensure self-hosted runners are running Windows Server 2022 or Windows 11 or the images will fail to start
  • [Breaking] Updated license activation method to fix increased license activation failures. Personal license activation on Linux now requires UNITY_EMAIL and UNITY_PASSWORD to be passed in addition to UNITY_LICENSE. Look at our License Activation Docs for more guidance.
  • Fix serial number leak for personal license activation. This only affects users who only provide a license file for personal activation. Professional serials are not affected. Furthermore, serial numbers require username and password to activate so the risk of malicious use is low. Regardless it is highly recommended to update to v4 to ensure proper masking and for extra security, delete any unexpired build logs.
  • Windows now properly uses exit codes for determining build failures. This should bring it in line with Ubuntu behavior and fix several issues introduced by v3. Parsing for error count is now disabled
  • Fixes for Windows builds hanging on exit
  • Add annotations to default build script so Unity warnings and errors become github annotations to make debugging builds easier. For custom build methods, you can add this CompileListener script to your editor folder to gain the same functionality
  • Add containerRegistryRepository and containerRegistryImageVersion fields to allow easier use of custom images and the ability to roll back image versions
  • Add dockerCpuLimit, dockerMemoryLimit, and dockerIsolationMode for improved container performance control. Windows containers will by default now use more available system resources to improve build performance. Previously they were stuck at 1 cpu and 1GB memory due to a docker bug
  • Building on MacOS no longer requires sudo as long as the license activation path /Library/Application Support/Unity exists
  • MacOS setup now installs the correct architecture of Unity to account for Apple Silicon runners by @​dcvz in game-ci/unity-builder#591
  • manualExit suppresses -quit, useful for buildMethods with async calls by @​tobyspark in game-ci/unity-builder#574
  • fix android sdkmanager invocation by @​eronnen in game-ci/unity-builder#582

New Contributors

Full Changelog: game-ci/unity-builder@v3...v4.0.0

Allow multiple SSH keys

What's Changed

See https://game.ci/docs/github/builder#sshpublickeysdirectorypath

New Contributors

Full Changelog: game-ci/unity-builder@v3...v3.1.0

Commits
  • 81ed299 Feat/migrate aws sdk v3 (#698)
  • 9d6bdcb feat: add buildProfile parameter (#685)
  • 3ae9ec8 Update @​actions/cache and @​actions/core to support actions/upload-artifact: v...
  • 83c8532 Removed all instances of interpolated strings from editor scripts so we don't...
  • b11b6a6 Fix getVersionDescription() to prioritize version tags over non-version tags ...
  • 461ecf7 fix(windows): replacing of urls if gitPrivateToken is set (#648)
  • f2250e9 Enable unity licensing server for Windows (#638)
  • dd42746 Hotfix: Fix version checking in image-tag (#640)
  • 0c16aab Use capture group to find Unity version to support new 6000 versions (#639)
  • fc0a52b Add 'enableGpu' param, allowing running Unity w/o -nographics (#636)
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [game-ci/unity-builder](https://github.com/game-ci/unity-builder) from 3 to 4.
- [Release notes](https://github.com/game-ci/unity-builder/releases)
- [Commits](game-ci/unity-builder@v3...v4)

---
updated-dependencies:
- dependency-name: game-ci/unity-builder
  dependency-version: '4'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code labels May 18, 2025
Copy link
Author

dependabot bot commented on behalf of github May 18, 2025

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot dependabot bot deleted the dependabot/github_actions/game-ci/unity-builder-4 branch May 18, 2025 06:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant