Skip to content

Commit ab1b38a

Browse files
authored
Bump version to 1.8.0-pre.3 (#1796)
1 parent 0fd21bc commit ab1b38a

File tree

4 files changed

+19
-9
lines changed

4 files changed

+19
-9
lines changed

Diff for: Assets/Samples/InGameHints/InGameHintsActions.inputactions

+10-5
Original file line numberDiff line numberDiff line change
@@ -11,39 +11,44 @@
1111
"id": "7e7492e7-1329-48bb-9fdc-279fd15473b4",
1212
"expectedControlType": "Vector2",
1313
"processors": "",
14-
"interactions": ""
14+
"interactions": "",
15+
"initialStateCheck": true
1516
},
1617
{
1718
"name": "Look",
1819
"type": "Value",
1920
"id": "981fecc2-2e7a-4d6a-b041-00b47626e0a1",
2021
"expectedControlType": "Vector2",
2122
"processors": "",
22-
"interactions": ""
23+
"interactions": "",
24+
"initialStateCheck": true
2325
},
2426
{
2527
"name": "PickUp",
2628
"type": "Button",
2729
"id": "5a59bbc2-a3d4-4cbd-88bb-01120d97dc69",
2830
"expectedControlType": "",
2931
"processors": "",
30-
"interactions": ""
32+
"interactions": "",
33+
"initialStateCheck": false
3134
},
3235
{
3336
"name": "Drop",
3437
"type": "Button",
3538
"id": "f37bbe7e-e241-443f-b868-c784e1219f25",
3639
"expectedControlType": "",
3740
"processors": "",
38-
"interactions": ""
41+
"interactions": "",
42+
"initialStateCheck": false
3943
},
4044
{
4145
"name": "Throw",
4246
"type": "Button",
4347
"id": "e450d71c-7cc5-4879-afb5-f3ed682d9824",
4448
"expectedControlType": "",
4549
"processors": "",
46-
"interactions": ""
50+
"interactions": "",
51+
"initialStateCheck": false
4752
}
4853
],
4954
"bindings": [

Diff for: Assets/Samples/SimpleDemo/SimpleControls.inputactions

+6-3
Original file line numberDiff line numberDiff line change
@@ -11,23 +11,26 @@
1111
"id": "1077f913-a9f9-41b1-acb3-b9ee0adbc744",
1212
"expectedControlType": "Button",
1313
"processors": "",
14-
"interactions": "Tap,SlowTap"
14+
"interactions": "Tap,SlowTap",
15+
"initialStateCheck": false
1516
},
1617
{
1718
"name": "move",
1819
"type": "Value",
1920
"id": "50fd2809-3aa3-4a90-988e-1facf6773553",
2021
"expectedControlType": "Vector2",
2122
"processors": "",
22-
"interactions": ""
23+
"interactions": "",
24+
"initialStateCheck": true
2325
},
2426
{
2527
"name": "look",
2628
"type": "Value",
2729
"id": "c60e0974-d140-4597-a40e-9862193067e9",
2830
"expectedControlType": "Vector2",
2931
"processors": "",
30-
"interactions": ""
32+
"interactions": "",
33+
"initialStateCheck": true
3134
}
3235
],
3336
"bindings": [

Diff for: Packages/com.unity.inputsystem/CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
88
Due to package verification, the latest version below is the unpublished version and the date is meaningless.
99
however, it has to be formatted properly to pass verification tests.
1010

11+
## [Unreleased]
12+
1113
## [1.8.0-pre.2] - 2023-11-09
1214

1315
### Changed

Diff for: Packages/com.unity.inputsystem/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "com.unity.inputsystem",
33
"displayName": "Input System",
4-
"version": "1.8.0-pre.2",
4+
"version": "1.8.0-pre.3",
55
"unity": "2019.4",
66
"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.",
77
"keywords": [

0 commit comments

Comments
 (0)