- Home /
How to control one ragdoll with two players?
Hello
We would like to modify the Avatar2Players example script (in the free ver of Unity) so that 2 players would be able to control one ragdoll with the Kinect -one person controls the left arm-leg and the other person the right arm-leg. We have been encouraged to make a third skeleton with a script and a "LateUpdate" function that takes the rotations of the joints of the two skeletons and applies them to the third skeleton.
How to proceed using LateUpdate? Or is there a better solution? Thank you for your help in advance!
Comment