Version: 2023.2
언어: 한국어
패키지 검사
패키지용 스크립팅 API

패키지 매니페스트 창

The Package Manifest window opens when you select the package manifest file (package.json) in a Packages subfolder in the Project window.

에디터에서 패키지 매니페스트 점검
에디터에서 패키지 매니페스트 점검

(A) Select Open to load this package manifest in your default code editor, such as Visual Studio. Select View in Package Manager to open the Package Manager window and load this package in its details panel. If you want to choose a different importer, select the Importer drop-down menu and select the package importer you want to use.

(B) The Information section has details about this specific package version.

(C) Use the Brief Description text box to specify the text that you want to appear in the details panel of the Package Manager window. For more information, refer to the documentation for the description property.

(D) 종속성 섹션을 사용하여 이 패키지가 종속된 패키지 리스트를 관리하십시오.

(E) Select Revert to discard any changes you’ve made to the manifest. Select Apply to save any changes you’ve made to the manifest.

정보

정보 섹션
정보 섹션
프로퍼티 설명
Name 이 패키지의 공식 이름입니다. Unity 패키지의 경우 이것은 짧은 이름입니다(첫머리에 com.unity. 문자열이 없는 공식 이름).
Organization name 이 패키지를 생성한 [Unity 조직](OrgsUNity Organizations)의 식별자입니다.
Display name The user-facing name on display in the Project window and the Package Manager window. For more information, refer to the documentation for the displayName property.
Version The package version number. For more information, refer to the documentation for the version property.
Minimal Unity version Enable this option to specify the lowest Unity version this package is compatible with. When you enable this option, the Major, Minor, and Release properties appear.

If this package is compatible with all Unity versions, clear this checkbox and remove the Major, Minor, and Release properties.

For more information, refer to the documentation for the unity property.
Major Specify the MAJOR portion of the minimal Unity version. For more information, refer to the documentation for the unity property.
Minor Specify the MINOR portion of the minimal Unity version. For more information, refer to the documentation for the unity property.
Release Specify the UPDATE and RELEASE portion of the minimal Unity version. For more information, refer to the documentation for the unityRelease property.

종속성

종속성 섹션
종속성 섹션

Lists the other packages that are dependencies for this package. Each entry consists of the official package name (for example, com.unity.probuilder) and its version number.

새 종속성을 추가하려면 다음 단계를 따르십시오.

  1. Select Add . A new row appears in the list.
  2. Enter the package name on the left and the version on the right. For more information, refer to the documentation for the dependencies property.

종속성을 제거하려면 다음 단계를 따르십시오.

  1. 제거하려는 패키지 왼쪽에 있는 selector 를 클릭합니다.
  2. Select Remove . The row disappears from the list.
패키지 검사
패키지용 스크립팅 API