This version of Unity is unsupported.

RegistryInfo

class in UnityEditor.PackageManager

/

Implemented in:UnityEditor

Description

Provides information about a package registry.

Get a RegistryInfo instance from the registry property of a PackageInfo object.

Properties

isDefaultWhether this is the default, Unity registry or one of the scoped registries configured in the project manifest.
nameThe registry name.
urlThe registry URL.