Version: 2019.2
Working with the Package Manager
概念

Unity 的 Package Manager

Package Manager 使用三个界面与用户、清单和注册表进行通信:

  • 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
概念