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.
28 lines
581 B
28 lines
581 B
{ |
|
"name": "com.udexreal.handdriver", |
|
"displayName": "Hand Driver", |
|
"version": "2.1.9", |
|
"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" |
|
], |
|
"samples": [ |
|
{ |
|
"displayName": "Hand Driver Demo", |
|
"description": "Example scene for Hand Driver.", |
|
"path": "Samples~/Hand Driver Demo" |
|
} |
|
] |
|
}
|
|
|