RegistryInfo

class in UnityEditor.PackageManager

Switch to Manual

Description

Provides information about a package registry.

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

Variables

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