-
Notifications
You must be signed in to change notification settings - Fork 368
Description
[READ] For Firebase Unity SDK issues, please report to Firebase Unity Sample
Once you've read this section and determined that your issue is appropriate for this repository, please delete this section.
[REQUIRED] Please fill in the following fields:
- Unity editor version: 2022.3.41f
- External Dependency Manager version: Master 1.2.183
- Source you installed EDM4U: Unity Package manager - URL install (.unitypackage or Unity Package Manager)
- Features in External Dependency Manager in use: Android Resolver (Android Resolver, iOS Resolver, VersionHandler, etc.)
- Plugins SDK in use: Authentication
- Platform you are using the Unity editor on: Windows
[REQUIRED] Please describe the issue here:
[Package Manager Window] Error adding package: https://github.com/googlesamples/unity-jar-resolver.git.
Unable to add package [https://github.com/googlesamples/unity-jar-resolver.git]:
[https://github.com/googlesamples/unity-jar-resolver.git] does not point to a valid package. No package manifest was found.
UnityEditor.EditorApplication:Internal_CallUpdateFunctions ()
Please answer the following, if applicable:
What's the issue repro rate? 100%
What happened? How can we make the problem occur?
Adding URL throught package manager windows get no file found issue
If you have a downloadable sample project that reproduces the bug you're reporting, you will
likely receive a faster response on your issue.
Activity
argzdev commentedon Oct 17, 2024
Hey @JipiJogos, thanks for reaching out. I was able to reproduce the same behavior. Let me reach out to our engineers and see what we can do here.
argzdev commentedon Oct 17, 2024
Just an update. It seems that in order for adding .git urls in UPM, there has to be some setup done in the repository. This is something we haven't explored yet, and maybe something we can consider adding in the future. That said, I'll mark this as a feature request for now. While we are unable to promise any timeline for this, we'll definitely keep this under our radar.
P.S. For folks who find this useful, adding an emoji thumbs up on the original post can help us prioritize adding this to the roadmap.
JipiJogos commentedon Oct 17, 2024