File tree 4 files changed +19
-9
lines changed
Packages/com.unity.inputsystem
4 files changed +19
-9
lines changed Original file line number Diff line number Diff line change 11
11
"id": "7e7492e7-1329-48bb-9fdc-279fd15473b4",
12
12
"expectedControlType": "Vector2",
13
13
"processors": "",
14
- "interactions": ""
14
+ "interactions": "",
15
+ "initialStateCheck": true
15
16
},
16
17
{
17
18
"name": "Look",
18
19
"type": "Value",
19
20
"id": "981fecc2-2e7a-4d6a-b041-00b47626e0a1",
20
21
"expectedControlType": "Vector2",
21
22
"processors": "",
22
- "interactions": ""
23
+ "interactions": "",
24
+ "initialStateCheck": true
23
25
},
24
26
{
25
27
"name": "PickUp",
26
28
"type": "Button",
27
29
"id": "5a59bbc2-a3d4-4cbd-88bb-01120d97dc69",
28
30
"expectedControlType": "",
29
31
"processors": "",
30
- "interactions": ""
32
+ "interactions": "",
33
+ "initialStateCheck": false
31
34
},
32
35
{
33
36
"name": "Drop",
34
37
"type": "Button",
35
38
"id": "f37bbe7e-e241-443f-b868-c784e1219f25",
36
39
"expectedControlType": "",
37
40
"processors": "",
38
- "interactions": ""
41
+ "interactions": "",
42
+ "initialStateCheck": false
39
43
},
40
44
{
41
45
"name": "Throw",
42
46
"type": "Button",
43
47
"id": "e450d71c-7cc5-4879-afb5-f3ed682d9824",
44
48
"expectedControlType": "",
45
49
"processors": "",
46
- "interactions": ""
50
+ "interactions": "",
51
+ "initialStateCheck": false
47
52
}
48
53
],
49
54
"bindings": [
Original file line number Diff line number Diff line change 11
11
"id": "1077f913-a9f9-41b1-acb3-b9ee0adbc744",
12
12
"expectedControlType": "Button",
13
13
"processors": "",
14
- "interactions": "Tap,SlowTap"
14
+ "interactions": "Tap,SlowTap",
15
+ "initialStateCheck": false
15
16
},
16
17
{
17
18
"name": "move",
18
19
"type": "Value",
19
20
"id": "50fd2809-3aa3-4a90-988e-1facf6773553",
20
21
"expectedControlType": "Vector2",
21
22
"processors": "",
22
- "interactions": ""
23
+ "interactions": "",
24
+ "initialStateCheck": true
23
25
},
24
26
{
25
27
"name": "look",
26
28
"type": "Value",
27
29
"id": "c60e0974-d140-4597-a40e-9862193067e9",
28
30
"expectedControlType": "Vector2",
29
31
"processors": "",
30
- "interactions": ""
32
+ "interactions": "",
33
+ "initialStateCheck": true
31
34
}
32
35
],
33
36
"bindings": [
Original file line number Diff line number Diff line change @@ -8,6 +8,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
8
8
Due to package verification, the latest version below is the unpublished version and the date is meaningless.
9
9
however, it has to be formatted properly to pass verification tests.
10
10
11
+ ## [ Unreleased]
12
+
11
13
## [ 1.8.0-pre.2] - 2023-11-09
12
14
13
15
### Changed
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " com.unity.inputsystem" ,
3
3
"displayName" : " Input System" ,
4
- "version" : " 1.8.0-pre.2 " ,
4
+ "version" : " 1.8.0-pre.3 " ,
5
5
"unity" : " 2019.4" ,
6
6
"description" : " A new input system which can be used as a more extensible and customizable alternative to Unity's classic input system in UnityEngine.Input." ,
7
7
"keywords" : [
You can’t perform that action at this time.
0 commit comments