0.5.0 • Published 9 months ago

xr.ilikeit.api v0.5.0

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

Ilikeit API

A high level, abstract, GraphQL API 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.api": "0.5.0"
  }
}
  • Return to the Unity Editor

Features

  • TODO
0.4.4

9 months ago

0.5.0

9 months ago

0.4.3

11 months ago

0.4.2

11 months ago

0.4.1

12 months ago

0.4.0

12 months ago

0.3.2

1 year ago

0.3.1

1 year ago