The question is answered, right answer was accepted
Custom Package not updating
I've created a custom package and uploaded it on GitHub to privately share with my colleagues. We then added the link to the GitHub Repo in the manifest.json of Packages folder and everything seemed to be working fine: the package was successfully downloaded and all the functionalities were there. When I updated the repository though, restarting the project did not update the package.
What am I missing here?
Project folder structure:
<root>
├── package.json
├── package-lock.json
├── README.md
├── Scripts
│ ├── Runtime
│ │ ├── MessagingLibrary.asmdef
│ │ └── MessagingManager.cs
│ │ └── MessageType.cs
│ │ └── NetworkMessageBase.cs
│ │ └── NetworkOutMessage.cs
│ │ └── NetworkInMessage.cs
Manifest line:
"com.hevolus.messagingservice": "https://github.com/Wolfoso/MessagingService",
EDIT: Answered here: https://forum.unity.com/threads/custom-package-not-updating.696226/
Tested this with 2018.3.12f1 and 2019.1.7f1 with two repositories (public and private), same issues.
Follow this Question
Related Questions
Package manager loading forever 0 Answers
AI Planner error 0 Answers
Asset Store Tools Problem "Wrong project path" 1 Answer
Package Manager Missing "Show Preview Packages" Option 1 Answer
Unity hub won't open projects. 0 Answers