ACE Replay
Josep Lleal
$0.0
(no ratings)
Date |
Price |
---|---|
日期和时间 |
价钱($) |
07/19(2022) |
0.0 |
11/17(2024) |
0.0 |
Jump AssetStore
ACE Replay is a simple state-based replay system.
It was developed to quickly add replays to your game without the need to program anything. It includes two example scenes to show its utilities.The example scenes use a cinemachine camera, make sure to add the package to your Unity project if you want to test out the scenes.ACE Replay system only supports the record of transforms, animations, audios, and particles, as well as the handling of instantiated and deleted objects. Keep in mind that this tool was done by a single person and was my final bachelor’s degree project, so I was time-limited.Customizable:The user can customize the replay duration, to use or not the interpolation optimization, and the recording intervals.Suited for 3D:At the moment of the release, the replay is only suited for 3D games.Additional information:To upload the Unity package, all the models and animations of the characters have been replaced by non-animated characters, as they were extracted from Mixamo. If you are interested in the demos with the animations check out the project's GitHub repository: https://github.com/JosepLleal/Replay-System-ToolACE Replay features:Scripts and prefabs to integrate the system quickly and easily. Specify easily what should be recorded by dragging and dropping the script to the desired object, without the need to program. Example scenes to see how the system works and its utilities. Recording of transforms, animations, particles, and audios. Supports instantiation and deletion of recorded objects. Optimization to record at low frame rates without losing smoothness of replay, thanks to interpolation. Simple UI to control instant replay. The replay can be seen from different camera angles using the fly-around replay camera. The replay can also be seen from any of the existing scene cameras, including the gameplay camera. Supports playback at different speeds: x0.25, x0.5, x1, x2, x4. Supports frame-by-frame playback and reverse playback. Travel back in time mechanic. Fully C# commented code that can be extended upon need.