2021-12-19 05:16:35 +00:00
|
|
|
# Activates Unity
|
2022-01-24 08:40:22 +00:00
|
|
|
Write-Output $Env:UNITY_USER
|
2021-12-19 05:16:35 +00:00
|
|
|
& "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
|