[Released] Game Object Recorder - New Feature


Asset Store
Now:
New feature implemented: Change replay speed(0.5x, 2x), and Set loop playing.

Description:
GameObject Recorder allows developers to record any unity games. It is not a screen recorder instead a Data Recorder.
It records the game object’s Transform, Animation, and Animator.

Also, you can easily save & load the recorded file.
It will replay the exact scene even when there are some changes around the game object.
You do not have to play the same movement over and over again.

Programming skills not necessarily required.

Features:

  • Quick and easy setup / integration into existing projects
  • Record built-in Transform, Animation, and Animator
  • Change replay speed (0.5x. 2x) and Set up a loop playing.
  • Intuitive UI: easy way to manage recording, saving, and loading.
  • Simply, register and call function for Record() / Replay() / Stop() / Save() / Load().
  • Supporting both UGUI / NGUI.
  • Supporting Android, IOS, Standalone.
  • Containing sample scene for users.
  • Supported Unity versions : 5.6.3p1 or highe.

Feel free to contact us at gaider@aju.co.kr for any inquires.

not available, this can work tho
For the future, here is a script that does that fine, it’s in JS i don’t know when they will bring it back to unity 2023 :smile:DD
it’s a short file so it should take 10 mins to rewrite to C#, and it’s reeeely minimalist so easy to understand.