@@ -19,7 +19,8 @@ enum UnitySetupComponent {
19
19
Facebook = (1 -shl 11 )
20
20
Vuforia = (1 -shl 12 )
21
21
WebGL = (1 -shl 13 )
22
- All = (1 -shl 14 ) - 1
22
+ Lumin = (1 -shl 14 )
23
+ All = (1 -shl 15 ) - 1
23
24
}
24
25
25
26
[Flags ()]
@@ -76,6 +77,7 @@ class UnitySetupInstance {
76
77
[UnitySetupComponent ]::UWP_IL2CPP = , [io.path ]::Combine(" $playbackEnginePath " , " MetroSupport\Templates\UWP_IL2CPP_D3D" );
77
78
[UnitySetupComponent ]::Linux = , [io.path ]::Combine(" $playbackEnginePath " , " LinuxStandaloneSupport" );
78
79
[UnitySetupComponent ]::Mac = , [io.path ]::Combine(" $playbackEnginePath " , " MacStandaloneSupport" );
80
+ [UnitySetupComponent ]::Lumin = , [io.path ]::Combine(" $playbackEnginePath " , " LuminSupport" );
79
81
}
80
82
}
81
83
([OperatingSystem ]::Linux) {
@@ -309,6 +311,7 @@ function Find-UnitySetupInstaller {
309
311
[UnitySetupComponent ]::Vuforia = , " $targetSupport /UnitySetup-Vuforia-AR-Support-for-Editor-$Version .$installerExtension " ;
310
312
[UnitySetupComponent ]::WebGL = , " $targetSupport /UnitySetup-WebGL-Support-for-Editor-$Version .$installerExtension " ;
311
313
[UnitySetupComponent ]::Windows_IL2CPP = , " $targetSupport /UnitySetup-Windows-IL2CPP-Support-for-Editor-$Version .$installerExtension " ;
314
+ [UnitySetupComponent ]::Lumin = , " $targetSupport /UnitySetup-Lumin-Support-for-Editor-$Version .$installerExtension " ;
312
315
}
313
316
314
317
switch ($currentOS ) {
@@ -819,7 +822,7 @@ function Start-UnityEditor {
819
822
[parameter (Mandatory = $false )]
820
823
[string ]$LogFile ,
821
824
[parameter (Mandatory = $false )]
822
- [ValidateSet (' StandaloneOSX' , ' StandaloneWindows' , ' iOS' , ' Android' , ' StandaloneLinux' , ' StandaloneWindows64' , ' WebGL' , ' WSAPlayer' , ' StandaloneLinux64' , ' StandaloneLinuxUniversal' , ' Tizen' , ' PSP2' , ' PS4' , ' XBoxOne' , ' N3DS' , ' WiiU' , ' tvOS' , ' Switch' )]
825
+ [ValidateSet (' StandaloneOSX' , ' StandaloneWindows' , ' iOS' , ' Android' , ' StandaloneLinux' , ' StandaloneWindows64' , ' WebGL' , ' WSAPlayer' , ' StandaloneLinux64' , ' StandaloneLinuxUniversal' , ' Tizen' , ' PSP2' , ' PS4' , ' XBoxOne' , ' N3DS' , ' WiiU' , ' tvOS' , ' Switch' , ' Lumin ' )]
823
826
[string ]$BuildTarget ,
824
827
[parameter (Mandatory = $false )]
825
828
[switch ]$AcceptAPIUpdate ,
0 commit comments