Can't Download the Multiplayer Samples Utility Package

I was trying to install the Multiplayer Samples Utility Package (from NetworkTransform | Unity Multiplayer Networking) as a git URL but it gives me this error message:

[Package Manager Window] Error adding package: com.unity.multiplayer.samples.coop/Packages/com.unity.multiplayer.samples.coop at main · Unity-Technologies/com.unity.multiplayer.samples.coop · GitHub.
UnityEditor.EditorApplication:Internal_CallUpdateFunctions ()

Does anyone know what to do?

As said here: GitHub - Unity-Technologies/com.unity.multiplayer.samples.coop: A small-scale cooperative game sample built on the new, Unity networking framework to teach developers about creating a similar multiplayer game.
You need to download it as a zip.

1 Like

Just one other question, how do I then import that zip into my unity project?

I guess add package from disk after you unzip it

1 Like

@unity_FE76E2A5012064C0E1BA You don’t need to download BossRoom or parts of it as a zip.
To use the package, jsut add this line to your manifest.json file in the Packages folder of your project (next to Assets):

"com.unity.multiplayer.samples.coop": "https://github.com/Unity-Technologies/com.unity.multiplayer.samples.coop.git?path=/Packages/com.unity.multiplayer.samples.coop",

I try but fail
it always tell me:
[Package Manager Window] Error adding package: com.unity.multiplayer.samples.coop@com.unity.multiplayer.samples.coop/Packages/com.unity.multiplayer.samples.coop at main · Unity-Technologies/com.unity.multiplayer.samples.coop · GitHub.
Unable to add package [com.unity.multiplayer.samples.coop@com.unity.multiplayer.samples.coop/Packages/com.unity.multiplayer.samples.coop at main · Unity-Technologies/com.unity.multiplayer.samples.coop · GitHub]:
Error when executing git command. fatal: unable to access ‘GitHub - Unity-Technologies/com.unity.multiplayer.samples.coop: A small-scale cooperative game sample built on the new, Unity networking framework to teach developers about creating a similar multiplayer game.’: Failed to connect to github.com port 443 after 21089 ms: Timed out
UnityEditor.EditorApplication:Internal_CallUpdateFunctions ()

I have found a solution for this error. I have mentioned steps to solve this error in my recent blog. Check out the blog here: https://www.ashutoshn.com/post/multiplayer-samples-utility-package-can-t-download-or-error

I have mentioned steps to solve this error in my recent blog. Check out the blog here: https://www.ashutoshn.com/post/multiplayer-samples-utility-package-can-t-download-or-error