Version: 2019.1
Working with the Package Manager
概念

Unity の Package Manager

Package Manager は、ユーザー、マニフェスト、レジストリと通信するために 3 つのインターフェースを使用します。

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