Version: 2023.2
언어: 한국어
Install a package from a local tarball file
Install a package from a registry by name

Install a package from a Git URL

패키지 관리자는 원격 서버의 Git 저장소에서 패키지를 로드할 수 있습니다.

Unity 패키지 관리자에서 Git 종속성을 사용하는 방법에 대한 자세한 내용은 프로젝트 매니페스트에서 Git URL 사용에 대한 문서를 참조하십시오.

Git URL에서 패키지를 로드하려면 다음 절차를 따르십시오.

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

  2. 패키지 추가 옵션이 나타납니다.

    Git URL 버튼을 통해 패키지 추가
    Git URL 버튼을 통해 패키지 추가
  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.

    Git URL을 입력하고 Add 클릭
    Git URL을 입력하고 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