You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 19, 2021. It is now read-only.
Tool for automatically launching specific unity versions for each project (Windows only)
3
+
Autotically launch projects with correct Unity versions and some extra features to manager your projects and Unity versions!
4
4
5
5
# Features
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
-
- Easily open project folder in explorer
11
-
- List of installed Unity versions, can easily run, explore, view release notes
6
+
- Automagically Open Projects with Correct Unity Version
7
+
- Display Recent Projects list with last modified date and Unity version info
8
+
- Quickly Explore Project Folder
9
+
- List installed Unity versions, can easily Run, Explore installation folder, View release notes
10
+
- Download Missing Unity Versions Easily
12
11
- Can be used in commandline `UnityLauncher.exe -projectPath "c:/project/path/"`
13
12
- Can add custom Explorer context menu item to launch folder as a project: https://github.com/unitycoder/UnityLauncher/wiki/Adding-Explorer-Context-Menu
14
13
- List of custom package folders (quicly explore them and then can import packages)
14
+
- Show list of available Unity versions/updates
15
15
16
16
# Instructions
17
17
- Download, Run
@@ -21,7 +21,7 @@ Tool for automatically launching specific unity versions for each project (Windo
21
21
22
22
# Keyboard Shortcuts
23
23
- When recent list is selected: Enter = Launch selected, F5 = refresh recent list
0 commit comments