As a custom package provider, you can host a scoped registry, so the location of your registry is available within Package Manager.
The intended scenario for scoped registries is to distribute custom packages within your organization, so your organization members can easily access packages (or collections of packages) within Package Manager.
Hosting tools aren’t provided by Unity, but the Package Manager supports registries based on the npm protocol.
Important: When you set up your own package registry server:
/-/v1/search or /-/all endpoints. If you experience issues using the search or all endpoints of the registry, contact the registry provider and make sure they support the npm protocol.@scope notation that npm supports.If you want full control over who accesses packages in your scoped registry, you can enable npm authentication for specific users. Package consumers can then configure Scoped registry authentication to use their npm authentication tokens.