It is recommended to use UPM Scoped Registry to auto-resolve dependencies and see updates in Unity Package Manager when they are available.
"scopedRegistries": [
{
"name": "Gamgaroo",
"url": "https://www.myget.org/F/gamgaroo/npm/",
"scopes": [
"com.gamgaroo"
]
}
]However, it is also possible to manually install packages using UPM Git method. In this case you must manually install all dependencies in the project.
All packages use Semantic Versioning.
⚠️ Major version zero is all about rapid development. This kind of packages MAY introduce breaking changes on the Minor version updates. Keep this in mind if you intend to use such packages.