Skip to content

Commit 4c91637

Browse files
Donal-PowerekcohPauliusd01
authored
DOCS:Update Workflow-Actions.md (#1995)
Co-authored-by: Håkan Sidenvall <[email protected]> Co-authored-by: Paulius Dervinis <[email protected]>
1 parent a532aa7 commit 4c91637

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Packages/com.unity.inputsystem/Documentation~/Workflow-Actions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ public class Example : MonoBehaviour
9595
}
9696
```
9797

98-
> **Note:** You should avoid using `FindAction` in your Update() loop, because it performs a string-based lookup which could impact performance. This is why the Action refeferences in the example above are found during the Start() functionm, and stored in variables after finding them.
98+
> **Note:** You should avoid using `FindAction` in your Update() loop, because it performs a string-based lookup which could impact performance. This is why the Action refeferences in the example above are found during the Start() function, and stored in variables after finding them.
9999
100100
> **Note:** The [InputSystem.actions](../api/UnityEngine.InputSystem.InputSystem.html) API refers specifically to the Action Asset assigned as the [project-wide actions](ProjectWideActions.md). Most projects only require one Action Asset, but if you are using more than one Action Asset, you must create a reference using the type InputActionAsset to the asset you wish to access.
101101

0 commit comments

Comments
 (0)