误将Unity Asset Store设为浏览器打开后,如何恢复在Unity编辑器内打开?
How to Restore Unity Asset Store to Open Inside the Editor
Got it, I’ve run into this exact issue before—here’s how you can switch the Asset Store back to opening inside the Unity Editor instead of your browser:
For Unity 2020.1 and newer
- Open your Unity Editor, go to
Edit>Preferences(on Windows) orUnity>Settings(on Mac). - In the left sidebar, select the
Generalcategory, then click on theExternal Toolstab. - Look for the Asset Store section—you’ll see a dropdown labeled "Open Asset Store in".
- Switch the option from
BrowsertoUnity Editor, then clickApplyorSave.
- Open your Unity Editor, go to
For older Unity versions (pre-2020.1)
- Go to
Edit>Preferences(Windows) orUnity>Preferences(Mac). - Find the
Asset Storetab directly in the left sidebar. - Uncheck the box that says "Open Asset Store in web browser" (wording might vary slightly by version).
- Save the changes, and you’re good to go.
- Go to
If the setting is missing or not working:
Sometimes Unity’s preferences can glitch out. Try these fallback methods:
Reset Unity’s preferences
- Close the Unity Editor completely.
- Delete the Unity preferences file:
- Windows:
%APPDATA%\Unity\Editor\Preferences - Mac:
~/Library/Preferences/com.unity3d.UnityEditor.plist
- Windows:
- Restart Unity—it’ll rebuild the preferences file with default settings, which should revert the Asset Store to open inside the editor.
Modify the registry (Windows only)
- Press
Win + R, typeregedit, and hit Enter. - Navigate to
HKEY_CURRENT_USER\Software\Unity Technologies\Unity Editor 5.x(replace5.xwith your Unity version, e.g.,2022.x). - Look for a key named
AssetStoreUseExternalBrowser—set its value to0(0 = open in editor, 1 = open in browser). - Close the registry and restart Unity.
- Press
Once you’ve done any of these steps, try opening the Asset Store again via Window > Asset Store—it should load right inside the editor now.
内容的提问来源于stack exchange,提问作者Walid El Omari




