Skip to content

Commit fa6960a

Browse files
Chilly5claude
andcommitted
Add explicit Unity activation step for Unity 6 licensing
Unity 6 changed its licensing system and game-ci/unity-builder alone may not activate properly. Add game-ci/unity-activate@v1 before build. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 072247d commit fa6960a

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.github/workflows/build-and-deploy.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,12 @@ jobs:
2121
restore-keys: |
2222
Library-WebGL-
2323
24+
- uses: game-ci/unity-activate@v1
25+
env:
26+
UNITY_EMAIL: ${{ secrets.UNITY_EMAIL }}
27+
UNITY_PASSWORD: ${{ secrets.UNITY_PASSWORD }}
28+
UNITY_SERIAL: ${{ secrets.UNITY_SERIAL }}
29+
2430
- uses: game-ci/unity-builder@v4
2531
env:
2632
UNITY_EMAIL: ${{ secrets.UNITY_EMAIL }}

0 commit comments

Comments
 (0)