1.2.3 • Published 9 months ago

xr.ilikeit.ui v1.2.3

Weekly downloads
-
License
-
Repository
-
Last release
9 months ago

Ilikeit UI

A collection of UI components for Ilikeit XR development.

Installation

Option 1

  • Inside the Unity Editor, open Edit > Project Settings > Package Manager
  • Add a new scoped registry by filling the following fields:
    • Name: Ilikeit
    • URL: http://registry.npmjs.org
    • Scope(s): xr.ilikeit
  • The package should now appear in the Unity Package Manager

Option 2

  • Open %projectName%/Packages/manifest.json
  • Add the following scoped registry and dependency:
{
  "scopedRegistries": [
    {
      "name": "Ilikeit",
      "url": "http://registry.npmjs.org/",
      "scopes": ["xr.ilikeit"]
    }
  ],
  "dependencies": {
    "xr.ilikeit.ui": "1.2.3"
  }
}
  • Return to the Unity Editor

Features

  • Themeable UI components.
  • Themes can be shared and reused across projects.
  • Themes can be serialzied into JSON to allow end users to create their own themes
  • Loading and showing network media from an url
  • Seamless integration with Ilikeit XR components.
  • Tools and utilities to help with XR UI development.
1.2.0

11 months ago

1.2.3

9 months ago

1.2.2

10 months ago

1.2.1

11 months ago

1.1.3

1 year ago

1.1.2

1 year ago

1.1.1

1 year ago