Home

Awesome

UIEEx

version license

UIEEx(UIElement Extension) is an extension library of Unity UI Elements package. UIEEx improve the workflow of creating editor & runtime UI with UI Elements.

Full Documentation

Getting Started

Installation instructions

Unity package manager(Git)

  1. Go to Package Manager window via Window/Package Manager
  2. Click the add img button in the status bar
  3. Select Add package from git URL from the add menu
  4. Fill the git URL with https://github.com/blightue/UIEEx.git and click Add

Unity package manager(Local)

  1. Download and unzip the source code to your disk
  2. Go to Package Manager window via Window/Package Manager
  3. Click the add img button in the status bar
  4. Select Add package from disk from the add menu
  5. Select the package.json file in the unzipped folder

Quick Start

Elements Factory

Method chaining

Samples