Error getting the package from git #1683
Unanswered
kimardamina
asked this question in
Q&A
Replies: 1 comment
-
That reference will point to the top level repo, which contains more than one package. You need to reference the package json file in the git url - e.g. https://github.com/ultraleap/UnityPlugin.git?path=/Packages/Tracking ... if you want to reference a particular branch add that like this https://github.com/ultraleap/UnityPlugin.git?path=/Packages/Tracking#give_the_branch_name |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I am trying to get the leapmotion plugin from git into unity 2022.3.51f1 and it is unfortunately giving me the following error:
[Package Manager Window] Error adding package: https://github.com/ultraleap/UnityPlugin.git.
Unable to add package [https://github.com/ultraleap/UnityPlugin.git]:
[https://github.com/ultraleap/UnityPlugin.git] does not point to a valid package. No package manifest was found.
is there any solution for this?
thank you
Beta Was this translation helpful? Give feedback.
All reactions