You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/pull_request_template.md
+11-7Lines changed: 11 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,18 +1,22 @@
1
1
### Description
2
2
3
-
_Please fill this section with a description what the pull request is trying to address._
3
+
_Please fill this section with a description what the pull request is trying to address and what changes were made._
4
4
5
-
### Changes made
6
5
7
-
_Please write down a short description of what changes were made._
8
-
9
-
### Testing
6
+
### Testing status & QA
10
7
11
8
_Please describe the testing already done by you and what testing you request/recommend QA to execute. If you used or created any testing project please link them here too for QA._
12
9
13
-
### Risk
10
+
### Overall Product Risks
11
+
12
+
_Please rate the potential complexity and halo effect from low to high for the reviewers. Note down potential risks to specific Editor branches if any._
13
+
14
+
- Complexity:
15
+
- Halo Effect:
16
+
17
+
### Comments to reviewers
14
18
15
-
_Please describe the potential risks of your changes for the reviewers._
19
+
_Please describe any additional information such as what to focus on, or historical info for the reviewers._
Copy file name to clipboardExpand all lines: Packages/com.unity.inputsystem/CHANGELOG.md
+14-1Lines changed: 14 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,15 +10,27 @@ however, it has to be formatted properly to pass verification tests.
10
10
11
11
## [Unreleased] - yyyy-mm-dd
12
12
13
+
14
+
15
+
## [1.11.2] - 2024-10-16
16
+
13
17
### Fixed
18
+
- Fixed touch pointers being released twice causing an index out of bounds error. [ISXB-687](https://issuetracker.unity3d.com/product/unity/issues/guid/ISXB-687)
14
19
- Fixed `NullReferenceException` from disconnecting and reconnecting a GXDKGamepad.
20
+
- Fixed wrong mapping of Xbox Series S|X and Xbox One wireless controllers "View" button on macOS.[ISXB-385](https://issuetracker.unity3d.com/product/unity/issues/guid/ISXB-385)
21
+
- Fixed "AnalyticsResult" errors on consoles [ISXB-1107]
22
+
- Fixed wrong `Display Index` value for touchscreen events.[ISXB-1101](https://issuetracker.unity3d.com/product/unity/issues/guid/ISXB-1101)
23
+
- Fixed event handling when using Fixed Update processing where WasPressedThisFrame could appear to true for consecutive frames [ISXB-1006](https://issuetracker.unity3d.com/product/unity/issues/guid/ISXB-1006)
15
24
16
25
### Added
17
26
- Added the display of the device flag `CanRunInBackground` in device debug view.
18
27
- Added analytics for programmatic `InputAction` setup via `InputActionSetupExtensions` when exiting play-mode.
19
28
20
29
### Fixed
21
-
- Fixed wrong mapping of Xbox Series S|X and Xbox One wireless controllers "View" button on macOS.[ISXB-385](https://issuetracker.unity3d.com/product/unity/issues/guid/ISXB-385)
30
+
- Removed a redundant warning when using fallback code to parse a HID descriptor. (UUM-71260)
31
+
32
+
### Changed
33
+
- Removed the InputManager to InputSystem project-wide asset migration code for performance improvement (ISX-2086)
22
34
23
35
## [1.11.1] - 2024-09-26
24
36
@@ -29,6 +41,7 @@ however, it has to be formatted properly to pass verification tests.
29
41
- Fixed "MissingReferenceException" errors when closing an in-game dropdown field [ISXB-1081](https://issuetracker.unity3d.com/product/unity/issues/guid/ISXB-1081).
30
42
- Fixed potential crash on Mac when using stale references to deleted InputDevice objects [ISXB-606](https://issuetracker.unity3d.com/product/unity/issues/guid/ISXB-606).
31
43
- Fixed conditional compilation for non-editor analytics on platforms not enabling analytics.
44
+
- Fixed simulated touch input not working with PlayerInput component [ISXB-483](https://issuetracker.unity3d.com/product/unity/issues/guid/ISXB-483).
32
45
33
46
### Changed
34
47
- Renamed editor Resources directories to PackageResources to fix package validation warnings.
0 commit comments