Anatta336 / driven-decals

A mesh-based PBR decal system for Unity's universal render pipeline.
MIT License
576 stars 75 forks source link

No 'git' executable was found #3

Open ImanCol opened 4 years ago

ImanCol commented 4 years ago

image

Anatta336 commented 4 years ago

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!

ImanCol commented 4 years ago

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

dbpienkowska commented 2 years ago

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