xr.ilikeit.sdk
v0.6.2
Published
Create, Build and Deploy Content for the Ilikeit Platform!
Downloads
138
Maintainers
Readme
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
- 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.sdk": "0.6.2"
}
}
- Return to the Unity Editor
Features
- TODO