Exemplo n.º 1
0
 protected override void OnLateUpdate(float dt)
 {
     if (!isDynamicBonesPreparedForAttachment)
     {
         isDynamicBonesPreparedForAttachment = true;
         JointHierarchyAdjustment jha = targetGo.GetComponentInChildren <JointHierarchyAdjustment>();
         if (jha != null)
         {
             jha.MakeAdjustment();
         }
         SetEnableDynamicBones(true);
     }
     base.OnLateUpdate(dt);
 }