-
Notifications
You must be signed in to change notification settings - Fork 51
/
package.json
38 lines (38 loc) · 1.27 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
{
"name": "com.pathightree.spacenavigator-driver",
"version": "2.0.0-pre.12",
"displayName": "SpaceNavigator Driver",
"description": "Driver for 3DConnexion devices\nThis driver lets you fly around your scene and allows you to move items around.\nIt can also be used at runtime via scripting.",
"unity": "2019.1",
"dependencies": {
"com.unity.inputsystem": "1.0.2"
},
"repository": {
"type": "git",
"url": "https://github.com/PatHightree/SpaceNavigator.git",
"revision": "21ada3dbab9044d8f68c8f4c04f1eb9ba5a99be4"
},
"keywords": [
"3DConnexion",
"SpaceNavigator",
"SpaceMouse"
],
"license": "MIT license",
"author": {
"name": "Patrick Hogenboom",
"email": "[email protected]",
"url": "https://github.com/PatHightree/SpaceNavigator"
},
"samples":[
{
"displayName": "Runtime samples",
"description": "A collection of samples to illustrate how to work with the driver at runtime via scripting.",
"path": "Samples~/Runtime samples"
},
{
"displayName": "Input Device Helper",
"description": "Tool which writes all HID device descriptors to disk.\nPlease supply this data when reporting an issue with an unsupported 3dconnexion device.",
"path": "Samples~/Input Device Helper"
}],
"type": "tool"
}