Unity Launcher


a Windows program by Christoffer Enedahl @drZool
Icon by Isabelle Cassuto

Manage your unity projects and open them with correct Unity3d version. Just drop your project folder into the program and you can launch it in the correct unity version or upgrade it to another version.

Features:

history.txt

This file contains the paths to you projects you have added, feel free to edit the file, add headers and move things around

# This is a comment
[This is a header]
c:\path\to\project

Explore: Opens the windows explorer at the project location
Cmd: Opens the commandline at the project location or git root
Pull, Log, Commit & Push: TortoiseGit integration


settings.txt

Application wide settings. if CloseAppOnProjectLaunch is set to True, UnityLauncher will exit after a project is launcher. If you use TortoiseGit, set the path here for intergration with it.

CloseAppOnProjectLaunch False
TortoiseGit "C:\Program Files\TortoiseGit\bin\"

unitylauncher.txt

This file gets created within the project folder. Here you can specify, name, icon and any unity arguments you want to pass on when launching the project. see link

icon=relative/path/to/icon.png #several image formats supported
name=Name of project
unityargument=anything you want to pass to unity
unityargument=another argument
#outcommented line