-
-
Notifications
You must be signed in to change notification settings - Fork 15
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
Hope to support import asset from in Window/Package Manager/Import #6
Comments
Hi, Thanks for getting back with a reply. Do you mean My Assets tab in the Package Manager? I believe all usual (real) packages are installed into the |
Yes.But i need to find PackagesCache folder .I want to do everything in unity rather than searching for them in folders |
I am not sure if I fully understand, sorry.
Most Asset Store packages sitting in My Assets tab of the Package Manager are made as vanilla However, as it's now allowed to publish assets as embedded packages to the Asset Store, some packages from the My Assets tab are actually real packages with special inner structure, and they will install into the project's From what I can see, Package2Folder could be helpful only in case when you need to change the installation path for the "vanilla" assets which extract to Does it sound like something you're asking about @mrkyee ? |
I'm not sure how to explain my question, but here's an example. I recently purchased a resource from the Unity Asset Store, and it will be displayed in the Package Manager under "My Assets".
So my request is to support this situation, because often when I import resources, it's through this way, rather than going to the cache directory to find the corresponding .unitypackage file and drag it into the Assets directory. |
Got it now, thanks for explaining it in all details. Yeah, that would be nice to have indeed, but currently I don't have any ideas on how to inject into the importing process to route import into a different folder. This needs some investigation to find out if it's possible. Unfortunately, I'm too tightly packed now to give any ETAs for this, so please just follow this issue for any updates. |
You're too kind. Looking forward to your next update. |
I'm sorry for forgetting to reply for so long. Currently, it seems that only a local .unitypackage file can be supported by dragging it into the Import Asset window. However, I usually import resources from Window/Package Manager/Import. In this case, I cannot specify the import path. Is there any plan to support this situation?
The text was updated successfully, but these errors were encountered: