unity-builder/dist/platforms/windows/steps/activate.ps1

9 lines
575 B
PowerShell
Raw Normal View History

# Activates Unity
2022-01-24 08:55:55 +00:00
Write-Output "DEBUG: "
Write-Output $Env:UNITY_USER
& "C:\Program Files\Unity\Hub\Editor\$Env:UNITY_VERSION\Editor\Unity.exe" -batchmode -quit -nographics `
-username $Env:UNITY_USER `
-password $Env:UNITY_PASS `
-serial $Env:UNITY_SERIAL `
-logfile | Out-Host