forked from magicleap/MagicLeapUnitySDK
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 1.02 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
{
"name": "com.magicleap.unitysdk",
"displayName": "Magic Leap SDK",
"version": "1.12.0",
"unity": "2022.2",
"description": "Magic Leap Unity SDK",
"keywords": [
"magicleap",
"ar",
"augmented",
"xr",
"reality",
"xreditorsubsystem"
],
"dependencies": {
"com.unity.xr.magicleap": "7.0.0",
"com.unity.xr.arfoundation": "5.0.0-pre.12",
"com.unity.xr.interaction.toolkit": "2.1.0-pre.1",
"com.unity.inputsystem": "1.3.0",
"com.unity.modules.androidjni": "1.0.0",
"com.unity.xr.interactionsubsystems": "2.0.0"
},
"author": {
"name": "Magic Leap",
"url": "https://developer.magicleap.com/"
},
"samples": [
{
"displayName": "XR Rig & Inputs",
"description": "Contains a ready-made ML Rig prefab for your XR Origin and device tracking, as well as a sample InputActionsAsset with ML Controller Actions.",
"path": "Samples~/RigAndInputs"
}
]
}