Manage NuGet Packages in Unity
masterTo open the NuGet management interface, navigate to NuGet → Manage NuGet Packages in the Unity menu.
Online Tab
Search and install packages from the NuGet server.
- Show Prerelease: Toggle to include alpha, beta, or RC versions.
- Search: Filter displayed packages.
- Install: Click to install the version selected in the dropdown.
- Select all from clipboard: Add multiple
packageIds(separated by new lines or commas) to the selection list.
Installed Tab
View currently installed packages.
- Installed packages: Direct project dependencies.
- Implicitly installed packages: Transitive dependencies.
- Uninstall: Removes the package and its unused dependencies.
- Add as explicit: Moves an implicit dependency to the explicit list so it isn't automatically uninstalled.
Updates Tab
Manage package versions.
- Show Downgrades: If checked, shows available lower versions. If unchecked, shows only higher versions.
- Update/Downgrade: Click to uninstall the current version and install the selected version.