Commit 12ee89a
authored
FIX: The "Add Control Scheme..." popup now requires explicit Save/Close user action (case ISXB-1131) (#2044)
* [Input System] The "Add Control Scheme..." popup now requires explicit Save/Close user action (case ISXB-1131)
o Previously clicking outside the popup window (anywhere in the editor) would close the popup window.
o This would leave a new blank (unnamed, orphaned) control scheme populating the UI - this was confusing.
o Now this popup will persist until the user explictly chooses to Save or Cancel.
* [Input System] Added CHANGELOG entry for "Add Control Scheme..." popup fix (case ISXB-1131)
* [Input System] Fix typo in CHANGELOG entry - removed extraneous final closing parenthesis.
* [Input System] Licensing failure - try limiting to version 2021.3.45f1 parent 08349cc commit 12ee89a
File tree
3 files changed
+2
-2
lines changed- .yamato
- Packages/com.unity.inputsystem
- InputSystem/Editor/UITKAssetEditor/Views
3 files changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
| 2 | + | |
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
| 21 | + | |
21 | 22 | | |
22 | 23 | | |
23 | 24 | | |
| |||
Lines changed: 0 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
63 | 63 | | |
64 | 64 | | |
65 | 65 | | |
66 | | - | |
67 | 66 | | |
68 | 67 | | |
69 | 68 | | |
| |||
0 commit comments