Loading...
beta

Open Source Unity Package Registry

Guide GitHub

Open Source UPM Registry

Hosting ... community selective open source UPM packages and counting

Continuous Publishing

Package publishing automation based on Git tags

Command-Line Interface

OpenUPM-CLI for 3rd-party UPM registries

# Get Started with CLI (Optional)

# Install openupm-cli
$ npm install -g openupm-cli
# OR yarn global add openupm-cli

# Enter your Unity project folder
$ cd YOUR_UNITY_PROJECT_FOLDER

# Search a package
$ openupm search addressable-importer
┌───────────────────────────────────────┬─────────┬───────────┬────────────┐
│ Name                                  │ Version │ Author    │ Date       │
├───────────────────────────────────────┼─────────┼───────────┼────────────┤
│ com.littlebigfun.addressable-importer │ 0.4.1   │ Favo Yang │ 2019-11-25 │
│ Unity Addressable Importer            │         │           │            │
└───────────────────────────────────────┴─────────┴───────────┴────────────┘

# Install package
$ openupm add com.littlebigfun.addressable-importer
added: com.littlebigfun.addressable-importer@0.4.1
manifest updated, please open unity project to apply changes

DISCLAIMER

OpenUPM is an open-source service, not an official service provided by Unity Technologies Inc.