forked from MrTimcakes/Unity-DirectInput
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
47 lines (47 loc) · 1.16 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
39
40
41
42
43
44
45
46
47
{
"name": "com.mrtimcakes.directinput",
"displayName": "Unity DirectInput",
"version": "1.0 beta",
"unity": "2022.3",
"description": "Unity Native Plugin to expose DirectX DirectInput & ForceFeedback",
"keywords": [
"direct",
"input",
"directinput",
"ffb",
"force",
"feedback",
"forcefeedback",
"steering",
"wheel",
"peripheral",
"joystick",
"sim",
"simracing",
"driving",
"flight",
"flightsim",
"gamepad"
],
"type": "module",
"dependencies": {
"com.unity.inputsystem": "1.0.2"
},
"hideInEditor": false,
"unityRelease": "4f1",
"author": {
"name": "MrTimcakes, ImDanOush",
"email": "MrTimcakes@MrTimcakes.com",
"url": "https://www.MrTimcakes.com"
},
"license": "LGPL-3.0-only",
"licensesUrl": "https://github.com/MrTimcakes/Unity-DirectInput/blob/main/LICENSE",
"documentationUrl": "https://github.com/MrTimcakes/Unity-DirectInput/wiki",
"samples": [
{
"displayName": "Input System Inspector FFB Demo",
"description": "Sample for reading and controlling an FFB Device via the Inspector",
"path": "Plugin/Samples~/InputSystem"
}
]
}