14
2020
Registry fix for: Opening .UnityPackage in currently Active Unity (instead of opening new Unity instance)
I think after installing 5.6 32bit unity, it broke the Windows Explorer default application feature – Where clicking UnityPackage in Explorert would open in any currently active Unity instance.
(instead it started opening new Unity instance every time).
Found solution in forums (link)
Here is Registry Fix (with added fix for deleting old broken .unitypackage key)
*NOTE: you need to set one of your Unity installtion path there (i used 2017LTS path, but can try 2018 or later too)
https://gist.github.com/unitycoder/74ed2abca19fa227b0027bdad58ad65f
References:
– After 2018.x this might be always broken? https://issuetracker.unity3d.com/issues/double-clicking-a-unity-package-file-in-the-system-opens-a-new-unity-instance-instead-of-importing-the-package
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