xr.ilikeit.api
v0.6.0
Published
A high level, abstract, GraphQL API for the Ilikeit platform.
Downloads
91
Maintainers
Readme
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
- 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.api": "0.6.0"
}
}
- Return to the Unity Editor
Features
- TODO