-
Notifications
You must be signed in to change notification settings - Fork 53
/
package.json
49 lines (49 loc) · 1.64 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
{
"name": "com.meta.movement",
"displayName": "Meta Movement",
"version": "71.0.1",
"description": "Contains sample scenes, prefabs, scripts, and art assets for Movement SDK.",
"unity": "2021.3",
"unityRelease": "26f1",
"samples":[
{
"displayName": "Face Tracking Samples",
"description": "Samples that demonstrate the face tracking capabilities of the Movement SDK",
"path": "Samples~/FaceTrackingSamples"
},
{
"displayName": "Body Tracking Samples",
"description": "Samples that demonstrate the body tracking capabilities of the Movement SDK",
"path": "Samples~/BodyTrackingSamples"
},
{
"displayName": "Advanced Samples",
"description": "Samples that demonstrate how the Movement SDK samples can be extended",
"path": "Samples~/AdvancedSamples"
}
],
"author": {
"name": "Meta Platforms, Inc.",
"url": "https://developer.oculus.com/"
},
"documentationUrl": "https://developer.oculus.com/documentation/unity/move-overview/",
"licensesUrl": "https://developer.oculus.com/licenses/oculussdk",
"licenseMessage": "By adding or using this package you agree to the terms and conditions of the Meta Platforms Technologies SDK License Agreement: https://developer.oculus.com/licenses/oculussdk",
"keywords": [
"Meta",
"Oculus",
"OVR",
"SDK",
"Quest",
"Movement",
"XR"
],
"dependencies": {
"com.meta.xr.sdk.core": "71.0.0",
"com.meta.xr.sdk.interaction": "71.0.0",
"com.meta.xr.sdk.interaction.ovr": "71.0.0",
"com.unity.textmeshpro": "3.0.6",
"com.unity.animation.rigging": "1.2.1",
"com.unity.burst": "1.4.1"
}
}