Can’t add unity sdk from package manager

New computer! I’ve installed git but I’m still getting a “git not installed” message when I try to add the Zapper package (have tried the manifest.json method too). How do I tell unity the git is there?!

Hello @jonathanbehr

Welcome to the forum.

Make sure your system knows where the git is installed. To check, simply open your terminal and type git --version. If the terminal says the command is not recognized then you would need to update your environment path, which can vary depending upon your OS. A bit of online search should help.

Once its set in your system’s environment, Unity should be able to pull the package.

Best,

1 Like