com.playdarium.unity.simple-ui

1.0.3 • Public • Published

Simple UI

NPM package License: MIT

Installing

Using the native Unity Package Manager introduced in 2017.2, you can add this library as a package by modifying your manifest.json file found at /ProjectName/Packages/manifest.json to include it as a dependency. See the example below on how to reference it.

Install via OpenUPM

The package is available on the npmjs registry.

Add registry scope

{
  "dependencies": {
    ...
  },
  "scopedRegistries": [
    {
      "name": "Playdarium",
      "url": "https://registry.npmjs.org",
      "scopes": [
        "com.playdarium.unity"
      ]
    }
  ]
}

Add package in PackageManager

Open Window -> Package Manager choose Packages: My Regestries and install package

Install via GIT URL

"com.playdarium.unity.simple-ui": "https://gitlab.com/pd-packages/simple-ui.git#upm"

Usage Examples

Create window installer

public enum EWindowLayer
{
    Project,
    Local
}

public class WindowsInstaller : AWindowsInstaller
{
    [SerializedField] private EWindowLayer windowLayer;
    
	protected override string WindowLayer => windowLayer.ToString();
}

Readme

Keywords

none

Package Sidebar

Install

npm i com.playdarium.unity.simple-ui

Weekly Downloads

0

Version

1.0.3

License

MIT

Unpacked Size

74.5 kB

Total Files

126

Last publish

Collaborators

  • elestrago