28
2016
Add Custom Explorer Context Menu Item for Opening a Folder as Project with Unity
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
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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\"" | |
Related forum topic:
https://forum.unity3d.com/threads/how-to-open-unity-project-from-project-folder-where-file-is.433407/
Related Posts
Leave a comment
Recent posts
- [GreaseMonkey] Unity Forum Fixer
- UnityHub: Make Hub application background Translucent
- Customize SpriteShapeRenderer quality (but has issues)
- Editor tool: Copy selected gameobject’s names into clipboard as rows (for Excel)
- Editor tool: Replace string in selected gameobject’s names
- UnityHub: Enable built-in Login Dialog (no more browser login/logout issues!)
- Use TikTok-TTS in Unity (with WebRequest)
- Create Scene Thumbnail Image using OnSceneSaved & OnPreviewGUI
- webgl+javascript TTS
- Using Moonsharp (LUA) + Unity Webgl
- Using 3D gameobject prefabs with Unity Tilemap + NavMesh Surface
- Custom Unity Hub Project Template Preview Image/Video (using HTML+CSS in package description)
Recent Comments
- Vector3 maths for dummies! on
- UnityHub: Make Hub application background Translucent on
- UnityHub: Make Hub application background Translucent on
- Install Android SDK+JDK+NDK for Unity (without AndroidStudio or Unity Hub) on
- Install Android SDK+JDK+NDK for Unity (without AndroidStudio or Unity Hub) on
- [Asset Store] Point Cloud Viewer & Tools on
- [Asset Store] Point Cloud Viewer & Tools on
- ffmpeg stream raw video into Unity Texture2D on