Commit a56878c
NEW: Project-wide Actions (#1735)
* Add InputSystem.actions property
* Add ProjectWideActions Test Sample
* Rename conditonal compilation flag for project-wide actions
* Ensure UITK action editor appears in Project Settings
* Fix project settings editor not populating actions
* Fix for dupliate editors shown
* FIX: Global Actions UI flickers when user expands actions (#1738)
* Fix for API validation test failure
* Fix ProjectWide Actions Enable/Disable flow for tests
* Prevent assertion which may happen if ProjectWide Actions are Enabled without any devices attached yet in tests
* Disable ProjectWide actions in some tests that assume there are no other actions
* Fixed issue with Input Actions UI becoming blank due to error (ISX-1584)
* DOCF-3823 - pre release docs
* Added stub doc to InputSystem.actions
* Added compilation constant to enable global actions during docs generation
* Fixed whitespace typo
* Update PreReleaseNotes.md
tidied whitespace in code sample
* Updated define for documentation generation to include the project wide actions API
* Hiding search field while not implemented (ISX-1582)
* Updated control bindings based on latest review
Next/Previous updated to be more intuative/same axis
Names for UI Click* restored to original
Added keyboard binding for Attack
Added some XR bindings
Some reordering too
E.g. so crouch/jump next to each other
This makes the diff slightly harder
* Fix tests not compiling on older editors
* Ran formatting script to fix warnings
* Hiding save, auto save buttons in project wide input settings as its auto saving always atm (ISX-1556)
* Fixed delete key mapping to be 'delete' rather than 'space' (ISX-1552)
* Fix ActionState and StateBuffer going out of sync when entering tests
* Disable ProjectWide actions in some tests that assume there are no other actions or controls
* Temporarily disable some tests which have issues when ProjectWide Actions are enabled
* fix formatting
* Update InputSystem.cs
removed duplicate comment on private member
* Fix broken links
* improve api docs for InputSystem.actions
* add changelog entry
---------
Co-authored-by: João <joao.freire@unity3d.com>
Co-authored-by: Lyndon Homewood <lyndon@unity3d.com>
Co-authored-by: Ben Pitt <benp@unity3d.com>1 parent d426234 commit a56878c
76 files changed
Lines changed: 2231 additions & 123 deletions
File tree
- Assets
- Samples
- CustomComposite
- ProjectWideActionsTest
- Tests
- InputSystem.Editor
- InputSystem
- Plugins
- Packages/com.unity.inputsystem
- Documentation~
- Images
- InputSystem
- Actions
- Composites
- Interactions
- Controls/Processors
- Editor
- AssetEditor
- ProjectWideActions
- Settings
- UITKAssetEditor
- Commands
- Resources
- Views
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
177 | 177 | | |
178 | 178 | | |
179 | 179 | | |
180 | | - | |
| 180 | + | |
181 | 181 | | |
182 | 182 | | |
183 | 183 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 22 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
Lines changed: 7 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 66 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
Lines changed: 11 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments