Skip to content

Tags: game-ci/unity-builder

Tags

v4.7.0

Toggle v4.7.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: XLTS versions on MacOS are not supported (#751) 

v4

Toggle v4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: XLTS versions on MacOS are not supported (#751) 

v4.6.3

Toggle v4.6.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: add graphql runtime dependency (#749) * fix: add graphql runtime dependency * chore: set graphql range to ^16.11.0

v4.6.2

Toggle v4.6.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: `No changesets found` error occurs when installing Unity on MacOS ( #747) This error is caused by old `unity-changeset` that doesn't support GraphQL.

v4.6.1

Toggle v4.6.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fix build profile name truncation on Windows (#745) * feat: windows * feat: macos * fix: artifact name conflict * fix: mac build profile parameter missing

v4.6.0

Toggle v4.6.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Support activeBuildProfile parameter (#738) * feat: add `-activeBuildProfile` * feat: descriptive error in case `-activeBuildProfile` is passed without actual value

v4.5.0

Toggle v4.5.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Adds build support for tvOS in macos-latest (#709) * Removes limit for tvOS only in Windows * Fix UnityHub argument for tvOS * Allows macos as a build platform for tvOS

v4.4.0

Toggle v4.4.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Feat/migrate aws sdk v3 (#698) * chore(cloud-runner): migrate/replace deps aws-sdk v2 to v3 * chore(aws): refactor aws services to support SDK v3 * chore(aws): refactor aws runner to support SDK v3 * chore(aws): update dist * fix(aws): error handling wrap try/catch to avoid unhandled promise rejections. * fix(aws): keeping the syntax simpler for arrays

v4.3.0

Toggle v4.3.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fix getVersionDescription() to prioritize version tags over non-versi… …on tags (#673) * Fix getVersionDescription() to prioritize version tags over non-version tags This fix modifies the getVersionDescription() method to ensure it only considers valid version tags when describing the current version. It retrieves all tags merged into the current branch, filters them based on a version-compatible regex, and uses the most recent valid version tag for description. If no valid tags are found, it falls back to the default description behavior. This resolves the issue of incorrect tags being used when multiple tags are present. * Update versioning.ts Rewrote getting the description for the last valid tag using `rev-list` and `rev-parse` * Fix formatting * Revert "dist" This reverts commit bd58cbe. * Revert "dist" This reverts commit bd58cbe.

v4.2.3

Toggle v4.2.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Hotfix: Fix version checking in image-tag (#640) * Update version check regex and fix tests