Disabling a built-in package
Importing an Asset Store package
Switching to another package version
Use the information on this page to update packages that were installed from the Unity Registry or a scoped registry, or from a local source.
If you want to install a specific version of a package, add the package by name and follow its optional step to specify a version.
If you want to update packages that were installed from a Git URL, you can use any of the following methods:
- Locate the package in the Package Manager, select it, then click the Update button.
-
Reinstall it as a Git dependency using a new revision. For more information about how to specify revisions with Git dependenciesThe Package Manager retrieves Git dependencies from a Git repository directly rather than from a package registry. Git dependencies use a Git URL reference instead of a version, and there’s no guarantee about the package quality, stability, validity, or even whether the version stated in its
package.json file respects Semantic Versioning rules with regards to officially published releases of this package. More info
See in Glossary, see