This repository was archived by the owner on May 19, 2021. It is now read-only.
File tree 1 file changed +24
-0
lines changed
1 file changed +24
-0
lines changed Original file line number Diff line number Diff line change 1
1
# UnityLauncher
2
2
3
+ Tool for automatically launching specific unity versions for each project
4
+
5
+ # 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
+ - Can be used from commandline to automatically open specific project or folder with correct version * to be updated
10
+
11
+ ![ UnityLauncher] ( https://user-images.githubusercontent.com/5438317/29217186-8b059f5c-7ee3-11e7-9cd4-0280e4b78dc4.jpg " UnityLauncher ")
12
+
13
+ # Instructions
14
+ - Download, Run
15
+ - At first run you need to setup "root installations folder" (All Unity installations will be scanned under this folder)
16
+ - Recent projects list is fetched from registry (Project version and date is checked from those project folders)
17
+ - Select row from the list and click "Launch" (Launches unity with that project) or "Explore" (opens Explorer to that folder)
18
+
19
+ # Download
20
+ https://github.com/unitycoder/UnityLauncher/releases
21
+
22
+ ### Sources
23
+ Project is created with VS2017 (and .net4.5)
24
+
25
+ ### Reporting Bugs / Requests
26
+ https://github.com/unitycoder/UnityLauncher/issues
You can’t perform that action at this time.
0 commit comments