- Home /
Unity with bones
I was wandering if theres any performance lost on having bones disabled in my game, so for eye,s and mouth and little features which i only need for cutscenes. They will still be their but it will be disabled
Answer by Mortoc · Jun 03, 2012 at 01:42 PM
If the mesh has the bones skinned to it, even if they aren't moving, it will be part of the skinning calculation. You would have to remove the skinning weights of the bones and attach that mesh to a different bone to remove the influence, it's actually much easier to just load a different LOD model in most cases.
thought as much ill probably just use another model then
Your answer
Follow this Question
Related Questions
Enable bones for physics 0 Answers
Adding a rigidbody to an array? 1 Answer
Moving bones of a model through code 1 Answer
Configuring Avatar 1 Answer
rotate spine acording to camera 1 Answer