Recorder
Great Victory Legends, Inc.
$35.00
(no ratings)
Date |
Price |
---|---|
日期和时间 |
价钱($) |
11/22(2023) |
25.0 |
04/09(2024) |
35.0 |
11/07(2024) |
35.0 |
Jump AssetStore
Record every detail and replay every moment.
A handy data recording tool for developing and testing games and VR apps.Documentation | Discord | VideoNews:Download the free demos to learn more about the recorder with confidence.- UPython, An example of auto-flow building using Recorder and UPython. It requires the 3rd-party tool UPython 3 Pro.- VR Bowling, A VR example.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 on top of 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.✅ Support the record and replay of particle effects.✅ Tutorials (e.g., Bowling, Cannon) are included for easy references.✅ An intuitive Fighting Game Demo (with code) is included, which demonstrates how to record and replay gameplay data, and showcases two recording styles: Traditional Game Object Recording and Input Buffer Recording.✅ A stress scene is also included.✅ More features are coming ...System RequirementUnity 2021.3.x or above.3rd Party AssetsOdin Inspector and Serializer | Utilities Tools | Unity Asset StoreData Manager Pure Version | Utilities Tools | Unity Asset Store