xr.ilikeit.api

0.4.3 • Public • Published

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

Features

  • TODO

Package Sidebar

Install

npm i xr.ilikeit.api

Weekly Downloads

13

Version

0.4.3

License

MIT

Unpacked Size

315 kB

Total Files

258

Last publish

Collaborators

  • ilikeit