How It Works
pckgs.io is a Unity package hosting platform that lets you store, manage, and share your own Unity packages both public and private.
Whether you’re a solo developer or part of a team, you can:
- Upload packages through CI/CD or manually
- Control who can access which packages
- Install packages directly inside Unity via Unity Package Manager Window
The setup takes minutes. The benefits save hours.
Scoped Registry
pckgs.io utilizes Unity’s Scoped Registries feature, which allows developers to set up third-party registries for hosting custom packages.
pckgs.io simplifies this process by providing a UPM registry at https://registry.pckgs.io/upm
and prefixing each package name with the pckgs.io
scope. This enables seamless dependency
resolution directly through the Unity Package Manager window.
User Interface
pckgs.io integrates seamlessly with the Unity Package Manager Window. This allows you to browse, install, and manage packages directly within the Unity Editor without needing external tools. Updates and package information are displayed in real-time, providing a smooth and efficient workflow.
See Also
- How to Use — Step-by-step guide for setting up your scoped registry and publishing your first package.
- Add pckgs.io to Unity — Step-by-step guide for adding pckgs.io scoped registry to unity.