Skip to content

Commit 1b6d23e

Browse files
committed
Add buddy dot enable in JSON settings
Additionally, add the spacebar as a debug/experimenter key (allows the ability to test without having a controller close by)
1 parent 39b3581 commit 1b6d23e

14 files changed

Lines changed: 424 additions & 218 deletions

File tree

Assets/Actions.meta

Lines changed: 8 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Assets/Actions/KBM.inputactions

Lines changed: 94 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,94 @@
1+
{
2+
"name": "DotStimulusTest",
3+
"maps": [
4+
{
5+
"name": "UI",
6+
"id": "d8cc30ea-f94e-4222-812b-d8268abf1ab9",
7+
"actions": [
8+
{
9+
"name": "Submit",
10+
"type": "Button",
11+
"id": "78c8f092-130c-4714-9bc5-3104567ebaaa",
12+
"expectedControlType": "Button",
13+
"processors": "",
14+
"interactions": ""
15+
}
16+
],
17+
"bindings": [
18+
{
19+
"name": "",
20+
"id": "9e92bb26-7e3b-4ec4-b06b-3c8f8e498ddc",
21+
"path": "<Keyboard>/space",
22+
"interactions": "",
23+
"processors": "",
24+
"groups": "Keyboard&Mouse",
25+
"action": "Submit",
26+
"isComposite": false,
27+
"isPartOfComposite": false
28+
}
29+
]
30+
}
31+
],
32+
"controlSchemes": [
33+
{
34+
"name": "Keyboard&Mouse",
35+
"bindingGroup": "Keyboard&Mouse",
36+
"devices": [
37+
{
38+
"devicePath": "<Keyboard>",
39+
"isOptional": false,
40+
"isOR": false
41+
},
42+
{
43+
"devicePath": "<Mouse>",
44+
"isOptional": false,
45+
"isOR": false
46+
}
47+
]
48+
},
49+
{
50+
"name": "Gamepad",
51+
"bindingGroup": "Gamepad",
52+
"devices": [
53+
{
54+
"devicePath": "<Gamepad>",
55+
"isOptional": false,
56+
"isOR": false
57+
}
58+
]
59+
},
60+
{
61+
"name": "Touch",
62+
"bindingGroup": "Touch",
63+
"devices": [
64+
{
65+
"devicePath": "<Touchscreen>",
66+
"isOptional": false,
67+
"isOR": false
68+
}
69+
]
70+
},
71+
{
72+
"name": "Joystick",
73+
"bindingGroup": "Joystick",
74+
"devices": [
75+
{
76+
"devicePath": "<Joystick>",
77+
"isOptional": false,
78+
"isOR": false
79+
}
80+
]
81+
},
82+
{
83+
"name": "XR",
84+
"bindingGroup": "XR",
85+
"devices": [
86+
{
87+
"devicePath": "<XRController>",
88+
"isOptional": false,
89+
"isOR": false
90+
}
91+
]
92+
}
93+
]
94+
}

Assets/Actions/KBM.inputactions.meta

Lines changed: 14 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)