-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 1002 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
28
29
30
31
32
33
34
{
"name": "com.sapra.object-controller",
"version": "0.1.7",
"displayName": "Object Controller",
"description": "Object Controller that allows for multitud of process, \nstack inside an easy to edit and see monobehaviour",
"unity": "2021.3",
"keywords": [
"controller",
"parameters",
"character",
"inspector",
"workflow",
"gameObjects"
],
"author": {
"name": "Sapra",
"url": "https://github.com/darksapra"
},
"samples": [
{
"displayName": "Minimal Controller",
"description": "Contains implementations of the most basic scripts to be created to have something visual",
"path": "Samples~/MinimalController"
},
{
"displayName": "Basic Controller Preset",
"description": "Contains implementations of a character controller, capable to Swim, Walk, Jump, Move in the Air, and other actions",
"path": "Samples~/BasicControllerPreset"
}
],
"dependencies": {
"com.unity.inputsystem": "1.2.0"
}
}