driven-decals icon indicating copy to clipboard operation
driven-decals copied to clipboard

No 'git' executable was found

Open ImanCol opened this issue 5 years ago • 3 comments

image

ImanCol avatar Jul 27 '20 01:07 ImanCol

Hiya, thanks for the report.

It looks like the problem is Git isn't installed on the machine you're using. You can find a Windows installer here: https://git-scm.com/download/win. Once installed and Unity has been restarted the package manager should be able to use it to download the package correctly.

If you prefer not to install Git you can manually download the package https://github.com/Anatta336/driven-decals/archive/master.zip. Unzip that somewhere and use Unity's package manager to "add package from disk...", selecting the package.json file in the unzipped directory. You will have to re-download to get future updates.

Hopefully that helps!

Anatta336 avatar Jul 27 '20 10:07 Anatta336

Yes I have Git, and GitHub Desktop. I had to manually download it from GitHub Desktop and import it locally into Package Manager.

ImanCol avatar Jul 27 '20 19:07 ImanCol

Had the same issue - needed to add git.exe location to Windows PATH enviroment variable. Don't forget to restart Unity Hub afterwards.

dbpienkowska avatar Jan 10 '22 08:01 dbpienkowska