0.6.1 • Published 9 months ago
xr.ilikeit.sdk v0.6.1
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.1"
}
}
- Return to the Unity Editor
Features
- TODO