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
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,6 +16,7 @@ however, it has to be formatted properly to pass verification tests.
16
16
17
17
### Changed
18
18
- Renamed editor Resources directories to PackageResources to fix package validation warnings.
19
+
- Changed representation of GamepadButton enum values in Inspector to display aliased enum values as a single item to avoid confusion around selection and aliased value display when multiple enum items map to the same numerical value. [ISXB-543](https://jira.unity3d.com/browse/ISXB-543)
19
20
20
21
## [1.11.0] - 2024-09-10
21
22
@@ -32,7 +33,6 @@ however, it has to be formatted properly to pass verification tests.
32
33
33
34
### Changed
34
35
- Use `ProfilerMarker` instead of `Profiler.BeginSample` and `Profiler.EndSample` when appropriate to enable recording of profiling data.
35
-
- Changed representation of GamepadButton enum values in Inspector to display aliased enum values as a single item to avoid confusion around selection and aliased value display when multiple enum items map to the same numerical value.
36
36
37
37
### Added
38
38
- Added Hinge Angle sensor support for foldable devices.
0 commit comments