From 131a87f831b5bd6aea38fc833710db88b73a3d44 Mon Sep 17 00:00:00 2001 From: Christopher Day Date: Sat, 16 Dec 2023 16:03:50 +0000 Subject: [PATCH] Remove alternate licence activation --- .github/workflows/build.yml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 08271c39..d8fae861 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -57,14 +57,6 @@ jobs: unity-username: ${{ secrets.UNITY_USERNAME }} unity-password: ${{ secrets.UNITY_PASSWORD }} unity-authenticator-key: ${{ secrets.UNITY_AUTHENTICATOR_KEY }} - - #- name: Activate Unity - # env: - # UNITY_LICENSE: ${{ secrets.UNITY_LICENSE }} - # working-directory: "C:/Program Files/2018.4.20f1/Editor/" - # run: | - # Get-Item Env:UNITY_LICENSE | Out-File license.ulf - # ./Unity.exe -batchmode -nographics -quit -logFile - -manualLicenseFile license.ulf #Move unity to where the build script expects it to be installed. - name: Move unity to expected location