Version: 2019.2
Working with the Package Manager
Concepts

Unity’s Package Manager

The Package Manager uses three interfaces to communicate with users, manifests, and registries:

  • You can use the Package Manager window, which is the Package Manager user interface, to quickly browse and search for features. It also allows you to easily select the packages you want to install and update, and resolve conflicts in package dependencies.
  • The Package Manager provides a dedicated Inspector in Unity, which allows you to walk through the contents of any package and view its manifest. This Project view integration means you can also edit package manifests directly in Unity for embedded or local packages.
  • The Package Manager scripting API enables users to interact with the Package Manager programmatically.
Working with the Package Manager
Concepts