A high level, abstract, GraphQL API for the Ilikeit platform.
- 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
- 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
- TODO