-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
27 lines (27 loc) · 982 Bytes
/
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
{
"displayName": "Inputs Manager",
"name": "dev.bxbstudio.inputs-manager",
"description": "A simple and customization input alternative for Unity based on the New Input System.",
"version": "1.1.8",
"unity": "2020.3",
"unityRelease": "17f1",
"dependencies": {
"com.unity.collections": "1.2.4",
"com.unity.inputsystem": "1.7.0"
},
"documentationUrl": "https://github.com/BxB-Studio/Inputs-Manager/blob/master/README.md",
"changelogUrl": "https://github.com/BxB-Studio/Inputs-Manager/blob/master/README.md",
"licensesUrl": "https://github.com/BxB-Studio/Inputs-Manager/blob/master/LICENSE.md",
"author": {
"name": "BxB Studio",
"email": "[email protected]",
"url": "https://bxbstudio.dev"
},
"samples": [
{
"displayName": "Simple Ball Movement",
"description": "Contains a sample scene to test and try the Inputs Manager by moving a ball on a simple plane.",
"path": "Samples~/Simple Ball Movement"
}
]
}