-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
25 lines (25 loc) · 834 Bytes
/
Copy pathpackage.json
File metadata and controls
25 lines (25 loc) · 834 Bytes
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
{
"name": "com.apptade.iuinput",
"version": "1.0.1",
"displayName": "IUInput",
"description": "Is fast and extensionally Input system for Unity engine.",
"unity": "2021.3",
"documentationUrl": "https://github.com/apptade/IUInput/blob/main/README.md",
"changelogUrl": "https://github.com/apptade/IUInput/releases",
"licensesUrl": "https://github.com/apptade/IUInput/blob/main/LICENSE.md",
"dependencies": {
"com.unity.inputsystem": "1.14.0"
},
"author": {
"name": "apptade",
"email": "apptade64@gmail.com",
"url": "https://github.com/apptade"
},
"samples": [
{
"displayName": "Screen Samples",
"description": "Shows how you can use different interactions for the screen",
"path": "Samples~/Screen"
}
]
}