Structure 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.
category | Category of the package. |
description | Detailed description of the package. |
displayName | Friendly display name of the package. |
errors | The errors associated with the package. |
name | Unique name of the package. |
packageId | Identifier of the package. |
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. |