Skip to content

Commit 4f0484e

Browse files
authored
Update package.json
1 parent 73ce29d commit 4f0484e

File tree

1 file changed

+35
-2
lines changed

1 file changed

+35
-2
lines changed

package.json

+35-2
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,46 @@
22
"name": "com.meta.movement",
33
"displayName": "Meta Movement",
44
"version": "5.0.1",
5+
"description": "Contains sample scenes, prefabs, scripts, and art assets for Movement SDK.",
56
"unity": "2021.3",
7+
"unityRelease": "26f1",
8+
"samples":[
9+
{
10+
"displayName": "Face Tracking Samples",
11+
"description": "Samples that demonstrate the face tracking capabilities of the Movement SDK",
12+
"path": "Samples~/FaceTrackingSamples"
13+
},
14+
{
15+
"displayName": "Body Tracking Samples",
16+
"description": "Samples that demonstrate the body tracking capabilities of the Movement SDK",
17+
"path": "Samples~/BodyTrackingSamples"
18+
},
19+
{
20+
"displayName": "Advanced Samples",
21+
"description": "Samples that demonstrate how the Movement SDK samples can be extended",
22+
"path": "Samples~/AdvancedSamples"
23+
}
24+
],
25+
"author": {
26+
"name": "Meta Platforms, Inc.",
27+
"url": "https://developer.oculus.com/"
28+
},
29+
"documentationUrl": "https://developer.oculus.com/documentation/unity/move-overview/",
30+
"licensesUrl": "https://developer.oculus.com/licenses/oculussdk",
31+
"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",
632
"keywords": [
733
"Meta",
8-
"Movement"
34+
"Oculus",
35+
"OVR",
36+
"SDK",
37+
"Quest",
38+
"Movement",
39+
"XR"
940
],
10-
"description": "Meta Movement",
1141
"dependencies": {
42+
"com.meta.xr.sdk.core": "63.0.0",
43+
"com.meta.xr.sdk.interaction": "63.0.0",
44+
"com.meta.xr.sdk.interaction.ovr": "63.0.0",
1245
"com.unity.textmeshpro": "3.0.6",
1346
"com.unity.animation.rigging": "1.2.1",
1447
"com.unity.burst": "1.4.1"

0 commit comments

Comments
 (0)