UnityLauncherPro icon indicating copy to clipboard operation
UnityLauncherPro copied to clipboard

add support for 2022 custom asset store downloads location

Open unitycoder opened this issue 2 years ago • 3 comments

in unity 2022 can adjust these folder locations, image https://docs.unity3d.com/2022.2/Documentation/Manual/Preferences.html#package-manager

unitycoder avatar Apr 21 '22 07:04 unitycoder

not sure where that value is saved.. didnt find it inside unity registry..

unitycoder avatar Jul 04 '22 11:07 unitycoder

some info here, so its related to package manager settings (or optionally using env.variable) The Preferences window is the recommended method because of its ease and permanence. When you change the package cache location using this method, Unity stores the preference for the current session and future sessions. The ASSETSTORE_CACHE_PATH environment variable method isn’t permanent, but advanced users might find it preferable in specific use cases.

unitycoder avatar Feb 27 '24 18:02 unitycoder

ok its in registry, when modified: "AssetStoreCacheRootPath_h2408304525"=YOUR_PATH_HERE

unitycoder avatar Mar 15 '24 11:03 unitycoder