xr.ilikeit.ui
v1.2.5
Published
Collection of UI components and scripts used for Ilikeit projects.
Downloads
156
Readme
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
- Name:
- 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.5"
}
}
- 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.