File tree Expand file tree Collapse file tree 2 files changed +1
-4
lines changed Expand file tree Collapse file tree 2 files changed +1
-4
lines changed Original file line number Diff line number Diff line change @@ -78,7 +78,6 @@ Find-UnitySetupInstaller -Version '2017.3.0f3' | Format-Table
78
78
# Setup 2017.3.0f3 553688024 2017-12-18 08:15:20 https://netstorage.unity3d.com/unity/...
79
79
# Documentation 2017.3.0f3 358911256 2017-12-18 08:18:37 https://netstorage.unity3d.com/unity/...
80
80
# StandardAssets 2017.3.0f3 189886032 2017-12-18 08:15:52 https://netstorage.unity3d.com/unity/...
81
- # ExampleProject 2017.3.0f3 258824680 2017-12-18 08:15:39 https://netstorage.unity3d.com/unity/...
82
81
# Metro 2017.3.0f3 172298008 2017-12-18 08:17:44 https://netstorage.unity3d.com/unity/...
83
82
# UWP_IL2CPP 2017.3.0f3 152933480 2017-12-18 08:17:55 https://netstorage.unity3d.com/unity/...
84
83
# Android 2017.3.0f3 194240888 2017-12-18 08:16:06 https://netstorage.unity3d.com/unity/...
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ enum UnitySetupComponentType
8
8
Setup = (1 -shl 0 )
9
9
Documentation = (1 -shl 1 )
10
10
StandardAssets = (1 -shl 2 )
11
- ExampleProject = (1 -shl 3 )
11
+ Windows_IL2CPP = (1 -shl 3 )
12
12
Metro = (1 -shl 4 )
13
13
UWP_IL2CPP = (1 -shl 5 )
14
14
Android = (1 -shl 6 )
@@ -19,7 +19,6 @@ enum UnitySetupComponentType
19
19
Mac = (1 -shl 11 )
20
20
Vuforia = (1 -shl 12 )
21
21
WebGL = (1 -shl 13 )
22
- Windows_IL2CPP = (1 -shl 14 )
23
22
All = (-1 )
24
23
}
25
24
@@ -168,7 +167,6 @@ function Find-UnitySetupInstaller
168
167
[UnitySetupComponentType ]::Setup = , " Windows64EditorInstaller/UnitySetup64-$Version .exe" ;
169
168
[UnitySetupComponentType ]::Documentation = , " WindowsDocumentationInstaller/UnityDocumentationSetup-$Version .exe" ;
170
169
[UnitySetupComponentType ]::StandardAssets = , " WindowsStandardAssetsInstaller/UnityStandardAssetsSetup-$Version .exe" ;
171
- [UnitySetupComponentType ]::ExampleProject = , " WindowsExampleProjectInstaller/UnityExampleProjectSetup-$Version .exe" ;
172
170
[UnitySetupComponentType ]::Metro = , " TargetSupportInstaller/UnitySetup-Metro-Support-for-Editor-$Version .exe" ;
173
171
[UnitySetupComponentType ]::UWP_IL2CPP = , " TargetSupportInstaller/UnitySetup-UWP-IL2CPP-Support-for-Editor-$Version .exe" ;
174
172
[UnitySetupComponentType ]::Android = , " TargetSupportInstaller/UnitySetup-Android-Support-for-Editor-$Version .exe" ;
You can’t perform that action at this time.
0 commit comments