Skip to content

Commit cb59eac

Browse files
ducketsjo-unity
andauthored
Update Packages/com.unity.inputsystem/Documentation~/timing-select-mode.md
Co-authored-by: Jo Dawes <[email protected]>
1 parent b9b49ca commit cb59eac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Packages/com.unity.inputsystem/Documentation~/timing-select-mode.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@ In cases where a small amount of input latency (a few frames) isn't an issue, se
1212

1313
### When minimum latency is a necessity
1414

15-
In cases where minimum latency is a necessity, set the update mode to **Process Events in Dynamic Update**, even if you're using code in FixedUpdate to apply physics forces based on input. This strategy comes with some additional issues that you must be aware of. Refer to the section [Optimizing for fixed-timestep scenarios](./timing-optimize-fixed-update.md) for more information.
15+
In cases where minimum latency is a necessity, set the update mode to **Process Events in Dynamic Update**, even if you're using code in FixedUpdate to apply physics forces based on input. This strategy comes with some additional issues that you must be aware of. Refer to the section [Optimizing for fixed-timestep scenarios](timing-optimize-fixed-update.md) for more information.

0 commit comments

Comments
 (0)