MIF_E31230650/Library/PackageCache/com.unity.inputsystem@57d0e.../Samples~/InputRecorder
zalsaoktaviaramadhani 11b9c7dee5 first commit 2026-06-25 21:38:30 +07:00
..
.sample.json first commit 2026-06-25 21:38:30 +07:00
InputRecorder.cs first commit 2026-06-25 21:38:30 +07:00
InputRecorder.cs.meta first commit 2026-06-25 21:38:30 +07:00
InputRecorderInspector.cs first commit 2026-06-25 21:38:30 +07:00
InputRecorderInspector.cs.meta first commit 2026-06-25 21:38:30 +07:00
InputRecorderSample.unity first commit 2026-06-25 21:38:30 +07:00
InputRecorderSample.unity.meta first commit 2026-06-25 21:38:30 +07:00
InputRecorderSampleSettings.lighting first commit 2026-06-25 21:38:30 +07:00
InputRecorderSampleSettings.lighting.meta first commit 2026-06-25 21:38:30 +07:00
README.md first commit 2026-06-25 21:38:30 +07:00
README.md.meta first commit 2026-06-25 21:38:30 +07:00
Unity.InputSystem.Recorder.asmdef first commit 2026-06-25 21:38:30 +07:00
Unity.InputSystem.Recorder.asmdef.meta first commit 2026-06-25 21:38:30 +07:00

README.md

This sample is both a demonstration for how to use InputEventTrace as well as a useful tool by itself in the form of the InputRecorder reusable MonoBehaviour component.

One possible way in which you can use this facility, for example, is to record input, save it to disk, and then replay the same input in automation (e.g. in tests or when recording short video snippets of preset gameplay sequences for manual proofing).