Skip to content

Commit bfe10b2

Browse files
committed
Fixup readme for recent updates
1 parent 727c9e8 commit bfe10b2

File tree

1 file changed

+19
-15
lines changed

1 file changed

+19
-15
lines changed

README.md

Lines changed: 19 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -27,15 +27,19 @@ Find all of your Unity installs:
2727
Get-UnitySetupInstance
2828
2929
# 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\
3943
```
4044

4145
Select the Unity installs that you want:
@@ -50,12 +54,12 @@ Find all the Unity projects recursively:
5054
Get-UnityProjectInstance -Recurse
5155
5256
# 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\
5963
```
6064
Launch the right Unity editor for a project:
6165
```powershell

0 commit comments

Comments
 (0)