-
Notifications
You must be signed in to change notification settings - Fork 69
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1.51 KB
/
package.json
File metadata and controls
47 lines (47 loc) · 1.51 KB
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
{
"name": "com.meta.xr.sdk.movement",
"displayName": "Meta XR Movement SDK",
"version": "83.0.0",
"unity": "2022.3",
"unityRelease": "15f1",
"keywords": [
"Meta",
"Oculus",
"Movement",
"Retargeting",
"AI",
"SDK",
"OVR",
"Samples"
],
"description": "This package allows Movement SDK to perform retargeting with data from OVRPlugin, and contains sample scenes using the OVR player rig.",
"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://developers.meta.com/horizon/"
},
"documentationUrl": "https://developers.meta.com/horizon/documentation/unity/move-overview",
"changelogUrl": "https://developers.meta.com/horizon/downloads/package/meta-xr-core-sdk/",
"licensesUrl": "https://developers.meta.com/horizon/licenses/oculussdk/",
"dependencies": {
"com.unity.burst": "1.8.18",
"com.unity.textmeshpro": "3.0.6",
"com.unity.ugui": "1.0.0"
}
}