|
2 | 2 | "name": "com.meta.movement",
|
3 | 3 | "displayName": "Meta Movement",
|
4 | 4 | "version": "5.0.1",
|
| 5 | + "description": "Contains sample scenes, prefabs, scripts, and art assets for Movement SDK.", |
5 | 6 | "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", |
6 | 32 | "keywords": [
|
7 | 33 | "Meta",
|
8 |
| - "Movement" |
| 34 | + "Oculus", |
| 35 | + "OVR", |
| 36 | + "SDK", |
| 37 | + "Quest", |
| 38 | + "Movement", |
| 39 | + "XR" |
9 | 40 | ],
|
10 |
| - "description": "Meta Movement", |
11 | 41 | "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", |
12 | 45 | "com.unity.textmeshpro": "3.0.6",
|
13 | 46 | "com.unity.animation.rigging": "1.2.1",
|
14 | 47 | "com.unity.burst": "1.4.1"
|
|
0 commit comments