Skip to content

Commit c52fea6

Browse files
committed
Update Events.md
1 parent 89f9dee commit c52fea6

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

  • Packages/com.unity.inputsystem/Documentation~

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -223,6 +223,9 @@ trace.Dispose();
223223

224224
Dispose event traces after use, so that they do not leak memory on the unmanaged (C++) memory heap.
225225

226+
> [!NOTE]
227+
> **Keyboard text input is not replayed to UI text fields.** Keyboard state (key presses) is captured and replayed correctly and remains accessible via `Keyboard.current`. However there is a known limitation with character delivery to UI Framework components (uGUI `InputField` or UIToolkit `TextField`). These components receive text through a separate native pipeline that is not fed by event replay. As a result, text typed into UI text fields during recording will not appear during playback.
228+
226229
You can also write event traces out to files/streams, load them back in, and replay recorded streams.
227230

228231
```CSharp

0 commit comments

Comments
 (0)