Unity Version Launcher
C#
Clone or download
Pull request Compare This branch is 49 commits behind unitycoder:master.
Fetching latest commit…
Cannot retrieve the latest commit at this time.
Permalink
Failed to load latest commit information.
UnityLauncher
.gitignore
LICENSE
README.md
UnityLauncher.sln

README.md

UnityLauncher

Tool for automatically launching specific unity versions for each project (Windows only)

Features

  • 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)

Instructions

  • 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)

Keyboard Shortcuts

  • When recent list is selected: Enter = Launch selected, F5 = refresh recent list
  • 1,2,3 to switch tabs

Download

https://github.com/unitycoder/UnityLauncher/releases

Sources

Project is created with VS2017 (and .net4.5)

Reporting Bugs / Requests

https://github.com/unitycoder/UnityLauncher/issues

Unity Forum Thread

https://forum.unity3d.com/threads/unitylauncher-launch-correct-unity-versions-for-each-project-automatically.488718/

Images

unitylauncher-1

unitylauncher-1b

unitylauncher-1c