-
Notifications
You must be signed in to change notification settings - Fork 317
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Docs UI support improvements #1916
Conversation
…ctions since they may not exist. Added editor and run-time warnings to detect non-compliant UI actions.
… which based on rebinding code seems to be implicit Button type.
… errors. Also updated test accordingly. This allows just changing the setting (constant at the moment) to change reporting mode.
…provements # Conflicts: # Assets/Tests/InputSystem/Plugins/InputForUITests.cs # Packages/com.unity.inputsystem/CHANGELOG.md # Packages/com.unity.inputsystem/Documentation~/UISupport.md # Packages/com.unity.inputsystem/InputSystem/Editor/Internal/EditorHelpers.cs # Packages/com.unity.inputsystem/InputSystem/Plugins/InputForUI/InputActionAssetVerifier.cs # Packages/com.unity.inputsystem/InputSystem/Plugins/InputForUI/InputSystemProvider.cs
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good improvements @duckets. Would recommend review from @jfreire-unity and @benoitalain on this documentation changes as well to catch things I might have overlooked.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks great! Thank you for these improvements @duckets , I've found it much easier to read now 👍
/ignore checks |
Description
Input UI Integration page improvements
https://jira.unity3d.com/browse/DOCF-5403
The information on UI Support is jumbled and confusing. A large number of random 'notes'. Needs significant re-org into overview, task, reference sections, etc.
Changes made
Clarified compatibility, made clearer distinction between sections that relate to concepts, tasks, and reference.