0.6.1 • Published 9 months ago

xr.ilikeit.sdk v0.6.1

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

Ilikeit Creator SDK

Create, develop and publish XR experiences for the iLikeIt platform.

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.sdk": "0.6.1"
  }
}
  • Return to the Unity Editor

Features

  • TODO
0.4.5

10 months ago

0.4.4

10 months ago

0.4.7

10 months ago

0.4.6

10 months ago

0.5.0

9 months ago

0.6.1

9 months ago

0.4.3

10 months ago

0.6.0

9 months ago

0.5.1

9 months ago

0.4.2

10 months ago

0.4.1

11 months ago

0.4.0

12 months ago

0.3.2

1 year ago

0.3.1

1 year ago