- Home /
record user movement with kinect and play the animation afterwords - HELP!
Hi, i would like to be able to have kinect skeleton controlling my character movement. When user is inside i would like to record his/her movements as an animation. When user leave i want my character to loop and play the just recorded animation (i will not care if the recorded animation is not perfect, jittering or so).
is this possible at all? any suggestions are welcome..
thanks in advance ;)
From the AnimationClip class, you can set an AnimationCurve you construct by capturing the needed information (position and rotation) of your $$anonymous$$inect joints when the player is moving.
Then, in a legacy Animation component (or in an Animator), you can add the clip you've created.
thanks a lot for the answer. I will take a look at what you suggest then! thanks again!
Your answer
Follow this Question
Related Questions
kinect and unity 1 Answer
Kinect for Windows v2 (Motion Capture) 2 Answers
How to convert mocap position data to animation data? 0 Answers
Edit mocap animations? 2 Answers