unity-builder/dist/platforms/windows/activate.ps1
2023-10-29 02:10:41 -07:00

8 lines
404 B
PowerShell

# Activates Unity
& "$Env:UNITY_PATH\Editor\Unity.exe" -batchmode -quit -nographics `
-username $Env:UNITY_EMAIL `
-password $Env:UNITY_PASSWORD `
-serial $Env:UNITY_SERIAL `
-projectPath "c:/BlankProject" `
-logfile -