-
Notifications
You must be signed in to change notification settings - Fork 330
DOCS: Accessibility update to comply with our accessibility legal requirements. #2185
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
Changes from all commits
f2d48d7
a3a4dca
56334d7
a753105
de67395
2578467
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -18,25 +18,22 @@ Unless you have specific project requirements that require more than one Action | |
| To create and assign the current project-wide actions, go to **Edit** > **Project Settings** > **Input System Package**. | ||
|
|
||
| If you don't yet have an Action Asset assigned as project-wide in your project, the Input System Package settings window displays an empty field for you to assign your action asset, and a button allowing you to create and assign one. | ||
| </br> | ||
| *The Input System Package Project Settings with no project-wide actions assigned* | ||
|
|
||
| </br> | ||
| *The Input System Package Project Settings with no project-wide actions assigned displays a button to create and assign a default project-wide Action Asset.* | ||
|
|
||
| > **Note:** If you already have an Action Asset assigned, this button is not displayed, and instead the Actions Editor is displayed, allowing you to edit the project-wide actions. | ||
|
|
||
| To create an Action Asset with default actions pre-configured, click **"Create a new project-wide Action Asset"**. The asset is created in your project, and automatically assigned as the **project-wide actions**. | ||
|
|
||
| The Action Asset appears in your Project view, and is named "InputSystem_Actions". This is where your new configuration of actions is saved, including any changes you make to it. | ||
|
|
||
| <br/> | ||
| *The new Actions Asset in your Project window* | ||
|  | ||
|
|
||
| ## Edit project-wide actions | ||
|
|
||
| Once you have created and assigned project-wide actions, the Input System Package page in Project Settings displays the **Actions Editor** interface. Read more about how to use the [Actions Editor](ActionsEditor.md) to configure your actions. | ||
|
|
||
|  | ||
| *The Input System Package Project Settings after creating and assigning the default actions* | ||
|
|
||
| ## The default actions | ||
|
|
||
| When you create and assign default project-wide actions using the method described above, the Action Asset comes pre-configured with some default Actions such as "Move", "Jump", and more, which suit many common app and game scenarios. They are configured to read input from the most common types of input controller such as Keyboard, Mouse, Gamepad, Touchscreen and XR. | ||
|
|
@@ -47,7 +44,7 @@ If you’d like to delete all the default actions so that you can start from an | |
|
|
||
| You can also delete all action maps, or reset all the actions back to the default values from the **more** (⋮) menu at the top right of the Input Actions section of the settings window, below the Project Settings window search field. | ||
|
|
||
|  | ||
|
Collaborator
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Same question here.
Collaborator
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Similar to above, for the majority of the screenshot doesn't provide relevant information that we want users to focus on, as the main thing is the highlighted location of the 'more' menu in red. But the location and icon is already described in the text. In this case, alt-text provided in the image caption would become a repeat of what has already been said above by the adjacent/accompanying text, so the image is decorative. However if you feel the image is still important, it can be restored and we'll leave the alt-text blank. |
||
|  | ||
|
|
||
| > **Note:** this **more** (⋮) menu is not available when the Actions Editor is open in a separate window, it is only present in the Project Settings window. | ||
|
|
||
|
|
||
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.
Can you expand on why this has to be removed? It provides the reader with the expectation of what is described.
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.
For UI images, documentation is moving away from providing screenshots of the UI if the information is provided in-text to lower upkeep needed to keep images updated with UI changes. In this case, the text itself leads to the UI reference page for the ActionsEditor, so users who want to know more would be going to that page and see a fully labelled version of the same image in greater detail, so it makes this screenshot slightly redundant.