PackageStatus

enumeration

Switch to Manual

Description

Unity Package Manager package status.

Variables

UnknownThe status of the package is unknown.
UnavailableThe package or one of its dependencies cannot be found on the local file system.
InProgressThe package is being transferred into the local file system.
ErrorAn error occurred while transfering the package or one of its dependencies to the local file system.
AvailableThe package and its dependencies are available on the local file system.