Skip to content

boscohyun/UniUI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

60 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A simple UI management package for Unity.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages