프로젝트 뷰에서 패키지 매니페스트 파일을 클릭하면 Package Manifest 창이 열립니다.
(A) Click the Open button to load this package manifest in your default code editor, such as Visual Studio. Click the View in Package Manager button to open the Package Manager window and load this package in the details view. Select the package importer you want to use from the Importer drop-down menu if you want to choose a different importer.
(B) Information 섹션에는 이 패키지 버전에 관한 세부 정보가 들어 있습니다.
(C) Use the Brief Description text box to specify the text that you want to appear in the details view of the Package Manager window. For more information, see the documentation for the description property.
(D) 종속성 섹션을 사용하여 이 패키지가 종속된 패키지 리스트를 관리하십시오.
(E) Revert 버튼을 클릭하면 매니페스트에 대한 모든 변경 사항을 폐기합니다. Apply 버튼을 클릭하면 매니페스트에 대한 모든 변경 사항을 저장합니다.
프로퍼티 | 설명 |
---|---|
이름 | The official name for this package. For Unity packages, this is the short name (the official name without the com.unity. string at the beginning.) |
Organization name | The identifier of the Unity Organization that created this package. |
Display name | The user-facing name on display in the Project view and in the Package Manager. For more information, see the documentation for the displayName property. |
Version | The package version number. For more information, see the documentation for the version property. |
Type | The type of package. These values are reserved for internal use. |
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. Disable this option to indicate that this package is compatible with all Unity versions and remove the Major, Minor, and Release properties. For more information, see the documentation for the unity property. |
Major | Specify the MAJOR portion of the minimal Unity version. For more information, see the documentation for the unity property. |
Minor | Specify the MINOR portion of the minimal Unity version. For more information, see the documentation for the unity property. |
Release | Specify the UPDATE and RELEASE portion of the minimal Unity version. For more information, see the documentation for the unityRelease property. |
이 패키지에 종속되는 다른 패키지들을 나열합니다. 각 입력 항목은 공식 패키지 이름(예: “com.unity.probuilder”)과 해당 버전 번호로 구성됩니다.
새 종속성을 추가하려면 다음 단계를 따르십시오.
종속성을 제거하려면 다음 단계를 따르십시오.
=
) to the left of the package you want to remove.