class in UnityEditor.PackageManager
/
Implemented in:UnityEditor
Thank you for helping us improve the quality of Unity Documentation. Although we cannot accept all submissions, we do read each suggested change from our users and will make updates where applicable.
CloseFor some reason your suggested change could not be submitted. Please <a>try again</a> in a few minutes. And thank you for taking the time to help us improve the quality of Unity Documentation.
CloseStructure describing a Unity Package.
Either a reference to a package in a registry, to a revision of a source repository, a resource on the net or to a package available on disk.
assetPath | The asset path of the package in the AssetDatabase. |
author | An AuthorInfo instance of the author of the package. |
category | Category of the package. |
dependencies | An array of DependencyInfos listing all the packages this package directly depends on. |
description | Detailed description of the package. |
displayName | Friendly display name of the package. |
errors | The errors associated with the package. |
keywords | An array of keywords associated with the package. |
name | Unique name of the package. |
packageId | Identifier of the package. |
resolvedDependencies | An array of DependencyInfos listing all the packages this package directly or indirectly depends to and the versions they resolved to. |
resolvedPath | The local path of the project on disk. |
source | Source of the package contents. |
status | The status of the package. |
version | Version of the package. |
versions | A VersionsInfo instance containing information about the available versions of the package. |