Skip to content

Commit a447999

Browse files
DOCS: Fix user-reported errors in ActionsEditor.md (#2205)
Co-authored-by: João Freire <[email protected]>
1 parent 736860f commit a447999

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

Packages/com.unity.inputsystem/Documentation~/ActionsEditor.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ The **Input Actions Editor** allows you to edit [Action Assets](ActionAssets.md)
77

88
It allows you to group collections of Actions into [Action Maps](ActionsEditor.html#configure-action-maps), which represent different input scenarios in your project (such as UI navigation, gameplay, etc.)
99

10-
It also alows you to define [Control Schemes](ActionBindings.md#control-schemes) which are a way to enable or disable a set of devices, or respond to which type of device is being used. This is often useful if you want to customise your UI based on whether your users are using mouse, keyboard, or gamepad as their chosen input.
10+
It also allows you to define [Control Schemes](ActionBindings.md#control-schemes) which are a way to enable or disable a set of devices, or respond to which type of device is being used. This is often useful if you want to customise your UI based on whether your users are using mouse, keyboard, or gamepad as their chosen input.
1111

1212
### Action Assets and Project-Wide Actions
1313

@@ -45,8 +45,6 @@ The Input Actions editor is divided into three panels (marked A, B & C above).
4545
* To rename an existing Action, either long-click the name, or right-click the Action Map and select __Rename__ from the context menu.
4646
* To delete an existing Action, either right-click it and select __Delete__ from the context menu.
4747
* To duplicate an existing Action, either right-click it and select __Duplicate__ from the context menu.
48-
*
49-
5048

5149
## Action type and Control type
5250

@@ -56,7 +54,7 @@ If you select an Action, you can edit its properties in the right-hand pane of t
5654

5755
#### Action Type
5856

59-
The Action Type setting allows to to select between **Button**, **Value** or **PassThrough**.
57+
Use the Action Type setting to select **Button**, **Value** or **PassThrough**.
6058

6159
These options relate to whether this action should represent a discrete on/off button-style interaction or a value that can change over time while the control is being used.
6260

0 commit comments

Comments
 (0)