• RuntimesUnity
  • Error fetching Spine 4.1 to Unity from package manager URL

Hi,
I'm first time writing for support here, having issues importing packages into Unity 6000.0
using this link, it was working till some time ago without any issues.
EsotericSoftware/spine-runtimes.git?path=spine-unity/Assets/Spine4.1

In unity I get this error
[Package Manager Window] Error adding package: EsotericSoftware/spine-runtimes.git?path=spine-unity/Assets/Spine4.1.
Unable to add package [EsotericSoftware/spine-runtimes.git?path=spine-unity/Assets/Spine4.1]:
Error when executing git command. error: RPC failed; curl 18 HTTP/2 stream 5 was reset
error: 14204 bytes of body are still expected
fetch-pack: unexpected disconnect while reading sideband packet
fatal: early EOF
fatal: fetch-pack: invalid index-pack output

UnityEditor.EditorApplication:Internal_CallUpdateFunctions ()

Related Discussions
...

The error you're encountering when trying to import the Spine 4.1 package into Unity via the Package Manager URL seems to be related to a network issue or a problem with the Git connection. This type of error often occurs due to network instability or restrictions that interrupt the download process. To resolve this, you can try the following steps:

  1. Check Network Connection: Ensure that your internet connection is stable and not being interrupted by firewalls or network restrictions.
  2. Try a Different Network: If possible, switch to a different network to see if the issue persists.
  3. Use a VPN: Sometimes, using a VPN can help bypass network restrictions that might be causing the issue.
  4. Clone the Repository Manually: As an alternative, you can manually clone the repository using a Git client and then import the necessary files into your Unity project.

If these steps do not resolve the issue, it might be worth checking if there are any updates or known issues with the GitHub repository or the Unity version you are using.

Hm I'm not so sure that this is issue on my side in relation to network (I also tried using VPN and it did not helped), your other 2 packages URP shaders 4.1.27 and Csharp runtime 4.1.2 are added to package manager without any issues?
I will update Unity and let you know if that helps..

Ok since nothing helped I just installed Unity package manually from older versions link..

@frikic Sorry to hear you were having troubles, glad to hear you've found a solution. Please note that the spine-unity 4.1 runtime does not officially support Unity 6.

I've tried the above package manager URL
https://github.com/EsotericSoftware/spine-runtimes.git?path=spine-unity/Assets/Spine#4.1
with Add package from git URL in Unity 6000.0.37 without any issues. While the error message hints at some other problem (network and firewall related, or perhaps directory write permissions): did you add the spine-csharp package first before adding the spine-unity package? Did that work without issues?

Regarding formatting here on the forum: Please note that you can enclose text or URLs like the ones above in single backticks "`" to format them as inline code, and triple-backticks "```" for multi-line code. Otherwise they are a bit hard to read 🙂.

  • frikic ने इसे लाइक किया।

" did you add the spine-csharp package first before adding the spine-unity package? Did that work without issues?"

Yes, and no it did not worked either way, also I tried updating to 4.2 and it did not worked also.
So yes at the end I just installed everything manually 😉

  • Harald ने इसे लाइक किया।