xr.ilikeit.utilities
v1.5.4
Published
Set of tools and utilities for Ilikeit's XR development. Includes: - Action Queue - Color Utils - FreeCam - Media Utility - Model Utility - RectTransformUtility - Vector Utility
Downloads
203
Readme
Ilikeit Utilities
A collection of utilities to help and ease 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.utilities": "1.5.4"
}
}
- Return to the Unity Editor
Features
- Action Queue: A queue of actions that can be executed in order or in parallel.
- Bundle Utility: Methods to help with asset bundles.
- Color Utils: Color manipulation and translation.
- FreeCam: A free camera controller to test in Play Mode inside the Unity Editor.
- GPS Location: A GPS location helper.
- Media Utility: Loading, modifying and converting various types of media.
- Model Utility: Helps with manipulating and modifying gameobjects.
- Rect Transform Utility: Rect Transform shortcuts.
- Vector Utility: Methods and shortcuts for working with vectors