Skip to content
This repository was archived by the owner on May 19, 2021. It is now read-only.

Commit be59454

Browse files
authored
Update README.md
1 parent d3bb611 commit be59454

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

README.md

+8-7
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@
33
Tool for automatically launching specific unity versions for each project (Windows only)
44

55
# Features
6-
- Automatically launch correct Unity version for your recent projects
7-
- If correct version is not installed, UnityInstaller.exe is downloaded and started, or webpage for that version is opened
8-
- Display Recent projects list with project version, last modified date and highlighted with green if you have this version installed
9-
- Quicly open project folder in Explorer
10-
- Can be used from commandline to automatically open specific project or folder with correct version:
11-
`UnityLauncher.exe -projectPath "c:/project/path/"`
12-
- Can setup custom Explorer context menu item to launch current folder as project: https://github.com/unitycoder/UnityLauncher/wiki/Adding-Explorer-Context-Menu
6+
- Launch correct Unity version for your recent projects
7+
- Option to download missing unity version installation or open webpage
8+
- Display Recent projects list with project version, last modified date
9+
- Highlight project version with green if correct unity is installed
10+
- Open project folder in explorer
11+
- Can be used in commandline `UnityLauncher.exe -projectPath "c:/project/path/"`
12+
- Can ad custom Explorer context menu item to launch folder as a project: https://github.com/unitycoder/UnityLauncher/wiki/Adding-Explorer-Context-Menu
1313

1414
![UnityLauncher](https://user-images.githubusercontent.com/5438317/29217186-8b059f5c-7ee3-11e7-9cd4-0280e4b78dc4.jpg "UnityLauncher")
1515

@@ -21,6 +21,7 @@ Tool for automatically launching specific unity versions for each project (Windo
2121

2222
# Keyboard Shortcuts
2323
- When recent list is selected: Enter = Launch selected, F5 = refresh recent list
24+
- 1,2,3 to switch tabs
2425

2526
# Download
2627
https://github.com/unitycoder/UnityLauncher/releases

0 commit comments

Comments
 (0)