Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Install instructions: Add package from git URL doesn't work if git is not installed on the system #8

Open
bjornicus opened this issue May 31, 2023 · 0 comments

Comments

@bjornicus
Copy link

Following the installation instructions, I tried to add the package by git url, but it didn't work, and it isn't obvious right away why, since the error shows up in the unity console and not in the package manager window:

https://github.com/AccelByte/accelbyte-unity-sdk.git#15.15.0.
Unable to add package [https://github.com/AccelByte/accelbyte-unity-sdk.git#15.15.0]:
  No 'git' executable was found. Please install Git on your system then restart Unity and Unity Hub
UnityEditor.EditorApplication:Internal_CallUpdateFunctions ()

Since default Unity version control is not git, it's probably not uncommon for git not to be installed on the machine. It would be worth having a note in the install steps to make sure git is installed, and/or how to download the package tar and add it from tarball.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant