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

Commit 58248cd

Browse files
committed
2 parents e5ecd74 + 7f938aa commit 58248cd

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

Diff for: README.md

+24
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,26 @@
11
# UnityLauncher
22

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

0 commit comments

Comments
 (0)