Skip to content

Commit aac13ce

Browse files
Update timing-and-latency.md
1 parent 223f0fa commit aac13ce

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

Packages/com.unity.inputsystem/Documentation~/timing-and-latency.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@ To minimize input latency, and to avoid missed or duplicate events, it helps to
1313

1414
| **Topic** | **Description** |
1515
| :------------------------------ | :------------------------------- |
16-
| **[Input events queue](xref:input-system-timing-queue)** | Understand how and when the Input System receives and processes input from devices. |
17-
| **[Select an input processing mode](xref:input-system-timing-select)** | How to select an appropriate **Update Mode** which controls when the Input System processes queued input events. |
18-
| **[Optimize for dynamic update](xref:input-system-timing-optimize-dynamic)** | How to optimize input for use in `Update` calls. |
19-
| **[Optimize for fixed update](xref:input-system-timing-optimize-fixed)** | How to optimize input for use in `FixedUpdate` calls. |
20-
| **[Avoid missed or duplicate events](xref:input-system-timing-missed)** | How to avoid missing or duplicated discrete input events like when a button was pressed or released. |
21-
| **[Mixed timing scenarios](xref:input-system-timing-mixed)** | How to optimize and avoid problems when using input in both `Update` and `FixedUpdate` calls. |
16+
| **[Input events queue](timing-input-events-queue.md)** | Understand how and when the Input System receives and processes input from devices. |
17+
| **[Select an input processing mode](timing-select-mode.md)** | How to select an appropriate **Update Mode** which controls when the Input System processes queued input events. |
18+
| **[Optimize for dynamic update](timing-optimize-dynamic-update.md)** | How to optimize input for use in `Update` calls. |
19+
| **[Optimize for fixed update](timing-optimize-fixed-update.md)** | How to optimize input for use in `FixedUpdate` calls. |
20+
| **[Avoid missed or duplicate events](timing-missed-duplicate-events.md)** | How to avoid missing or duplicated discrete input events like when a button was pressed or released. |
21+
| **[Mixed timing scenarios](timing-mixed-scenarios.md)** | How to optimize and avoid problems when using input in both `Update` and `FixedUpdate` calls. |

0 commit comments

Comments
 (0)