You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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:
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.
The text was updated successfully, but these errors were encountered: