prefrontalcortex / UnityGLTF

Runtime GLTF Loader for Unity3D
MIT License
163 stars 41 forks source link

no git executable was found #131

Closed miketunes closed 7 months ago

miketunes commented 8 months ago

I was able to use this tool a few months back, but since then I get the below error.
I have created a blank project and copying and pasted this url: https://github.com/prefrontalcortex/UnityGLTF.git?path=/UnityGLTF/Assets/UnityGLTF

[Package Manager Window] Unable to add package [https://github.com/prefrontalcortex/UnityGLTF.git?path=/UnityGLTF/Assets/UnityGLTF]: No 'git' executable was found. Please install Git on your system then restart Unity and Unity Hub UnityEditor.EditorApplication:Internal_CallUpdateFunctions ()

hybridherbst commented 8 months ago

@miketunes if you want to use a git repository as package directly you need to have, in fact, git installed on your system. See https://docs.unity3d.com/Manual/upm-git.html#req

Recommend you install that and try again!