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
FIX: Select appropriate action/action map when right clicking (ISX-1743). (#1806)
* Intercept right click to select appropriate items before context menus appear.
* Undo callback changes.
* Formatting fix.
* Update changelog, remove unneeded brackets.
* Store the Action generated for context menus so it can be correctly removed later.
* Add null check for element hunting.
* Formatting fix.
Copy file name to clipboardExpand all lines: Packages/com.unity.inputsystem/CHANGELOG.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -33,6 +33,7 @@ however, it has to be formatted properly to pass verification tests.
33
33
- Fixed Documentation~/filter.yml GlobalNamespace rule removing all API documentation.
34
34
- Fixed `Destroy may not be called from edit mode` error [ISXB-695](https://issuetracker.unity3d.com/product/unity/issues/guid/ISXB-695)
35
35
- Fixed possible exceptions thrown when deleting and adding Action Maps.
36
+
- Fixed selection not changing when right-clicking an Action Map or Action in the Project Settings Input Action Editor.
36
37
- Fixed potential race condition on access to GCHandle in DefferedResolutionOfBindings and halved number of calls to GCHandle resolution [ISXB-726](https://issuetracker.unity3d.com/product/unity/issues/guid/ISXB-726)
37
38
- Fixed issue where composite part dropdown manipulates binding path and leaves composite part field unchanged.
38
39
- Fixed lingering highlight effect on Save Asset button after clicking.
0 commit comments