PackageInfo

class in UnityEditor.PackageManager

Cambiar al Manual

Descripción

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.

Variables

assetPathThe asset path of the package in the AssetDatabase.
authorAn AuthorInfo instance of the author of the package.
categoryCategory of the package.
dependenciesAn array of DependencyInfos listing all the packages this package directly depends on.
descriptionDetailed description of the package.
displayNameFriendly display name of the package.
errorsThe errors associated with the package.
keywordsAn array of keywords associated with the package.
nameUnique name of the package.
packageIdIdentifier of the package.
resolvedDependenciesAn array of DependencyInfos listing all the packages this package directly or indirectly depends to and the versions they resolved to.
resolvedPathThe local path of the project on disk.
sourceSource of the package contents.
statusThe status of the package.
versionVersion of the package.
versionsA VersionsInfo instance containing information about the available versions of the package.