Hi,
I am working on a AR project using a META Headset and a Leap motion with UNITY. I would like to record data from the hands tracking and be able to play it back when i need to, for example, to show the user a specific manipulation that was previously recorded.
I saw on the LeapMotion github that some scripts named "PlaybackProvider" and "PlaybackRecorder" seems to do this. I have successfully recorded hands gestures and saved it as a Unity Asset containing every recorded frames. But I don't know how to playback this recording.
Does any of you knows a potential solution to this problem ?
Louis.