EloiStree / HelloUnityPackage

Exporation of how we can use Git and UnityPackage to create toolbox
https://eloistree.page.link/toolbox
Other
0 stars 1 forks source link

Question: How to create a git dependency in package.json #12

Open EloiStree opened 4 years ago

EloiStree commented 4 years ago

Doc: https://docs.unity3d.com/Manual/upm-git.html

}

Specific part of the git: https://www.git-scm.com/docs/gitrevisions

#523c4f291cea796141e7211f4951702984d2e9ca
#branch
EloiStree commented 4 years ago

That not supported by the team of Unity and it don't seem to be on their to do list; https://forum.unity.com/threads/custom-package-with-git-dependencies.628390/

Maybe a solution is alternative tool: https://github.com/mob-sakai/GitDependencyResolverForUnity Source: https://forum.unity.com/threads/custom-package-with-git-dependencies.628390/#post-4550737

EloiStree commented 4 years ago

Community solutions

Originer

https://github.com/k0dep/Originer

Git resolver

https://github.com/mob-sakai/GitDependencyResolverForUnity