



Package providers set up custom registry servers to host and distribute custom packages in addition to the Unity registry.The way you interact with scoped registries depends on your role: For more information, see Managing scoped registries for a project below. When a user requests a package, the Package Manager fetches the package from the registry that best matches the scope. Unity has implemented its own version of a package manager, but there are several similar applications in other organizations.ĭefines a package name or namespace (in reverse domain format), such as or com.example. In Unity’s Package Manager window, all packages registered on Unity’s registry appear in the list view when you select the Unity Registry context.Īn application that tells the user what packages are available, and downloads and installs whatever package the user requests for their project. Here are some important concepts to help you understand this feature: Concept:Īn application that keeps track of packages and provides a place to store them. Scoped registries allow Unity to communicate the location of any custom package registry server to the Package Manager so that the user has access to several collections of packages at the same time.
