Publisher Great Victory Legends, Inc.
File size 7.73MB
Number of files 175
Latest version 1.1.2
Latest release date 2024-05-20 11:07:07
First release date 2023-11-21 03:43:14
Supported Unity versions 2018.4.2 or higher

Documentation | Discord | Video


Record every detail and replay every moment.


Recorder is a powerful tool for recording the scene play for Unity. It is easy to use. Select the properties from any component you want to record, and Recorder will take care of the rest of the dirty job. A nice CSV file will also be generated. You can use the CSV file to do further analysis. The CSV file is also used to replay the scene. In the replay mode, you can even select whether to play the recorded properties in runtime.


Recorder supports all the Unity Components and all the custom MonoBehaviour scripts. It also supports writing your custom extensions to record complex data. E.g., animation state.


Source code is provided, and there is no DLL at all. It is good for the program to modify the Recorder directly or build your framework top on it.


Features

✅ Track and record the chosen properties during play.

✅ Expose normally hidden properties of components. E.g., the velocity of the Nav Mesh Agent.

✅ Replay or scan through recorded gameplay frame by frame to easily track bugs.

✅ Selectively choose properties to exclude unwanted obstructions during replays.

✅ More features are coming ...