Sep
28
2016

Add Custom Explorer Context Menu Item for Opening a Folder as Project with Unity

open_unity_project_from_explorer

You can add custom context menu items into Windows Explorer (more info),
so you can create custom menu item that opens the current folder as a project in Unity.
(it will still warn you about project version if its different)

Example RegEdit file: *Note! you must change the Unity folders to match your unity installation folder and version


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\""

Here is regedit screenshots:
unity-regedit

unity-regedit-2

 

Related forum topic:
https://forum.unity3d.com/threads/how-to-open-unity-project-from-project-folder-where-file-is.433407/

 


Leave a comment

Connect

Twitter View LinkedIn profile Youtube Youtube Join Discord Twitch

UnityLauncherPro

Get UnityLauncherPRO and work faster with Unity Projects!
*free unity hub alternative

@unitycoder_com

Subscribe to Blog via Email

Enter your email address to subscribe to this blog and receive notifications of new posts by email.