Unclaimed Package Is this your package? Claim it to unlock full analytics and manage your listing.
Claim This Package

Install via UPM

Add to Unity Package Manager using this URL

https://www.pkglnk.dev/examples.git?path=Assets/Plugins/UniUI/Examples

README Markdown

Copy this to your project's README.md

Style
Preview
pkglnk installs badge
## Installation

Add **UniUI Examples** to your Unity project via Package Manager:

1. Open **Window > Package Manager**
2. Click **+** > **Add package from git URL**
3. Enter:
```
https://www.pkglnk.dev/examples.git?path=Assets%2FPlugins%2FUniUI%2FExamples
```

[![pkglnk](https://www.pkglnk.dev/badge/examples.svg?style=pkglnk)](https://www.pkglnk.dev/pkg/examples)

Dependencies (1)

README

UniUI

openupm openupm

UPM

You can edit manifest.json to add UniUI and example packages.

{
  "dependencies": {
    "com.boscohyun.uniui": "https://github.com/boscohyun/UniUI.git?path=Assets/Plugins/UniUI/Scripts#main",
    "com.boscohyun.uniui.examples": "https://github.com/boscohyun/UniUI.git?path=Assets/Plugins/UniUI/Examples#main",
  }
}

If you want a specific release version(e.g.,0.1.0), you can add it like below.

{
  "dependencies": {
    "com.boscohyun.uniui": "https://github.com/boscohyun/UniUI.git?path=Assets/Plugins/UniUI/Scripts#0.1.0",
    "com.boscohyun.uniui.examples": "https://github.com/boscohyun/UniUI.git?path=Assets/Plugins/UniUI/Examples#0.1.0",
  }
}

OpenUPM

If you are using openupm, use the command below.

> openupm add com.boscohyun.uniui
> openupm add com.boscohyun.uniui.examples

Comments

No comments yet. Be the first!