Need help setting up character model
I want to make my humanoid character model a mixture of animation and motion created directly from user input - the body/legs/head should all play animation, but the arms should move from mouse movement (the left arm while the left mouse button is held down, without the button it moves the right arm). I also want to have physics reactions on these arms (not gravity)
I masked the animations for the arms and used transforms for rotating the arm joins (to limited success, its hard to keep it to a natural range of motion). Should I keep down this route or am I going to ruin how it works with collisions?
Would it be better to set up a ragdoll for the body and use torque from mouse input on the arms instead? Or will this then make the rest of the character model do bizarre things? Please let me along the right track and I can figure it out! :)
Your answer
Follow this Question
Related Questions
Can I ignore part of a vector3 for physics reasons? 0 Answers
Configurable joint don't rotate around the local axis of the rigidbody 0 Answers
Helicopter Physics C# 2 Answers
[VR] How to make an active rigidbody work in VR, similar to how Nimsony or Boneworks does it? 1 Answer
Rigidbody looses momentum with contact to ground. Why? 3 Answers