fix: windows build (#368)

This commit is contained in:
Paul Pacheco
2022-03-31 14:28:40 -05:00
committed by GitHub
parent ca9d445c3c
commit d98a0ed32d
6 changed files with 6 additions and 21 deletions

7
dist/platforms/windows/activate.ps1 vendored Normal file
View File

@@ -0,0 +1,7 @@
# Activates Unity
& "C:\Program Files\Unity\Hub\Editor\$Env:UNITY_VERSION\Editor\Unity.exe" -batchmode -quit -nographics `
-username $Env:UNITY_EMAIL `
-password $Env:UNITY_PASSWORD `
-serial $Env:UNITY_SERIAL `
-projectPath "c:/BlankProject" `
-logfile | Out-Host