TurnBasedStrategyCourse/Library/PackageCache/com.unity.inputsystem@1.6.1/Samples~/InputRecorder
Sascha 3a12af7288 new git 2023-08-03 09:19:34 +07:00
..
.sample.json new git 2023-08-03 09:19:34 +07:00
InputRecorder.cs new git 2023-08-03 09:19:34 +07:00
InputRecorder.cs.meta new git 2023-08-03 09:19:34 +07:00
InputRecorderInspector.cs new git 2023-08-03 09:19:34 +07:00
InputRecorderInspector.cs.meta new git 2023-08-03 09:19:34 +07:00
InputRecorderSample.unity new git 2023-08-03 09:19:34 +07:00
InputRecorderSample.unity.meta new git 2023-08-03 09:19:34 +07:00
README.md new git 2023-08-03 09:19:34 +07:00
README.md.meta new git 2023-08-03 09:19:34 +07:00
Unity.InputSystem.Recorder.asmdef new git 2023-08-03 09:19:34 +07:00
Unity.InputSystem.Recorder.asmdef.meta new git 2023-08-03 09:19:34 +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).