Commit 8ee1656c authored by 杨泽宇's avatar 杨泽宇

更新

parent 4f05307f
using System.Collections;
using System.Collections.Generic;
using UnityEngine;
using UnityEngine.InputSystem;
/// <summary>
/// 用于VR手部动画控制
/// </summary>
public class AnimateHandController : MonoBehaviour
{
public InputActionProperty pinchActionProperty;
public InputActionProperty gripActionProperty;
private InputAction pinchAction;
private InputAction gripAction;
private Animator animator;
// Start is called before the first frame update
void Start()
{
pinchAction = pinchActionProperty.action;
gripAction = gripActionProperty.action;
animator = GetComponent<Animator>();
}
// Update is called once per frame
void Update()
{
float triggerValue = pinchAction.ReadValue<float>();
animator.SetFloat("Trigger", triggerValue);
float gripValue = gripAction.ReadValue<float>();
animator.SetFloat("Grip", gripValue);
}
}
fileFormatVersion: 2
guid: 6654f854b3d6c5c4ba858942520db085
MonoImporter:
externalObjects: {}
serializedVersion: 2
defaultReferences: []
executionOrder: 0
icon: {instanceID: 0}
userData:
assetBundleName:
assetBundleVariant:
using System.Collections;
using System.Collections.Generic;
using UnityEngine;
using UnityEngine.XR.Interaction.Toolkit;
public class CustomCharacterControllerDriver : CharacterControllerDriver
{
void Update()
{
UpdateCharacterController();
}
}
fileFormatVersion: 2
guid: dc53f9aaabcf81f4abf4500ad59b2957
MonoImporter:
externalObjects: {}
serializedVersion: 2
defaultReferences: []
executionOrder: 0
icon: {instanceID: 0}
userData:
assetBundleName:
assetBundleVariant:
fileFormatVersion: 2
guid: fc418d5ed5159f24b9212a11bb97db1d
folderAsset: yes
DefaultImporter:
externalObjects: {}
userData:
assetBundleName:
assetBundleVariant:
fileFormatVersion: 2
guid: e840c6d7927a8794895d56387046aea7
folderAsset: yes
DefaultImporter:
externalObjects: {}
userData:
assetBundleName:
assetBundleVariant:
%YAML 1.1
%TAG !u! tag:unity3d.com,2011:
--- !u!206 &-7877958355586004021
BlendTree:
m_ObjectHideFlags: 1
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_Name: Blend Tree
m_Childs:
- serializedVersion: 2
m_Motion: {fileID: 7400000, guid: 1ae9aefe37a62de429ddc2edd1ca36f3, type: 3}
m_Threshold: 0
m_Position: {x: 0, y: 0}
m_TimeScale: 1
m_CycleOffset: 0
m_DirectBlendParameter: Grip
m_Mirror: 0
- serializedVersion: 2
m_Motion: {fileID: 7400000, guid: a91ff20f7450bf446a6bf0bfb5e932ae, type: 3}
m_Threshold: 0.33333334
m_Position: {x: 0, y: 1}
m_TimeScale: 1
m_CycleOffset: 0
m_DirectBlendParameter: Grip
m_Mirror: 0
- serializedVersion: 2
m_Motion: {fileID: 7400000, guid: 7cb2e1480bb51ce4282f540ea3f41d4f, type: 3}
m_Threshold: 0.6666667
m_Position: {x: 1, y: 0}
m_TimeScale: 1
m_CycleOffset: 0
m_DirectBlendParameter: Grip
m_Mirror: 0
- serializedVersion: 2
m_Motion: {fileID: 7400000, guid: 7cb2e1480bb51ce4282f540ea3f41d4f, type: 3}
m_Threshold: 1
m_Position: {x: 1, y: 1}
m_TimeScale: 1
m_CycleOffset: 0
m_DirectBlendParameter: Grip
m_Mirror: 0
m_BlendParameter: Grip
m_BlendParameterY: Trigger
m_MinThreshold: 0
m_MaxThreshold: 1
m_UseAutomaticThresholds: 1
m_NormalizedBlendValues: 0
m_BlendType: 3
--- !u!1107 &-2276301845227396631
AnimatorStateMachine:
serializedVersion: 5
m_ObjectHideFlags: 1
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_Name: Base Layer
m_ChildStates:
- serializedVersion: 1
m_State: {fileID: 5869694157650388578}
m_Position: {x: 330, y: 120, z: 0}
m_ChildStateMachines: []
m_AnyStateTransitions: []
m_EntryTransitions: []
m_StateMachineTransitions: {}
m_StateMachineBehaviours: []
m_AnyStatePosition: {x: 50, y: 20, z: 0}
m_EntryPosition: {x: 50, y: 120, z: 0}
m_ExitPosition: {x: 800, y: 120, z: 0}
m_ParentStateMachinePosition: {x: 800, y: 20, z: 0}
m_DefaultState: {fileID: 5869694157650388578}
--- !u!91 &9100000
AnimatorController:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_Name: Left Hand Animator
serializedVersion: 5
m_AnimatorParameters:
- m_Name: Grip
m_Type: 1
m_DefaultFloat: 0
m_DefaultInt: 0
m_DefaultBool: 0
m_Controller: {fileID: 9100000}
- m_Name: Trigger
m_Type: 1
m_DefaultFloat: 0
m_DefaultInt: 0
m_DefaultBool: 0
m_Controller: {fileID: 9100000}
m_AnimatorLayers:
- serializedVersion: 5
m_Name: Base Layer
m_StateMachine: {fileID: -2276301845227396631}
m_Mask: {fileID: 0}
m_Motions: []
m_Behaviours: []
m_BlendingMode: 0
m_SyncedLayerIndex: -1
m_DefaultWeight: 0
m_IKPass: 0
m_SyncedLayerAffectsTiming: 0
m_Controller: {fileID: 9100000}
--- !u!1102 &5869694157650388578
AnimatorState:
serializedVersion: 5
m_ObjectHideFlags: 1
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_Name: Blend Tree
m_Speed: 1
m_CycleOffset: 0
m_Transitions: []
m_StateMachineBehaviours: []
m_Position: {x: 50, y: 50, z: 0}
m_IKOnFeet: 0
m_WriteDefaultValues: 1
m_Mirror: 0
m_SpeedParameterActive: 0
m_MirrorParameterActive: 0
m_CycleOffsetParameterActive: 0
m_TimeParameterActive: 0
m_Motion: {fileID: -7877958355586004021}
m_Tag:
m_SpeedParameter:
m_MirrorParameter:
m_CycleOffsetParameter:
m_TimeParameter:
fileFormatVersion: 2
guid: 4b5efa0c69d901449a38989140500c0d
NativeFormatImporter:
externalObjects: {}
mainObjectFileID: 0
userData:
assetBundleName:
assetBundleVariant:
%YAML 1.1
%TAG !u! tag:unity3d.com,2011:
--- !u!206 &-7877958355586004021
BlendTree:
m_ObjectHideFlags: 1
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_Name: Blend Tree
m_Childs:
- serializedVersion: 2
m_Motion: {fileID: 7400000, guid: b6c38558987444240b3b3950e4450b77, type: 3}
m_Threshold: 0
m_Position: {x: 0, y: 0}
m_TimeScale: 1
m_CycleOffset: 0
m_DirectBlendParameter: Grip
m_Mirror: 0
- serializedVersion: 2
m_Motion: {fileID: 7400000, guid: 165871bb4fa915847973b6955c7a670d, type: 3}
m_Threshold: 0.33333334
m_Position: {x: 0, y: 1}
m_TimeScale: 1
m_CycleOffset: 0
m_DirectBlendParameter: Grip
m_Mirror: 0
- serializedVersion: 2
m_Motion: {fileID: 7400000, guid: 005ab0ae8aa7f74438a5fa50f7cd50e3, type: 3}
m_Threshold: 0.6666667
m_Position: {x: 1, y: 0}
m_TimeScale: 1
m_CycleOffset: 0
m_DirectBlendParameter: Grip
m_Mirror: 0
- serializedVersion: 2
m_Motion: {fileID: 7400000, guid: 005ab0ae8aa7f74438a5fa50f7cd50e3, type: 3}
m_Threshold: 1
m_Position: {x: 1, y: 1}
m_TimeScale: 1
m_CycleOffset: 0
m_DirectBlendParameter: Grip
m_Mirror: 0
m_BlendParameter: Grip
m_BlendParameterY: Trigger
m_MinThreshold: 0
m_MaxThreshold: 1
m_UseAutomaticThresholds: 1
m_NormalizedBlendValues: 0
m_BlendType: 3
--- !u!1107 &-2276301845227396631
AnimatorStateMachine:
serializedVersion: 5
m_ObjectHideFlags: 1
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_Name: Base Layer
m_ChildStates:
- serializedVersion: 1
m_State: {fileID: 5869694157650388578}
m_Position: {x: 330, y: 120, z: 0}
m_ChildStateMachines: []
m_AnyStateTransitions: []
m_EntryTransitions: []
m_StateMachineTransitions: {}
m_StateMachineBehaviours: []
m_AnyStatePosition: {x: 50, y: 20, z: 0}
m_EntryPosition: {x: 50, y: 120, z: 0}
m_ExitPosition: {x: 800, y: 120, z: 0}
m_ParentStateMachinePosition: {x: 800, y: 20, z: 0}
m_DefaultState: {fileID: 5869694157650388578}
--- !u!91 &9100000
AnimatorController:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_Name: Right Hand Animator
serializedVersion: 5
m_AnimatorParameters:
- m_Name: Grip
m_Type: 1
m_DefaultFloat: 0
m_DefaultInt: 0
m_DefaultBool: 0
m_Controller: {fileID: 0}
- m_Name: Trigger
m_Type: 1
m_DefaultFloat: 0
m_DefaultInt: 0
m_DefaultBool: 0
m_Controller: {fileID: 0}
m_AnimatorLayers:
- serializedVersion: 5
m_Name: Base Layer
m_StateMachine: {fileID: -2276301845227396631}
m_Mask: {fileID: 0}
m_Motions: []
m_Behaviours: []
m_BlendingMode: 0
m_SyncedLayerIndex: -1
m_DefaultWeight: 0
m_IKPass: 0
m_SyncedLayerAffectsTiming: 0
m_Controller: {fileID: 9100000}
--- !u!1102 &5869694157650388578
AnimatorState:
serializedVersion: 5
m_ObjectHideFlags: 1
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_Name: Blend Tree
m_Speed: 1
m_CycleOffset: 0
m_Transitions: []
m_StateMachineBehaviours: []
m_Position: {x: 50, y: 50, z: 0}
m_IKOnFeet: 0
m_WriteDefaultValues: 1
m_Mirror: 0
m_SpeedParameterActive: 0
m_MirrorParameterActive: 0
m_CycleOffsetParameterActive: 0
m_TimeParameterActive: 0
m_Motion: {fileID: -7877958355586004021}
m_Tag:
m_SpeedParameter:
m_MirrorParameter:
m_CycleOffsetParameter:
m_TimeParameter:
fileFormatVersion: 2
guid: 3338dde1ae80a3b43826deca5c238356
NativeFormatImporter:
externalObjects: {}
mainObjectFileID: 0
userData:
assetBundleName:
assetBundleVariant:
fileFormatVersion: 2
guid: 1ae9aefe37a62de429ddc2edd1ca36f3
ModelImporter:
serializedVersion: 22
fileIDToRecycleName:
100000: hands:b_l_grip
100002: hands:b_l_hand
100004: hands:b_l_hand_ignore
100006: hands:b_l_index1
100008: hands:b_l_index2
100010: hands:b_l_index3
100012: hands:b_l_index_ignore
100014: hands:b_l_middle1
100016: hands:b_l_middle2
100018: hands:b_l_middle3
100020: hands:b_l_middle_ignore
100022: hands:b_l_pinky0
100024: hands:b_l_pinky1
100026: hands:b_l_pinky2
100028: hands:b_l_pinky3
100030: hands:b_l_pinky_ignore
100032: hands:b_l_ring1
100034: hands:b_l_ring2
100036: hands:b_l_ring3
100038: hands:b_l_ring_ignore
100040: hands:b_l_thumb1
100042: hands:b_l_thumb2
100044: hands:b_l_thumb3
100046: hands:b_l_thumb_ignore
100048: hands:l_hand_world
100050: //RootNode
400000: hands:b_l_grip
400002: hands:b_l_hand
400004: hands:b_l_hand_ignore
400006: hands:b_l_index1
400008: hands:b_l_index2
400010: hands:b_l_index3
400012: hands:b_l_index_ignore
400014: hands:b_l_middle1
400016: hands:b_l_middle2
400018: hands:b_l_middle3
400020: hands:b_l_middle_ignore
400022: hands:b_l_pinky0
400024: hands:b_l_pinky1
400026: hands:b_l_pinky2
400028: hands:b_l_pinky3
400030: hands:b_l_pinky_ignore
400032: hands:b_l_ring1
400034: hands:b_l_ring2
400036: hands:b_l_ring3
400038: hands:b_l_ring_ignore
400040: hands:b_l_thumb1
400042: hands:b_l_thumb2
400044: hands:b_l_thumb3
400046: hands:b_l_thumb_ignore
400048: hands:l_hand_world
400050: //RootNode
7400000: Take 001
9500000: //RootNode
externalObjects: {}
materials:
importMaterials: 1
materialName: 0
materialSearch: 1
materialLocation: 1
animations:
legacyGenerateAnimations: 4
bakeSimulation: 0
resampleCurves: 1
optimizeGameObjects: 0
motionNodeName:
rigImportErrors:
rigImportWarnings:
animationImportErrors:
animationImportWarnings:
animationRetargetingWarnings:
animationDoRetargetingWarnings: 0
importAnimatedCustomProperties: 0
animationCompression: 1
animationRotationError: 0.5
animationPositionError: 0.5
animationScaleError: 0.5
animationWrapMode: 0
extraExposedTransformPaths: []
extraUserProperties: []
clipAnimations: []
isReadable: 1
meshes:
lODScreenPercentages: []
globalScale: 1
meshCompression: 0
addColliders: 0
importVisibility: 1
importBlendShapes: 1
importCameras: 1
importLights: 1
swapUVChannels: 0
generateSecondaryUV: 0
useFileUnits: 1
optimizeMeshForGPU: 1
keepQuads: 0
weldVertices: 1
preserveHierarchy: 0
indexFormat: 0
secondaryUVAngleDistortion: 8
secondaryUVAreaDistortion: 15.000001
secondaryUVHardAngle: 88
secondaryUVPackMargin: 4
useFileScale: 1
tangentSpace:
normalSmoothAngle: 60
normalImportMode: 0
tangentImportMode: 3
normalCalculationMode: 4
importAnimation: 1
copyAvatar: 0
humanDescription:
serializedVersion: 2
human: []
skeleton: []
armTwist: 0.5
foreArmTwist: 0.5
upperLegTwist: 0.5
legTwist: 0.5
armStretch: 0.05
legStretch: 0.05
feetSpacing: 0
rootMotionBoneName:
rootMotionBoneRotation: {x: 0, y: 0, z: 0, w: 1}
hasTranslationDoF: 0
hasExtraRoot: 0
skeletonHasParents: 1
lastHumanDescriptionAvatarSource: {instanceID: 0}
animationType: 2
humanoidOversampling: 1
additionalBone: 0
userData:
assetBundleName:
assetBundleVariant:
fileFormatVersion: 2
guid: 7cb2e1480bb51ce4282f540ea3f41d4f
timeCreated: 1437585934
licenseType: Store
ModelImporter:
serializedVersion: 18
fileIDToRecycleName:
100000: hands:b_l_grip
100002: hands:b_l_hand
100004: hands:b_l_hand_ignore
100006: hands:b_l_index1
100008: hands:b_l_index2
100010: hands:b_l_index3
100012: hands:b_l_index_ignore
100014: hands:b_l_middle1
100016: hands:b_l_middle2
100018: hands:b_l_middle3
100020: hands:b_l_middle_ignore
100022: hands:b_l_pinky0
100024: hands:b_l_pinky1
100026: hands:b_l_pinky2
100028: hands:b_l_pinky3
100030: hands:b_l_pinky_ignore
100032: hands:b_l_ring1
100034: hands:b_l_ring2
100036: hands:b_l_ring3
100038: hands:b_l_ring_ignore
100040: hands:b_l_thumb1
100042: hands:b_l_thumb2
100044: hands:b_l_thumb3
100046: hands:b_l_thumb_ignore
100048: hands:l_hand_world
100050: //RootNode
400000: hands:b_l_grip
400002: hands:b_l_hand
400004: hands:b_l_hand_ignore
400006: hands:b_l_index1
400008: hands:b_l_index2
400010: hands:b_l_index3
400012: hands:b_l_index_ignore
400014: hands:b_l_middle1
400016: hands:b_l_middle2
400018: hands:b_l_middle3
400020: hands:b_l_middle_ignore
400022: hands:b_l_pinky0
400024: hands:b_l_pinky1
400026: hands:b_l_pinky2
400028: hands:b_l_pinky3
400030: hands:b_l_pinky_ignore
400032: hands:b_l_ring1
400034: hands:b_l_ring2
400036: hands:b_l_ring3
400038: hands:b_l_ring_ignore
400040: hands:b_l_thumb1
400042: hands:b_l_thumb2
400044: hands:b_l_thumb3
400046: hands:b_l_thumb_ignore
400048: hands:l_hand_world
400050: //RootNode
7400000: l_hand_fist
9500000: //RootNode
materials:
importMaterials: 1
materialName: 0
materialSearch: 1
animations:
legacyGenerateAnimations: 4
bakeSimulation: 0
optimizeGameObjects: 0
motionNodeName:
animationImportErrors:
animationImportWarnings:
animationRetargetingWarnings:
animationDoRetargetingWarnings: 0
animationCompression: 1
animationRotationError: .5
animationPositionError: .5
animationScaleError: .5
animationWrapMode: 0
extraExposedTransformPaths: []
clipAnimations:
- serializedVersion: 16
name: l_hand_fist
takeName: Take 001
firstFrame: 0
lastFrame: 1
wrapMode: 0
orientationOffsetY: 0
level: 0
cycleOffset: 0
loop: 0
loopTime: 0
loopBlend: 0
loopBlendOrientation: 0
loopBlendPositionY: 0
loopBlendPositionXZ: 0
keepOriginalOrientation: 0
keepOriginalPositionY: 1
keepOriginalPositionXZ: 0
heightFromFeet: 0
mirror: 0
bodyMask: 01000000010000000100000001000000010000000100000001000000010000000100000001000000010000000100000001000000
curves: []
events: []
transformMask:
- path:
weight: 1
- path: hands:l_hand_world
weight: 1
- path: hands:l_hand_world/hands:b_l_hand
weight: 1
- path: hands:l_hand_world/hands:b_l_hand/hands:b_l_grip
weight: 1
- path: hands:l_hand_world/hands:b_l_hand/hands:b_l_hand_ignore
weight: 1
- path: hands:l_hand_world/hands:b_l_hand/hands:b_l_index1
weight: 1
- path: hands:l_hand_world/hands:b_l_hand/hands:b_l_index1/hands:b_l_index2
weight: 1
- path: hands:l_hand_world/hands:b_l_hand/hands:b_l_index1/hands:b_l_index2/hands:b_l_index3
weight: 1
- path: hands:l_hand_world/hands:b_l_hand/hands:b_l_index1/hands:b_l_index2/hands:b_l_index3/hands:b_l_index_ignore
weight: 1
- path: hands:l_hand_world/hands:b_l_hand/hands:b_l_middle1
weight: 1
- path: hands:l_hand_world/hands:b_l_hand/hands:b_l_middle1/hands:b_l_middle2
weight: 1
- path: hands:l_hand_world/hands:b_l_hand/hands:b_l_middle1/hands:b_l_middle2/hands:b_l_middle3
weight: 1
- path: hands:l_hand_world/hands:b_l_hand/hands:b_l_middle1/hands:b_l_middle2/hands:b_l_middle3/hands:b_l_middle_ignore
weight: 1
- path: hands:l_hand_world/hands:b_l_hand/hands:b_l_pinky0
weight: 1
- path: hands:l_hand_world/hands:b_l_hand/hands:b_l_pinky0/hands:b_l_pinky1
weight: 1
- path: hands:l_hand_world/hands:b_l_hand/hands:b_l_pinky0/hands:b_l_pinky1/hands:b_l_pinky2
weight: 1
- path: hands:l_hand_world/hands:b_l_hand/hands:b_l_pinky0/hands:b_l_pinky1/hands:b_l_pinky2/hands:b_l_pinky3
weight: 1
- path: hands:l_hand_world/hands:b_l_hand/hands:b_l_pinky0/hands:b_l_pinky1/hands:b_l_pinky2/hands:b_l_pinky3/hands:b_l_pinky_ignore
weight: 1
- path: hands:l_hand_world/hands:b_l_hand/hands:b_l_ring1
weight: 1
- path: hands:l_hand_world/hands:b_l_hand/hands:b_l_ring1/hands:b_l_ring2
weight: 1
- path: hands:l_hand_world/hands:b_l_hand/hands:b_l_ring1/hands:b_l_ring2/hands:b_l_ring3
weight: 1
- path: hands:l_hand_world/hands:b_l_hand/hands:b_l_ring1/hands:b_l_ring2/hands:b_l_ring3/hands:b_l_ring_ignore
weight: 1
- path: hands:l_hand_world/hands:b_l_hand/hands:b_l_thumb1
weight: 1
- path: hands:l_hand_world/hands:b_l_hand/hands:b_l_thumb1/hands:b_l_thumb2
weight: 1
- path: hands:l_hand_world/hands:b_l_hand/hands:b_l_thumb1/hands:b_l_thumb2/hands:b_l_thumb3
weight: 1
- path: hands:l_hand_world/hands:b_l_hand/hands:b_l_thumb1/hands:b_l_thumb2/hands:b_l_thumb3/hands:b_l_thumb_ignore
weight: 1
maskType: 0
maskSource: {instanceID: 0}
isReadable: 1
meshes:
lODScreenPercentages: []
globalScale: 1
meshCompression: 0
addColliders: 0
importBlendShapes: 1
swapUVChannels: 0
generateSecondaryUV: 0
useFileUnits: 1
optimizeMeshForGPU: 1
keepQuads: 0
weldVertices: 1
secondaryUVAngleDistortion: 8
secondaryUVAreaDistortion: 15.000001
secondaryUVHardAngle: 88
secondaryUVPackMargin: 4
useFileScale: 1
tangentSpace:
normalSmoothAngle: 60
splitTangentsAcrossUV: 1
normalImportMode: 0
tangentImportMode: 1
importAnimation: 1
copyAvatar: 1
humanDescription:
human: []
skeleton: []
armTwist: .5
foreArmTwist: .5
upperLegTwist: .5
legTwist: .5
armStretch: .0500000007
legStretch: .0500000007
feetSpacing: 0
rootMotionBoneName:
hasTranslationDoF: 0
lastHumanDescriptionAvatarSource: {fileID: 9000000, guid: ace1986d78f1a9c4ba969e1f5439560b,
type: 3}
animationType: 2
humanoidOversampling: 1
additionalBone: 0
userData:
assetBundleName:
assetBundleVariant:
fileFormatVersion: 2
guid: a91ff20f7450bf446a6bf0bfb5e932ae
timeCreated: 1484004765
licenseType: Store
ModelImporter:
serializedVersion: 19
fileIDToRecycleName:
100000: hands:b_l_grip
100002: hands:b_l_hand
100004: hands:b_l_hand_ignore
100006: hands:b_l_index1
100008: hands:b_l_index2
100010: hands:b_l_index3
100012: hands:b_l_index_ignore
100014: hands:b_l_middle1
100016: hands:b_l_middle2
100018: hands:b_l_middle3
100020: hands:b_l_middle_ignore
100022: hands:b_l_pinky0
100024: hands:b_l_pinky1
100026: hands:b_l_pinky2
100028: hands:b_l_pinky3
100030: hands:b_l_pinky_ignore
100032: hands:b_l_ring1
100034: hands:b_l_ring2
100036: hands:b_l_ring3
100038: hands:b_l_ring_ignore
100040: hands:b_l_thumb1
100042: hands:b_l_thumb2
100044: hands:b_l_thumb3
100046: hands:b_l_thumb_ignore
100048: hands:l_hand_world
100050: //RootNode
400000: hands:b_l_grip
400002: hands:b_l_hand
400004: hands:b_l_hand_ignore
400006: hands:b_l_index1
400008: hands:b_l_index2
400010: hands:b_l_index3
400012: hands:b_l_index_ignore
400014: hands:b_l_middle1
400016: hands:b_l_middle2
400018: hands:b_l_middle3
400020: hands:b_l_middle_ignore
400022: hands:b_l_pinky0
400024: hands:b_l_pinky1
400026: hands:b_l_pinky2
400028: hands:b_l_pinky3
400030: hands:b_l_pinky_ignore
400032: hands:b_l_ring1
400034: hands:b_l_ring2
400036: hands:b_l_ring3
400038: hands:b_l_ring_ignore
400040: hands:b_l_thumb1
400042: hands:b_l_thumb2
400044: hands:b_l_thumb3
400046: hands:b_l_thumb_ignore
400048: hands:l_hand_world
400050: //RootNode
7400000: l_hand_pinch_anim
9500000: //RootNode
materials:
importMaterials: 1
materialName: 0
materialSearch: 1
animations:
legacyGenerateAnimations: 4
bakeSimulation: 0
resampleCurves: 1
optimizeGameObjects: 0
motionNodeName:
animationImportErrors:
animationImportWarnings:
animationRetargetingWarnings:
animationDoRetargetingWarnings: 0
animationCompression: 1
animationRotationError: 0.5
animationPositionError: 0.5
animationScaleError: 0.5
animationWrapMode: 0
extraExposedTransformPaths: []
clipAnimations:
- serializedVersion: 16
name: l_hand_pinch_anim
takeName: Take 001
firstFrame: 4
lastFrame: 5
wrapMode: 0
orientationOffsetY: 0
level: 0
cycleOffset: 0
loop: 0
hasAdditiveReferencePose: 0
loopTime: 0
loopBlend: 0
loopBlendOrientation: 0
loopBlendPositionY: 0
loopBlendPositionXZ: 0
keepOriginalOrientation: 0
keepOriginalPositionY: 1
keepOriginalPositionXZ: 0
heightFromFeet: 0
mirror: 0
bodyMask: 01000000010000000100000001000000010000000100000001000000010000000100000001000000010000000100000001000000
curves: []
events: []
transformMask:
- path:
weight: 1
- path: hands:l_hand_world
weight: 1
- path: hands:l_hand_world/hands:b_l_hand
weight: 1
- path: hands:l_hand_world/hands:b_l_hand/hands:b_l_grip
weight: 1
- path: hands:l_hand_world/hands:b_l_hand/hands:b_l_hand_ignore
weight: 1
- path: hands:l_hand_world/hands:b_l_hand/hands:b_l_index1
weight: 1
- path: hands:l_hand_world/hands:b_l_hand/hands:b_l_index1/hands:b_l_index2
weight: 1
- path: hands:l_hand_world/hands:b_l_hand/hands:b_l_index1/hands:b_l_index2/hands:b_l_index3
weight: 1
- path: hands:l_hand_world/hands:b_l_hand/hands:b_l_index1/hands:b_l_index2/hands:b_l_index3/hands:b_l_index_ignore
weight: 1
- path: hands:l_hand_world/hands:b_l_hand/hands:b_l_middle1
weight: 1
- path: hands:l_hand_world/hands:b_l_hand/hands:b_l_middle1/hands:b_l_middle2
weight: 1
- path: hands:l_hand_world/hands:b_l_hand/hands:b_l_middle1/hands:b_l_middle2/hands:b_l_middle3
weight: 1
- path: hands:l_hand_world/hands:b_l_hand/hands:b_l_middle1/hands:b_l_middle2/hands:b_l_middle3/hands:b_l_middle_ignore
weight: 1
- path: hands:l_hand_world/hands:b_l_hand/hands:b_l_pinky0
weight: 1
- path: hands:l_hand_world/hands:b_l_hand/hands:b_l_pinky0/hands:b_l_pinky1
weight: 1
- path: hands:l_hand_world/hands:b_l_hand/hands:b_l_pinky0/hands:b_l_pinky1/hands:b_l_pinky2
weight: 1
- path: hands:l_hand_world/hands:b_l_hand/hands:b_l_pinky0/hands:b_l_pinky1/hands:b_l_pinky2/hands:b_l_pinky3
weight: 1
- path: hands:l_hand_world/hands:b_l_hand/hands:b_l_pinky0/hands:b_l_pinky1/hands:b_l_pinky2/hands:b_l_pinky3/hands:b_l_pinky_ignore
weight: 1
- path: hands:l_hand_world/hands:b_l_hand/hands:b_l_ring1
weight: 1
- path: hands:l_hand_world/hands:b_l_hand/hands:b_l_ring1/hands:b_l_ring2
weight: 1
- path: hands:l_hand_world/hands:b_l_hand/hands:b_l_ring1/hands:b_l_ring2/hands:b_l_ring3
weight: 1
- path: hands:l_hand_world/hands:b_l_hand/hands:b_l_ring1/hands:b_l_ring2/hands:b_l_ring3/hands:b_l_ring_ignore
weight: 1
- path: hands:l_hand_world/hands:b_l_hand/hands:b_l_thumb1
weight: 1
- path: hands:l_hand_world/hands:b_l_hand/hands:b_l_thumb1/hands:b_l_thumb2
weight: 1
- path: hands:l_hand_world/hands:b_l_hand/hands:b_l_thumb1/hands:b_l_thumb2/hands:b_l_thumb3
weight: 1
- path: hands:l_hand_world/hands:b_l_hand/hands:b_l_thumb1/hands:b_l_thumb2/hands:b_l_thumb3/hands:b_l_thumb_ignore
weight: 1
maskType: 3
maskSource: {instanceID: 0}
additiveReferencePoseFrame: 0
isReadable: 1
meshes:
lODScreenPercentages: []
globalScale: 1
meshCompression: 0
addColliders: 0
importBlendShapes: 1
swapUVChannels: 0
generateSecondaryUV: 0
useFileUnits: 1
optimizeMeshForGPU: 1
keepQuads: 0
weldVertices: 1
secondaryUVAngleDistortion: 8
secondaryUVAreaDistortion: 15.000001
secondaryUVHardAngle: 88
secondaryUVPackMargin: 4
useFileScale: 1
tangentSpace:
normalSmoothAngle: 60
normalImportMode: 0
tangentImportMode: 3
importAnimation: 1
copyAvatar: 0
humanDescription:
serializedVersion: 2
human: []
skeleton: []
armTwist: 0.5
foreArmTwist: 0.5
upperLegTwist: 0.5
legTwist: 0.5
armStretch: 0.05
legStretch: 0.05
feetSpacing: 0
rootMotionBoneName:
rootMotionBoneRotation: {x: 0, y: 0, z: 0, w: 1}
hasTranslationDoF: 0
hasExtraRoot: 0
skeletonHasParents: 1
lastHumanDescriptionAvatarSource: {instanceID: 0}
animationType: 2
humanoidOversampling: 1
additionalBone: 0
userData:
assetBundleName:
assetBundleVariant:
fileFormatVersion: 2
guid: b6c38558987444240b3b3950e4450b77
ModelImporter:
serializedVersion: 22
fileIDToRecycleName:
100000: hands:b_r_grip
100002: hands:b_r_hand
100004: hands:b_r_hand_ignore
100006: hands:b_r_index1
100008: hands:b_r_index2
100010: hands:b_r_index3
100012: hands:b_r_index_ignore
100014: hands:b_r_middle1
100016: hands:b_r_middle2
100018: hands:b_r_middle3
100020: hands:b_r_middle_ignore
100022: hands:b_r_pinky0
100024: hands:b_r_pinky1
100026: hands:b_r_pinky2
100028: hands:b_r_pinky3
100030: hands:b_r_pinky_ignore
100032: hands:b_r_ring1
100034: hands:b_r_ring2
100036: hands:b_r_ring3
100038: hands:b_r_ring_ignore
100040: hands:b_r_thumb1
100042: hands:b_r_thumb2
100044: hands:b_r_thumb3
100046: hands:b_r_thumb_ignore
100048: hands:r_hand_world
100050: //RootNode
400000: hands:b_r_grip
400002: hands:b_r_hand
400004: hands:b_r_hand_ignore
400006: hands:b_r_index1
400008: hands:b_r_index2
400010: hands:b_r_index3
400012: hands:b_r_index_ignore
400014: hands:b_r_middle1
400016: hands:b_r_middle2
400018: hands:b_r_middle3
400020: hands:b_r_middle_ignore
400022: hands:b_r_pinky0
400024: hands:b_r_pinky1
400026: hands:b_r_pinky2
400028: hands:b_r_pinky3
400030: hands:b_r_pinky_ignore
400032: hands:b_r_ring1
400034: hands:b_r_ring2
400036: hands:b_r_ring3
400038: hands:b_r_ring_ignore
400040: hands:b_r_thumb1
400042: hands:b_r_thumb2
400044: hands:b_r_thumb3
400046: hands:b_r_thumb_ignore
400048: hands:r_hand_world
400050: //RootNode
7400000: Take 001
9500000: //RootNode
externalObjects: {}
materials:
importMaterials: 1
materialName: 0
materialSearch: 1
materialLocation: 1
animations:
legacyGenerateAnimations: 4
bakeSimulation: 0
resampleCurves: 1
optimizeGameObjects: 0
motionNodeName:
rigImportErrors:
rigImportWarnings:
animationImportErrors:
animationImportWarnings:
animationRetargetingWarnings:
animationDoRetargetingWarnings: 0
importAnimatedCustomProperties: 0
animationCompression: 1
animationRotationError: 0.5
animationPositionError: 0.5
animationScaleError: 0.5
animationWrapMode: 0
extraExposedTransformPaths: []
extraUserProperties: []
clipAnimations: []
isReadable: 1
meshes:
lODScreenPercentages: []
globalScale: 1
meshCompression: 0
addColliders: 0
importVisibility: 1
importBlendShapes: 1
importCameras: 1
importLights: 1
swapUVChannels: 0
generateSecondaryUV: 0
useFileUnits: 1
optimizeMeshForGPU: 1
keepQuads: 0
weldVertices: 1
preserveHierarchy: 0
indexFormat: 0
secondaryUVAngleDistortion: 8
secondaryUVAreaDistortion: 15.000001
secondaryUVHardAngle: 88
secondaryUVPackMargin: 4
useFileScale: 1
tangentSpace:
normalSmoothAngle: 60
normalImportMode: 0
tangentImportMode: 3
normalCalculationMode: 4
importAnimation: 1
copyAvatar: 0
humanDescription:
serializedVersion: 2
human: []
skeleton: []
armTwist: 0.5
foreArmTwist: 0.5
upperLegTwist: 0.5
legTwist: 0.5
armStretch: 0.05
legStretch: 0.05
feetSpacing: 0
rootMotionBoneName:
rootMotionBoneRotation: {x: 0, y: 0, z: 0, w: 1}
hasTranslationDoF: 0
hasExtraRoot: 0
skeletonHasParents: 1
lastHumanDescriptionAvatarSource: {instanceID: 0}
animationType: 2
humanoidOversampling: 1
additionalBone: 0
userData:
assetBundleName:
assetBundleVariant:
fileFormatVersion: 2
guid: 005ab0ae8aa7f74438a5fa50f7cd50e3
timeCreated: 1437585997
licenseType: Store
ModelImporter:
serializedVersion: 18
fileIDToRecycleName:
100000: hands:b_r_grip
100002: hands:b_r_hand
100004: hands:b_r_hand_ignore
100006: hands:b_r_index1
100008: hands:b_r_index2
100010: hands:b_r_index3
100012: hands:b_r_index_ignore
100014: hands:b_r_middle1
100016: hands:b_r_middle2
100018: hands:b_r_middle3
100020: hands:b_r_middle_ignore
100022: hands:b_r_pinky0
100024: hands:b_r_pinky1
100026: hands:b_r_pinky2
100028: hands:b_r_pinky3
100030: hands:b_r_pinky_ignore
100032: hands:b_r_ring1
100034: hands:b_r_ring2
100036: hands:b_r_ring3
100038: hands:b_r_ring_ignore
100040: hands:b_r_thumb1
100042: hands:b_r_thumb2
100044: hands:b_r_thumb3
100046: hands:b_r_thumb_ignore
100048: hands:r_hand_world
100050: //RootNode
400000: hands:b_r_grip
400002: hands:b_r_hand
400004: hands:b_r_hand_ignore
400006: hands:b_r_index1
400008: hands:b_r_index2
400010: hands:b_r_index3
400012: hands:b_r_index_ignore
400014: hands:b_r_middle1
400016: hands:b_r_middle2
400018: hands:b_r_middle3
400020: hands:b_r_middle_ignore
400022: hands:b_r_pinky0
400024: hands:b_r_pinky1
400026: hands:b_r_pinky2
400028: hands:b_r_pinky3
400030: hands:b_r_pinky_ignore
400032: hands:b_r_ring1
400034: hands:b_r_ring2
400036: hands:b_r_ring3
400038: hands:b_r_ring_ignore
400040: hands:b_r_thumb1
400042: hands:b_r_thumb2
400044: hands:b_r_thumb3
400046: hands:b_r_thumb_ignore
400048: hands:r_hand_world
400050: //RootNode
7400000: r_hand_fist
9500000: //RootNode
materials:
importMaterials: 1
materialName: 0
materialSearch: 1
animations:
legacyGenerateAnimations: 4
bakeSimulation: 0
optimizeGameObjects: 0
motionNodeName:
animationImportErrors:
animationImportWarnings:
animationRetargetingWarnings:
animationDoRetargetingWarnings: 0
animationCompression: 1
animationRotationError: .5
animationPositionError: .5
animationScaleError: .5
animationWrapMode: 0
extraExposedTransformPaths: []
clipAnimations:
- serializedVersion: 16
name: r_hand_fist
takeName: Take 001
firstFrame: 0
lastFrame: 1
wrapMode: 0
orientationOffsetY: 0
level: 0
cycleOffset: 0
loop: 0
loopTime: 0
loopBlend: 0
loopBlendOrientation: 0
loopBlendPositionY: 0
loopBlendPositionXZ: 0
keepOriginalOrientation: 0
keepOriginalPositionY: 1
keepOriginalPositionXZ: 0
heightFromFeet: 0
mirror: 0
bodyMask: 01000000010000000100000001000000010000000100000001000000010000000100000001000000010000000100000001000000
curves: []
events: []
transformMask:
- path:
weight: 1
- path: hands:r_hand_world
weight: 1
- path: hands:r_hand_world/hands:b_r_hand
weight: 1
- path: hands:r_hand_world/hands:b_r_hand/hands:b_r_grip
weight: 1
- path: hands:r_hand_world/hands:b_r_hand/hands:b_r_hand_ignore
weight: 1
- path: hands:r_hand_world/hands:b_r_hand/hands:b_r_index1
weight: 1
- path: hands:r_hand_world/hands:b_r_hand/hands:b_r_index1/hands:b_r_index2
weight: 1
- path: hands:r_hand_world/hands:b_r_hand/hands:b_r_index1/hands:b_r_index2/hands:b_r_index3
weight: 1
- path: hands:r_hand_world/hands:b_r_hand/hands:b_r_index1/hands:b_r_index2/hands:b_r_index3/hands:b_r_index_ignore
weight: 1
- path: hands:r_hand_world/hands:b_r_hand/hands:b_r_middle1
weight: 1
- path: hands:r_hand_world/hands:b_r_hand/hands:b_r_middle1/hands:b_r_middle2
weight: 1
- path: hands:r_hand_world/hands:b_r_hand/hands:b_r_middle1/hands:b_r_middle2/hands:b_r_middle3
weight: 1
- path: hands:r_hand_world/hands:b_r_hand/hands:b_r_middle1/hands:b_r_middle2/hands:b_r_middle3/hands:b_r_middle_ignore
weight: 1
- path: hands:r_hand_world/hands:b_r_hand/hands:b_r_pinky0
weight: 1
- path: hands:r_hand_world/hands:b_r_hand/hands:b_r_pinky0/hands:b_r_pinky1
weight: 1
- path: hands:r_hand_world/hands:b_r_hand/hands:b_r_pinky0/hands:b_r_pinky1/hands:b_r_pinky2
weight: 1
- path: hands:r_hand_world/hands:b_r_hand/hands:b_r_pinky0/hands:b_r_pinky1/hands:b_r_pinky2/hands:b_r_pinky3
weight: 1
- path: hands:r_hand_world/hands:b_r_hand/hands:b_r_pinky0/hands:b_r_pinky1/hands:b_r_pinky2/hands:b_r_pinky3/hands:b_r_pinky_ignore
weight: 1
- path: hands:r_hand_world/hands:b_r_hand/hands:b_r_ring1
weight: 1
- path: hands:r_hand_world/hands:b_r_hand/hands:b_r_ring1/hands:b_r_ring2
weight: 1
- path: hands:r_hand_world/hands:b_r_hand/hands:b_r_ring1/hands:b_r_ring2/hands:b_r_ring3
weight: 1
- path: hands:r_hand_world/hands:b_r_hand/hands:b_r_ring1/hands:b_r_ring2/hands:b_r_ring3/hands:b_r_ring_ignore
weight: 1
- path: hands:r_hand_world/hands:b_r_hand/hands:b_r_thumb1
weight: 1
- path: hands:r_hand_world/hands:b_r_hand/hands:b_r_thumb1/hands:b_r_thumb2
weight: 1
- path: hands:r_hand_world/hands:b_r_hand/hands:b_r_thumb1/hands:b_r_thumb2/hands:b_r_thumb3
weight: 1
- path: hands:r_hand_world/hands:b_r_hand/hands:b_r_thumb1/hands:b_r_thumb2/hands:b_r_thumb3/hands:b_r_thumb_ignore
weight: 1
maskType: 0
maskSource: {instanceID: 0}
isReadable: 1
meshes:
lODScreenPercentages: []
globalScale: 1
meshCompression: 0
addColliders: 0
importBlendShapes: 1
swapUVChannels: 0
generateSecondaryUV: 0
useFileUnits: 1
optimizeMeshForGPU: 1
keepQuads: 0
weldVertices: 1
secondaryUVAngleDistortion: 8
secondaryUVAreaDistortion: 15.000001
secondaryUVHardAngle: 88
secondaryUVPackMargin: 4
useFileScale: 1
tangentSpace:
normalSmoothAngle: 60
splitTangentsAcrossUV: 1
normalImportMode: 0
tangentImportMode: 1
importAnimation: 1
copyAvatar: 1
humanDescription:
human: []
skeleton: []
armTwist: .5
foreArmTwist: .5
upperLegTwist: .5
legTwist: .5
armStretch: .0500000007
legStretch: .0500000007
feetSpacing: 0
rootMotionBoneName:
hasTranslationDoF: 0
lastHumanDescriptionAvatarSource: {fileID: 9000000, guid: 3d1f4d649230d7c49ab615ba6413f77e,
type: 3}
animationType: 2
humanoidOversampling: 1
additionalBone: 0
userData:
assetBundleName:
assetBundleVariant:
fileFormatVersion: 2
guid: 165871bb4fa915847973b6955c7a670d
timeCreated: 1484075312
licenseType: Store
ModelImporter:
serializedVersion: 19
fileIDToRecycleName:
100000: hands:b_r_grip
100002: hands:b_r_hand
100004: hands:b_r_hand_ignore
100006: hands:b_r_index1
100008: hands:b_r_index2
100010: hands:b_r_index3
100012: hands:b_r_index_ignore
100014: hands:b_r_middle1
100016: hands:b_r_middle2
100018: hands:b_r_middle3
100020: hands:b_r_middle_ignore
100022: hands:b_r_pinky0
100024: hands:b_r_pinky1
100026: hands:b_r_pinky2
100028: hands:b_r_pinky3
100030: hands:b_r_pinky_ignore
100032: hands:b_r_ring1
100034: hands:b_r_ring2
100036: hands:b_r_ring3
100038: hands:b_r_ring_ignore
100040: hands:b_r_thumb1
100042: hands:b_r_thumb2
100044: hands:b_r_thumb3
100046: hands:b_r_thumb_ignore
100048: hands:r_hand_world
100050: //RootNode
400000: hands:b_r_grip
400002: hands:b_r_hand
400004: hands:b_r_hand_ignore
400006: hands:b_r_index1
400008: hands:b_r_index2
400010: hands:b_r_index3
400012: hands:b_r_index_ignore
400014: hands:b_r_middle1
400016: hands:b_r_middle2
400018: hands:b_r_middle3
400020: hands:b_r_middle_ignore
400022: hands:b_r_pinky0
400024: hands:b_r_pinky1
400026: hands:b_r_pinky2
400028: hands:b_r_pinky3
400030: hands:b_r_pinky_ignore
400032: hands:b_r_ring1
400034: hands:b_r_ring2
400036: hands:b_r_ring3
400038: hands:b_r_ring_ignore
400040: hands:b_r_thumb1
400042: hands:b_r_thumb2
400044: hands:b_r_thumb3
400046: hands:b_r_thumb_ignore
400048: hands:r_hand_world
400050: //RootNode
7400000: r_hand_pinch_anim
9500000: //RootNode
materials:
importMaterials: 1
materialName: 0
materialSearch: 1
animations:
legacyGenerateAnimations: 4
bakeSimulation: 0
resampleCurves: 1
optimizeGameObjects: 0
motionNodeName:
animationImportErrors:
animationImportWarnings:
animationRetargetingWarnings:
animationDoRetargetingWarnings: 0
animationCompression: 1
animationRotationError: 0.5
animationPositionError: 0.5
animationScaleError: 0.5
animationWrapMode: 0
extraExposedTransformPaths: []
clipAnimations:
- serializedVersion: 16
name: r_hand_pinch_anim
takeName: Take 001
firstFrame: 4
lastFrame: 5
wrapMode: 0
orientationOffsetY: 0
level: 0
cycleOffset: 0
loop: 0
hasAdditiveReferencePose: 0
loopTime: 0
loopBlend: 0
loopBlendOrientation: 0
loopBlendPositionY: 0
loopBlendPositionXZ: 0
keepOriginalOrientation: 0
keepOriginalPositionY: 1
keepOriginalPositionXZ: 0
heightFromFeet: 0
mirror: 0
bodyMask: 01000000010000000100000001000000010000000100000001000000010000000100000001000000010000000100000001000000
curves: []
events: []
transformMask:
- path:
weight: 1
- path: hands:r_hand_world
weight: 1
- path: hands:r_hand_world/hands:b_r_hand
weight: 1
- path: hands:r_hand_world/hands:b_r_hand/hands:b_r_grip
weight: 1
- path: hands:r_hand_world/hands:b_r_hand/hands:b_r_hand_ignore
weight: 1
- path: hands:r_hand_world/hands:b_r_hand/hands:b_r_index1
weight: 1
- path: hands:r_hand_world/hands:b_r_hand/hands:b_r_index1/hands:b_r_index2
weight: 1
- path: hands:r_hand_world/hands:b_r_hand/hands:b_r_index1/hands:b_r_index2/hands:b_r_index3
weight: 1
- path: hands:r_hand_world/hands:b_r_hand/hands:b_r_index1/hands:b_r_index2/hands:b_r_index3/hands:b_r_index_ignore
weight: 1
- path: hands:r_hand_world/hands:b_r_hand/hands:b_r_middle1
weight: 1
- path: hands:r_hand_world/hands:b_r_hand/hands:b_r_middle1/hands:b_r_middle2
weight: 1
- path: hands:r_hand_world/hands:b_r_hand/hands:b_r_middle1/hands:b_r_middle2/hands:b_r_middle3
weight: 1
- path: hands:r_hand_world/hands:b_r_hand/hands:b_r_middle1/hands:b_r_middle2/hands:b_r_middle3/hands:b_r_middle_ignore
weight: 1
- path: hands:r_hand_world/hands:b_r_hand/hands:b_r_pinky0
weight: 1
- path: hands:r_hand_world/hands:b_r_hand/hands:b_r_pinky0/hands:b_r_pinky1
weight: 1
- path: hands:r_hand_world/hands:b_r_hand/hands:b_r_pinky0/hands:b_r_pinky1/hands:b_r_pinky2
weight: 1
- path: hands:r_hand_world/hands:b_r_hand/hands:b_r_pinky0/hands:b_r_pinky1/hands:b_r_pinky2/hands:b_r_pinky3
weight: 1
- path: hands:r_hand_world/hands:b_r_hand/hands:b_r_pinky0/hands:b_r_pinky1/hands:b_r_pinky2/hands:b_r_pinky3/hands:b_r_pinky_ignore
weight: 1
- path: hands:r_hand_world/hands:b_r_hand/hands:b_r_ring1
weight: 1
- path: hands:r_hand_world/hands:b_r_hand/hands:b_r_ring1/hands:b_r_ring2
weight: 1
- path: hands:r_hand_world/hands:b_r_hand/hands:b_r_ring1/hands:b_r_ring2/hands:b_r_ring3
weight: 1
- path: hands:r_hand_world/hands:b_r_hand/hands:b_r_ring1/hands:b_r_ring2/hands:b_r_ring3/hands:b_r_ring_ignore
weight: 1
- path: hands:r_hand_world/hands:b_r_hand/hands:b_r_thumb1
weight: 1
- path: hands:r_hand_world/hands:b_r_hand/hands:b_r_thumb1/hands:b_r_thumb2
weight: 1
- path: hands:r_hand_world/hands:b_r_hand/hands:b_r_thumb1/hands:b_r_thumb2/hands:b_r_thumb3
weight: 1
- path: hands:r_hand_world/hands:b_r_hand/hands:b_r_thumb1/hands:b_r_thumb2/hands:b_r_thumb3/hands:b_r_thumb_ignore
weight: 1
maskType: 3
maskSource: {instanceID: 0}
additiveReferencePoseFrame: 0
isReadable: 1
meshes:
lODScreenPercentages: []
globalScale: 1
meshCompression: 0
addColliders: 0
importBlendShapes: 1
swapUVChannels: 0
generateSecondaryUV: 0
useFileUnits: 1
optimizeMeshForGPU: 1
keepQuads: 0
weldVertices: 1
secondaryUVAngleDistortion: 8
secondaryUVAreaDistortion: 15.000001
secondaryUVHardAngle: 88
secondaryUVPackMargin: 4
useFileScale: 1
tangentSpace:
normalSmoothAngle: 60
normalImportMode: 0
tangentImportMode: 3
importAnimation: 1
copyAvatar: 0
humanDescription:
serializedVersion: 2
human: []
skeleton: []
armTwist: 0.5
foreArmTwist: 0.5
upperLegTwist: 0.5
legTwist: 0.5
armStretch: 0.05
legStretch: 0.05
feetSpacing: 0
rootMotionBoneName:
rootMotionBoneRotation: {x: 0, y: 0, z: 0, w: 1}
hasTranslationDoF: 0
hasExtraRoot: 0
skeletonHasParents: 1
lastHumanDescriptionAvatarSource: {instanceID: 0}
animationType: 2
humanoidOversampling: 1
additionalBone: 0
userData:
assetBundleName:
assetBundleVariant:
fileFormatVersion: 2
guid: 439571b1b54225746960ad2b9769efe7
folderAsset: yes
DefaultImporter:
externalObjects: {}
userData:
assetBundleName:
assetBundleVariant:
%YAML 1.1
%TAG !u! tag:unity3d.com,2011:
--- !u!114 &-6377978500662273637
MonoBehaviour:
m_ObjectHideFlags: 11
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 0}
m_Enabled: 1
m_EditorHideFlags: 0
m_Script: {fileID: 11500000, guid: d0353a89b1f911e48b9e16bdc9f2e058, type: 3}
m_Name:
m_EditorClassIdentifier:
version: 5
--- !u!21 &2100000
Material:
serializedVersion: 8
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_Name: Hands_solid
m_Shader: {fileID: 4800000, guid: 8d2bb70cbf9db8d4da26e15b26e74248, type: 3}
m_ValidKeywords:
- _GLOSSINESS_FROM_BASE_ALPHA
- _SPECULAR_COLOR
m_InvalidKeywords: []
m_LightmapFlags: 6
m_EnableInstancingVariants: 0
m_DoubleSidedGI: 0
m_CustomRenderQueue: 2000
stringTagMap:
RenderType: Opaque
disabledShaderPasses: []
m_SavedProperties:
serializedVersion: 3
m_TexEnvs:
- _BaseMap:
m_Texture: {fileID: 0}
m_Scale: {x: 1, y: 1}
m_Offset: {x: 0, y: 0}
- _Bump:
m_Texture: {fileID: 0}
m_Scale: {x: 1, y: 1}
m_Offset: {x: 0, y: 0}
- _BumpMap:
m_Texture: {fileID: 0}
m_Scale: {x: 1, y: 1}
m_Offset: {x: 0, y: 0}
- _Cube:
m_Texture: {fileID: 0}
m_Scale: {x: 1, y: 1}
m_Offset: {x: 0, y: 0}
- _DetailAlbedoMap:
m_Texture: {fileID: 0}
m_Scale: {x: 1, y: 1}
m_Offset: {x: 0, y: 0}
- _DetailMask:
m_Texture: {fileID: 0}
m_Scale: {x: 1, y: 1}
m_Offset: {x: 0, y: 0}
- _DetailNormalMap:
m_Texture: {fileID: 0}
m_Scale: {x: 1, y: 1}
m_Offset: {x: 0, y: 0}
- _EmissionMap:
m_Texture: {fileID: 0}
m_Scale: {x: 1, y: 1}
m_Offset: {x: 0, y: 0}
- _MainTex:
m_Texture: {fileID: 0}
m_Scale: {x: 1, y: 1}
m_Offset: {x: 0, y: 0}
- _MetallicGlossMap:
m_Texture: {fileID: 0}
m_Scale: {x: 1, y: 1}
m_Offset: {x: 0, y: 0}
- _OcclusionMap:
m_Texture: {fileID: 0}
m_Scale: {x: 1, y: 1}
m_Offset: {x: 0, y: 0}
- _ParallaxMap:
m_Texture: {fileID: 0}
m_Scale: {x: 1, y: 1}
m_Offset: {x: 0, y: 0}
- _SpecGlossMap:
m_Texture: {fileID: 0}
m_Scale: {x: 1, y: 1}
m_Offset: {x: 0, y: 0}
- unity_Lightmaps:
m_Texture: {fileID: 0}
m_Scale: {x: 1, y: 1}
m_Offset: {x: 0, y: 0}
- unity_LightmapsInd:
m_Texture: {fileID: 0}
m_Scale: {x: 1, y: 1}
m_Offset: {x: 0, y: 0}
- unity_ShadowMasks:
m_Texture: {fileID: 0}
m_Scale: {x: 1, y: 1}
m_Offset: {x: 0, y: 0}
m_Ints: []
m_Floats:
- _AlphaClip: 0
- _Blend: 0
- _BumpScale: 1
- _Cull: 2
- _Cutoff: 0.5
- _DetailNormalMapScale: 1
- _DstBlend: 0
- _FadeEnd: 0.5
- _FadeStart: 0.5
- _Fresnel: 0
- _GlossMapScale: 1
- _Glossiness: 0.5
- _GlossinessSource: 0
- _GlossyReflections: 1
- _Intensity: 0.5
- _InvFade: 1
- _Metallic: 0
- _Mode: 0
- _OcclusionStrength: 1
- _OutlineWidth: 0.005
- _Parallax: 0.02
- _QueueOffset: 0
- _ReceiveShadows: 1
- _Shininess: 0.75
- _Smoothness: 0.75
- _SmoothnessSource: 1
- _SmoothnessTextureChannel: 0
- _SpecSource: 0
- _SpecularHighlights: 0
- _SrcBlend: 1
- _Surface: 0
- _Thickness: 0.5
- _UVSec: 0
- _ZWrite: 1
m_Colors:
- _BaseColor: {r: 1, g: 1, b: 1, a: 0.75}
- _Color: {r: 1, g: 1, b: 1, a: 0.75}
- _EmissionColor: {r: 0, g: 0, b: 0, a: 1}
- _MyColor: {r: 0.87058824, g: 0.87058824, b: 0.87058824, a: 1}
- _OutlineColor: {r: 0, g: 0, b: 0, a: 1}
- _ReflectColor: {r: 1, g: 0, b: 0, a: 0.5019608}
- _SpecColor: {r: 0.50735295, g: 0.50735295, b: 0.50735295, a: 1}
- _TintColor: {r: 0.5, g: 0.5, b: 0.5, a: 0.5}
m_BuildTextureStacks: []
fileFormatVersion: 2
guid: 3637b758ff163493f8bb8b6d7e96d7ae
NativeFormatImporter:
externalObjects: {}
mainObjectFileID: 0
userData:
assetBundleName:
assetBundleVariant:
fileFormatVersion: 2
guid: f86f7081ef3d88a4699b38c51b052b3f
folderAsset: yes
DefaultImporter:
externalObjects: {}
userData:
assetBundleName:
assetBundleVariant:
fileFormatVersion: 2
guid: ca20b3907ff1c794cb89c1ad2cce8282
ModelImporter:
serializedVersion: 22
fileIDToRecycleName:
100000: hands:b_l_grip
100002: hands:b_l_hand
100004: hands:b_l_hand_ignore
100006: hands:b_l_index1
100008: hands:b_l_index2
100010: hands:b_l_index3
100012: hands:b_l_index_ignore
100014: hands:b_l_middle1
100016: hands:b_l_middle2
100018: hands:b_l_middle3
100020: hands:b_l_middle_ignore
100022: hands:b_l_pinky0
100024: hands:b_l_pinky1
100026: hands:b_l_pinky2
100028: hands:b_l_pinky3
100030: hands:b_l_pinky_ignore
100032: hands:b_l_ring1
100034: hands:b_l_ring2
100036: hands:b_l_ring3
100038: hands:b_l_ring_ignore
100040: hands:b_l_thumb1
100042: hands:b_l_thumb2
100044: hands:b_l_thumb3
100046: hands:b_l_thumb_ignore
100048: hands:hands_geom
100050: hands:l_hand_world
100052: hands:Lhand
100054: //RootNode
400000: hands:b_l_grip
400002: hands:b_l_hand
400004: hands:b_l_hand_ignore
400006: hands:b_l_index1
400008: hands:b_l_index2
400010: hands:b_l_index3
400012: hands:b_l_index_ignore
400014: hands:b_l_middle1
400016: hands:b_l_middle2
400018: hands:b_l_middle3
400020: hands:b_l_middle_ignore
400022: hands:b_l_pinky0
400024: hands:b_l_pinky1
400026: hands:b_l_pinky2
400028: hands:b_l_pinky3
400030: hands:b_l_pinky_ignore
400032: hands:b_l_ring1
400034: hands:b_l_ring2
400036: hands:b_l_ring3
400038: hands:b_l_ring_ignore
400040: hands:b_l_thumb1
400042: hands:b_l_thumb2
400044: hands:b_l_thumb3
400046: hands:b_l_thumb_ignore
400048: hands:hands_geom
400050: hands:l_hand_world
400052: hands:Lhand
400054: //RootNode
2100000: default3
2100002: unnamed1
4300000: hands:Lhand
7400000: Take 001
7400002: l_hand_skeletal_lowres
9500000: //RootNode
13700000: hands:Lhand
externalObjects:
- first:
type: UnityEngine:Material
assembly: UnityEngine.CoreModule
name: unnamed1
second: {fileID: 2100000, guid: 3637b758ff163493f8bb8b6d7e96d7ae, type: 2}
materials:
importMaterials: 1
materialName: 0
materialSearch: 1
materialLocation: 1
animations:
legacyGenerateAnimations: 4
bakeSimulation: 0
resampleCurves: 1
optimizeGameObjects: 0
motionNodeName:
rigImportErrors:
rigImportWarnings:
animationImportErrors:
animationImportWarnings:
animationRetargetingWarnings:
animationDoRetargetingWarnings: 0
importAnimatedCustomProperties: 0
animationCompression: 1
animationRotationError: 0.5
animationPositionError: 0.5
animationScaleError: 0.5
animationWrapMode: 0
extraExposedTransformPaths: []
extraUserProperties: []
clipAnimations: []
isReadable: 1
meshes:
lODScreenPercentages: []
globalScale: 1
meshCompression: 0
addColliders: 0
importVisibility: 1
importBlendShapes: 1
importCameras: 1
importLights: 1
swapUVChannels: 0
generateSecondaryUV: 0
useFileUnits: 1
optimizeMeshForGPU: 1
keepQuads: 0
weldVertices: 1
preserveHierarchy: 0
indexFormat: 0
secondaryUVAngleDistortion: 8
secondaryUVAreaDistortion: 15.000001
secondaryUVHardAngle: 88
secondaryUVPackMargin: 4
useFileScale: 1
tangentSpace:
normalSmoothAngle: 60
normalImportMode: 0
tangentImportMode: 0
normalCalculationMode: 4
importAnimation: 1
copyAvatar: 0
humanDescription:
serializedVersion: 2
human: []
skeleton: []
armTwist: 0.5
foreArmTwist: 0.5
upperLegTwist: 0.5
legTwist: 0.5
armStretch: 0.05
legStretch: 0.05
feetSpacing: 0
rootMotionBoneName:
rootMotionBoneRotation: {x: 0, y: 0, z: 0, w: 1}
hasTranslationDoF: 0
hasExtraRoot: 0
skeletonHasParents: 1
lastHumanDescriptionAvatarSource: {instanceID: 0}
animationType: 2
humanoidOversampling: 1
additionalBone: 0
userData:
assetBundleName:
assetBundleVariant:
fileFormatVersion: 2
guid: d0c255d07fd68f14b94e55d388e7e6bb
ModelImporter:
serializedVersion: 22
fileIDToRecycleName:
100000: hands:b_r_grip
100002: hands:b_r_hand
100004: hands:b_r_hand_ignore
100006: hands:b_r_index1
100008: hands:b_r_index2
100010: hands:b_r_index3
100012: hands:b_r_index_ignore
100014: hands:b_r_middle1
100016: hands:b_r_middle2
100018: hands:b_r_middle3
100020: hands:b_r_middle_ignore
100022: hands:b_r_pinky0
100024: hands:b_r_pinky1
100026: hands:b_r_pinky2
100028: hands:b_r_pinky3
100030: hands:b_r_pinky_ignore
100032: hands:b_r_ring1
100034: hands:b_r_ring2
100036: hands:b_r_ring3
100038: hands:b_r_ring_ignore
100040: hands:b_r_thumb1
100042: hands:b_r_thumb2
100044: hands:b_r_thumb3
100046: hands:b_r_thumb_ignore
100048: hands:hands_geom
100050: hands:r_hand_world
100052: hands:Rhand
100054: //RootNode
400000: hands:b_r_grip
400002: hands:b_r_hand
400004: hands:b_r_hand_ignore
400006: hands:b_r_index1
400008: hands:b_r_index2
400010: hands:b_r_index3
400012: hands:b_r_index_ignore
400014: hands:b_r_middle1
400016: hands:b_r_middle2
400018: hands:b_r_middle3
400020: hands:b_r_middle_ignore
400022: hands:b_r_pinky0
400024: hands:b_r_pinky1
400026: hands:b_r_pinky2
400028: hands:b_r_pinky3
400030: hands:b_r_pinky_ignore
400032: hands:b_r_ring1
400034: hands:b_r_ring2
400036: hands:b_r_ring3
400038: hands:b_r_ring_ignore
400040: hands:b_r_thumb1
400042: hands:b_r_thumb2
400044: hands:b_r_thumb3
400046: hands:b_r_thumb_ignore
400048: hands:hands_geom
400050: hands:r_hand_world
400052: hands:Rhand
400054: //RootNode
2100000: default1
2100002: unnamed1
4300000: hands:Rhand
7400000: Take 001
7400002: r_hand_skeletal_lowres
9500000: //RootNode
13700000: hands:Rhand
externalObjects:
- first:
type: UnityEngine:Material
assembly: UnityEngine.CoreModule
name: unnamed1
second: {fileID: 2100000, guid: 3637b758ff163493f8bb8b6d7e96d7ae, type: 2}
materials:
importMaterials: 1
materialName: 0
materialSearch: 1
materialLocation: 1
animations:
legacyGenerateAnimations: 4
bakeSimulation: 0
resampleCurves: 1
optimizeGameObjects: 0
motionNodeName:
rigImportErrors:
rigImportWarnings:
animationImportErrors:
animationImportWarnings:
animationRetargetingWarnings:
animationDoRetargetingWarnings: 0
importAnimatedCustomProperties: 0
animationCompression: 1
animationRotationError: 0.5
animationPositionError: 0.5
animationScaleError: 0.5
animationWrapMode: 0
extraExposedTransformPaths: []
extraUserProperties: []
clipAnimations: []
isReadable: 1
meshes:
lODScreenPercentages: []
globalScale: 1
meshCompression: 0
addColliders: 0
importVisibility: 1
importBlendShapes: 1
importCameras: 1
importLights: 1
swapUVChannels: 0
generateSecondaryUV: 0
useFileUnits: 1
optimizeMeshForGPU: 1
keepQuads: 0
weldVertices: 1
preserveHierarchy: 0
indexFormat: 0
secondaryUVAngleDistortion: 8
secondaryUVAreaDistortion: 15.000001
secondaryUVHardAngle: 88
secondaryUVPackMargin: 4
useFileScale: 1
tangentSpace:
normalSmoothAngle: 60
normalImportMode: 0
tangentImportMode: 0
normalCalculationMode: 4
importAnimation: 1
copyAvatar: 0
humanDescription:
serializedVersion: 2
human: []
skeleton: []
armTwist: 0.5
foreArmTwist: 0.5
upperLegTwist: 0.5
legTwist: 0.5
armStretch: 0.05
legStretch: 0.05
feetSpacing: 0
rootMotionBoneName:
rootMotionBoneRotation: {x: 0, y: 0, z: 0, w: 1}
hasTranslationDoF: 0
hasExtraRoot: 0
skeletonHasParents: 1
lastHumanDescriptionAvatarSource: {instanceID: 0}
animationType: 2
humanoidOversampling: 1
additionalBone: 0
userData:
assetBundleName:
assetBundleVariant:
fileFormatVersion: 2
guid: 176a87d49f06d4340bf832ac8e2f5df5
folderAsset: yes
DefaultImporter:
externalObjects: {}
userData:
assetBundleName:
assetBundleVariant:
fileFormatVersion: 2
guid: 36090869c4eb77342aefe5486da06bd3
TextScriptImporter:
guid: 65847589f926b734d9eaed6e25f0046b
PrefabImporter:
externalObjects: {}
userData:
assetBundleName:
......
fileFormatVersion: 2
guid: 1fd3a7c43c8190f4d8c167ebde694364
PrefabImporter:
externalObjects: {}
userData:
assetBundleName:
assetBundleVariant:
This diff is collapsed.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment