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

Commit cbc3679

Browse files
authored
Update README.md
1 parent a509477 commit cbc3679

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,9 @@ Tool for automatically launching specific unity versions for each project (Windo
66
- Automatically launch correct Unity version for your recent projects
77
- If correct version is not installed, UnityInstaller.exe is downloaded and started, or webpage for that version is opened
88
- Display Recent projects list with project version, last modified date and highlighted with green if you have this version installed
9-
- Can be used from commandline to automatically open specific project or folder with correct version *to be updated
9+
- Can be used from commandline to automatically open specific project or folder with correct version:
10+
`UnityLauncher.exe -projectPath "c:/project/path/"`
11+
- Can setup custom Explorer context menu item to launch current folder as project: https://github.com/unitycoder/UnityLauncher/wiki/Adding-Explorer-Context-Menu
1012

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

@@ -16,6 +18,9 @@ Tool for automatically launching specific unity versions for each project (Windo
1618
- Recent projects list is fetched from registry (Project version and date is checked from those project folders)
1719
- Select row from the list and click "Launch" (Launches unity with that project) or "Explore" (opens Explorer to that folder)
1820

21+
# Keyboard Shortcuts
22+
- When recent list is selected: Enter = Launch selected, F5 = refresh recent list
23+
1924
# Download
2025
https://github.com/unitycoder/UnityLauncher/releases
2126

0 commit comments

Comments
 (0)