Legacy Documentation: Version 2018.1 (Go to current version)
LanguageEnglish
  • C#
  • JS

Script language

Select your preferred scripting language. All code snippets will be displayed in this language.

PackageInfo

class in UnityEditor.PackageManager

/

Implemented in:UnityEditor

Description

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.

Properties

categoryCategory of the package.
descriptionDetailed description of the package.
displayNameFriendly display name of the package.
errorsThe errors associated with the package.
nameUnique name of the package.
packageIdIdentifier of the package.
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.

Did you find this page useful? Please give it a rating: