UPM Registry for Open Source Packages
Hosting over 0 open source packages, carefully selected by the community.
Automated Package Publishing
Tracking Git tags to automate the publishing process and ensure packages are always up-to-date.
Command-Line Interface
Optional OpenUPM-CLI tool for managing packages and interacting with 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 independent, open-source service and is not affiliated with Unity Technologies Inc.