Skip to content

Instantly share code, notes, and snippets.

@unitycoder
Created September 28, 2016 12:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save unitycoder/b182f1457fcf0bebcca01689cc2ef539 to your computer and use it in GitHub Desktop.
Save unitycoder/b182f1457fcf0bebcca01689cc2ef539 to your computer and use it in GitHub Desktop.
Add Custom Explorer Context Item for Opening a Folder with Unity
Windows Registry Editor Version 5.00
[HKEY_CURRENT_USER\SOFTWARE\Classes\Directory\Background\shell\Unity]
"Icon"="\"D:\\Program Files\\Unity55Beta\\Editor\\Unity.exe\""
@="Open with Unity 5.5"
[HKEY_CURRENT_USER\SOFTWARE\Classes\Directory\Background\shell\Unity\command]
@="\"D:\\Program Files\\Unity55Beta\\Editor\\Unity.exe\" -projectPath \"%V\""
@unitycoder
Copy link
Author

unitycoder commented May 26, 2021

note: you need to edit unity path to match your installation and version.

Or use this to make things automatic:
https://github.com/unitycoder/UnityLauncherPro

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment