Håkan Sidenvall

Results 10 issues of Håkan Sidenvall

### Description WIP: Used to monitor codedom failures status for trunk version and reenable tests when resolved. ### Changes made _Please write down a short description of what changes were...

work in progress

### Description This branch introduces improved asset management of .inputactions files open in editors and fixes a bug where pressing Save Asset in Input Action Editor window would throw an...

work in progress

### Description Removes the header title from UITK editor window when used outside Project Settings. Improves styling of header title in Project Settings. ### Changes made Removes the header title...

work in progress

### Description Note that this branch is a sub-branch of https://github.com/Unity-Technologies/InputSystem/pull/1822 and hence it contains all changes from that PR but also contains additional fixes called out under *Changes made*...

work in progress

### Description This fix is intended to fix reported behaviour in [ISXB-699 ](https://issuetracker.unity3d.com/product/unity/issues/guid/ISXB-699). ### Changes made Modified behaviour when action reference is not set or when binding count is zero...

work in progress

### Description This PR introduces Unity Editor analytics support for getting insight into Input Action editor engagement and usage. Analytics have been designed to enable differentiation between an editor embedded...

### Description Added a new "update mode" property on OnScreenControl. Updated the OnScreenControl example in /samples. ### Changes made **Feature addition to OnScreenControl:** - Added new enumeration type to public...

work in progress

### Description FIX: ISXB-543 GamepadButton property drawer now has consistent behaviour for which aliased enum value is selected and drop-down shows alias mapping. https://issuetracker.unity3d.com/product/unity/issues/guid/ISXB-543 Original contribution by @ppandi-rythmos in https://github.com/Unity-Technologies/InputSystem/pull/1860...

### Description Tentative fix for context menu issue in Input Action Editor. ### Testing status & QA Tested context menu when creating new input action asset on 6000.21f and 2022.3...

### Description Attempt to support Configurable-enter-play-mode a.k.a. Fast-enter-play-mode. ### Changes made - Merged all changes since beginning of June into this branch which is a derivative from https://github.com/Unity-Technologies/InputSystem/pull/1915 which heavily...