Version: 2022.3
Install a package from a local tarball file
Install a package from a registry by name

Install a package from a Git URL

Package Manager 可以从远程服务器上的 Git 代码仓库加载包。

先决条件

  • Install the Git client (minimum version 2.14.0) on your computer.
  • On Windows, add the Git executable path to the PATH system environment variable.
  • If the target repository tracks files with Git LFS, install the Git LFS client on your computer.
  • Read the information about using Git dependencies in your project.

Procedure

要从 Git URL 加载包,请执行以下操作:

  1. Open the add menu in the Package Manager’s toolbar.

  2. 此时将显示用于添加包的选项。

    Add package from git URL button
    Add package from git URL button
  3. 从添加菜单中选择 Add package from git URL。此时将显示一个文本框和 Add 按钮。

  4. Enter a valid Git URL in the text box and click Add. For more information about how to construct a valid Git URL, see Git URLs and extended syntax. Unity supports several Git protocols and some custom or extended syntax.

    Enter the Git URL and click Add
    Enter the Git URL and click Add

If Unity was able to install the package successfully, the package now appears in the package list with the label. If Unity wasn’t able to install the package, the Unity Console displays an error message, such as:

单击错误消息链接以获取故障排除页面中的相关帮助。

Tip: If you want to check for updates and update your Git dependency to the latest version from the repository, click Update. You can also use the Add package from git URL menu item to update your Git dependency. For information on Git dependencies, see Locked Git dependencies.


Install a package from a local tarball file
Install a package from a registry by name