Skip to content

Commit 0590bd0

Browse files
authored
Merge pull request #56 from derekfreed/dev/buildTargetSet
Dev/build target set
2 parents 7e9ebb7 + 0f649e2 commit 0590bd0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

UnitySetup/UnitySetup.psm1

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -644,6 +644,7 @@ function Start-UnityEditor
644644
[parameter(Mandatory=$false)]
645645
[string]$LogFile,
646646
[parameter(Mandatory=$false)]
647+
[ValidateSet('StandaloneOSX','StandaloneWindows','iOS','Android','StandaloneLinux','StandaloneWindows64','WebGL','WSAPlayer','StandaloneLinux64','StandaloneLinuxUniversal','Tizen','PSP2','PS4','XBoxOne','N3DS','WiiU','tvOS','Switch')]
647648
[string]$BuildTarget,
648649
[parameter(Mandatory=$false)]
649650
[switch]$BatchMode,

0 commit comments

Comments
 (0)