Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add support for 2022 custom asset store downloads location #73

Closed
unitycoder opened this issue Apr 21, 2022 · 3 comments
Closed

add support for 2022 custom asset store downloads location #73

unitycoder opened this issue Apr 21, 2022 · 3 comments
Labels
help wanted Extra attention is needed

Comments

@unitycoder
Copy link
Owner

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

@unitycoder
Copy link
Owner Author

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

@unitycoder unitycoder added the help wanted Extra attention is needed label Jul 28, 2022
@unitycoder
Copy link
Owner Author

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
Copy link
Owner Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant