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: Packages/com.unity.inputsystem/CHANGELOG.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
7
7
Due to package verification, the latest version below is the unpublished version and the date is meaningless.
8
8
however, it has to be formatted properly to pass verification tests.
9
9
10
-
## [Unreleased]
10
+
## [1.0.0-preview.6] - 2020-03-06
11
11
12
12
### Changed
13
13
@@ -16,7 +16,7 @@ however, it has to be formatted properly to pass verification tests.
16
16
17
17
### Fixed
18
18
19
-
- Fixed CS0109 warning being generated during player build due to use of `new` with the `PlayerInput.camera property`. (case 1174688)
19
+
- Fixed CS0109 warning being generated during player build due to use of `new` with the `PlayerInput.camera property` (case 1174688).
20
20
- Fixed a number of issues in `InputSystemUIInputModule`.
21
21
* Fixed GC heap garbage when click-dragging.
22
22
* Fixed number of pointer states growing indefinitely if OS did not reuse touch IDs.
@@ -42,7 +42,7 @@ however, it has to be formatted properly to pass verification tests.
42
42
-`InputSystemUIInputModule` now sends pointer events using a new `ExtendedPointerEventData` instead of using the base `PointerEventData` class. This surfaces additional input data in pointer events.
43
43
- Added `InputSystemUIInputModule.pointerBehavior` to allow dictating how the UI will resolve concurrent input from multiple pointers.
0 commit comments