Skip to content

Commit

Permalink
Update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
andkim-meta authored May 17, 2024
1 parent 73ce29d commit 4f0484e
Showing 1 changed file with 35 additions and 2 deletions.
37 changes: 35 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,46 @@
"name": "com.meta.movement",
"displayName": "Meta Movement",
"version": "5.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",
"Movement"
"Oculus",
"OVR",
"SDK",
"Quest",
"Movement",
"XR"
],
"description": "Meta Movement",
"dependencies": {
"com.meta.xr.sdk.core": "63.0.0",
"com.meta.xr.sdk.interaction": "63.0.0",
"com.meta.xr.sdk.interaction.ovr": "63.0.0",
"com.unity.textmeshpro": "3.0.6",
"com.unity.animation.rigging": "1.2.1",
"com.unity.burst": "1.4.1"
Expand Down

0 comments on commit 4f0484e

Please sign in to comment.