@@ -30,17 +30,17 @@ Get-UnitySetupInstance
30
30
# Example output:
31
31
# Version Components Path
32
32
# ------- ---------- ----
33
- # 2017.1.2f1 Windows, Metro , UWP_IL2CPP C:\Program Files\Unity-2017.1.2f1\
34
- # 2017.1.3f1 Windows, Metro , UWP_IL2CPP C:\Program Files\Unity-2017.1.3f1\
35
- # 2017.2.1f1 Windows, Metro , UWP_IL2CPP C:\Program Files\Unity-2017.2.1f1\
36
- # 2017.3.1f1 Windows, Metro , UWP_IL2CPP, Linux, Vuforia C:\Program Files\Unity-2017.3.1f1\
37
- # 2018.1.0b4 Windows, Metro , UWP_IL2CPP, Vuforia C:\Program Files\Unity-2018.1.0b4\
33
+ # 2017.1.2f1 Windows, UWP , UWP_IL2CPP C:\Program Files\Unity-2017.1.2f1\
34
+ # 2017.1.3f1 Windows, UWP , UWP_IL2CPP C:\Program Files\Unity-2017.1.3f1\
35
+ # 2017.2.1f1 Windows, UWP , UWP_IL2CPP C:\Program Files\Unity-2017.2.1f1\
36
+ # 2017.3.1f1 Windows, UWP , UWP_IL2CPP, Linux, Vuforia C:\Program Files\Unity-2017.3.1f1\
37
+ # 2018.1.0b4 Windows, UWP , UWP_IL2CPP, Vuforia C:\Program Files\Unity-2018.1.0b4\
38
38
# 2018.1.0b8 All C:\Program Files\Unity-2018.1.0b8\
39
- # 2017.1.0p5 Windows, Metro , UWP_IL2CPP C:\Program Files\Unity.2017.1.0p5\
40
- # 2017.1.1f1 Windows, Metro , UWP_IL2CPP C:\Program Files\Unity.2017.1.1f1\
41
- # 2017.1.1p3 Windows, StandardAssets, Metro , UWP_IL2CPP C:\Program Files\Unity.2017.1.1p3\
42
- # 2017.2.0f3 Windows, Metro , UWP_IL2CPP, Vuforia C:\Program Files\Unity.2017.2.0f3\
43
- # 2017.3.0f3 Windows, Metro , UWP_IL2CPP, Mac, Vuforia C:\Program Files\Unity.2017.3.0f3\
39
+ # 2017.1.0p5 Windows, UWP , UWP_IL2CPP C:\Program Files\Unity.2017.1.0p5\
40
+ # 2017.1.1f1 Windows, UWP , UWP_IL2CPP C:\Program Files\Unity.2017.1.1f1\
41
+ # 2017.1.1p3 Windows, StandardAssets, UWP , UWP_IL2CPP C:\Program Files\Unity.2017.1.1p3\
42
+ # 2017.2.0f3 Windows, UWP , UWP_IL2CPP, Vuforia C:\Program Files\Unity.2017.2.0f3\
43
+ # 2017.3.0f3 Windows, UWP , UWP_IL2CPP, Mac, Vuforia C:\Program Files\Unity.2017.3.0f3\
44
44
```
45
45
46
46
Select the Unity installs that you want:
@@ -85,7 +85,7 @@ Find-UnitySetupInstaller -Version '2017.3.0f3' | Format-Table
85
85
# Mac 2017.3.0f3 28103888 12/18/2017 8:06:53 AM https://download.unity3d.com/download_unity/...
86
86
# Documentation 2017.3.0f3 358911256 12/18/2017 8:07:34 AM https://download.unity3d.com/download_unity/...
87
87
# StandardAssets 2017.3.0f3 189886032 12/18/2017 8:05:50 AM https://download.unity3d.com/download_unity/...
88
- # Metro 2017.3.0f3 172298008 12/18/2017 8:07:04 AM https://download.unity3d.com/download_unity/...
88
+ # UWP 2017.3.0f3 172298008 12/18/2017 8:07:04 AM https://download.unity3d.com/download_unity/...
89
89
# UWP_IL2CPP 2017.3.0f3 152933480 12/18/2017 8:07:10 AM https://download.unity3d.com/download_unity/...
90
90
# Android 2017.3.0f3 194240888 12/18/2017 8:05:58 AM https://download.unity3d.com/download_unity/...
91
91
# iOS 2017.3.0f3 802853872 12/18/2017 8:06:46 AM https://download.unity3d.com/download_unity/...
@@ -156,7 +156,7 @@ Configuration Sample_xUnitySetupInstance_Install {
156
156
157
157
xUnitySetupInstance Unity {
158
158
Versions = '2017.4.2f2,2018.1.0f2'
159
- Components = 'Windows', 'Mac', 'Linux', 'Metro ', 'iOS'
159
+ Components = 'Windows', 'Mac', 'Linux', 'UWP ', 'iOS'
160
160
Ensure = 'Present'
161
161
}
162
162
0 commit comments