autocore-ai / MapToolbox

Plugins to make Autoware vector maps in Unity
GNU Lesser General Public License v3.0
257 stars 101 forks source link

Error adding package from git URL #89

Closed mertbacaksiz closed 1 year ago

mertbacaksiz commented 1 year ago

I'm using Unity 2019.4.0 on Windows10. I am getting an error while installing maptoolbox with git clone. Can you help?

WhatsApp Image 2023-01-28 at 01 27 23

Tester2009 commented 1 year ago

Based on your error, it said no 'git' executable. It means you probably didn't install git software, as it is a requirement.

Visit https://www.git-scm.com/download/ to download git.

mertbacaksiz commented 1 year ago

Thanks.