-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
62 lines (62 loc) · 2.12 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
{
"name": "com.magicleap.mrtk3",
"displayName": "Magic Leap MRTK3",
"version": "1.3.0",
"unity": "2022.2",
"description": "This package enables and provides utilities for MRTK3 development on the Magic Leap 2.",
"keywords": [
"magicleap",
"ar",
"augmented",
"xr",
"reality",
"mrtk",
"mrtk3"
],
"dependencies": {
"com.magicleap.unitysdk": "1.8.0",
"org.mixedrealitytoolkit.core": "3.0.0",
"org.mixedrealitytoolkit.input": "3.0.0",
"org.mixedrealitytoolkit.uxcomponents": "3.0.0",
"com.unity.inputsystem": "1.3.0",
"com.unity.textmeshpro": "3.0.6",
"com.unity.xr.core-utils": "2.1.0",
"com.unity.xr.interaction.toolkit": "2.2.0"
},
"author": {
"name": "Magic Leap",
"url": "https://developer.magicleap.com/"
},
"samples": [
{
"displayName": "Hand And Controller Interaction Examples",
"description": "Example scene demonstrating both hand and MagicLeap controller interactions.",
"path": "Samples~/HandAndControllerInteractionExamples"
},
{
"displayName": "Eye Tracking Examples",
"description": "Example scene demonstrating eye tracking interactions.",
"path": "Samples~/EyeTrackingExamples"
},
{
"displayName": "Spatial Awareness Examples",
"description": "Example scene demonstrating scene reconstruction.",
"path": "Samples~/SpatialAwareness"
},
{
"displayName": "Keyword Recognition Examples",
"description": "Example scene demonstrating keyword recognition.",
"path": "Samples~/KeywordRecognitionExamples"
},
{
"displayName": "Global and Segmented Dimmer Examples",
"description": "Example scene demonstrating the global and segmented dimmer.",
"path": "Samples~/GlobalAndSegmentedDimmerExamples"
},
{
"displayName": "Stereo Convergence Detector Examples",
"description": "Example scene demonstrating the Stereo Convergence Detector.",
"path": "Samples~/StereoConvergenceDetectorExamples"
}
]
}