Tool for automatically launching specific unity versions for each project (Windows only)
- Launch correct Unity version for your recent projects
- Option to download missing unity version installation or open webpage
- Display Recent projects list with project version, last modified date
- Highlight project version with green if correct unity is installed
- Easily open project folder in explorer
- List of installed Unity versions, can easily run, explore, view release notes
- Can be used in commandline
UnityLauncher.exe -projectPath "c:/project/path/"
- Can add custom Explorer context menu item to launch folder as a project: https://github.com/unitycoder/UnityLauncher/wiki/Adding-Explorer-Context-Menu
- List of custom package folders (quicly explore them and then can import packages)
- Download, Run
- At first run you need to setup "root installations folder" (All Unity installations will be scanned under this folder)
- Recent projects list is fetched from registry (Project version and date is checked from those project folders)
- Select row from the list and click "Launch" (Launches unity with that project) or "Explore" (opens Explorer to that folder)
- When recent list is selected: Enter = Launch selected, F5 = refresh recent list
- 1,2,3 to switch tabs
https://github.com/unitycoder/UnityLauncher/releases
Project is created with VS2017 (and .net4.5)