leapmotion / LeapMotionCoreAssets

Unity Assets for Leap Motion v2 Skeletal Tracking
Apache License 2.0
166 stars 81 forks source link

Leap recorder pause #106

Closed Amarcolina closed 9 years ago

Amarcolina commented 9 years ago

This feature allows the leap recorder to have a distinction between being paused and being stopped. If the recorder is paused, the hand controller still takes input from the recorder and displays the paused hand. If the recorder is stopped, the hand controller takes input from the leap service as normal.

This functionality can be tested in the updated RecordAndPlayback scene

@yuwilbur