@@ -27,15 +27,19 @@ Find all of your Unity installs:
27
27
Get-UnitySetupInstance
28
28
29
29
# Example output:
30
- # InstallationVersion InstallationPath
31
- # ------------------- ----------------
32
- # 2017.2.1f1 C:\Program Files\Unity-2017.2.1f1\Editor\
33
- # 2017.1.0p5 C:\Program Files\Unity.2017.1.0p5\Editor\
34
- # 2017.1.1f1 C:\Program Files\Unity.2017.1.1f1\Editor\
35
- # 2017.1.1p3 C:\Program Files\Unity.2017.1.1p3\Editor\
36
- # 2017.2.0f3 C:\Program Files\Unity.2017.2.0f3\Editor\
37
- # 2017.3.0f3 C:\Program Files\Unity.2017.3.0f3\Editor\
38
- # 5.5.4p3 C:\Program Files (x86)\Unity.5.5.4p3\Editor\
30
+ # Version Components Path
31
+ # ------- ---------- ----
32
+ # 2017.1.2f1 Setup, Metro, UWP_IL2CPP C:\Program Files\Unity-2017.1.2f1\Editor\
33
+ # 2017.1.3f1 Setup, Metro, UWP_IL2CPP C:\Program Files\Unity-2017.1.3f1\Editor\
34
+ # 2017.2.1f1 Setup, Metro, UWP_IL2CPP C:\Program Files\Unity-2017.2.1f1\Editor\
35
+ # 2017.3.1f1 Setup, Metro, UWP_IL2CPP, Linux, Vuforia C:\Program Files\Unity-2017.3.1f1\Editor\
36
+ # 2018.1.0b4 Setup, Metro, UWP_IL2CPP, Vuforia C:\Program Files\Unity-2018.1.0b4\Editor\
37
+ # 2018.1.0b8 All C:\Program Files\Unity-2018.1.0b8\Editor\
38
+ # 2017.1.0p5 Setup, Metro, UWP_IL2CPP C:\Program Files\Unity.2017.1.0p5\Editor\
39
+ # 2017.1.1f1 Setup, Metro, UWP_IL2CPP C:\Program Files\Unity.2017.1.1f1\Editor\
40
+ # 2017.1.1p3 Setup, StandardAssets, Metro, UWP_IL2CPP C:\Program Files\Unity.2017.1.1p3\Editor\
41
+ # 2017.2.0f3 Setup, Metro, UWP_IL2CPP, Vuforia C:\Program Files\Unity.2017.2.0f3\Editor\
42
+ # 2017.3.0f3 Setup, Metro, UWP_IL2CPP, Mac, Vuforia C:\Program Files\Unity.2017.3.0f3\Editor\
39
43
```
40
44
41
45
Select the Unity installs that you want:
@@ -50,12 +54,12 @@ Find all the Unity projects recursively:
50
54
Get-UnityProjectInstance -Recurse
51
55
52
56
# Example output:
53
- # ProjectPath UnityInstanceVersion
54
- # ----------- ---------------- ----
55
- # C:\Projects\Project1\OneUnity\ 2017.2.0f3
56
- # C:\Projects\Project1\TwoUnity\ 2017.3.0f3
57
- # C:\Projects\Project2\ 2017.1.1p1
58
- # C:\Projects\Project3\App.Unity\ 2017.1.2f1
57
+ # Version Path
58
+ # ------- ----
59
+ # 2017.2.0f3 C:\Projects\Project1\OneUnity\
60
+ # 2017.3.0f3 C:\Projects\Project1\TwoUnity\
61
+ # 2017.1.1p1 C:\Projects\Project2\
62
+ # 2017.1.2f1 C:\Projects\Project3\App.Unity\
59
63
```
60
64
Launch the right Unity editor for a project:
61
65
``` powershell
0 commit comments