Skip to content
Discussion options

You must be logged in to vote

This conversation was continued on Intercom. The solution was to replace the License activation script with this working one.

- name: Activate & Build Unity Using a Command Prompt
      script: |
        $Serial = @($env:UNITY_SERIAL)
        $Email = @($env:UNITY_EMAIL)
        $Password = @($env:UNITY_PASSWORD)            
          Write-Host "Attempting activation for a license with the following details:"
          Write-Host "Serial: $Serial"
          Write-Host "Email: $Email"
          Write-Host "Password: $Password"
          $process = Start-Process -FilePath "$env:UNITY_HOME\Unity.exe" -Wait -PassThru -ArgumentList "-batchmode -nographics -quit 
            -logFile -username…

Replies: 1 comment 5 replies

Comment options

You must be logged in to vote
5 replies
@BobsiUnity
Comment options

@rafeysup93
Comment options

@BobsiUnity
Comment options

@rafeysup93
Comment options

Answer selected by rafeysup93
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants