Unity Udexreal开发插件包
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

30 lines
627 B

{
"name": "com.udexreal.handdriver",
"displayName": "Hand Driver",
"version": "2.1.8",
"unity": "2021.3",
"description": "Hand Driver",
"author": {
"name": "Udexreal"
},
"dependencies": {
"com.unity.nuget.newtonsoft-json": "3.2.1",
"com.unity.xr.interaction.toolkit": "2.5.4"
},
"files": [
"Runtime",
"Editor",
"Samples~",
"Documentation~",
"README.md",
"NaughtyAttributes",
TouchSocket
],
"samples": [
{
"displayName": "Hand Driver Demo",
"description": "Example scene for Hand Driver.",
"path": "Samples~/Hand Driver Demo"
}
]
}