Project ウィンドウでパッケージマニフェストファイルをクリックすると、 Package Manifest (パッケージマニフェスト) ウィンドウが開きます。
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 Packages window and load this package in the details view.
The Information section contains details about this specific package version.
Use the Brief Description text box to specify the text that you want to appear in the details view of the Packages window. For more information, see the documentation for the description attribute.
Use the Dependencies section to manage the list of packages that this package depends on.
Click the Revert button to discard any changes you’ve made to the manifest. Click the Apply button to save any changes you’ve made to the manifest.
プロパティー | 説明 |
---|---|
Name (名前) | このパッケージの正式な Unity での名前。詳細は、name 属性のドキュメントを参照してください。 |
Display name | Project ウィンドウと Package Manager に表示されるユーザー向けの名前。詳細は、displayName 属性のドキュメントを参照してください。 |
Version | パッケージのバージョン番号。詳細は、version 属性のドキュメントを参照してください。 |
Minimal Unity version | このオプションを有効にすると、このパッケージと互換性のある最低の Unity バージョンを指定できます。このオプションを有効にすると、Major (メジャー)、Minor (マイナー)、Release (リリース) の各プロパティーが表示されます。 このオプションを無効にすると、このパッケージがすべての Unity バージョンと互換性があることを示し、Major、Minor、Release の各プロパティーが削除されます。 詳細については、unity 属性のドキュメントを参照してください。 |
Major | 最小限の Unity バージョンの Major 部分を指定します。詳細は、unity 属性のドキュメントを参照してください。 |
Minor | 最小限の Unity バージョンの Minor 部分を指定します。詳細は、unity 属性のドキュメントを参照してください。 |
Release | 最小限の Unity バージョンの Update と Release 部分を指定します。詳細は、unityRelease 属性のドキュメントを参照してください。 |
Lists the other packages that are dependencies for this package. Each entry consists of the official package name (for example, “com.unity.progrids”) and its version number.
新しい依存関係を加える方法は、以下の通りです。
依存関係を削除する方法は以下の通りです。