What I’m trying to do is:
-
Create a model in Makehuman and import it to blender
-
Save two versions of it, one full, as it appears exported from Makehuman, one where the rig is intact, but I remove the whole mesh except for arms and hands (want to use it in an FPS as the arms model and a model for multiplayer players)
-
Now when I try to import it to Unity and get some animations from a free mocap library (here in the asset store) set up in an animation controller, the whole-mesh version of the model works fine, everything animates properly.
-
The version of the model which simply lacks the mesh of the body but has all the bones stands still and cannot be animated with those clips. Why?
-
If I run my modified mesh in Blender through Makewalk addon, the same mocap bhv files work for that mesh - no problem - but the thing is I really would like to be able to add the same clips for both my full avatar and the arms model to save time. Is it possible?
What is causing this behaviour? I’m quite new to animating stuff both in Blender and Unity. Another question: how do you guys manage animations for your avatars and arms/hands in an FPS? from an assets point of view. What’s the workflow, any recommendations?