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
{{ message }}
This repository was archived by the owner on Jul 16, 2023. It is now read-only.
Describe the bug
Install path in README doesn't work
To Reproduce
Open the Packagemanager and try to install it with the current link: https://github.com/MirrorNG/MirrorNG_Websocket.git?path=/Assets/Mirror/
It will show this:
Cannot perform upm operation: Unable to add package [https://github.com/MirrorNG/MirrorNG_Websocket.git?path=/Assets/Mirror]:
[https://github.com/MirrorNG/MirrorNG_Websocket.git?path=/Assets/Mirror] does not point to a valid package repository. No package manifest was found. Verify the repository URL and make sure the package is located in the root folder of the repository. [NotFound]
UnityEditor.EditorApplication:Internal_CallUpdateFunctions()
Describe the bug
Install path in README doesn't work
To Reproduce
Open the Packagemanager and try to install it with the current link:
https://github.com/MirrorNG/MirrorNG_Websocket.git?path=/Assets/Mirror/
It will show this:
Cannot perform upm operation: Unable to add package [https://github.com/MirrorNG/MirrorNG_Websocket.git?path=/Assets/Mirror]:
[https://github.com/MirrorNG/MirrorNG_Websocket.git?path=/Assets/Mirror] does not point to a valid package repository. No package manifest was found. Verify the repository URL and make sure the package is located in the root folder of the repository. [NotFound]
UnityEditor.EditorApplication:Internal_CallUpdateFunctions()
Expected behavior
It should install the package
Additional context
To fix it I have to install it with this link instead:
https://github.com/MirrorNG/MirrorNG_Websocket.git?path=/Assets/Mirror/Websocket/
It seems that it worked, but I wanted to share this, to verify and to update the install part in the README.
Thank you!