Open Source Unity Package Registry

Stars ... open in new window

Open Source Packages

Automated Package Publishing

Command-Line Interface

(adsbygoogle = window.adsbygoogle || []).push({});

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            │ 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.4.1
manifest updated, please open unity project to apply changes

DISCLAIMER

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