-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
66 lines (66 loc) · 2.7 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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
{
"name": "com.magicleap.unitysdk",
"displayName": "Magic Leap SDK",
"version": "2.5.0",
"unity": "2022.3",
"description": "Provides implementations of Magic Leap OpenXR extension APIs and XR subsystems for building and running on the Magic Leap 2.",
"keywords": [
"magicleap",
"ar",
"augmented",
"xr",
"reality",
"xreditorsubsystem"
],
"dependencies": {
"com.unity.xr.openxr": "1.11.0",
"com.unity.xr.arfoundation": "5.1.0",
"com.unity.xr.interaction.toolkit": "2.1.0",
"com.unity.inputsystem": "1.8.2",
"com.unity.modules.androidjni": "1.0.0",
"com.unity.xr.interactionsubsystems": "2.0.0",
"com.unity.collections": "2.2.1",
"com.unity.burst": "1.8.9"
},
"author": {
"name": "Magic Leap",
"url": "https://developer.magicleap.com/"
},
"samples": [
{
"displayName": "ML Rig & OpenXR Input",
"description": "These sample assets are designed for use with OpenXR. Contains an ML Rig prefab with XROrigin and TrackedPoseDrivers for the HMD and Controller, as well as a sample InputActions asset with ML Controller Actions bound to OpenXR action paths.",
"path": "Samples~/Rig&Inputs"
},
{
"displayName": "Eye Gaze sample",
"description": "This sample uses the Gaze Interaction profile to track your eye gaze around the scene.",
"path": "Samples~/EyeGaze"
},
{
"displayName": "Global Dimmer sample",
"description": "This sample uses the Global Dimmer to dim the environment around you, allowing for adjusting the value or toggling dimmer on/off.",
"path": "Samples~/GlobalDimmer"
},
{
"displayName": "Marker Understanding sample",
"description": "This sample uses the Marker Understanding feature to retrieve information on QR codes.",
"path": "Samples~/MarkerUnderstanding"
},
{
"displayName": "Planes sample",
"description": "This sample detects surfaces and displays planes in your environment with the Planes subsystem feature.",
"path": "Samples~/Planes"
},
{
"displayName": "Segmented Dimmer sample",
"description": "This sample demonstrates the effects of Segmented Dimmer via AlphaBlend mode.",
"path": "Samples~/SegmentedDimmer"
},
{
"displayName": "Meshing sample [EXPERIMENTAL]",
"description": "This sample demonstrates viewing and switching between different meshing modes.",
"path": "Samples~/Meshing"
}
]
}