-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 728 Bytes
/
package.json
File metadata and controls
28 lines (28 loc) · 728 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
26
27
28
{
"name": "com.rabbi32.simple-dynamic-interactions",
"version": "1.1.0",
"displayName": "Simple Dynamic Interactions",
"description": "Unity Interactions made Simple. Just Drag & Drop and Connect using Unity Events.",
"unity": "2022.3",
"dependencies": {
"com.unity.inputsystem": "1.18.0",
"com.unity.ugui": "2.0.0"
},
"keywords": [
"interaction",
"upm",
"system"
],
"author": {
"name": "Rabbi32",
"url": "https://github.com/NotRabbi32/Simple-Dynamic-Interactions-Unity",
"email": "Rabbitheadon32@gmail.com"
},
"samples": [
{
"displayName": "DemoSample",
"description": "Demonstrates the use of interaction",
"path": "Samples~/DemoSample"
}
]
}