OpenUPMOpenUPM
Packages
Docs
Blog
  • Support OpenUPM
  • Contributors
  • Uptime Status
  • Queue Status
  • GitHub
  • Twitter
  • Discord
  • Contact Us
  • Package Updates
  • Blog RSS
CLI
Loading...
Stars ... Donate
Stars ... Donate
Packages
Docs
Blog
  • Support OpenUPM
  • Contributors
  • Uptime Status
  • Queue Status
  • GitHub
  • Twitter
  • Discord
  • Contact Us
  • Package Updates
  • Blog RSS
CLI

Open Source Unity Package Registry

Stars ...

Open Source Packages

Automated Package Publishing

Command-Line Interface

Sponsors

Powerred by DigitalOceanPowerred by DigitalOcean
Host your infrastructure on a DDoS protected VPS from Evolution HostHost your infrastructure on a DDoS protected VPS from Evolution Host
Deploys by NetlifyDeploys by Netlify

Get Started with OpenUPM-CLI

OpenUPM can be used directly as a registry through standard Unity Package Manager workflows, however, with the CLI, package installation and updates become faster, reducing manual steps and improving productivity.

(adsbygoogle = window.adsbygoogle || []).push({});
# Install openupm-cli
$ npm install -g openupm-cli

# Enter your Unity project folder
$ cd YOUR_UNITY_PROJECT_FOLDER

# Search a package
$ openupm search addressable-importer
┌──────────────────────────────────────────┬────────────────────┬────────────┐
│ Name                                     │ Version            │ Date       │
├──────────────────────────────────────────┼────────────────────┼────────────┤
│ com.littlebigfun.addressable-importer    │ 0.16.1             │ 2023-02-08 │
└──────────────────────────────────────────┴────────────────────┴────────────┘

# Install package
$ openupm add com.littlebigfun.addressable-importer
added com.littlebigfun.addressable-importer@0.16.1
please open Unity project to apply changes.
OpenUPM

Disclaimer
OpenUPM is an autonomous, open-source service and is not associated with Unity Technologies Inc.

  • Copyright © 2019-present Favo Yang
About
Connect