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
NEW: Add option to reset project-wide actions to original state (ISX-1564) (#1793)
* restore default settings
* made left click work on menu button
* hide menu for project input action asset
* fixed icon for reset menu
* added changelog
* PR refactor
* applied event change for postSaveAction as well
---------
Co-authored-by: James McGill <[email protected]>
Copy file name to clipboardExpand all lines: Packages/com.unity.inputsystem/CHANGELOG.md
+1
Original file line number
Diff line number
Diff line change
@@ -26,6 +26,7 @@ however, it has to be formatted properly to pass verification tests.
26
26
- Support for [Game rotation vector](https://developer.android.com/reference/android/hardware/Sensor#TYPE_GAME_ROTATION_VECTOR) sensor on Android
27
27
- Duplicate Input Action Items in the new Input Action Asset Editor with Ctrl+D (Windows) or Cmd+D (Mac)
28
28
- Selection of InputActionReferences from project-wide actions on fields that are of type InputActionReference. Uses a new advanced object picker that allows better searching and filtering of actions.
29
+
- Reset project wide Input Settings to default via a new Kebab-menu in Input System Project Settings.
29
30
30
31
### Fixed
31
32
- Partially fixed case ISX-1357 (Investigate performance regressing over time). A sample showed that leaving an InputActionMap enabled could lead to an internal list of listeners growing. This leads to slow-down, so we now warn if we think this is happening.
0 commit comments