1.5.1 • Published 10 months ago

xr.ilikeit.utilities v1.5.1

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

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
  • 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.1"
  }
}
  • 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
1.5.1

10 months ago

1.5.0

10 months ago

1.4.4

1 year ago

1.4.3

1 year ago