From b8f5236e27733867ba66f9bac45686f7053f45f3 Mon Sep 17 00:00:00 2001 From: "skrwns304@gmail.com" Date: Wed, 29 Apr 2026 23:50:09 +0900 Subject: [PATCH] =?UTF-8?q?2026-04-29=20=EB=A6=AC=EC=86=8C=EC=8A=A4=20?= =?UTF-8?q?=EC=A4=91=EA=B0=84=EC=A0=80=EC=9E=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Assets/01_Scenes/MyProject/GameScene.unity | 2 +- .../Base/Animations/Common@HandGesture.fbx | 3 + .../Animations/Common@HandGesture.fbx.meta | 1104 +++++++++++++++++ .../Base/Animations/Common@Talking1.fbx | 3 + .../Base/Animations/Common@Talking1.fbx.meta | 1104 +++++++++++++++++ .../Base/Animations/Common_HandGesture.anim | 3 + .../Animations/Common_HandGesture.anim.meta | 8 + .../Base/Animations/Common_Talking1.anim | 3 + .../Base/Animations/Common_Talking1.anim.meta | 8 + .../Base/Animations/Male@AngryTalk.fbx | 3 + .../Base/Animations/Male@AngryTalk.fbx.meta | 1104 +++++++++++++++++ .../_Characters/Base/Animations/Male@Idle.fbx | 3 + .../Base/Animations/Male@Idle.fbx.meta | 1104 +++++++++++++++++ .../Base/Animations/Male@LookAround.fbx | 3 + .../Base/Animations/Male@LookAround.fbx.meta | 1104 +++++++++++++++++ .../Base/Animations/Male_AngryTalk.anim | 3 + .../Base/Animations/Male_AngryTalk.anim.meta | 8 + .../Base/Animations/Male_Idle.anim | 3 + .../Base/Animations/Male_Idle.anim.meta | 8 + .../Base/Animations/Male_LookAround.anim | 3 + .../Base/Animations/Male_LookAround.anim.meta | 8 + .../AnimController_Violet.controller | 118 +- .../AnimController_White.controller | 58 + .../Characters/CharacterData_Violet.asset | 3 + .../CharacterData_Violet.asset.meta | 8 + .../Characters/CharacterData_White.asset | 3 + .../Characters/CharacterData_White.asset.meta | 8 + .../Communication/DialogGroups/Violet.meta | 8 + .../Violet/DialogGroup_Violet_1.asset | 3 + .../Violet/DialogGroup_Violet_1.asset.meta | 8 + .../Communication/DialogGroups/White.meta | 8 + .../White/DialogGroup_White_1.asset | 3 + .../White/DialogGroup_White_1.asset.meta | 8 + .../Communication/DialogNodes/Violet.meta | 8 + .../Violet/DialogNode_Violet_1_100.asset | 3 + .../Violet/DialogNode_Violet_1_100.asset.meta | 8 + .../Violet/DialogNode_Violet_1_200.asset | 3 + .../Violet/DialogNode_Violet_1_200.asset.meta | 8 + .../Communication/DialogNodes/White.meta | 8 + .../White/DialogNode_White_1_100.asset | 3 + .../White/DialogNode_White_1_100.asset.meta | 8 + .../GestureData_Common_HandGesture.asset | 3 + .../GestureData_Common_HandGesture.asset.meta | 8 + .../GestureData_Common_Talking1.asset | 3 + .../GestureData_Common_Talking1.asset.meta | 8 + .../Gestures/GestureData_Male_AngryTalk.asset | 3 + .../GestureData_Male_AngryTalk.asset.meta | 8 + .../Gestures/GestureData_Male_Idle.asset | 3 + .../Gestures/GestureData_Male_Idle.asset.meta | 8 + .../GestureData_Male_LookAround.asset | 3 + .../GestureData_Male_LookAround.asset.meta | 8 + .../08_Data/Communication/Voices/Violet.meta | 8 + .../Voices/Violet/Voice_Violet_1_100.asset | 3 + .../Violet/Voice_Violet_1_100.asset.meta | 8 + .../Voices/Violet/Voice_Violet_1_200.asset | 3 + .../Violet/Voice_Violet_1_200.asset.meta | 8 + .../08_Data/Communication/Voices/White.meta | 8 + .../Voices/White/Voice_White_1_100.asset | 3 + .../Voices/White/Voice_White_1_100.asset.meta | 8 + Assets/10_Audio/CharacterVoices/Violet.meta | 8 + .../Violet/Voice_Violet_1_100.wav | 3 + .../Violet/Voice_Violet_1_100.wav.meta | 23 + .../Violet/Voice_Violet_1_200.wav | 3 + .../Violet/Voice_Violet_1_200.wav.meta | 23 + Assets/10_Audio/CharacterVoices/White.meta | 8 + .../White/Voice_White_1_100.wav | 3 + .../White/Voice_White_1_100.wav.meta | 23 + 67 files changed, 6073 insertions(+), 2 deletions(-) create mode 100644 Assets/03_Models/_Characters/Base/Animations/Common@HandGesture.fbx create mode 100644 Assets/03_Models/_Characters/Base/Animations/Common@HandGesture.fbx.meta create mode 100644 Assets/03_Models/_Characters/Base/Animations/Common@Talking1.fbx create mode 100644 Assets/03_Models/_Characters/Base/Animations/Common@Talking1.fbx.meta create mode 100644 Assets/03_Models/_Characters/Base/Animations/Common_HandGesture.anim create mode 100644 Assets/03_Models/_Characters/Base/Animations/Common_HandGesture.anim.meta create mode 100644 Assets/03_Models/_Characters/Base/Animations/Common_Talking1.anim create mode 100644 Assets/03_Models/_Characters/Base/Animations/Common_Talking1.anim.meta create mode 100644 Assets/03_Models/_Characters/Base/Animations/Male@AngryTalk.fbx create mode 100644 Assets/03_Models/_Characters/Base/Animations/Male@AngryTalk.fbx.meta create mode 100644 Assets/03_Models/_Characters/Base/Animations/Male@Idle.fbx create mode 100644 Assets/03_Models/_Characters/Base/Animations/Male@Idle.fbx.meta create mode 100644 Assets/03_Models/_Characters/Base/Animations/Male@LookAround.fbx create mode 100644 Assets/03_Models/_Characters/Base/Animations/Male@LookAround.fbx.meta create mode 100644 Assets/03_Models/_Characters/Base/Animations/Male_AngryTalk.anim create mode 100644 Assets/03_Models/_Characters/Base/Animations/Male_AngryTalk.anim.meta create mode 100644 Assets/03_Models/_Characters/Base/Animations/Male_Idle.anim create mode 100644 Assets/03_Models/_Characters/Base/Animations/Male_Idle.anim.meta create mode 100644 Assets/03_Models/_Characters/Base/Animations/Male_LookAround.anim create mode 100644 Assets/03_Models/_Characters/Base/Animations/Male_LookAround.anim.meta create mode 100644 Assets/08_Data/Characters/CharacterData_Violet.asset create mode 100644 Assets/08_Data/Characters/CharacterData_Violet.asset.meta create mode 100644 Assets/08_Data/Characters/CharacterData_White.asset create mode 100644 Assets/08_Data/Characters/CharacterData_White.asset.meta create mode 100644 Assets/08_Data/Communication/DialogGroups/Violet.meta create mode 100644 Assets/08_Data/Communication/DialogGroups/Violet/DialogGroup_Violet_1.asset create mode 100644 Assets/08_Data/Communication/DialogGroups/Violet/DialogGroup_Violet_1.asset.meta create mode 100644 Assets/08_Data/Communication/DialogGroups/White.meta create mode 100644 Assets/08_Data/Communication/DialogGroups/White/DialogGroup_White_1.asset create mode 100644 Assets/08_Data/Communication/DialogGroups/White/DialogGroup_White_1.asset.meta create mode 100644 Assets/08_Data/Communication/DialogNodes/Violet.meta create mode 100644 Assets/08_Data/Communication/DialogNodes/Violet/DialogNode_Violet_1_100.asset create mode 100644 Assets/08_Data/Communication/DialogNodes/Violet/DialogNode_Violet_1_100.asset.meta create mode 100644 Assets/08_Data/Communication/DialogNodes/Violet/DialogNode_Violet_1_200.asset create mode 100644 Assets/08_Data/Communication/DialogNodes/Violet/DialogNode_Violet_1_200.asset.meta create mode 100644 Assets/08_Data/Communication/DialogNodes/White.meta create mode 100644 Assets/08_Data/Communication/DialogNodes/White/DialogNode_White_1_100.asset create mode 100644 Assets/08_Data/Communication/DialogNodes/White/DialogNode_White_1_100.asset.meta create mode 100644 Assets/08_Data/Communication/Gestures/GestureData_Common_HandGesture.asset create mode 100644 Assets/08_Data/Communication/Gestures/GestureData_Common_HandGesture.asset.meta create mode 100644 Assets/08_Data/Communication/Gestures/GestureData_Common_Talking1.asset create mode 100644 Assets/08_Data/Communication/Gestures/GestureData_Common_Talking1.asset.meta create mode 100644 Assets/08_Data/Communication/Gestures/GestureData_Male_AngryTalk.asset create mode 100644 Assets/08_Data/Communication/Gestures/GestureData_Male_AngryTalk.asset.meta create mode 100644 Assets/08_Data/Communication/Gestures/GestureData_Male_Idle.asset create mode 100644 Assets/08_Data/Communication/Gestures/GestureData_Male_Idle.asset.meta create mode 100644 Assets/08_Data/Communication/Gestures/GestureData_Male_LookAround.asset create mode 100644 Assets/08_Data/Communication/Gestures/GestureData_Male_LookAround.asset.meta create mode 100644 Assets/08_Data/Communication/Voices/Violet.meta create mode 100644 Assets/08_Data/Communication/Voices/Violet/Voice_Violet_1_100.asset create mode 100644 Assets/08_Data/Communication/Voices/Violet/Voice_Violet_1_100.asset.meta create mode 100644 Assets/08_Data/Communication/Voices/Violet/Voice_Violet_1_200.asset create mode 100644 Assets/08_Data/Communication/Voices/Violet/Voice_Violet_1_200.asset.meta create mode 100644 Assets/08_Data/Communication/Voices/White.meta create mode 100644 Assets/08_Data/Communication/Voices/White/Voice_White_1_100.asset create mode 100644 Assets/08_Data/Communication/Voices/White/Voice_White_1_100.asset.meta create mode 100644 Assets/10_Audio/CharacterVoices/Violet.meta create mode 100644 Assets/10_Audio/CharacterVoices/Violet/Voice_Violet_1_100.wav create mode 100644 Assets/10_Audio/CharacterVoices/Violet/Voice_Violet_1_100.wav.meta create mode 100644 Assets/10_Audio/CharacterVoices/Violet/Voice_Violet_1_200.wav create mode 100644 Assets/10_Audio/CharacterVoices/Violet/Voice_Violet_1_200.wav.meta create mode 100644 Assets/10_Audio/CharacterVoices/White.meta create mode 100644 Assets/10_Audio/CharacterVoices/White/Voice_White_1_100.wav create mode 100644 Assets/10_Audio/CharacterVoices/White/Voice_White_1_100.wav.meta diff --git a/Assets/01_Scenes/MyProject/GameScene.unity b/Assets/01_Scenes/MyProject/GameScene.unity index a171fb1e..733a9994 100644 --- a/Assets/01_Scenes/MyProject/GameScene.unity +++ b/Assets/01_Scenes/MyProject/GameScene.unity @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:620db82925367fc8d104f84af8c62574527ea4d7efca5189fec2df13d7819bef +oid sha256:6561621899889e195915b340eac3158d2cba7d31a7abcb7149d39b6b45157196 size 13872031 diff --git a/Assets/03_Models/_Characters/Base/Animations/Common@HandGesture.fbx b/Assets/03_Models/_Characters/Base/Animations/Common@HandGesture.fbx new file mode 100644 index 00000000..a0183178 --- /dev/null +++ b/Assets/03_Models/_Characters/Base/Animations/Common@HandGesture.fbx @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7b0d7079ce22e571918b19ebe09794fe448852e8068ce46055780ecb38768d97 +size 1714176 diff --git a/Assets/03_Models/_Characters/Base/Animations/Common@HandGesture.fbx.meta b/Assets/03_Models/_Characters/Base/Animations/Common@HandGesture.fbx.meta new file mode 100644 index 00000000..825166a0 --- /dev/null +++ b/Assets/03_Models/_Characters/Base/Animations/Common@HandGesture.fbx.meta @@ -0,0 +1,1104 @@ +fileFormatVersion: 2 +guid: dfa5ba94d5a7e3a47ac883f5be42bc57 +ModelImporter: + serializedVersion: 24200 + internalIDToNameTable: [] + externalObjects: {} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 0 + motionNodeName: + animationImportErrors: + animationImportWarnings: "\nClip 'mixamo.com' has import animation warnings that + might lower retargeting quality:\nNote: Activate translation DOF on avatar + to improve retargeting quality.\n\t'spine_01' is inbetween humanoid transforms + and has rotation animation that will be discarded.\n\t'spine_05' is inbetween + humanoid transforms and has rotation animation that will be discarded.\n\t'neck_02' + is inbetween humanoid transforms and has rotation animation that will be discarded.\n" + animationRetargetingWarnings: + animationDoRetargetingWarnings: 0 + importAnimatedCustomProperties: 0 + importConstraints: 0 + animationCompression: 3 + animationRotationError: 0.5 + animationPositionError: 0.5 + animationScaleError: 0.5 + animationWrapMode: 0 + extraExposedTransformPaths: [] + extraUserProperties: [] + clipAnimations: + - serializedVersion: 16 + name: Common_HandGesture + takeName: mixamo.com + internalID: -203655887218126122 + firstFrame: 0 + lastFrame: 88 + wrapMode: 0 + orientationOffsetY: 0 + level: 0 + cycleOffset: 0 + loop: 0 + hasAdditiveReferencePose: 0 + loopTime: 0 + loopBlend: 0 + loopBlendOrientation: 1 + loopBlendPositionY: 1 + loopBlendPositionXZ: 1 + keepOriginalOrientation: 1 + keepOriginalPositionY: 1 + keepOriginalPositionXZ: 0 + heightFromFeet: 0 + mirror: 0 + bodyMask: 01000000010000000100000001000000010000000100000001000000010000000100000001000000010000000100000001000000 + curves: [] + events: [] + transformMask: [] + maskType: 3 + maskSource: {instanceID: 0} + additiveReferencePoseFrame: 0 + isReadable: 0 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importPhysicalCameras: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 1 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 0 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + generateMeshLods: 0 + meshLodGenerationFlags: 0 + maximumMeshLod: -1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + tangentSpace: + normalSmoothAngle: 60 + normalImportMode: 0 + tangentImportMode: 3 + normalCalculationMode: 4 + legacyComputeAllNormalsFromSmoothingGroupsWhenMeshHasBlendShapes: 0 + blendShapeNormalImportMode: 1 + normalSmoothingSource: 0 + referencedClips: [] + importAnimation: 1 + humanDescription: + serializedVersion: 3 + human: + - boneName: pelvis + humanName: Hips + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: thigh_l + humanName: LeftUpperLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: thigh_r + humanName: RightUpperLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: calf_l + humanName: LeftLowerLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: calf_r + humanName: RightLowerLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: foot_l + humanName: LeftFoot + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: foot_r + humanName: RightFoot + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: spine_02 + humanName: Spine + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: spine_03 + humanName: Chest + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: neck_01 + humanName: Neck + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: head + humanName: Head + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: clavicle_l + humanName: LeftShoulder + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: clavicle_r + humanName: RightShoulder + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: upperarm_l + humanName: LeftUpperArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: upperarm_r + humanName: RightUpperArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: lowerarm_l + humanName: LeftLowerArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: lowerarm_r + humanName: RightLowerArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: hand_l + humanName: LeftHand + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: hand_r + humanName: RightHand + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: ball_l + humanName: LeftToes + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: ball_r + humanName: RightToes + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: eyeRoot_l + humanName: LeftEye + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: eyeRoot_r + humanName: RightEye + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: Jaw + humanName: Jaw + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: thumb_01_l + humanName: Left Thumb Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: thumb_02_l + humanName: Left Thumb Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: thumb_03_l + humanName: Left Thumb Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: index_metacarpal_l + humanName: Left Index Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: index_01_l + humanName: Left Index Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: index_02_l + humanName: Left Index Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: middle_metacarpal_l + humanName: Left Middle Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: middle_01_l + humanName: Left Middle Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: middle_02_l + humanName: Left Middle Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: ring_metacarpal_l + humanName: Left Ring Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: ring_01_l + humanName: Left Ring Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: ring_02_l + humanName: Left Ring Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: pinky_metacarpal_l + humanName: Left Little Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: pinky_01_l + humanName: Left Little Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: pinky_02_l + humanName: Left Little Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: thumb_01_r + humanName: Right Thumb Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: thumb_02_r + humanName: Right Thumb Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: thumb_03_r + humanName: Right Thumb Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: index_metacarpal_r + humanName: Right Index Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: index_01_r + humanName: Right Index Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: index_02_r + humanName: Right Index Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: middle_metacarpal_r + humanName: Right Middle Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: middle_01_r + humanName: Right Middle Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: middle_02_r + humanName: Right Middle Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: ring_metacarpal_r + humanName: Right Ring Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: ring_01_r + humanName: Right Ring Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: ring_02_r + humanName: Right Ring Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: pinky_metacarpal_r + humanName: Right Little Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: pinky_01_r + humanName: Right Little Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: pinky_02_r + humanName: Right Little Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: spine_04 + humanName: UpperChest + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + skeleton: + - name: Common@HandGesture(Clone) + parentName: + position: {x: 0, y: 0, z: 0} + rotation: {x: 0, y: 0, z: 0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: armature + parentName: Common@HandGesture(Clone) + position: {x: 0.058081005, y: -0.006961212, z: 0.021849038} + rotation: {x: -0.03126963, y: 0.046536922, z: 0.029824585, w: 0.9979815} + scale: {x: 1, y: 1, z: 1} + - name: root + parentName: armature + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: ik_foot_root + parentName: root + position: {x: -0, y: 0, z: 0} + rotation: {x: -0.7071068, y: 0, z: -0, w: 0.7071068} + scale: {x: 1, y: 1, z: 1} + - name: ik_foot_r + parentName: ik_foot_root + position: {x: 0.1172439, y: 0.0051753507, z: 0.10954} + rotation: {x: 0.72006285, y: -0.015875151, z: 0.6935279, w: -0.01663142} + scale: {x: 1, y: 1, z: 1} + - name: ik_foot_l + parentName: ik_foot_root + position: {x: -0.11724399, y: 0.00517535, z: 0.10954} + rotation: {x: 0.01663142, y: 0.6935279, z: 0.015875151, w: 0.72006285} + scale: {x: 1, y: 1, z: 1} + - name: ik_hand_root + parentName: root + position: {x: -0, y: 0, z: 0} + rotation: {x: -0.7071068, y: 0, z: -0, w: 0.7071068} + scale: {x: 1, y: 1, z: 1} + - name: interaction + parentName: root + position: {x: 1.7763568e-17, y: 3.5527136e-17, z: -1.8735012e-18} + rotation: {x: -0.7071068, y: 2.7685532e-17, z: -8.0593746e-18, w: 0.7071068} + scale: {x: 1, y: 1, z: 1} + - name: center_of_mass + parentName: root + position: {x: 1.7763568e-17, y: 3.5527136e-17, z: -1.8735012e-18} + rotation: {x: -0.7071068, y: 2.7685532e-17, z: -8.0593746e-18, w: 0.7071068} + scale: {x: 1, y: 1, z: 1} + - name: ik_hand_gun + parentName: root + position: {x: 0.42266512, y: 1.0591742, z: 0.060633216} + rotation: {x: 0.088823244, y: -0.23499781, z: -0.42826185, w: 0.86803126} + scale: {x: 1, y: 1, z: 1} + - name: ik_hand_r + parentName: ik_hand_gun + position: {x: -0, y: -2.842171e-16, z: -7.105427e-17} + rotation: {x: -4.0245585e-16, y: 5.551115e-17, z: -5.551115e-17, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: ik_hand_l + parentName: ik_hand_gun + position: {x: -0.44188076, y: -0.59320736, z: 0.40918136} + rotation: {x: 0.51264596, y: 0.7496153, z: -0.41380602, w: 0.06352732} + scale: {x: 1, y: 1, z: 1} + - name: pelvis + parentName: root + position: {x: -1.6435803e-23, y: 0.9869322, z: 0.023794625} + rotation: {x: 0.46086922, y: -0.4920256, z: 0.5377183, w: -0.50632936} + scale: {x: 1.0000002, y: 1.0000004, z: 1.0000002} + - name: spine_01 + parentName: pelvis + position: {x: -0.02471853, y: 7.424816e-13, z: 1.7832339e-18} + rotation: {x: -0.0000008642674, y: -0.0000001192093, z: -0.14993869, w: -0.9886953} + scale: {x: 0.9999999, y: 0.99999964, z: 0.9999999} + - name: spine_02 + parentName: spine_01 + position: {x: -0.064416714, y: 0.0017404179, z: -0.0000000030015432} + rotation: {x: -0.0000012929752, y: -0.000000036594145, z: -0.059524253, w: 0.99822694} + scale: {x: 1.0000004, y: 1.0000002, z: 1.0000002} + - name: spine_03 + parentName: spine_02 + position: {x: -0.061613474, y: -6.5895943e-12, z: 2.0313506e-17} + rotation: {x: -0.0000017110345, y: 0.000000028823269, z: 0.089947835, w: -0.9959465} + scale: {x: 1.0000001, y: 1.0000001, z: 1} + - name: spine_04 + parentName: spine_03 + position: {x: -0.08851115, y: -4.108312e-11, z: 1.5608689e-16} + rotation: {x: 0.000001748892, y: -0.00000033570407, z: -0.07392207, w: 0.9972641} + scale: {x: 1, y: 0.99999976, z: 1} + - name: spine_05 + parentName: spine_04 + position: {x: -0.17498758, y: 2.1512604e-11, z: -5.0903293e-18} + rotation: {x: -0.0000019598597, y: 0.00000002887165, z: -0.002255596, w: 0.9999975} + scale: {x: 1.0000004, y: 1.0000002, z: 1} + - name: neck_01 + parentName: spine_05 + position: {x: -0.09749261, y: -0.0039456394, z: -0.000000020623832} + rotation: {x: -0.000000056368087, y: -0.00000046685042, z: -0.15039414, w: -0.9886262} + scale: {x: 0.99999994, y: 1, z: 1.0000001} + - name: neck_02 + parentName: neck_01 + position: {x: -0.039823327, y: -0.0004405553, z: 0.0000000010045333} + rotation: {x: -0.00000412477, y: -0.00000002248054, z: -0.0052707326, w: 0.9999862} + scale: {x: 1.0000001, y: 1.0000002, z: 1.0000001} + - name: head + parentName: neck_02 + position: {x: -0.04271587, y: -0.003412315, z: -3.3881317e-23} + rotation: {x: 0.4801824, y: -0.5190615, z: 0.48018208, w: 0.51906186} + scale: {x: 1, y: 0.99999994, z: 1} + - name: Jaw + parentName: head + position: {x: -0.00000024235231, y: -0.013404406, z: 0.04100778} + rotation: {x: -0.48018077, y: 0.51906013, z: -0.4801838, w: 0.5190631} + scale: {x: 1.0000002, y: 1.0000004, z: 1.0000004} + - name: eyeRoot_r + parentName: head + position: {x: 0.04563364, y: 0.049755275, z: 0.036700334} + rotation: {x: 0.0000030100339, y: 0.00000014901158, z: 0.000000044703473, w: 1} + scale: {x: 1.0000001, y: 0.99999994, z: 1} + - name: eyeSocket_r + parentName: eyeRoot_r + position: {x: 1.7763568e-17, y: -5.684342e-16, z: 7.9936054e-17} + rotation: {x: 0.000003010033, y: 0.000000089406825, z: 0.00000001490133, w: 1} + scale: {x: 0.99999994, y: 1, z: 1} + - name: eye_r + parentName: eyeSocket_r + position: {x: 0.0000007168851, y: 0.0000005027567, z: 0.042186897} + rotation: {x: -0.000003010033, y: -0.000000089406825, z: -0.00000001490133, w: 1} + scale: {x: 1, y: 1, z: 0.99999994} + - name: eyeRoot_l + parentName: head + position: {x: -0.045634158, y: 0.04975525, z: 0.036699787} + rotation: {x: 0.0000030100339, y: 0.00000014901158, z: 0.000000044703473, w: 1} + scale: {x: 1.0000001, y: 0.99999994, z: 1} + - name: eyeSocket_l + parentName: eyeRoot_l + position: {x: -2.6645284e-17, y: -1.7053025e-15, z: -3.1086245e-17} + rotation: {x: 0.000003010033, y: 0.000000089406825, z: 0.00000001490133, w: 1} + scale: {x: 0.99999994, y: 1, z: 1} + - name: eye_l + parentName: eyeSocket_l + position: {x: -0.00000028216022, y: 0.0000005027548, z: 0.042186897} + rotation: {x: -0.000003010033, y: -0.000000089406825, z: -0.00000001490133, w: 1} + scale: {x: 1, y: 1, z: 0.99999994} + - name: clavicle_l + parentName: spine_05 + position: {x: -0.05830481, y: 0.01004903, z: -0.009313623} + rotation: {x: -0.089915566, y: 0.7504631, z: -0.059577014, w: -0.6520514} + scale: {x: 1.0000001, y: 1.0000001, z: 1.0000001} + - name: upperarm_l + parentName: clavicle_l + position: {x: -0.12042659, y: 0.00337745, z: -0.0078001604} + rotation: {x: 0.007532915, y: 0.051120333, z: 0.013962825, w: 0.9985665} + scale: {x: 1.0000005, y: 1.0000005, z: 1.0000002} + - name: upperarm_twist_01_l + parentName: upperarm_l + position: {x: -0.09029968, y: -0.0000010437427, z: 0.0000018067597} + rotation: {x: 0.00000042188893, y: 0.0020893207, z: -0.00011399057, w: 0.99999785} + scale: {x: 1.0000001, y: 1.0000004, z: 1.0000001} + - name: upperarm_twist_02_l + parentName: upperarm_l + position: {x: -0.15903978, y: -0.0000019053927, z: 0.000004715007} + rotation: {x: 0.0000005019827, y: 0.0000013709064, z: 0.000005385371, w: 1} + scale: {x: 1.0000004, y: 1, z: 1.0000001} + - name: lowerarm_l + parentName: upperarm_l + position: {x: -0.2628306, y: -0.0000028196093, z: -0.0000015065455} + rotation: {x: 0.015156197, y: 0.024699057, z: 0.0330374, w: 0.999034} + scale: {x: 1.0000005, y: 1.0000002, z: 0.99999994} + - name: lowerarm_twist_02_l + parentName: lowerarm_l + position: {x: -0.059287686, y: -0.000033335233, z: -0.000090587935} + rotation: {x: 0.0012476867, y: 0.001674696, z: -0.00058554887, w: 0.9999977} + scale: {x: 1.0000001, y: 1.0000001, z: 1} + - name: lowerarm_twist_01_l + parentName: lowerarm_l + position: {x: -0.1370334, y: -0.0000438542, z: -0.000121863864} + rotation: {x: 0.0012477612, y: 0.001674804, z: -0.0005855808, w: 0.9999977} + scale: {x: 1.0000002, y: 1.0000001, z: 1} + - name: hand_l + parentName: lowerarm_l + position: {x: -0.22426975, y: -0.00000023307989, z: 0.0000000787232} + rotation: {x: 0.610201, y: 0.0695591, z: 0.03873074, w: -0.78823614} + scale: {x: 1.0000001, y: 1.0000005, z: 1.0000008} + - name: middle_metacarpal_l + parentName: hand_l + position: {x: -0.031159949, y: -0.00068169314, z: -0.0036431223} + rotation: {x: -0.0005090233, y: -0.0051825196, z: 0.062409926, w: 0.9980371} + scale: {x: 1.0000002, y: 0.99999994, z: 0.99999994} + - name: middle_01_l + parentName: middle_metacarpal_l + position: {x: -0.07175154, y: 0.0074047474, z: 0.00419731} + rotation: {x: -0.019594777, y: 0.026709259, z: -0.09728798, w: 0.9947049} + scale: {x: 0.9999998, y: 1.0000005, z: 1.0000001} + - name: middle_02_l + parentName: middle_01_l + position: {x: -0.030946212, y: -0.00025767414, z: 0.00015369119} + rotation: {x: -0.0005757489, y: -0.004191825, z: -0.007050719, w: 0.9999662} + scale: {x: 1.0000004, y: 1.0000001, z: 1.0000006} + - name: middle_03_l + parentName: middle_02_l + position: {x: -0.031564437, y: 0.00012725168, z: 0.000009820017} + rotation: {x: -0.00004744091, y: 0.0019094907, z: -0.024871046, w: 0.9996888} + scale: {x: 1.0000007, y: 1, z: 1.0000006} + - name: pinky_metacarpal_l + parentName: hand_l + position: {x: -0.029829215, y: 0.002419275, z: 0.019277232} + rotation: {x: -0.1318336, y: 0.021764202, z: 0.02949046, w: 0.9905941} + scale: {x: 0.99999994, y: 1, z: 1.0000001} + - name: pinky_01_l + parentName: pinky_metacarpal_l + position: {x: -0.065842345, y: 0.00387696, z: -0.0003698518} + rotation: {x: -0.002061275, y: -0.031788416, z: -0.053133704, w: 0.99807924} + scale: {x: 1.0000002, y: 1.0000004, z: 1.0000004} + - name: pinky_02_l + parentName: pinky_01_l + position: {x: -0.030473938, y: 0.0000449431, z: 0.0000050213966} + rotation: {x: -0.00029522539, y: 0.0018233053, z: -0.014608902, w: 0.99989164} + scale: {x: 1.0000006, y: 1.0000001, z: 1.0000008} + - name: pinky_03_l + parentName: pinky_02_l + position: {x: -0.018163703, y: 0.000014216933, z: 0.00000081721095} + rotation: {x: -0.000025331761, y: 0.00073218206, z: -0.028393066, w: 0.99959654} + scale: {x: 1, y: 0.9999998, z: 1.0000001} + - name: ring_metacarpal_l + parentName: hand_l + position: {x: -0.031082293, y: 0.0006009566, z: 0.008015621} + rotation: {x: -0.09109564, y: 0.024943683, z: 0.060115695, w: 0.993713} + scale: {x: 1.0000001, y: 0.99999994, z: 0.99999994} + - name: ring_01_l + parentName: ring_metacarpal_l + position: {x: -0.071285464, y: 0.006903508, z: -0.00030325403} + rotation: {x: -0.013783658, y: -0.022462884, z: -0.09540482, w: 0.9950897} + scale: {x: 1, y: 1.0000001, z: 1.0000004} + - name: ring_02_l + parentName: ring_01_l + position: {x: -0.028632186, y: -0.00080945133, z: 0.00010370551} + rotation: {x: -0.0013135619, y: -0.003682023, z: -0.029154418, w: 0.99956733} + scale: {x: 1.0000008, y: 1.0000004, z: 1.0000008} + - name: ring_03_l + parentName: ring_02_l + position: {x: -0.024630046, y: -0.00062541856, z: -0.000049983075} + rotation: {x: -0.00013457882, y: 0.0032156692, z: -0.040373135, w: 0.99917954} + scale: {x: 0.99999994, y: 0.9999998, z: 0.9999998} + - name: thumb_01_l + parentName: hand_l + position: {x: -0.042124398, y: 0.013390588, z: -0.03553364} + rotation: {x: -0.47111386, y: 0.2905659, z: -0.22319627, w: -0.8023757} + scale: {x: 1.0000001, y: 0.99999946, z: 0.9999998} + - name: thumb_02_l + parentName: thumb_01_l + position: {x: -0.04041515, y: -0.002166181, z: -0.00022503364} + rotation: {x: 0.027756963, y: 0.0015572145, z: -0.042661812, w: 0.99870276} + scale: {x: 1.0000001, y: 1.0000004, z: 1.0000002} + - name: thumb_03_l + parentName: thumb_02_l + position: {x: -0.02150001, y: -0.001488054, z: 0.000019765686} + rotation: {x: -0.0000015348184, y: -0.0017221333, z: 0.0091862865, w: 0.99995637} + scale: {x: 1, y: 0.99999994, z: 1.0000002} + - name: index_metacarpal_l + parentName: hand_l + position: {x: -0.034522086, y: 0.0011242229, z: -0.020516565} + rotation: {x: 0.028094433, y: -0.014797647, z: 0.07673205, w: 0.9965461} + scale: {x: 1.0000002, y: 0.9999997, z: 0.9999998} + - name: index_01_l + parentName: index_metacarpal_l + position: {x: -0.07113928, y: 0.0060603456, z: 0.001430095} + rotation: {x: -0.028136807, y: 0.022477623, z: -0.09792739, w: 0.99454176} + scale: {x: 1, y: 1.0000004, z: 1.0000006} + - name: index_02_l + parentName: index_01_l + position: {x: -0.02752322, y: -0.00092728826, z: 0.00007970657} + rotation: {x: 0.00017431552, y: -0.002226705, z: -0.025526352, w: 0.9996717} + scale: {x: 1.0000005, y: 1.0000002, z: 1.0000001} + - name: index_03_l + parentName: index_02_l + position: {x: -0.02878466, y: -0.0000016466528, z: -0.000006182652} + rotation: {x: -0.00000012549567, y: -0.0005250737, z: 0.00010774376, w: 0.9999999} + scale: {x: 1.0000004, y: 0.99999994, z: 1.0000005} + - name: shoulder_twist_l + parentName: upperarm_l + position: {x: -1.4210854e-16, y: -4.440892e-18, z: -1.4210854e-16} + rotation: {x: -9.3132224e-10, y: -0, z: -4.6566112e-10, w: 1} + scale: {x: 1.0000002, y: 1.0000001, z: 1} + - name: clavicle_r + parentName: spine_05 + position: {x: -0.05830481, y: 0.010049071, z: 0.009313577} + rotation: {x: -0.75046253, y: -0.08991128, z: -0.6520521, w: 0.059581853} + scale: {x: 1.0000002, y: 1, z: 0.99999994} + - name: upperarm_r + parentName: clavicle_r + position: {x: 0.1204265, y: -0.0033794376, z: 0.0078006224} + rotation: {x: 0.007532332, y: 0.051118545, z: 0.013954428, w: 0.99856675} + scale: {x: 0.99999994, y: 1.0000001, z: 0.99999994} + - name: upperarm_twist_01_r + parentName: upperarm_r + position: {x: 0.09029968, y: 0.0000010437467, z: -0.0000018067599} + rotation: {x: 0.0000003855674, y: 0.00208947, z: -0.00011399896, w: 0.99999785} + scale: {x: 1.0000001, y: 1.0000005, z: 1.0000004} + - name: upperarm_twist_02_r + parentName: upperarm_r + position: {x: 0.15903978, y: 0.0000019053997, z: -0.0000047150074} + rotation: {x: 0.00000042375163, y: 0.0000013709064, z: 0.0000054137763, w: 1} + scale: {x: 1.0000002, y: 1.0000002, z: 1.0000001} + - name: lowerarm_r + parentName: upperarm_r + position: {x: 0.2628306, y: 0.0000028196207, z: 0.0000015065447} + rotation: {x: 0.015156251, y: 0.024698885, z: 0.03303781, w: 0.99903387} + scale: {x: 1.0000004, y: 1.0000002, z: 1} + - name: lowerarm_twist_02_r + parentName: lowerarm_r + position: {x: 0.059287686, y: 0.000033335233, z: 0.000090587935} + rotation: {x: 0.0012477279, y: 0.0016748082, z: -0.0005856732, w: 0.9999977} + scale: {x: 1, y: 1, z: 1.0000002} + - name: lowerarm_twist_01_r + parentName: lowerarm_r + position: {x: 0.1370334, y: 0.0000438542, z: 0.000121863864} + rotation: {x: 0.0012478043, y: 0.0016747337, z: -0.00058567215, w: 0.9999977} + scale: {x: 1, y: 0.99999994, z: 1.0000001} + - name: hand_r + parentName: lowerarm_r + position: {x: 0.22426975, y: 0.00000023307989, z: -0.0000000787232} + rotation: {x: -0.61020106, y: -0.069559105, z: -0.03873075, w: 0.7882361} + scale: {x: 0.99999994, y: 1, z: 0.99999994} + - name: middle_metacarpal_r + parentName: hand_r + position: {x: 0.031159949, y: 0.00068169314, z: 0.0036431223} + rotation: {x: -0.00050884456, y: -0.005183079, z: 0.06240966, w: 0.99803704} + scale: {x: 1, y: 1.0000001, z: 1} + - name: middle_01_r + parentName: middle_metacarpal_r + position: {x: 0.07175154, y: -0.0074047474, z: -0.00419731} + rotation: {x: -0.019594861, y: 0.026709221, z: -0.09728811, w: 0.99470484} + scale: {x: 1.0000001, y: 1, z: 1} + - name: middle_02_r + parentName: middle_01_r + position: {x: 0.030946212, y: 0.00025767414, z: -0.00015369119} + rotation: {x: -0.0005758125, y: -0.004191683, z: -0.007050732, w: 0.99996626} + scale: {x: 1.0000006, y: 1.0000006, z: 1} + - name: middle_03_r + parentName: middle_02_r + position: {x: 0.031564243, y: -0.00012680379, z: -0.0000096261265} + rotation: {x: -0.0000473734, y: 0.0019094397, z: -0.024871, w: 0.99968886} + scale: {x: 1.0000006, y: 1.0000006, z: 1.0000002} + - name: pinky_metacarpal_r + parentName: hand_r + position: {x: 0.029829215, y: -0.002419275, z: -0.019277232} + rotation: {x: -0.13183355, y: 0.02176435, z: 0.029488327, w: 0.9905941} + scale: {x: 0.99999994, y: 1, z: 1.0000002} + - name: pinky_01_r + parentName: pinky_metacarpal_r + position: {x: 0.065842345, y: -0.00387696, z: 0.0003698518} + rotation: {x: -0.002061679, y: -0.031787787, z: -0.053135253, w: 0.9980791} + scale: {x: 1.0000002, y: 1.0000005, z: 1.0000004} + - name: pinky_02_r + parentName: pinky_01_r + position: {x: 0.030473523, y: -0.000044794444, z: -0.000005009973} + rotation: {x: -0.0002949772, y: 0.0018232233, z: -0.014609073, w: 0.99989164} + scale: {x: 1.0000005, y: 1.0000008, z: 0.9999998} + - name: pinky_03_r + parentName: pinky_02_r + position: {x: 0.018164502, y: -0.000014280713, z: -0.0000008640132} + rotation: {x: -0.000025433512, y: 0.0007322932, z: -0.028393114, w: 0.9995966} + scale: {x: 1.0000002, y: 1, z: 0.99999994} + - name: ring_metacarpal_r + parentName: hand_r + position: {x: 0.031082293, y: -0.0006009566, z: -0.008015621} + rotation: {x: -0.09109573, y: 0.024943888, z: 0.060114242, w: 0.993713} + scale: {x: 1.0000002, y: 1.0000001, z: 1} + - name: ring_01_r + parentName: ring_metacarpal_r + position: {x: 0.071285464, y: -0.006903508, z: 0.00030325403} + rotation: {x: -0.013784, y: -0.022463785, z: -0.09541477, w: 0.9950887} + scale: {x: 1.0000004, y: 1.0000006, z: 1.0000002} + - name: ring_02_r + parentName: ring_01_r + position: {x: 0.028632184, y: 0.00080979656, z: -0.00010371774} + rotation: {x: -0.0013135994, y: -0.003682009, z: -0.029154386, w: 0.9995673} + scale: {x: 0.99999994, y: 1.0000001, z: 0.9999998} + - name: ring_03_r + parentName: ring_02_r + position: {x: 0.024629807, y: 0.00062524603, z: 0.00005006087} + rotation: {x: -0.00013457888, y: 0.0032155637, z: -0.040373083, w: 0.9991795} + scale: {x: 1.0000004, y: 1.0000005, z: 1.0000002} + - name: thumb_01_r + parentName: hand_r + position: {x: 0.042124398, y: -0.013390588, z: 0.03553364} + rotation: {x: 0.4711134, y: -0.29056525, z: 0.22319603, w: 0.80237615} + scale: {x: 0.99999994, y: 1, z: 1.0000001} + - name: thumb_02_r + parentName: thumb_01_r + position: {x: 0.04041515, y: 0.002166181, z: 0.00022503364} + rotation: {x: 0.027755128, y: 0.0015626543, z: -0.042650644, w: 0.9987033} + scale: {x: 0.9999997, y: 1.0000001, z: 0.99999994} + - name: thumb_03_r + parentName: thumb_02_r + position: {x: 0.021499943, y: 0.001487848, z: -0.000019537816} + rotation: {x: -0.0000015180552, y: -0.0017220111, z: 0.009186167, w: 0.9999563} + scale: {x: 1.0000001, y: 1, z: 1} + - name: index_metacarpal_r + parentName: hand_r + position: {x: 0.034522086, y: -0.0011242229, z: 0.020516565} + rotation: {x: 0.028094372, y: -0.014797514, z: 0.07673188, w: 0.99654603} + scale: {x: 0.99999994, y: 1, z: 1} + - name: index_01_r + parentName: index_metacarpal_r + position: {x: 0.07113928, y: -0.0060603456, z: -0.001430095} + rotation: {x: -0.028136605, y: 0.022480406, z: -0.09793925, w: 0.9945406} + scale: {x: 1.0000002, y: 1.0000004, z: 0.9999998} + - name: index_02_r + parentName: index_01_r + position: {x: 0.027523164, y: 0.00092784583, z: -0.00007988173} + rotation: {x: 0.00017425598, y: -0.0022266817, z: -0.025526637, w: 0.9996717} + scale: {x: 1, y: 0.99999994, z: 1.0000001} + - name: index_03_r + parentName: index_02_r + position: {x: 0.028784158, y: 0.0000011014419, z: 0.00000623518} + rotation: {x: -0.00000010596702, y: -0.00052494754, z: 0.00010786465, w: 0.9999999} + scale: {x: 1.0000001, y: 1, z: 1.0000004} + - name: shoulder_twist_r + parentName: upperarm_r + position: {x: 1.4210854e-16, y: 8.881784e-18, z: 0} + rotation: {x: -0, y: 0.000000029802312, z: -0, w: 1} + scale: {x: 1.0000001, y: 1.0000004, z: 1} + - name: breast_l + parentName: spine_04 + position: {x: -0.0707, y: -0.06324, z: -0.058701523} + rotation: {x: -0.54945195, y: 0.44508788, z: -0.5494486, w: -0.44509056} + scale: {x: 0.9999998, y: 1, z: 0.9999999} + - name: breast_r + parentName: spine_04 + position: {x: -0.07069836, y: -0.06323644, z: 0.058702283} + rotation: {x: -0.44509125, y: -0.5494546, z: -0.4450873, w: 0.54944587} + scale: {x: 0.9999998, y: 1.0000006, z: 1.0000007} + - name: thigh_r + parentName: pelvis + position: {x: 0.026536746, y: -0.012540269, z: 0.09293316} + rotation: {x: 0.012049705, y: -0.0010512173, z: -0.9990888, w: 0.040930435} + scale: {x: 0.99999994, y: 1, z: 1.0000002} + - name: thigh_twist_01_r + parentName: thigh_r + position: {x: -0.18913673, y: -0.00035233443, z: 0.00044652633} + rotation: {x: -0, y: -0, z: 8.712958e-10, w: 1} + scale: {x: 1, y: 1.0000002, z: 1} + - name: thigh_twist_01_r1 + parentName: thigh_r + position: {x: -0.32751042, y: 2.006681e-17, z: -2.427346e-19} + rotation: {x: -0, y: -0, z: 8.712958e-10, w: 1} + scale: {x: 1, y: 1.0000002, z: 1} + - name: calf_r + parentName: thigh_r + position: {x: -0.42537832, y: -1.02140514e-16, z: -1.1191048e-15} + rotation: {x: 0.0043766024, y: 0.004737773, z: 0.031419054, w: 0.99948555} + scale: {x: 1.0000002, y: 1.0000005, z: 1.0000001} + - name: calf_twist_01_r + parentName: calf_r + position: {x: -0.1905453, y: -2.1816712e-17, z: 2.6460525e-17} + rotation: {x: -0, y: -0, z: -3.8380668e-10, w: 1} + scale: {x: 1.0000005, y: 1.0000002, z: 1.0000004} + - name: calf_twist_01_r1 + parentName: calf_r + position: {x: -0.33434707, y: -3.9388614e-17, z: 2.982546e-17} + rotation: {x: -0, y: -0, z: -3.8380668e-10, w: 1} + scale: {x: 1.0000005, y: 1.0000002, z: 1.0000004} + - name: foot_r + parentName: calf_r + position: {x: -0.4281875, y: 1.1546319e-16, z: -7.105427e-17} + rotation: {x: -0.0064628934, y: -0.019155607, z: -0.017871924, w: 0.99963593} + scale: {x: 1.0000005, y: 1.0000005, z: 1.0000006} + - name: ball_r + parentName: foot_r + position: {x: -0.074242234, y: 0.12459272, z: -0.00043897645} + rotation: {x: -0.00000002235174, y: 0.00000001862645, z: 0.7071069, w: 0.70710677} + scale: {x: 1, y: 1.0000005, z: 1.0000005} + - name: thigh_l + parentName: pelvis + position: {x: 0.026536651, y: -0.012540282, z: -0.09293319} + rotation: {x: -0.001051277, y: -0.012049615, z: -0.040930513, w: -0.99908876} + scale: {x: 1.0000001, y: 1.0000002, z: 1.0000004} + - name: thigh_twist_01_l + parentName: thigh_l + position: {x: 0.18913661, y: 0.00035238912, z: -0.00044632424} + rotation: {x: -0, y: -0, z: -0.0000000052223186, w: 1} + scale: {x: 1.0000004, y: 1.0000001, z: 1.0000001} + - name: thigh_twist_01_l1 + parentName: thigh_l + position: {x: 0.3275102, y: 0.000000004340087, z: 0.00000023721351} + rotation: {x: -0, y: -0, z: -0.0000000052223186, w: 1} + scale: {x: 1.0000004, y: 1.0000001, z: 1.0000001} + - name: calf_l + parentName: thigh_l + position: {x: 0.42537814, y: 0.0000000133139615, z: -0.00000024290833} + rotation: {x: 0.004376567, y: 0.0047378954, z: 0.031418975, w: 0.99948555} + scale: {x: 1.0000004, y: 1.0000001, z: 1.0000001} + - name: calf_twist_01_l + parentName: calf_l + position: {x: 0.19054599, y: -0.000000018583592, z: 0.0000008138474} + rotation: {x: 4.656613e-10, y: -0, z: -7.4942363e-10, w: 1} + scale: {x: 1.0000002, y: 1.0000001, z: 1.0000002} + - name: calf_twist_01_l1 + parentName: calf_l + position: {x: 0.33434698, y: 0.000000006093711, z: -0.000000053852567} + rotation: {x: 4.656613e-10, y: -0, z: -7.4942363e-10, w: 1} + scale: {x: 1.0000002, y: 1.0000001, z: 1.0000002} + - name: foot_l + parentName: calf_l + position: {x: 0.42818737, y: 0.000000013496265, z: -0.000000046906553} + rotation: {x: -0.0064628725, y: -0.019155683, z: -0.017871736, w: 0.99963593} + scale: {x: 1.0000002, y: 1.0000004, z: 1.0000004} + - name: ball_l + parentName: foot_l + position: {x: 0.074242644, y: -0.1245928, z: 0.00043938312} + rotation: {x: -0.00000004470348, y: 0.00000015832482, z: 0.7071067, w: 0.7071069} + scale: {x: 1.0000001, y: 1, z: 0.99999994} + - name: BodyProxy + parentName: Common@HandGesture(Clone) + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: FullBody + parentName: Common@HandGesture(Clone) + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + armTwist: 0.5 + foreArmTwist: 0.5 + upperLegTwist: 0.5 + legTwist: 0.5 + armStretch: 0.05 + legStretch: 0.05 + feetSpacing: 0 + globalScale: 1 + rootMotionBoneName: + hasTranslationDoF: 0 + hasExtraRoot: 1 + skeletonHasParents: 1 + lastHumanDescriptionAvatarSource: {instanceID: 0} + autoGenerateAvatarMappingIfUnspecified: 1 + animationType: 3 + humanoidOversampling: 1 + avatarSetup: 1 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + importBlendShapeDeformPercent: 1 + remapMaterialsIfMaterialImportModeIsNone: 0 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/03_Models/_Characters/Base/Animations/Common@Talking1.fbx b/Assets/03_Models/_Characters/Base/Animations/Common@Talking1.fbx new file mode 100644 index 00000000..0b632fd0 --- /dev/null +++ b/Assets/03_Models/_Characters/Base/Animations/Common@Talking1.fbx @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:69ddc705a830f3dec82499ef8b182f8caff4650729633e685936c2a375ce0285 +size 1836272 diff --git a/Assets/03_Models/_Characters/Base/Animations/Common@Talking1.fbx.meta b/Assets/03_Models/_Characters/Base/Animations/Common@Talking1.fbx.meta new file mode 100644 index 00000000..e1c6c93f --- /dev/null +++ b/Assets/03_Models/_Characters/Base/Animations/Common@Talking1.fbx.meta @@ -0,0 +1,1104 @@ +fileFormatVersion: 2 +guid: 62313420c68171e45adf0a8f1ace54c7 +ModelImporter: + serializedVersion: 24200 + internalIDToNameTable: [] + externalObjects: {} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 0 + motionNodeName: + animationImportErrors: + animationImportWarnings: "\nClip 'mixamo.com' has import animation warnings that + might lower retargeting quality:\nNote: Activate translation DOF on avatar + to improve retargeting quality.\n\t'spine_01' is inbetween humanoid transforms + and has rotation animation that will be discarded.\n\t'spine_05' is inbetween + humanoid transforms and has rotation animation that will be discarded.\n\t'neck_02' + is inbetween humanoid transforms and has rotation animation that will be discarded.\n" + animationRetargetingWarnings: + animationDoRetargetingWarnings: 0 + importAnimatedCustomProperties: 0 + importConstraints: 0 + animationCompression: 3 + animationRotationError: 0.5 + animationPositionError: 0.5 + animationScaleError: 0.5 + animationWrapMode: 0 + extraExposedTransformPaths: [] + extraUserProperties: [] + clipAnimations: + - serializedVersion: 16 + name: Common_Talking1 + takeName: mixamo.com + internalID: -203655887218126122 + firstFrame: 0 + lastFrame: 155 + wrapMode: 0 + orientationOffsetY: 0 + level: 0 + cycleOffset: 0 + loop: 0 + hasAdditiveReferencePose: 0 + loopTime: 0 + loopBlend: 0 + loopBlendOrientation: 1 + loopBlendPositionY: 1 + loopBlendPositionXZ: 1 + keepOriginalOrientation: 1 + keepOriginalPositionY: 1 + keepOriginalPositionXZ: 0 + heightFromFeet: 0 + mirror: 0 + bodyMask: 01000000010000000100000001000000010000000100000001000000010000000100000001000000010000000100000001000000 + curves: [] + events: [] + transformMask: [] + maskType: 3 + maskSource: {instanceID: 0} + additiveReferencePoseFrame: 0 + isReadable: 0 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importPhysicalCameras: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 1 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 0 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + generateMeshLods: 0 + meshLodGenerationFlags: 0 + maximumMeshLod: -1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + tangentSpace: + normalSmoothAngle: 60 + normalImportMode: 0 + tangentImportMode: 3 + normalCalculationMode: 4 + legacyComputeAllNormalsFromSmoothingGroupsWhenMeshHasBlendShapes: 0 + blendShapeNormalImportMode: 1 + normalSmoothingSource: 0 + referencedClips: [] + importAnimation: 1 + humanDescription: + serializedVersion: 3 + human: + - boneName: pelvis + humanName: Hips + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: thigh_l + humanName: LeftUpperLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: thigh_r + humanName: RightUpperLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: calf_l + humanName: LeftLowerLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: calf_r + humanName: RightLowerLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: foot_l + humanName: LeftFoot + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: foot_r + humanName: RightFoot + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: spine_02 + humanName: Spine + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: spine_03 + humanName: Chest + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: neck_01 + humanName: Neck + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: head + humanName: Head + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: clavicle_l + humanName: LeftShoulder + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: clavicle_r + humanName: RightShoulder + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: upperarm_l + humanName: LeftUpperArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: upperarm_r + humanName: RightUpperArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: lowerarm_l + humanName: LeftLowerArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: lowerarm_r + humanName: RightLowerArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: hand_l + humanName: LeftHand + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: hand_r + humanName: RightHand + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: ball_l + humanName: LeftToes + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: ball_r + humanName: RightToes + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: eyeRoot_l + humanName: LeftEye + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: eyeRoot_r + humanName: RightEye + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: Jaw + humanName: Jaw + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: thumb_01_l + humanName: Left Thumb Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: thumb_02_l + humanName: Left Thumb Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: thumb_03_l + humanName: Left Thumb Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: index_metacarpal_l + humanName: Left Index Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: index_01_l + humanName: Left Index Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: index_02_l + humanName: Left Index Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: middle_metacarpal_l + humanName: Left Middle Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: middle_01_l + humanName: Left Middle Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: middle_02_l + humanName: Left Middle Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: ring_metacarpal_l + humanName: Left Ring Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: ring_01_l + humanName: Left Ring Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: ring_02_l + humanName: Left Ring Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: pinky_metacarpal_l + humanName: Left Little Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: pinky_01_l + humanName: Left Little Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: pinky_02_l + humanName: Left Little Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: thumb_01_r + humanName: Right Thumb Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: thumb_02_r + humanName: Right Thumb Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: thumb_03_r + humanName: Right Thumb Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: index_metacarpal_r + humanName: Right Index Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: index_01_r + humanName: Right Index Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: index_02_r + humanName: Right Index Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: middle_metacarpal_r + humanName: Right Middle Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: middle_01_r + humanName: Right Middle Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: middle_02_r + humanName: Right Middle Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: ring_metacarpal_r + humanName: Right Ring Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: ring_01_r + humanName: Right Ring Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: ring_02_r + humanName: Right Ring Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: pinky_metacarpal_r + humanName: Right Little Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: pinky_01_r + humanName: Right Little Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: pinky_02_r + humanName: Right Little Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: spine_04 + humanName: UpperChest + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + skeleton: + - name: Common@Talking1(Clone) + parentName: + position: {x: 0, y: 0, z: 0} + rotation: {x: 0, y: 0, z: 0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: armature + parentName: Common@Talking1(Clone) + position: {x: -0.0641043, y: -0.027230224, z: 0.09189577} + rotation: {x: -0.058549825, y: -0.04829294, z: -0.024450785, w: 0.99681586} + scale: {x: 1, y: 1, z: 1} + - name: root + parentName: armature + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: ik_foot_root + parentName: root + position: {x: -0, y: 0, z: 0} + rotation: {x: -0.7071068, y: 0, z: -0, w: 0.7071068} + scale: {x: 1, y: 1, z: 1} + - name: ik_foot_r + parentName: ik_foot_root + position: {x: 0.1172439, y: 0.0051753507, z: 0.10954} + rotation: {x: 0.72006285, y: -0.015875151, z: 0.6935279, w: -0.01663142} + scale: {x: 1, y: 1, z: 1} + - name: ik_foot_l + parentName: ik_foot_root + position: {x: -0.11724399, y: 0.00517535, z: 0.10954} + rotation: {x: 0.01663142, y: 0.6935279, z: 0.015875151, w: 0.72006285} + scale: {x: 1, y: 1, z: 1} + - name: ik_hand_root + parentName: root + position: {x: -0, y: 0, z: 0} + rotation: {x: -0.7071068, y: 0, z: -0, w: 0.7071068} + scale: {x: 1, y: 1, z: 1} + - name: interaction + parentName: root + position: {x: 1.7763568e-17, y: 3.5527136e-17, z: -1.8735012e-18} + rotation: {x: -0.7071068, y: 2.7685532e-17, z: -8.0593746e-18, w: 0.7071068} + scale: {x: 1, y: 1, z: 1} + - name: center_of_mass + parentName: root + position: {x: 1.7763568e-17, y: 3.5527136e-17, z: -1.8735012e-18} + rotation: {x: -0.7071068, y: 2.7685532e-17, z: -8.0593746e-18, w: 0.7071068} + scale: {x: 1, y: 1, z: 1} + - name: ik_hand_gun + parentName: root + position: {x: 0.42266512, y: 1.0591742, z: 0.060633216} + rotation: {x: 0.088823244, y: -0.23499781, z: -0.42826185, w: 0.86803126} + scale: {x: 1, y: 1, z: 1} + - name: ik_hand_r + parentName: ik_hand_gun + position: {x: -0, y: -2.842171e-16, z: -7.105427e-17} + rotation: {x: -4.0245585e-16, y: 5.551115e-17, z: -5.551115e-17, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: ik_hand_l + parentName: ik_hand_gun + position: {x: -0.44188076, y: -0.59320736, z: 0.40918136} + rotation: {x: 0.51264596, y: 0.7496153, z: -0.41380602, w: 0.06352732} + scale: {x: 1, y: 1, z: 1} + - name: pelvis + parentName: root + position: {x: 0.011242721, y: 1.0180124, z: 0.026262932} + rotation: {x: 0.5222169, y: -0.52344733, z: 0.44875968, w: -0.5019036} + scale: {x: 1, y: 1, z: 0.9999998} + - name: spine_01 + parentName: pelvis + position: {x: -0.02471853, y: 7.424816e-13, z: 1.7832339e-18} + rotation: {x: -0.0000008642674, y: -0.0000001192093, z: -0.14993869, w: -0.9886953} + scale: {x: 1.0000001, y: 1.0000002, z: 1.0000002} + - name: spine_02 + parentName: spine_01 + position: {x: -0.064416714, y: 0.0017404179, z: -0.0000000030015432} + rotation: {x: -0.0000013385005, y: 0.00000006073904, z: -0.05952438, w: 0.9982269} + scale: {x: 1.0000002, y: 1.0000001, z: 1.0000002} + - name: spine_03 + parentName: spine_02 + position: {x: -0.061613474, y: -6.5895943e-12, z: 2.0313506e-17} + rotation: {x: -0.0000017854003, y: 0.00000011963564, z: 0.08994775, w: -0.99594647} + scale: {x: 1.0000002, y: 1.0000004, z: 1.0000002} + - name: spine_04 + parentName: spine_03 + position: {x: -0.08851115, y: -4.108312e-11, z: 1.5608689e-16} + rotation: {x: 0.0000017489446, y: -0.00000032190434, z: -0.07392207, w: 0.9972641} + scale: {x: 0.99999994, y: 0.99999994, z: 0.99999994} + - name: spine_05 + parentName: spine_04 + position: {x: -0.17498758, y: 2.1512604e-11, z: -5.0903293e-18} + rotation: {x: -0.0000019576464, y: -8.8232344e-10, z: -0.0022556407, w: 0.9999975} + scale: {x: 1.0000002, y: 1.0000001, z: 1} + - name: neck_01 + parentName: spine_05 + position: {x: -0.09749261, y: -0.0039456394, z: -0.000000020623832} + rotation: {x: -0.000000015161275, y: -0.00000045087265, z: -0.15039416, w: -0.9886261} + scale: {x: 0.99999994, y: 0.99999994, z: 1} + - name: neck_02 + parentName: neck_01 + position: {x: -0.039823327, y: -0.0004405553, z: 0.0000000010045333} + rotation: {x: -0.000004145629, y: 0.000000098806865, z: -0.005270853, w: 0.9999862} + scale: {x: 1, y: 1, z: 1.0000001} + - name: head + parentName: neck_02 + position: {x: -0.04271587, y: -0.003412315, z: -3.3881317e-23} + rotation: {x: 0.48018253, y: -0.51906157, z: 0.48018214, w: 0.5190617} + scale: {x: 0.9999998, y: 0.99999994, z: 1} + - name: Jaw + parentName: head + position: {x: -0.00000024235231, y: -0.013404406, z: 0.04100778} + rotation: {x: -0.4801809, y: 0.5190602, z: -0.48018375, w: 0.51906306} + scale: {x: 1.0000006, y: 1.0000002, z: 1.0000002} + - name: eyeRoot_r + parentName: head + position: {x: 0.04563364, y: 0.049755275, z: 0.036700334} + rotation: {x: 0.000003024935, y: 0.00000014901158, z: 0.00000005960463, w: 1} + scale: {x: 1, y: 1.0000001, z: 1} + - name: eyeSocket_r + parentName: eyeRoot_r + position: {x: 1.7763568e-17, y: -5.684342e-16, z: 7.9936054e-17} + rotation: {x: 0.0000029951327, y: 0.00000026822124, z: 0.0000001937147, w: 1} + scale: {x: 1, y: 0.99999994, z: 0.99999994} + - name: eye_r + parentName: eyeSocket_r + position: {x: 0.0000007168851, y: 0.0000005027567, z: 0.042186897} + rotation: {x: -0.0000029951332, y: -0.00000020861619, z: -0.00000011920929, w: 1} + scale: {x: 1, y: 1.0000002, z: 1.0000001} + - name: eyeRoot_l + parentName: head + position: {x: -0.045634158, y: 0.04975525, z: 0.036699787} + rotation: {x: 0.000003024935, y: 0.00000014901158, z: 0.00000005960463, w: 1} + scale: {x: 1, y: 1.0000001, z: 1} + - name: eyeSocket_l + parentName: eyeRoot_l + position: {x: -2.6645284e-17, y: -1.7053025e-15, z: -3.1086245e-17} + rotation: {x: 0.0000029951327, y: 0.00000026822124, z: 0.0000001937147, w: 1} + scale: {x: 1, y: 0.99999994, z: 0.99999994} + - name: eye_l + parentName: eyeSocket_l + position: {x: -0.00000028216022, y: 0.0000005027548, z: 0.042186897} + rotation: {x: -0.0000029951332, y: -0.00000020861619, z: -0.00000011920929, w: 1} + scale: {x: 1, y: 1.0000002, z: 1.0000001} + - name: clavicle_l + parentName: spine_05 + position: {x: -0.05830481, y: 0.01004903, z: -0.009313623} + rotation: {x: -0.08991552, y: 0.750463, z: -0.05957704, w: -0.6520514} + scale: {x: 1, y: 1, z: 1} + - name: upperarm_l + parentName: clavicle_l + position: {x: -0.12042659, y: 0.00337745, z: -0.0078001604} + rotation: {x: 0.007533026, y: 0.05112047, z: 0.013962827, w: 0.9985665} + scale: {x: 1, y: 1.0000002, z: 1.0000001} + - name: upperarm_twist_01_l + parentName: upperarm_l + position: {x: -0.09029968, y: -0.0000010437427, z: 0.0000018067597} + rotation: {x: 0.00000041164452, y: 0.002089381, z: -0.000113994334, w: 0.9999978} + scale: {x: 1, y: 0.99999994, z: 1.0000004} + - name: upperarm_twist_02_l + parentName: upperarm_l + position: {x: -0.15903978, y: -0.0000019053927, z: 0.000004715007} + rotation: {x: 0.0000003753229, y: 0.0000012516972, z: 0.0000055804835, w: 1} + scale: {x: 1.0000001, y: 0.9999998, z: 1.0000004} + - name: lowerarm_l + parentName: upperarm_l + position: {x: -0.2628306, y: -0.0000028196093, z: -0.0000015065455} + rotation: {x: 0.015156127, y: 0.024698693, z: 0.03303755, w: 0.9990339} + scale: {x: 1.0000004, y: 0.9999997, z: 1.0000005} + - name: lowerarm_twist_02_l + parentName: lowerarm_l + position: {x: -0.059287686, y: -0.000033335233, z: -0.000090587935} + rotation: {x: 0.0012477952, y: 0.0016747003, z: -0.000585637, w: 0.9999977} + scale: {x: 0.9999998, y: 1, z: 0.99999994} + - name: lowerarm_twist_01_l + parentName: lowerarm_l + position: {x: -0.1370334, y: -0.0000438542, z: -0.000121863864} + rotation: {x: 0.0012477523, y: 0.0016747674, z: -0.0005855338, w: 0.9999977} + scale: {x: 1, y: 1.0000002, z: 0.99999994} + - name: hand_l + parentName: lowerarm_l + position: {x: -0.22426975, y: -0.00000023307989, z: 0.0000000787232} + rotation: {x: 0.61020106, y: 0.06955917, z: 0.038730703, w: -0.7882361} + scale: {x: 1, y: 0.99999994, z: 1.0000002} + - name: middle_metacarpal_l + parentName: hand_l + position: {x: -0.031159949, y: -0.00068169314, z: -0.0036431223} + rotation: {x: -0.0005090235, y: -0.0051819924, z: 0.062410705, w: 0.99803704} + scale: {x: 1.0000002, y: 1.0000006, z: 1.0000005} + - name: middle_01_l + parentName: middle_metacarpal_l + position: {x: -0.07175154, y: 0.0074047474, z: 0.00419731} + rotation: {x: -0.019594645, y: 0.026709255, z: -0.09728817, w: 0.9947049} + scale: {x: 1.0000001, y: 1.0000002, z: 1.0000001} + - name: middle_02_l + parentName: middle_01_l + position: {x: -0.030946212, y: -0.00025767414, z: 0.00015369119} + rotation: {x: -0.0005756504, y: -0.004191836, z: -0.007050859, w: 0.99996626} + scale: {x: 1.0000001, y: 1.0000005, z: 1.0000001} + - name: middle_03_l + parentName: middle_02_l + position: {x: -0.031564437, y: 0.00012725168, z: 0.000009820017} + rotation: {x: -0.000047525962, y: 0.0019094234, z: -0.024870902, w: 0.99968886} + scale: {x: 1.0000002, y: 1.0000002, z: 0.99999946} + - name: pinky_metacarpal_l + parentName: hand_l + position: {x: -0.029829215, y: 0.002419275, z: 0.019277232} + rotation: {x: -0.1318333, y: 0.021764817, z: 0.029492173, w: 0.99059397} + scale: {x: 1.0000001, y: 1.0000006, z: 1.0000006} + - name: pinky_01_l + parentName: pinky_metacarpal_l + position: {x: -0.065842345, y: 0.00387696, z: -0.0003698518} + rotation: {x: -0.0020618583, y: -0.031786077, z: -0.053135496, w: 0.9980792} + scale: {x: 1.0000004, y: 1.0000001, z: 1.0000001} + - name: pinky_02_l + parentName: pinky_01_l + position: {x: -0.030473938, y: 0.0000449431, z: 0.0000050213966} + rotation: {x: -0.0002949023, y: 0.0018233652, z: -0.014608994, w: 0.9998916} + scale: {x: 1.0000004, y: 1.0000005, z: 1.0000005} + - name: pinky_03_l + parentName: pinky_02_l + position: {x: -0.018163703, y: 0.000014216933, z: 0.00000081721095} + rotation: {x: -0.000025460178, y: 0.00073219376, z: -0.02839317, w: 0.9995966} + scale: {x: 1.0000005, y: 0.99999994, z: 1.0000005} + - name: ring_metacarpal_l + parentName: hand_l + position: {x: -0.031082293, y: 0.0006009566, z: 0.008015621} + rotation: {x: -0.0910954, y: 0.024944935, z: 0.060117025, w: 0.9937129} + scale: {x: 1.0000005, y: 1.000001, z: 1.0000007} + - name: ring_01_l + parentName: ring_metacarpal_l + position: {x: -0.071285464, y: 0.006903508, z: -0.00030325403} + rotation: {x: -0.01378361, y: -0.022463316, z: -0.09541093, w: 0.995089} + scale: {x: 1, y: 1.0000001, z: 1.0000002} + - name: ring_02_l + parentName: ring_01_l + position: {x: -0.028632186, y: -0.00080945133, z: 0.00010370551} + rotation: {x: -0.0013138669, y: -0.0036820057, z: -0.029154258, w: 0.99956733} + scale: {x: 0.99999994, y: 0.99999994, z: 0.9999998} + - name: ring_03_l + parentName: ring_02_l + position: {x: -0.024630046, y: -0.00062541856, z: -0.000049983075} + rotation: {x: -0.00013467409, y: 0.003215602, z: -0.040373236, w: 0.9991795} + scale: {x: 1.0000006, y: 1.0000005, z: 1.0000002} + - name: thumb_01_l + parentName: hand_l + position: {x: -0.042124398, y: 0.013390588, z: -0.03553364} + rotation: {x: -0.47111356, y: 0.29056507, z: -0.22319673, w: -0.8023759} + scale: {x: 1.0000004, y: 1.0000004, z: 1.0000002} + - name: thumb_02_l + parentName: thumb_01_l + position: {x: -0.04041515, y: -0.002166181, z: -0.00022503364} + rotation: {x: 0.027755277, y: 0.001565113, z: -0.042661432, w: 0.99870276} + scale: {x: 1.0000004, y: 1.0000001, z: 0.9999998} + - name: thumb_03_l + parentName: thumb_02_l + position: {x: -0.02150001, y: -0.001488054, z: 0.000019765686} + rotation: {x: -0.0000015888355, y: -0.0017221599, z: 0.009186274, w: 0.9999563} + scale: {x: 1.0000001, y: 1.0000005, z: 1.0000002} + - name: index_metacarpal_l + parentName: hand_l + position: {x: -0.034522086, y: 0.0011242229, z: -0.020516565} + rotation: {x: 0.028094497, y: -0.014797488, z: 0.076732084, w: 0.9965461} + scale: {x: 1.0000005, y: 1.0000006, z: 1.0000005} + - name: index_01_l + parentName: index_metacarpal_l + position: {x: -0.07113928, y: 0.0060603456, z: 0.001430095} + rotation: {x: -0.028136536, y: 0.022478297, z: -0.09793034, w: 0.9945415} + scale: {x: 1, y: 1.0000004, z: 1.0000002} + - name: index_02_l + parentName: index_01_l + position: {x: -0.02752322, y: -0.00092728826, z: 0.00007970657} + rotation: {x: 0.00017435281, y: -0.0022268097, z: -0.025526576, w: 0.99967164} + scale: {x: 1, y: 1, z: 1.0000001} + - name: index_03_l + parentName: index_02_l + position: {x: -0.02878466, y: -0.0000016466528, z: -0.000006182652} + rotation: {x: 0.000000048778013, y: -0.00052503747, z: 0.00010772527, w: 0.9999999} + scale: {x: 1.0000006, y: 1.0000004, z: 1} + - name: shoulder_twist_l + parentName: upperarm_l + position: {x: -1.4210854e-16, y: -4.440892e-18, z: -1.4210854e-16} + rotation: {x: -0, y: -0, z: 0.0000000032596286, w: 1} + scale: {x: 1.0000001, y: 0.9999998, z: 1.0000005} + - name: clavicle_r + parentName: spine_05 + position: {x: -0.05830481, y: 0.010049071, z: 0.009313577} + rotation: {x: -0.7504625, y: -0.08991138, z: -0.6520521, w: 0.059581894} + scale: {x: 1.0000001, y: 1.0000002, z: 0.99999994} + - name: upperarm_r + parentName: clavicle_r + position: {x: 0.1204265, y: -0.0033794376, z: 0.0078006224} + rotation: {x: 0.0075325426, y: 0.051118325, z: 0.013954431, w: 0.9985667} + scale: {x: 1.0000002, y: 1.0000002, z: 1.0000005} + - name: upperarm_twist_01_r + parentName: upperarm_r + position: {x: 0.09029968, y: 0.0000010437467, z: -0.0000018067599} + rotation: {x: 0.0000003185123, y: 0.0020894704, z: -0.000114001785, w: 0.9999978} + scale: {x: 1, y: 1.0000002, z: 1} + - name: upperarm_twist_02_r + parentName: upperarm_r + position: {x: 0.15903978, y: 0.0000019053997, z: -0.0000047150074} + rotation: {x: 0.00000034458924, y: 0.0000013113017, z: 0.000005462205, w: 1} + scale: {x: 1.0000001, y: 1, z: 0.9999998} + - name: lowerarm_r + parentName: upperarm_r + position: {x: 0.2628306, y: 0.0000028196207, z: 0.0000015065447} + rotation: {x: 0.015156088, y: 0.024698928, z: 0.03303743, w: 0.999034} + scale: {x: 1, y: 0.99999994, z: 0.99999994} + - name: lowerarm_twist_02_r + parentName: lowerarm_r + position: {x: 0.059287686, y: 0.000033335233, z: 0.000090587935} + rotation: {x: 0.0012477599, y: 0.0016746223, z: -0.0005855177, w: 0.9999977} + scale: {x: 1, y: 1, z: 0.99999994} + - name: lowerarm_twist_01_r + parentName: lowerarm_r + position: {x: 0.1370334, y: 0.0000438542, z: 0.000121863864} + rotation: {x: 0.0012477617, y: 0.0016746521, z: -0.00058545853, w: 0.99999774} + scale: {x: 1, y: 1, z: 0.9999998} + - name: hand_r + parentName: lowerarm_r + position: {x: 0.22426975, y: 0.00000023307989, z: -0.0000000787232} + rotation: {x: -0.610201, y: -0.06955927, z: -0.03873069, w: 0.7882361} + scale: {x: 1, y: 0.9999998, z: 1.0000001} + - name: middle_metacarpal_r + parentName: hand_r + position: {x: 0.031159949, y: 0.00068169314, z: 0.0036431223} + rotation: {x: -0.0005092619, y: -0.0051832255, z: 0.062409718, w: 0.99803704} + scale: {x: 1, y: 1, z: 0.99999994} + - name: middle_01_r + parentName: middle_metacarpal_r + position: {x: 0.07175154, y: -0.0074047474, z: -0.00419731} + rotation: {x: -0.019594852, y: 0.02670926, z: -0.09728827, w: 0.9947048} + scale: {x: 1.0000001, y: 1, z: 0.99999994} + - name: middle_02_r + parentName: middle_01_r + position: {x: 0.030946212, y: 0.00025767414, z: -0.00015369119} + rotation: {x: -0.00057576963, y: -0.004191782, z: -0.0070507186, w: 0.9999662} + scale: {x: 1, y: 1.0000004, z: 1.0000001} + - name: middle_03_r + parentName: middle_02_r + position: {x: 0.031564243, y: -0.00012680379, z: -0.0000096261265} + rotation: {x: -0.00004755862, y: 0.001909493, z: -0.024870943, w: 0.9996889} + scale: {x: 1.0000002, y: 0.9999997, z: 0.9999998} + - name: pinky_metacarpal_r + parentName: hand_r + position: {x: 0.029829215, y: -0.002419275, z: -0.019277232} + rotation: {x: -0.13183366, y: 0.021764116, z: 0.029489039, w: 0.99059415} + scale: {x: 1, y: 1, z: 1} + - name: pinky_01_r + parentName: pinky_metacarpal_r + position: {x: 0.065842345, y: -0.00387696, z: 0.0003698518} + rotation: {x: -0.0020615743, y: -0.031788968, z: -0.053138614, w: 0.99807894} + scale: {x: 1, y: 1.0000004, z: 1} + - name: pinky_02_r + parentName: pinky_01_r + position: {x: 0.030473523, y: -0.000044794444, z: -0.000005009973} + rotation: {x: -0.00029502407, y: 0.0018232088, z: -0.01460892, w: 0.9998916} + scale: {x: 1.0000004, y: 1.0000001, z: 0.9999996} + - name: pinky_03_r + parentName: pinky_02_r + position: {x: 0.018164502, y: -0.000014280713, z: -0.0000008640132} + rotation: {x: -0.000025311301, y: 0.0007321985, z: -0.028393175, w: 0.99959654} + scale: {x: 1.0000001, y: 1.0000001, z: 1.0000004} + - name: ring_metacarpal_r + parentName: hand_r + position: {x: 0.031082293, y: -0.0006009566, z: -0.008015621} + rotation: {x: -0.091095835, y: 0.024943432, z: 0.06011479, w: 0.993713} + scale: {x: 1, y: 0.99999994, z: 1.0000001} + - name: ring_01_r + parentName: ring_metacarpal_r + position: {x: 0.071285464, y: -0.006903508, z: 0.00030325403} + rotation: {x: -0.013783823, y: -0.022462161, z: -0.0954144, w: 0.9950887} + scale: {x: 1, y: 0.99999994, z: 0.9999998} + - name: ring_02_r + parentName: ring_01_r + position: {x: 0.028632184, y: 0.00080979656, z: -0.00010371774} + rotation: {x: -0.0013137959, y: -0.0036819084, z: -0.029154332, w: 0.99956733} + scale: {x: 1.0000004, y: 1.0000005, z: 1} + - name: ring_03_r + parentName: ring_02_r + position: {x: 0.024629807, y: 0.00062524603, z: 0.00005006087} + rotation: {x: -0.0001343202, y: 0.0032155826, z: -0.04037308, w: 0.9991795} + scale: {x: 1.0000002, y: 1.0000006, z: 1} + - name: thumb_01_r + parentName: hand_r + position: {x: 0.042124398, y: -0.013390588, z: 0.03553364} + rotation: {x: 0.47111347, y: -0.29056484, z: 0.22319518, w: 0.8023765} + scale: {x: 1.0000002, y: 1.0000001, z: 1} + - name: thumb_02_r + parentName: thumb_01_r + position: {x: 0.04041515, y: 0.002166181, z: 0.00022503364} + rotation: {x: 0.027754864, y: 0.001565456, z: -0.042650983, w: 0.9987033} + scale: {x: 1.0000002, y: 1, z: 1.0000005} + - name: thumb_03_r + parentName: thumb_02_r + position: {x: 0.021499943, y: 0.001487848, z: -0.000019537816} + rotation: {x: -0.0000016130505, y: -0.0017219686, z: 0.00918608, w: 0.99995637} + scale: {x: 0.99999994, y: 0.9999998, z: 0.99999994} + - name: index_metacarpal_r + parentName: hand_r + position: {x: 0.034522086, y: -0.0011242229, z: 0.020516565} + rotation: {x: 0.028094355, y: -0.014797481, z: 0.07673197, w: 0.99654603} + scale: {x: 1, y: 1, z: 0.99999994} + - name: index_01_r + parentName: index_metacarpal_r + position: {x: 0.07113928, y: -0.0060603456, z: -0.001430095} + rotation: {x: -0.028136717, y: 0.02248013, z: -0.09793835, w: 0.9945407} + scale: {x: 1, y: 1.0000001, z: 0.9999998} + - name: index_02_r + parentName: index_01_r + position: {x: 0.027523164, y: 0.00092784583, z: -0.00007988173} + rotation: {x: 0.00017416658, y: -0.002226609, z: -0.025526593, w: 0.99967164} + scale: {x: 1.0000005, y: 1.0000002, z: 1} + - name: index_03_r + parentName: index_02_r + position: {x: 0.028784158, y: 0.0000011014419, z: 0.00000623518} + rotation: {x: 0.00000011025986, y: -0.000525099, z: 0.000107855136, w: 0.9999999} + scale: {x: 1.0000006, y: 1.0000004, z: 1.0000004} + - name: shoulder_twist_r + parentName: upperarm_r + position: {x: 1.4210854e-16, y: 8.881784e-18, z: 0} + rotation: {x: -9.3132235e-10, y: -0, z: -9.3132235e-10, w: 1} + scale: {x: 1.0000001, y: 1, z: 1} + - name: breast_l + parentName: spine_04 + position: {x: -0.0707, y: -0.06324, z: -0.058701523} + rotation: {x: -0.54945195, y: 0.44508794, z: -0.5494486, w: -0.44509062} + scale: {x: 0.9999998, y: 0.9999998, z: 0.9999998} + - name: breast_r + parentName: spine_04 + position: {x: -0.07069836, y: -0.06323644, z: 0.058702283} + rotation: {x: -0.44509113, y: -0.54945457, z: -0.44508725, w: 0.5494459} + scale: {x: 1.0000002, y: 1.0000005, z: 1.0000005} + - name: thigh_r + parentName: pelvis + position: {x: 0.026536746, y: -0.012540269, z: 0.09293316} + rotation: {x: 0.0120497625, y: -0.0010511278, z: -0.99908876, w: 0.040930446} + scale: {x: 1.0000005, y: 1.0000005, z: 1.0000005} + - name: thigh_twist_01_r + parentName: thigh_r + position: {x: -0.18913673, y: -0.00035233443, z: 0.00044652633} + rotation: {x: 5.8207654e-11, y: -0, z: -1.4551914e-10, w: 1} + scale: {x: 1.0000002, y: 1.0000001, z: 1.0000002} + - name: thigh_twist_01_r1 + parentName: thigh_r + position: {x: -0.32751042, y: 2.006681e-17, z: -2.427346e-19} + rotation: {x: 5.8207654e-11, y: -0, z: -1.4551914e-10, w: 1} + scale: {x: 1.0000002, y: 1.0000001, z: 1.0000002} + - name: calf_r + parentName: thigh_r + position: {x: -0.42537832, y: -1.02140514e-16, z: -1.1191048e-15} + rotation: {x: 0.0043767197, y: 0.0047377236, z: 0.031418946, w: 0.99948555} + scale: {x: 1.0000002, y: 1.0000004, z: 1.0000004} + - name: calf_twist_01_r + parentName: calf_r + position: {x: -0.1905453, y: -2.1816712e-17, z: 2.6460525e-17} + rotation: {x: 4.656613e-10, y: -0, z: -7.203198e-10, w: 1} + scale: {x: 1.0000004, y: 0.99999994, z: 1} + - name: calf_twist_01_r1 + parentName: calf_r + position: {x: -0.33434707, y: -3.9388614e-17, z: 2.982546e-17} + rotation: {x: 4.656613e-10, y: -0, z: -7.203198e-10, w: 1} + scale: {x: 1.0000004, y: 0.99999994, z: 1} + - name: foot_r + parentName: calf_r + position: {x: -0.4281875, y: 1.1546319e-16, z: -7.105427e-17} + rotation: {x: -0.00646297, y: -0.019155635, z: -0.017871847, w: 0.99963593} + scale: {x: 1.0000004, y: 1.0000001, z: 1.0000004} + - name: ball_r + parentName: foot_r + position: {x: -0.074242234, y: 0.12459272, z: -0.00043897645} + rotation: {x: -0.000000013969835, y: 0.000000021420414, z: 0.7071068, w: 0.7071067} + scale: {x: 1.0000001, y: 1.0000005, z: 1.0000001} + - name: thigh_l + parentName: pelvis + position: {x: 0.026536651, y: -0.012540282, z: -0.09293319} + rotation: {x: -0.0010511874, y: -0.012049733, z: -0.04093043, w: -0.99908876} + scale: {x: 1.0000005, y: 1.0000004, z: 1.0000004} + - name: thigh_twist_01_l + parentName: thigh_l + position: {x: 0.18913661, y: 0.00035238912, z: -0.00044632424} + rotation: {x: -0, y: -0, z: -5.420588e-10, w: 1} + scale: {x: 1, y: 0.99999994, z: 0.9999999} + - name: thigh_twist_01_l1 + parentName: thigh_l + position: {x: 0.3275102, y: 0.000000004340087, z: 0.00000023721351} + rotation: {x: -0, y: -0, z: -5.420588e-10, w: 1} + scale: {x: 1, y: 0.99999994, z: 0.9999999} + - name: calf_l + parentName: thigh_l + position: {x: 0.42537814, y: 0.0000000133139615, z: -0.00000024290833} + rotation: {x: 0.0043766326, y: 0.0047377725, z: 0.031418987, w: 0.99948555} + scale: {x: 0.99999994, y: 0.9999999, z: 0.99999976} + - name: calf_twist_01_l + parentName: calf_l + position: {x: 0.19054599, y: -0.000000018583592, z: 0.0000008138474} + rotation: {x: 4.656613e-10, y: -0, z: -5.2204996e-10, w: 1} + scale: {x: 1, y: 1, z: 1.0000002} + - name: calf_twist_01_l1 + parentName: calf_l + position: {x: 0.33434698, y: 0.000000006093711, z: -0.000000053852567} + rotation: {x: 4.656613e-10, y: -0, z: -5.2204996e-10, w: 1} + scale: {x: 1, y: 1, z: 1.0000002} + - name: foot_l + parentName: calf_l + position: {x: 0.42818737, y: 0.000000013496265, z: -0.000000046906553} + rotation: {x: -0.0064628664, y: -0.019155653, z: -0.017871857, w: 0.9996359} + scale: {x: 1, y: 1.0000001, z: 1.0000005} + - name: ball_l + parentName: foot_l + position: {x: 0.074242644, y: -0.1245928, z: 0.00043938312} + rotation: {x: 0.000000028405339, y: 0.000000063329935, z: 0.7071069, w: 0.70710677} + scale: {x: 0.99999994, y: 0.9999998, z: 0.99999994} + - name: BodyProxy + parentName: Common@Talking1(Clone) + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: FullBody + parentName: Common@Talking1(Clone) + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + armTwist: 0.5 + foreArmTwist: 0.5 + upperLegTwist: 0.5 + legTwist: 0.5 + armStretch: 0.05 + legStretch: 0.05 + feetSpacing: 0 + globalScale: 1 + rootMotionBoneName: + hasTranslationDoF: 0 + hasExtraRoot: 1 + skeletonHasParents: 1 + lastHumanDescriptionAvatarSource: {instanceID: 0} + autoGenerateAvatarMappingIfUnspecified: 1 + animationType: 3 + humanoidOversampling: 1 + avatarSetup: 1 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + importBlendShapeDeformPercent: 1 + remapMaterialsIfMaterialImportModeIsNone: 0 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/03_Models/_Characters/Base/Animations/Common_HandGesture.anim b/Assets/03_Models/_Characters/Base/Animations/Common_HandGesture.anim new file mode 100644 index 00000000..c77517f4 --- /dev/null +++ b/Assets/03_Models/_Characters/Base/Animations/Common_HandGesture.anim @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4388b9b34521e5f2ccae18f0c8d5461ffd586bc9ff4370d85a98ee405d627c6f +size 687305 diff --git a/Assets/03_Models/_Characters/Base/Animations/Common_HandGesture.anim.meta b/Assets/03_Models/_Characters/Base/Animations/Common_HandGesture.anim.meta new file mode 100644 index 00000000..115716c2 --- /dev/null +++ b/Assets/03_Models/_Characters/Base/Animations/Common_HandGesture.anim.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 602035ec93b289e42bbb1ce62d6e75ac +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 7400000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/03_Models/_Characters/Base/Animations/Common_Talking1.anim b/Assets/03_Models/_Characters/Base/Animations/Common_Talking1.anim new file mode 100644 index 00000000..fb812409 --- /dev/null +++ b/Assets/03_Models/_Characters/Base/Animations/Common_Talking1.anim @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b3ed600aff8ddbf0ddad6e1485fa7623c2d0f82967d63459d8dc927e95c365d4 +size 877587 diff --git a/Assets/03_Models/_Characters/Base/Animations/Common_Talking1.anim.meta b/Assets/03_Models/_Characters/Base/Animations/Common_Talking1.anim.meta new file mode 100644 index 00000000..dda08733 --- /dev/null +++ b/Assets/03_Models/_Characters/Base/Animations/Common_Talking1.anim.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: d980e020ce5c78d41b4768d8b4c306b1 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 7400000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/03_Models/_Characters/Base/Animations/Male@AngryTalk.fbx b/Assets/03_Models/_Characters/Base/Animations/Male@AngryTalk.fbx new file mode 100644 index 00000000..8f072ce7 --- /dev/null +++ b/Assets/03_Models/_Characters/Base/Animations/Male@AngryTalk.fbx @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:440441b1fc14d426486695cb384b7da345ca1979a7310f98377819f1bdfc0bc6 +size 1811456 diff --git a/Assets/03_Models/_Characters/Base/Animations/Male@AngryTalk.fbx.meta b/Assets/03_Models/_Characters/Base/Animations/Male@AngryTalk.fbx.meta new file mode 100644 index 00000000..6e92aa88 --- /dev/null +++ b/Assets/03_Models/_Characters/Base/Animations/Male@AngryTalk.fbx.meta @@ -0,0 +1,1104 @@ +fileFormatVersion: 2 +guid: 9a34defa8f24af141b74285177da7ee0 +ModelImporter: + serializedVersion: 24200 + internalIDToNameTable: [] + externalObjects: {} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 0 + motionNodeName: + animationImportErrors: + animationImportWarnings: "\nClip 'mixamo.com' has import animation warnings that + might lower retargeting quality:\nNote: Activate translation DOF on avatar + to improve retargeting quality.\n\t'spine_01' is inbetween humanoid transforms + and has rotation animation that will be discarded.\n\t'spine_05' is inbetween + humanoid transforms and has rotation animation that will be discarded.\n\t'neck_02' + is inbetween humanoid transforms and has rotation animation that will be discarded.\n" + animationRetargetingWarnings: + animationDoRetargetingWarnings: 0 + importAnimatedCustomProperties: 0 + importConstraints: 0 + animationCompression: 3 + animationRotationError: 0.5 + animationPositionError: 0.5 + animationScaleError: 0.5 + animationWrapMode: 0 + extraExposedTransformPaths: [] + extraUserProperties: [] + clipAnimations: + - serializedVersion: 16 + name: Male_AngryTalk + takeName: mixamo.com + internalID: -203655887218126122 + firstFrame: 0 + lastFrame: 118 + wrapMode: 0 + orientationOffsetY: 0 + level: 0 + cycleOffset: 0 + loop: 0 + hasAdditiveReferencePose: 0 + loopTime: 0 + loopBlend: 0 + loopBlendOrientation: 1 + loopBlendPositionY: 1 + loopBlendPositionXZ: 1 + keepOriginalOrientation: 1 + keepOriginalPositionY: 1 + keepOriginalPositionXZ: 0 + heightFromFeet: 0 + mirror: 0 + bodyMask: 01000000010000000100000001000000010000000100000001000000010000000100000001000000010000000100000001000000 + curves: [] + events: [] + transformMask: [] + maskType: 3 + maskSource: {instanceID: 0} + additiveReferencePoseFrame: 0 + isReadable: 0 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importPhysicalCameras: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 1 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 0 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + generateMeshLods: 0 + meshLodGenerationFlags: 0 + maximumMeshLod: -1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + tangentSpace: + normalSmoothAngle: 60 + normalImportMode: 0 + tangentImportMode: 3 + normalCalculationMode: 4 + legacyComputeAllNormalsFromSmoothingGroupsWhenMeshHasBlendShapes: 0 + blendShapeNormalImportMode: 1 + normalSmoothingSource: 0 + referencedClips: [] + importAnimation: 1 + humanDescription: + serializedVersion: 3 + human: + - boneName: pelvis + humanName: Hips + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: thigh_l + humanName: LeftUpperLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: thigh_r + humanName: RightUpperLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: calf_l + humanName: LeftLowerLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: calf_r + humanName: RightLowerLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: foot_l + humanName: LeftFoot + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: foot_r + humanName: RightFoot + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: spine_02 + humanName: Spine + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: spine_03 + humanName: Chest + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: neck_01 + humanName: Neck + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: head + humanName: Head + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: clavicle_l + humanName: LeftShoulder + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: clavicle_r + humanName: RightShoulder + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: upperarm_l + humanName: LeftUpperArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: upperarm_r + humanName: RightUpperArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: lowerarm_l + humanName: LeftLowerArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: lowerarm_r + humanName: RightLowerArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: hand_l + humanName: LeftHand + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: hand_r + humanName: RightHand + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: ball_l + humanName: LeftToes + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: ball_r + humanName: RightToes + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: eyeRoot_l + humanName: LeftEye + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: eyeRoot_r + humanName: RightEye + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: Jaw + humanName: Jaw + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: thumb_01_l + humanName: Left Thumb Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: thumb_02_l + humanName: Left Thumb Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: thumb_03_l + humanName: Left Thumb Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: index_metacarpal_l + humanName: Left Index Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: index_01_l + humanName: Left Index Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: index_02_l + humanName: Left Index Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: middle_metacarpal_l + humanName: Left Middle Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: middle_01_l + humanName: Left Middle Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: middle_02_l + humanName: Left Middle Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: ring_metacarpal_l + humanName: Left Ring Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: ring_01_l + humanName: Left Ring Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: ring_02_l + humanName: Left Ring Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: pinky_metacarpal_l + humanName: Left Little Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: pinky_01_l + humanName: Left Little Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: pinky_02_l + humanName: Left Little Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: thumb_01_r + humanName: Right Thumb Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: thumb_02_r + humanName: Right Thumb Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: thumb_03_r + humanName: Right Thumb Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: index_metacarpal_r + humanName: Right Index Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: index_01_r + humanName: Right Index Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: index_02_r + humanName: Right Index Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: middle_metacarpal_r + humanName: Right Middle Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: middle_01_r + humanName: Right Middle Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: middle_02_r + humanName: Right Middle Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: ring_metacarpal_r + humanName: Right Ring Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: ring_01_r + humanName: Right Ring Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: ring_02_r + humanName: Right Ring Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: pinky_metacarpal_r + humanName: Right Little Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: pinky_01_r + humanName: Right Little Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: pinky_02_r + humanName: Right Little Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: spine_04 + humanName: UpperChest + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + skeleton: + - name: Male@AngryTalk(Clone) + parentName: + position: {x: 0, y: 0, z: 0} + rotation: {x: 0, y: 0, z: 0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: armature + parentName: Male@AngryTalk(Clone) + position: {x: 0.05897063, y: -0.028741378, z: 0.0008903631} + rotation: {x: -0.01859774, y: 0.01925851, z: 0.02806752, w: 0.99924743} + scale: {x: 1, y: 1, z: 1} + - name: root + parentName: armature + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: ik_foot_root + parentName: root + position: {x: -0, y: 0, z: 0} + rotation: {x: -0.7071068, y: 0, z: -0, w: 0.7071068} + scale: {x: 1, y: 1, z: 1} + - name: ik_foot_r + parentName: ik_foot_root + position: {x: 0.1172439, y: 0.0051753507, z: 0.10954} + rotation: {x: 0.72006285, y: -0.015875151, z: 0.6935279, w: -0.01663142} + scale: {x: 1, y: 1, z: 1} + - name: ik_foot_l + parentName: ik_foot_root + position: {x: -0.11724399, y: 0.00517535, z: 0.10954} + rotation: {x: 0.01663142, y: 0.6935279, z: 0.015875151, w: 0.72006285} + scale: {x: 1, y: 1, z: 1} + - name: ik_hand_root + parentName: root + position: {x: -0, y: 0, z: 0} + rotation: {x: -0.7071068, y: 0, z: -0, w: 0.7071068} + scale: {x: 1, y: 1, z: 1} + - name: interaction + parentName: root + position: {x: 1.7763568e-17, y: 3.5527136e-17, z: -1.8735012e-18} + rotation: {x: -0.7071068, y: 2.7685532e-17, z: -8.0593746e-18, w: 0.7071068} + scale: {x: 1, y: 1, z: 1} + - name: center_of_mass + parentName: root + position: {x: 1.7763568e-17, y: 3.5527136e-17, z: -1.8735012e-18} + rotation: {x: -0.7071068, y: 2.7685532e-17, z: -8.0593746e-18, w: 0.7071068} + scale: {x: 1, y: 1, z: 1} + - name: ik_hand_gun + parentName: root + position: {x: 0.42266512, y: 1.0591742, z: 0.060633216} + rotation: {x: 0.088823244, y: -0.23499781, z: -0.42826185, w: 0.86803126} + scale: {x: 1, y: 1, z: 1} + - name: ik_hand_r + parentName: ik_hand_gun + position: {x: -0, y: -2.842171e-16, z: -7.105427e-17} + rotation: {x: -4.0245585e-16, y: 5.551115e-17, z: -5.551115e-17, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: ik_hand_l + parentName: ik_hand_gun + position: {x: -0.44188076, y: -0.59320736, z: 0.40918136} + rotation: {x: 0.51264596, y: 0.7496153, z: -0.41380602, w: 0.06352732} + scale: {x: 1, y: 1, z: 1} + - name: pelvis + parentName: root + position: {x: 0.0015707649, y: 1.015233, z: 0.024879552} + rotation: {x: 0.4825671, y: -0.49840444, z: 0.5295928, w: -0.48811215} + scale: {x: 1.0000001, y: 1.0000001, z: 1.0000001} + - name: spine_01 + parentName: pelvis + position: {x: -0.02471853, y: 7.424816e-13, z: 1.7832339e-18} + rotation: {x: -0.0000008642674, y: -0.0000001192093, z: -0.14993869, w: -0.9886953} + scale: {x: 1, y: 0.9999998, z: 0.9999999} + - name: spine_02 + parentName: spine_01 + position: {x: -0.064416714, y: 0.0017404179, z: -0.0000000030015432} + rotation: {x: -0.0000013929628, y: 0.000000099141644, z: -0.059524223, w: 0.99822694} + scale: {x: 1.0000002, y: 1.0000004, z: 1.0000002} + - name: spine_03 + parentName: spine_02 + position: {x: -0.061613474, y: -6.5895943e-12, z: 2.0313506e-17} + rotation: {x: -0.0000018301391, y: 0.00000014813718, z: 0.08994792, w: -0.99594647} + scale: {x: 0.99999994, y: 0.99999994, z: 1} + - name: spine_04 + parentName: spine_03 + position: {x: -0.08851115, y: -4.108312e-11, z: 1.5608689e-16} + rotation: {x: 0.0000017340302, y: -0.00000029098717, z: -0.073921956, w: 0.9972641} + scale: {x: 1, y: 1.0000001, z: 1.0000002} + - name: spine_05 + parentName: spine_04 + position: {x: -0.17498758, y: 2.1512604e-11, z: -5.0903293e-18} + rotation: {x: -0.0000019702693, y: -0.000000031621482, z: -0.0022557154, w: 0.9999975} + scale: {x: 1.0000001, y: 1, z: 1} + - name: neck_01 + parentName: spine_05 + position: {x: -0.09749261, y: -0.0039456394, z: -0.000000020623832} + rotation: {x: -0.0000001214165, y: -0.00000042226657, z: -0.15039413, w: -0.9886261} + scale: {x: 1.0000001, y: 1.0000004, z: 1.0000005} + - name: neck_02 + parentName: neck_01 + position: {x: -0.039823327, y: -0.0004405553, z: 0.0000000010045333} + rotation: {x: -0.000004150311, y: 0.000000039070585, z: -0.005270764, w: 0.9999862} + scale: {x: 0.99999994, y: 0.99999994, z: 1.0000001} + - name: head + parentName: neck_02 + position: {x: -0.04271587, y: -0.003412315, z: -3.3881317e-23} + rotation: {x: 0.48018247, y: -0.51906145, z: 0.48018214, w: 0.51906174} + scale: {x: 0.99999994, y: 1.0000001, z: 1.0000001} + - name: Jaw + parentName: head + position: {x: -0.00000024235231, y: -0.013404406, z: 0.04100778} + rotation: {x: -0.4801809, y: 0.5190601, z: -0.48018384, w: 0.51906306} + scale: {x: 1.0000004, y: 1.0000001, z: 1.0000005} + - name: eyeRoot_r + parentName: head + position: {x: 0.04563364, y: 0.049755275, z: 0.036700334} + rotation: {x: 0.0000029504292, y: 0.00000023841852, z: -0, w: 1} + scale: {x: 1.0000001, y: 1, z: 0.99999994} + - name: eyeSocket_r + parentName: eyeRoot_r + position: {x: 1.7763568e-17, y: -5.684342e-16, z: 7.9936054e-17} + rotation: {x: 0.000002920627, y: 0.00000005960486, z: 0.0000000745063, w: 1} + scale: {x: 1, y: 1, z: 0.99999994} + - name: eye_r + parentName: eyeSocket_r + position: {x: 0.0000007168851, y: 0.0000005027567, z: 0.042186897} + rotation: {x: -0.000002920627, y: -0.00000005960486, z: -0.0000000745063, w: 1} + scale: {x: 1, y: 1, z: 1.0000002} + - name: eyeRoot_l + parentName: head + position: {x: -0.045634158, y: 0.04975525, z: 0.036699787} + rotation: {x: 0.0000029504292, y: 0.00000023841852, z: -0, w: 1} + scale: {x: 1.0000001, y: 1, z: 0.99999994} + - name: eyeSocket_l + parentName: eyeRoot_l + position: {x: -2.6645284e-17, y: -1.7053025e-15, z: -3.1086245e-17} + rotation: {x: 0.000002920627, y: 0.00000005960486, z: 0.0000000745063, w: 1} + scale: {x: 1, y: 1, z: 0.99999994} + - name: eye_l + parentName: eyeSocket_l + position: {x: -0.00000028216022, y: 0.0000005027548, z: 0.042186897} + rotation: {x: -0.000002920627, y: -0.00000005960486, z: -0.0000000745063, w: 1} + scale: {x: 1, y: 1, z: 1.0000002} + - name: clavicle_l + parentName: spine_05 + position: {x: -0.05830481, y: 0.01004903, z: -0.009313623} + rotation: {x: -0.08991557, y: 0.750463, z: -0.059577033, w: -0.65205145} + scale: {x: 1.0000001, y: 1.0000004, z: 1.0000002} + - name: upperarm_l + parentName: clavicle_l + position: {x: -0.12042659, y: 0.00337745, z: -0.0078001604} + rotation: {x: 0.0075330166, y: 0.05112058, z: 0.013962894, w: 0.99856645} + scale: {x: 1.0000001, y: 1, z: 1.0000001} + - name: upperarm_twist_01_l + parentName: upperarm_l + position: {x: -0.09029968, y: -0.0000010437427, z: 0.0000018067597} + rotation: {x: 0.00000048521895, y: 0.0020895298, z: -0.000114012946, w: 0.99999785} + scale: {x: 1, y: 1, z: 1.0000001} + - name: upperarm_twist_02_l + parentName: upperarm_l + position: {x: -0.15903978, y: -0.0000019053927, z: 0.000004715007} + rotation: {x: 0.0000005988402, y: 0.0000013709064, z: 0.000005366279, w: 1} + scale: {x: 1, y: 0.99999994, z: 1} + - name: lowerarm_l + parentName: upperarm_l + position: {x: -0.2628306, y: -0.0000028196093, z: -0.0000015065455} + rotation: {x: 0.0151562905, y: 0.024699114, z: 0.03303736, w: 0.9990339} + scale: {x: 1.0000002, y: 0.99999994, z: 1} + - name: lowerarm_twist_02_l + parentName: lowerarm_l + position: {x: -0.059287686, y: -0.000033335233, z: -0.000090587935} + rotation: {x: 0.001247767, y: 0.0016746778, z: -0.00058559666, w: 0.9999977} + scale: {x: 1.0000001, y: 1.0000001, z: 0.9999998} + - name: lowerarm_twist_01_l + parentName: lowerarm_l + position: {x: -0.1370334, y: -0.0000438542, z: -0.000121863864} + rotation: {x: 0.0012475993, y: 0.0016747039, z: -0.00058558164, w: 0.99999774} + scale: {x: 1, y: 1.0000002, z: 0.9999998} + - name: hand_l + parentName: lowerarm_l + position: {x: -0.22426975, y: -0.00000023307989, z: 0.0000000787232} + rotation: {x: 0.610201, y: 0.069559194, z: 0.038730763, w: -0.7882361} + scale: {x: 0.9999998, y: 1.0000001, z: 1.0000004} + - name: middle_metacarpal_l + parentName: hand_l + position: {x: -0.031159949, y: -0.00068169314, z: -0.0036431223} + rotation: {x: -0.00050920236, y: -0.0051824846, z: 0.062409453, w: 0.9980371} + scale: {x: 1.0000002, y: 1.0000001, z: 1.0000002} + - name: middle_01_l + parentName: middle_metacarpal_l + position: {x: -0.07175154, y: 0.0074047474, z: 0.00419731} + rotation: {x: -0.019594887, y: 0.026709203, z: -0.097288035, w: 0.9947049} + scale: {x: 0.99999994, y: 1, z: 1.0000006} + - name: middle_02_l + parentName: middle_01_l + position: {x: -0.030946212, y: -0.00025767414, z: 0.00015369119} + rotation: {x: -0.0005754846, y: -0.004191852, z: -0.0070506977, w: 0.9999662} + scale: {x: 1.0000006, y: 1.0000001, z: 1.0000005} + - name: middle_03_l + parentName: middle_02_l + position: {x: -0.031564437, y: 0.00012725168, z: 0.000009820017} + rotation: {x: -0.00004755919, y: 0.0019095938, z: -0.024870992, w: 0.9996888} + scale: {x: 0.99999994, y: 1, z: 1} + - name: pinky_metacarpal_l + parentName: hand_l + position: {x: -0.029829215, y: 0.002419275, z: 0.019277232} + rotation: {x: -0.13183376, y: 0.021764932, z: 0.029488929, w: 0.99059415} + scale: {x: 1.0000002, y: 1.0000002, z: 1.0000004} + - name: pinky_01_l + parentName: pinky_metacarpal_l + position: {x: -0.065842345, y: 0.00387696, z: -0.0003698518} + rotation: {x: -0.0020614553, y: -0.0317868, z: -0.05313084, w: 0.9980795} + scale: {x: 1.0000006, y: 0.9999998, z: 1.0000006} + - name: pinky_02_l + parentName: pinky_01_l + position: {x: -0.030473938, y: 0.0000449431, z: 0.0000050213966} + rotation: {x: -0.00029495882, y: 0.0018232458, z: -0.014609038, w: 0.9998916} + scale: {x: 0.99999994, y: 1.0000004, z: 1.0000001} + - name: pinky_03_l + parentName: pinky_02_l + position: {x: -0.018163703, y: 0.000014216933, z: 0.00000081721095} + rotation: {x: -0.000025405894, y: 0.00073224824, z: -0.02839308, w: 0.99959654} + scale: {x: 1.0000004, y: 1, z: 1.0000002} + - name: ring_metacarpal_l + parentName: hand_l + position: {x: -0.031082293, y: 0.0006009566, z: 0.008015621} + rotation: {x: -0.09109594, y: 0.024944233, z: 0.060114365, w: 0.993713} + scale: {x: 1.0000002, y: 1.0000001, z: 1.0000002} + - name: ring_01_l + parentName: ring_metacarpal_l + position: {x: -0.071285464, y: 0.006903508, z: -0.00030325403} + rotation: {x: -0.013783377, y: -0.02246259, z: -0.09540713, w: 0.9950895} + scale: {x: 1.0000002, y: 0.9999997, z: 1.0000004} + - name: ring_02_l + parentName: ring_01_l + position: {x: -0.028632186, y: -0.00080945133, z: 0.00010370551} + rotation: {x: -0.0013135931, y: -0.0036820355, z: -0.029154442, w: 0.99956733} + scale: {x: 1.0000005, y: 1.0000004, z: 1.0000006} + - name: ring_03_l + parentName: ring_02_l + position: {x: -0.024630046, y: -0.00062541856, z: -0.000049983075} + rotation: {x: -0.000134453, y: 0.0032156159, z: -0.040372968, w: 0.9991796} + scale: {x: 1.0000006, y: 1, z: 1.0000007} + - name: thumb_01_l + parentName: hand_l + position: {x: -0.042124398, y: 0.013390588, z: -0.03553364} + rotation: {x: -0.4711153, y: 0.29056624, z: -0.22319347, w: -0.8023755} + scale: {x: 1.0000004, y: 1, z: 1.0000001} + - name: thumb_02_l + parentName: thumb_01_l + position: {x: -0.04041515, y: -0.002166181, z: -0.00022503364} + rotation: {x: 0.027755843, y: 0.0015626692, z: -0.042653915, w: 0.9987031} + scale: {x: 1.0000001, y: 1, z: 1.0000001} + - name: thumb_03_l + parentName: thumb_02_l + position: {x: -0.02150001, y: -0.001488054, z: 0.000019765686} + rotation: {x: -0.0000014882529, y: -0.0017220055, z: 0.009186153, w: 0.99995637} + scale: {x: 1.0000001, y: 1.0000002, z: 1.0000001} + - name: index_metacarpal_l + parentName: hand_l + position: {x: -0.034522086, y: 0.0011242229, z: -0.020516565} + rotation: {x: 0.028094377, y: -0.014797514, z: 0.07673202, w: 0.9965461} + scale: {x: 1.0000002, y: 1, z: 0.99999994} + - name: index_01_l + parentName: index_metacarpal_l + position: {x: -0.07113928, y: 0.0060603456, z: 0.001430095} + rotation: {x: -0.028136795, y: 0.022478182, z: -0.09793079, w: 0.9945414} + scale: {x: 1.0000006, y: 1.0000002, z: 1.0000007} + - name: index_02_l + parentName: index_01_l + position: {x: -0.02752322, y: -0.00092728826, z: 0.00007970657} + rotation: {x: 0.00017437333, y: -0.0022267022, z: -0.025526475, w: 0.9996717} + scale: {x: 0.9999998, y: 1, z: 1.0000002} + - name: index_03_l + parentName: index_02_l + position: {x: -0.02878466, y: -0.0000016466528, z: -0.000006182652} + rotation: {x: -0.000000007727065, y: -0.0005250812, z: 0.00010780912, w: 0.9999999} + scale: {x: 1.0000004, y: 1.0000001, z: 1} + - name: shoulder_twist_l + parentName: upperarm_l + position: {x: -1.4210854e-16, y: -4.440892e-18, z: -1.4210854e-16} + rotation: {x: -9.3132235e-10, y: 0.000000029802315, z: 4.6566118e-10, w: 1} + scale: {x: 1.0000001, y: 1, z: 1} + - name: clavicle_r + parentName: spine_05 + position: {x: -0.05830481, y: 0.010049071, z: 0.009313577} + rotation: {x: -0.7504626, y: -0.08991135, z: -0.652052, w: 0.05958191} + scale: {x: 1.0000001, y: 1.0000006, z: 1.0000001} + - name: upperarm_r + parentName: clavicle_r + position: {x: 0.1204265, y: -0.0033794376, z: 0.0078006224} + rotation: {x: 0.0075322483, y: 0.05111847, z: 0.013954461, w: 0.9985667} + scale: {x: 1, y: 0.99999994, z: 1.0000005} + - name: upperarm_twist_01_r + parentName: upperarm_r + position: {x: 0.09029968, y: 0.0000010437467, z: -0.0000018067599} + rotation: {x: 0.00000050012017, y: 0.0020896492, z: -0.000114044626, w: 0.9999978} + scale: {x: 0.99999994, y: 1, z: 0.99999994} + - name: upperarm_twist_02_r + parentName: upperarm_r + position: {x: 0.15903978, y: 0.0000019053997, z: -0.0000047150074} + rotation: {x: 0.00000059232104, y: 0.0000014603135, z: 0.0000053718672, w: 1} + scale: {x: 0.99999994, y: 1, z: 0.9999998} + - name: lowerarm_r + parentName: upperarm_r + position: {x: 0.2628306, y: 0.0000028196207, z: 0.0000015065447} + rotation: {x: 0.015156126, y: 0.024698848, z: 0.03303748, w: 0.999034} + scale: {x: 1.0000001, y: 1.0000002, z: 1} + - name: lowerarm_twist_02_r + parentName: lowerarm_r + position: {x: 0.059287686, y: 0.000033335233, z: 0.000090587935} + rotation: {x: 0.0012476944, y: 0.0016746927, z: -0.0005855566, w: 0.9999977} + scale: {x: 1, y: 0.99999994, z: 0.9999998} + - name: lowerarm_twist_01_r + parentName: lowerarm_r + position: {x: 0.1370334, y: 0.0000438542, z: 0.000121863864} + rotation: {x: 0.0012476965, y: 0.0016746332, z: -0.00058548106, w: 0.9999977} + scale: {x: 1.0000002, y: 1, z: 0.99999994} + - name: hand_r + parentName: lowerarm_r + position: {x: 0.22426975, y: 0.00000023307989, z: -0.0000000787232} + rotation: {x: -0.61020106, y: -0.06955933, z: -0.03873086, w: 0.788236} + scale: {x: 1.0000002, y: 0.99999994, z: 0.99999994} + - name: middle_metacarpal_r + parentName: hand_r + position: {x: 0.031159949, y: 0.00068169314, z: 0.0036431223} + rotation: {x: -0.0005088745, y: -0.0051843356, z: 0.062409896, w: 0.99803704} + scale: {x: 1.0000004, y: 1.0000004, z: 1.0000001} + - name: middle_01_r + parentName: middle_metacarpal_r + position: {x: 0.07175154, y: -0.0074047474, z: -0.00419731} + rotation: {x: -0.019594913, y: 0.02670937, z: -0.097288184, w: 0.9947049} + scale: {x: 1.0000002, y: 1.0000002, z: 0.9999998} + - name: middle_02_r + parentName: middle_01_r + position: {x: 0.030946212, y: 0.00025767414, z: -0.00015369119} + rotation: {x: -0.00057560013, y: -0.0041918377, z: -0.007050754, w: 0.99996626} + scale: {x: 1.0000001, y: 1.0000002, z: 0.9999998} + - name: middle_03_r + parentName: middle_02_r + position: {x: 0.031564243, y: -0.00012680379, z: -0.0000096261265} + rotation: {x: -0.000047524674, y: 0.0019094911, z: -0.024870988, w: 0.9996889} + scale: {x: 1.0000004, y: 1.0000001, z: 1.0000002} + - name: pinky_metacarpal_r + parentName: hand_r + position: {x: 0.029829215, y: -0.002419275, z: -0.019277232} + rotation: {x: -0.1318337, y: 0.021763628, z: 0.029489128, w: 0.9905941} + scale: {x: 1.0000004, y: 1.0000005, z: 1.0000002} + - name: pinky_01_r + parentName: pinky_metacarpal_r + position: {x: 0.065842345, y: -0.00387696, z: 0.0003698518} + rotation: {x: -0.0020617682, y: -0.03178755, z: -0.053137355, w: 0.99807906} + scale: {x: 1.0000004, y: 1.0000004, z: 1} + - name: pinky_02_r + parentName: pinky_01_r + position: {x: 0.030473523, y: -0.000044794444, z: -0.000005009973} + rotation: {x: -0.00029509928, y: 0.0018232535, z: -0.014608963, w: 0.9998916} + scale: {x: 0.9999998, y: 0.9999997, z: 0.99999994} + - name: pinky_03_r + parentName: pinky_02_r + position: {x: 0.018164502, y: -0.000014280713, z: -0.0000008640132} + rotation: {x: -0.000025364567, y: 0.00073226757, z: -0.028393155, w: 0.99959654} + scale: {x: 1.0000006, y: 1.0000006, z: 0.99999994} + - name: ring_metacarpal_r + parentName: hand_r + position: {x: 0.031082293, y: -0.0006009566, z: -0.008015621} + rotation: {x: -0.09109598, y: 0.024942992, z: 0.060115416, w: 0.99371296} + scale: {x: 1.0000006, y: 1.0000002, z: 1.0000001} + - name: ring_01_r + parentName: ring_metacarpal_r + position: {x: 0.071285464, y: -0.006903508, z: 0.00030325403} + rotation: {x: -0.01378401, y: -0.022464234, z: -0.09541693, w: 0.9950884} + scale: {x: 1.0000001, y: 1.0000005, z: 0.99999994} + - name: ring_02_r + parentName: ring_01_r + position: {x: 0.028632184, y: 0.00080979656, z: -0.00010371774} + rotation: {x: -0.0013138863, y: -0.0036818562, z: -0.029154405, w: 0.9995673} + scale: {x: 1.0000005, y: 1.0000004, z: 1} + - name: ring_03_r + parentName: ring_02_r + position: {x: 0.024629807, y: 0.00062524603, z: 0.00005006087} + rotation: {x: -0.00013442975, y: 0.0032155793, z: -0.040372998, w: 0.9991795} + scale: {x: 1, y: 0.9999998, z: 1} + - name: thumb_01_r + parentName: hand_r + position: {x: 0.042124398, y: -0.013390588, z: 0.03553364} + rotation: {x: 0.47111258, y: -0.29056484, z: 0.22319683, w: 0.8023766} + scale: {x: 1.0000006, y: 1.0000005, z: 1.0000006} + - name: thumb_02_r + parentName: thumb_01_r + position: {x: 0.04041515, y: 0.002166181, z: 0.00022503364} + rotation: {x: 0.027755333, y: 0.0015620133, z: -0.042655583, w: 0.998703} + scale: {x: 1.0000002, y: 1, z: 1.0000002} + - name: thumb_03_r + parentName: thumb_02_r + position: {x: 0.021499943, y: 0.001487848, z: -0.000019537816} + rotation: {x: -0.000001400709, y: -0.0017221866, z: 0.009186221, w: 0.99995637} + scale: {x: 1.0000005, y: 1.0000005, z: 1.0000001} + - name: index_metacarpal_r + parentName: hand_r + position: {x: 0.034522086, y: -0.0011242229, z: 0.020516565} + rotation: {x: 0.02809447, y: -0.0147975655, z: 0.07673234, w: 0.99654603} + scale: {x: 1.0000002, y: 1.0000001, z: 1.0000001} + - name: index_01_r + parentName: index_metacarpal_r + position: {x: 0.07113928, y: -0.0060603456, z: -0.001430095} + rotation: {x: -0.028136563, y: 0.022479368, z: -0.097936064, w: 0.99454087} + scale: {x: 1, y: 1.0000002, z: 1} + - name: index_02_r + parentName: index_01_r + position: {x: 0.027523164, y: 0.00092784583, z: -0.00007988173} + rotation: {x: 0.0001743454, y: -0.0022266596, z: -0.025526345, w: 0.9996717} + scale: {x: 1.0000002, y: 1, z: 0.9999997} + - name: index_03_r + parentName: index_02_r + position: {x: 0.028784158, y: 0.0000011014419, z: 0.00000623518} + rotation: {x: -0.00000009883661, y: -0.000525099, z: 0.000107717795, w: 0.9999999} + scale: {x: 1.0000005, y: 1.0000005, z: 1.0000002} + - name: shoulder_twist_r + parentName: upperarm_r + position: {x: 1.4210854e-16, y: 8.881784e-18, z: 0} + rotation: {x: -9.3132224e-10, y: -0, z: -9.3132224e-10, w: 1} + scale: {x: 1, y: 1, z: 0.9999997} + - name: breast_l + parentName: spine_04 + position: {x: -0.0707, y: -0.06324, z: -0.058701523} + rotation: {x: -0.54945195, y: 0.44508794, z: -0.54944855, w: -0.4450906} + scale: {x: 0.9999998, y: 1, z: 0.99999994} + - name: breast_r + parentName: spine_04 + position: {x: -0.07069836, y: -0.06323644, z: 0.058702283} + rotation: {x: -0.44509125, y: -0.54945457, z: -0.44508728, w: 0.54944587} + scale: {x: 1, y: 1.0000001, z: 1.0000001} + - name: thigh_r + parentName: pelvis + position: {x: 0.026536746, y: -0.012540269, z: 0.09293316} + rotation: {x: 0.012049733, y: -0.0010511278, z: -0.99908876, w: 0.04093046} + scale: {x: 1.0000002, y: 1.0000004, z: 1.0000004} + - name: thigh_twist_01_r + parentName: thigh_r + position: {x: -0.18913673, y: -0.00035233443, z: 0.00044652633} + rotation: {x: 5.8207654e-11, y: -0, z: -1.7644194e-10, w: 1} + scale: {x: 1.0000002, y: 1.0000002, z: 1.0000001} + - name: thigh_twist_01_r1 + parentName: thigh_r + position: {x: -0.32751042, y: 2.006681e-17, z: -2.427346e-19} + rotation: {x: 5.8207654e-11, y: -0, z: -1.7644194e-10, w: 1} + scale: {x: 1.0000002, y: 1.0000002, z: 1.0000001} + - name: calf_r + parentName: thigh_r + position: {x: -0.42537832, y: -1.02140514e-16, z: -1.1191048e-15} + rotation: {x: 0.0043766946, y: 0.004737799, z: 0.031418942, w: 0.99948555} + scale: {x: 1.0000001, y: 1.0000001, z: 1.0000001} + - name: calf_twist_01_r + parentName: calf_r + position: {x: -0.1905453, y: -2.1816712e-17, z: 2.6460525e-17} + rotation: {x: 4.656613e-10, y: -0, z: -9.313226e-10, w: 1} + scale: {x: 1.0000001, y: 1, z: 1} + - name: calf_twist_01_r1 + parentName: calf_r + position: {x: -0.33434707, y: -3.9388614e-17, z: 2.982546e-17} + rotation: {x: 4.656613e-10, y: -0, z: -9.313226e-10, w: 1} + scale: {x: 1.0000001, y: 1, z: 1} + - name: foot_r + parentName: calf_r + position: {x: -0.4281875, y: 1.1546319e-16, z: -7.105427e-17} + rotation: {x: -0.006462922, y: -0.019155592, z: -0.017871859, w: 0.99963593} + scale: {x: 1.0000002, y: 1.0000001, z: 1.0000002} + - name: ball_r + parentName: foot_r + position: {x: -0.074242234, y: 0.12459272, z: -0.00043897645} + rotation: {x: -0.000000083819025, y: 0.000000027008351, z: 0.70710695, w: 0.70710677} + scale: {x: 1.0000001, y: 1.0000006, z: 1.0000006} + - name: thigh_l + parentName: pelvis + position: {x: 0.026536651, y: -0.012540282, z: -0.09293319} + rotation: {x: -0.0010511874, y: -0.012049792, z: -0.040930506, w: -0.99908876} + scale: {x: 1.0000002, y: 1.0000004, z: 1.0000004} + - name: thigh_twist_01_l + parentName: thigh_l + position: {x: 0.18913661, y: 0.00035238912, z: -0.00044632424} + rotation: {x: -0, y: -0, z: -6.048139e-10, w: 1} + scale: {x: 1.0000002, y: 1.0000004, z: 1.0000001} + - name: thigh_twist_01_l1 + parentName: thigh_l + position: {x: 0.3275102, y: 0.000000004340087, z: 0.00000023721351} + rotation: {x: -0, y: -0, z: -6.048139e-10, w: 1} + scale: {x: 1.0000002, y: 1.0000004, z: 1.0000001} + - name: calf_l + parentName: thigh_l + position: {x: 0.42537814, y: 0.0000000133139615, z: -0.00000024290833} + rotation: {x: 0.004376705, y: 0.00473771, z: 0.03141892, w: 0.99948555} + scale: {x: 1.0000004, y: 1.0000001, z: 1.0000001} + - name: calf_twist_01_l + parentName: calf_l + position: {x: 0.19054599, y: -0.000000018583592, z: 0.0000008138474} + rotation: {x: -0, y: -0, z: -5.9117156e-10, w: 1} + scale: {x: 1.0000002, y: 1.0000004, z: 1} + - name: calf_twist_01_l1 + parentName: calf_l + position: {x: 0.33434698, y: 0.000000006093711, z: -0.000000053852567} + rotation: {x: -0, y: -0, z: -5.9117156e-10, w: 1} + scale: {x: 1.0000002, y: 1.0000004, z: 1} + - name: foot_l + parentName: calf_l + position: {x: 0.42818737, y: 0.000000013496265, z: -0.000000046906553} + rotation: {x: -0.00646306, y: -0.01915561, z: -0.017871788, w: 0.99963593} + scale: {x: 1.0000002, y: 1.0000004, z: 1.0000001} + - name: ball_l + parentName: foot_l + position: {x: 0.074242644, y: -0.1245928, z: 0.00043938312} + rotation: {x: -0.000000029336658, y: 0.00000004936009, z: 0.7071068, w: 0.7071068} + scale: {x: 1, y: 0.99999994, z: 1} + - name: BodyProxy + parentName: Male@AngryTalk(Clone) + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: FullBody + parentName: Male@AngryTalk(Clone) + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + armTwist: 0.5 + foreArmTwist: 0.5 + upperLegTwist: 0.5 + legTwist: 0.5 + armStretch: 0.05 + legStretch: 0.05 + feetSpacing: 0 + globalScale: 1 + rootMotionBoneName: + hasTranslationDoF: 0 + hasExtraRoot: 1 + skeletonHasParents: 1 + lastHumanDescriptionAvatarSource: {instanceID: 0} + autoGenerateAvatarMappingIfUnspecified: 1 + animationType: 3 + humanoidOversampling: 1 + avatarSetup: 1 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + importBlendShapeDeformPercent: 1 + remapMaterialsIfMaterialImportModeIsNone: 0 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/03_Models/_Characters/Base/Animations/Male@Idle.fbx b/Assets/03_Models/_Characters/Base/Animations/Male@Idle.fbx new file mode 100644 index 00000000..d672a79a --- /dev/null +++ b/Assets/03_Models/_Characters/Base/Animations/Male@Idle.fbx @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:53a588a6c7330217f13239507b107a66bd0af1522a8b38d6d303a3f284fe3d69 +size 1966224 diff --git a/Assets/03_Models/_Characters/Base/Animations/Male@Idle.fbx.meta b/Assets/03_Models/_Characters/Base/Animations/Male@Idle.fbx.meta new file mode 100644 index 00000000..8ca23ae4 --- /dev/null +++ b/Assets/03_Models/_Characters/Base/Animations/Male@Idle.fbx.meta @@ -0,0 +1,1104 @@ +fileFormatVersion: 2 +guid: 380677e2cbd448640b6e3ffbc55ad41b +ModelImporter: + serializedVersion: 24200 + internalIDToNameTable: [] + externalObjects: {} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 0 + motionNodeName: + animationImportErrors: + animationImportWarnings: "\nClip 'mixamo.com' has import animation warnings that + might lower retargeting quality:\nNote: Activate translation DOF on avatar + to improve retargeting quality.\n\t'spine_01' is inbetween humanoid transforms + and has rotation animation that will be discarded.\n\t'spine_05' is inbetween + humanoid transforms and has rotation animation that will be discarded.\n\t'neck_02' + is inbetween humanoid transforms and has rotation animation that will be discarded.\n" + animationRetargetingWarnings: + animationDoRetargetingWarnings: 0 + importAnimatedCustomProperties: 0 + importConstraints: 0 + animationCompression: 3 + animationRotationError: 0.5 + animationPositionError: 0.5 + animationScaleError: 0.5 + animationWrapMode: 0 + extraExposedTransformPaths: [] + extraUserProperties: [] + clipAnimations: + - serializedVersion: 16 + name: Male_Idle + takeName: mixamo.com + internalID: -203655887218126122 + firstFrame: 0 + lastFrame: 250 + wrapMode: 0 + orientationOffsetY: 0 + level: 0 + cycleOffset: 0 + loop: 0 + hasAdditiveReferencePose: 0 + loopTime: 1 + loopBlend: 0 + loopBlendOrientation: 1 + loopBlendPositionY: 1 + loopBlendPositionXZ: 1 + keepOriginalOrientation: 1 + keepOriginalPositionY: 1 + keepOriginalPositionXZ: 0 + heightFromFeet: 0 + mirror: 0 + bodyMask: 01000000010000000100000001000000010000000100000001000000010000000100000001000000010000000100000001000000 + curves: [] + events: [] + transformMask: [] + maskType: 3 + maskSource: {instanceID: 0} + additiveReferencePoseFrame: 0 + isReadable: 0 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importPhysicalCameras: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 1 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 0 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + generateMeshLods: 0 + meshLodGenerationFlags: 0 + maximumMeshLod: -1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + tangentSpace: + normalSmoothAngle: 60 + normalImportMode: 0 + tangentImportMode: 3 + normalCalculationMode: 4 + legacyComputeAllNormalsFromSmoothingGroupsWhenMeshHasBlendShapes: 0 + blendShapeNormalImportMode: 1 + normalSmoothingSource: 0 + referencedClips: [] + importAnimation: 1 + humanDescription: + serializedVersion: 3 + human: + - boneName: pelvis + humanName: Hips + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: thigh_l + humanName: LeftUpperLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: thigh_r + humanName: RightUpperLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: calf_l + humanName: LeftLowerLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: calf_r + humanName: RightLowerLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: foot_l + humanName: LeftFoot + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: foot_r + humanName: RightFoot + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: spine_02 + humanName: Spine + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: spine_03 + humanName: Chest + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: neck_01 + humanName: Neck + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: head + humanName: Head + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: clavicle_l + humanName: LeftShoulder + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: clavicle_r + humanName: RightShoulder + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: upperarm_l + humanName: LeftUpperArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: upperarm_r + humanName: RightUpperArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: lowerarm_l + humanName: LeftLowerArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: lowerarm_r + humanName: RightLowerArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: hand_l + humanName: LeftHand + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: hand_r + humanName: RightHand + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: ball_l + humanName: LeftToes + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: ball_r + humanName: RightToes + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: eyeRoot_l + humanName: LeftEye + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: eyeRoot_r + humanName: RightEye + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: Jaw + humanName: Jaw + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: thumb_01_l + humanName: Left Thumb Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: thumb_02_l + humanName: Left Thumb Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: thumb_03_l + humanName: Left Thumb Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: index_metacarpal_l + humanName: Left Index Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: index_01_l + humanName: Left Index Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: index_02_l + humanName: Left Index Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: middle_metacarpal_l + humanName: Left Middle Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: middle_01_l + humanName: Left Middle Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: middle_02_l + humanName: Left Middle Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: ring_metacarpal_l + humanName: Left Ring Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: ring_01_l + humanName: Left Ring Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: ring_02_l + humanName: Left Ring Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: pinky_metacarpal_l + humanName: Left Little Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: pinky_01_l + humanName: Left Little Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: pinky_02_l + humanName: Left Little Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: thumb_01_r + humanName: Right Thumb Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: thumb_02_r + humanName: Right Thumb Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: thumb_03_r + humanName: Right Thumb Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: index_metacarpal_r + humanName: Right Index Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: index_01_r + humanName: Right Index Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: index_02_r + humanName: Right Index Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: middle_metacarpal_r + humanName: Right Middle Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: middle_01_r + humanName: Right Middle Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: middle_02_r + humanName: Right Middle Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: ring_metacarpal_r + humanName: Right Ring Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: ring_01_r + humanName: Right Ring Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: ring_02_r + humanName: Right Ring Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: pinky_metacarpal_r + humanName: Right Little Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: pinky_01_r + humanName: Right Little Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: pinky_02_r + humanName: Right Little Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: spine_04 + humanName: UpperChest + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + skeleton: + - name: Male@Idle(Clone) + parentName: + position: {x: 0, y: 0, z: 0} + rotation: {x: 0, y: 0, z: 0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: armature + parentName: Male@Idle(Clone) + position: {x: 0.05785893, y: -0.0070226286, z: 0.021865662} + rotation: {x: -0.031275086, y: 0.046536356, z: 0.029709812, w: 0.99798477} + scale: {x: 1, y: 1, z: 1} + - name: root + parentName: armature + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: ik_foot_root + parentName: root + position: {x: -0, y: 0, z: 0} + rotation: {x: -0.7071068, y: 0, z: -0, w: 0.7071068} + scale: {x: 1, y: 1, z: 1} + - name: ik_foot_r + parentName: ik_foot_root + position: {x: 0.1172439, y: 0.0051753507, z: 0.10954} + rotation: {x: 0.72006285, y: -0.015875151, z: 0.6935279, w: -0.01663142} + scale: {x: 1, y: 1, z: 1} + - name: ik_foot_l + parentName: ik_foot_root + position: {x: -0.11724399, y: 0.00517535, z: 0.10954} + rotation: {x: 0.01663142, y: 0.6935279, z: 0.015875151, w: 0.72006285} + scale: {x: 1, y: 1, z: 1} + - name: ik_hand_root + parentName: root + position: {x: -0, y: 0, z: 0} + rotation: {x: -0.7071068, y: 0, z: -0, w: 0.7071068} + scale: {x: 1, y: 1, z: 1} + - name: interaction + parentName: root + position: {x: 1.7763568e-17, y: 3.5527136e-17, z: -1.8735012e-18} + rotation: {x: -0.7071068, y: 2.7685532e-17, z: -8.0593746e-18, w: 0.7071068} + scale: {x: 1, y: 1, z: 1} + - name: center_of_mass + parentName: root + position: {x: 1.7763568e-17, y: 3.5527136e-17, z: -1.8735012e-18} + rotation: {x: -0.7071068, y: 2.7685532e-17, z: -8.0593746e-18, w: 0.7071068} + scale: {x: 1, y: 1, z: 1} + - name: ik_hand_gun + parentName: root + position: {x: 0.42266512, y: 1.0591742, z: 0.060633216} + rotation: {x: 0.088823244, y: -0.23499781, z: -0.42826185, w: 0.86803126} + scale: {x: 1, y: 1, z: 1} + - name: ik_hand_r + parentName: ik_hand_gun + position: {x: -0, y: -2.842171e-16, z: -7.105427e-17} + rotation: {x: -4.0245585e-16, y: 5.551115e-17, z: -5.551115e-17, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: ik_hand_l + parentName: ik_hand_gun + position: {x: -0.44188076, y: -0.59320736, z: 0.40918136} + rotation: {x: 0.51264596, y: 0.7496153, z: -0.41380602, w: 0.06352732} + scale: {x: 1, y: 1, z: 1} + - name: pelvis + parentName: root + position: {x: -1.6435803e-23, y: 0.9869322, z: 0.023794625} + rotation: {x: 0.4609241, y: -0.49197116, z: 0.5376615, w: -0.50639266} + scale: {x: 1.0000002, y: 1.0000002, z: 0.9999999} + - name: spine_01 + parentName: pelvis + position: {x: -0.02471853, y: 7.424816e-13, z: 1.7832339e-18} + rotation: {x: -0.0000008642674, y: -0.0000001192093, z: -0.14993869, w: -0.9886953} + scale: {x: 1, y: 0.9999998, z: 0.99999994} + - name: spine_02 + parentName: spine_01 + position: {x: -0.064416714, y: 0.0017404179, z: -0.0000000030015432} + rotation: {x: -0.0000013385004, y: 0.000000060739104, z: -0.059524275, w: 0.9982268} + scale: {x: 1.0000001, y: 1.0000002, z: 1.0000005} + - name: spine_03 + parentName: spine_02 + position: {x: -0.061613474, y: -6.5895943e-12, z: 2.0313506e-17} + rotation: {x: -0.0000017516611, y: 0.00000016144782, z: 0.089947805, w: -0.99594647} + scale: {x: 1.0000005, y: 1.0000004, z: 1.0000002} + - name: spine_04 + parentName: spine_03 + position: {x: -0.08851115, y: -4.108312e-11, z: 1.5608689e-16} + rotation: {x: 0.0000018052169, y: -0.0000002602683, z: -0.07392202, w: 0.997264} + scale: {x: 1, y: 0.99999994, z: 1.0000001} + - name: spine_05 + parentName: spine_04 + position: {x: -0.17498758, y: 2.1512604e-11, z: -5.0903293e-18} + rotation: {x: -0.0000020021919, y: -0.0000000042125237, z: -0.0022557601, w: 0.9999975} + scale: {x: 1.0000002, y: 1.0000001, z: 1.0000001} + - name: neck_01 + parentName: spine_05 + position: {x: -0.09749261, y: -0.0039456394, z: -0.000000020623832} + rotation: {x: -0.00000003113837, y: -0.00000040517108, z: -0.15039425, w: -0.9886262} + scale: {x: 1.0000002, y: 1.0000001, z: 1.0000001} + - name: neck_02 + parentName: neck_01 + position: {x: -0.039823327, y: -0.0004405553, z: 0.0000000010045333} + rotation: {x: -0.000004063386, y: 0.0000000029143046, z: -0.005270718, w: 0.9999861} + scale: {x: 0.9999998, y: 0.99999994, z: 0.99999994} + - name: head + parentName: neck_02 + position: {x: -0.04271587, y: -0.003412315, z: -3.3881317e-23} + rotation: {x: 0.48018226, y: -0.51906157, z: 0.4801822, w: 0.5190618} + scale: {x: 1, y: 0.99999994, z: 1.0000001} + - name: Jaw + parentName: head + position: {x: -0.00000024235231, y: -0.013404406, z: 0.04100778} + rotation: {x: -0.48018065, y: 0.51906025, z: -0.4801839, w: 0.51906306} + scale: {x: 1.0000002, y: 1.0000004, z: 1.0000005} + - name: eyeRoot_r + parentName: head + position: {x: 0.04563364, y: 0.049755275, z: 0.036700334} + rotation: {x: 0.0000029802322, y: 0.00000020861626, z: 0.000000044703484, w: 1} + scale: {x: 1.0000001, y: 1, z: 1} + - name: eyeSocket_r + parentName: eyeRoot_r + position: {x: 1.7763568e-17, y: -5.684342e-16, z: 7.9936054e-17} + rotation: {x: 0.0000030994406, y: 0.00000008940693, z: 0.000000044703846, w: 1} + scale: {x: 0.99999994, y: 0.99999994, z: 0.99999994} + - name: eye_r + parentName: eyeSocket_r + position: {x: 0.0000007168851, y: 0.0000005027567, z: 0.042186897} + rotation: {x: -0.0000030994406, y: -0.00000008940693, z: -0.000000044703846, w: 1} + scale: {x: 1, y: 1.0000001, z: 1.0000001} + - name: eyeRoot_l + parentName: head + position: {x: -0.045634158, y: 0.04975525, z: 0.036699787} + rotation: {x: 0.0000029802322, y: 0.00000020861626, z: 0.000000044703484, w: 1} + scale: {x: 1.0000001, y: 1, z: 1} + - name: eyeSocket_l + parentName: eyeRoot_l + position: {x: -2.6645284e-17, y: -1.7053025e-15, z: -3.1086245e-17} + rotation: {x: 0.0000030994406, y: 0.00000008940693, z: 0.000000044703846, w: 1} + scale: {x: 0.99999994, y: 0.99999994, z: 0.99999994} + - name: eye_l + parentName: eyeSocket_l + position: {x: -0.00000028216022, y: 0.0000005027548, z: 0.042186897} + rotation: {x: -0.0000030994406, y: -0.00000008940693, z: -0.000000044703846, w: 1} + scale: {x: 1, y: 1.0000001, z: 1.0000001} + - name: clavicle_l + parentName: spine_05 + position: {x: -0.05830481, y: 0.01004903, z: -0.009313623} + rotation: {x: -0.08991561, y: 0.75046307, z: -0.059577096, w: -0.6520513} + scale: {x: 1, y: 1, z: 1.0000001} + - name: upperarm_l + parentName: clavicle_l + position: {x: -0.12042659, y: 0.00337745, z: -0.0078001604} + rotation: {x: 0.0075329756, y: 0.05112087, z: 0.013962878, w: 0.9985665} + scale: {x: 1, y: 1.0000004, z: 1.0000001} + - name: upperarm_twist_01_l + parentName: upperarm_l + position: {x: -0.09029968, y: -0.0000010437427, z: 0.0000018067597} + rotation: {x: 0.00000037532294, y: 0.002089381, z: -0.00011400411, w: 0.99999785} + scale: {x: 1.0000004, y: 1, z: 1} + - name: upperarm_twist_02_l + parentName: upperarm_l + position: {x: -0.15903978, y: -0.0000019053927, z: 0.000004715007} + rotation: {x: 0.00000049080694, y: 0.0000011324881, z: 0.000005399808, w: 1} + scale: {x: 1.0000002, y: 0.9999998, z: 1} + - name: lowerarm_l + parentName: upperarm_l + position: {x: -0.2628306, y: -0.0000028196093, z: -0.0000015065455} + rotation: {x: 0.015156225, y: 0.024698524, z: 0.033037495, w: 0.9990339} + scale: {x: 1.0000007, y: 1, z: 1} + - name: lowerarm_twist_02_l + parentName: lowerarm_l + position: {x: -0.059287686, y: -0.000033335233, z: -0.000090587935} + rotation: {x: 0.001247659, y: 0.001674637, z: -0.0005855631, w: 0.99999774} + scale: {x: 1.0000001, y: 1.0000001, z: 1.0000001} + - name: lowerarm_twist_01_l + parentName: lowerarm_l + position: {x: -0.1370334, y: -0.0000438542, z: -0.000121863864} + rotation: {x: 0.0012476329, y: 0.0016745178, z: -0.0005855162, w: 0.99999774} + scale: {x: 1.0000002, y: 1, z: 1} + - name: hand_l + parentName: lowerarm_l + position: {x: -0.22426975, y: -0.00000023307989, z: 0.0000000787232} + rotation: {x: 0.61020106, y: 0.06955921, z: 0.0387308, w: -0.788236} + scale: {x: 1, y: 1.0000004, z: 1.0000002} + - name: middle_metacarpal_l + parentName: hand_l + position: {x: -0.031159949, y: -0.00068169314, z: -0.0036431223} + rotation: {x: -0.000509113, y: -0.005182604, z: 0.062409982, w: 0.998037} + scale: {x: 1.0000002, y: 1.0000004, z: 1.0000007} + - name: middle_01_l + parentName: middle_metacarpal_l + position: {x: -0.07175154, y: 0.0074047474, z: 0.00419731} + rotation: {x: -0.019594802, y: 0.026709266, z: -0.09728813, w: 0.9947049} + scale: {x: 1.0000002, y: 1.0000006, z: 1.0000012} + - name: middle_02_l + parentName: middle_01_l + position: {x: -0.030946212, y: -0.00025767414, z: 0.00015369119} + rotation: {x: -0.0005755107, y: -0.004191862, z: -0.0070506176, w: 0.99996626} + scale: {x: 1.0000001, y: 0.9999998, z: 0.9999996} + - name: middle_03_l + parentName: middle_02_l + position: {x: -0.031564437, y: 0.00012725168, z: 0.000009820017} + rotation: {x: -0.00004737841, y: 0.0019094786, z: -0.024871117, w: 0.99968886} + scale: {x: 1.0000002, y: 1, z: 1.0000004} + - name: pinky_metacarpal_l + parentName: hand_l + position: {x: -0.029829215, y: 0.002419275, z: 0.019277232} + rotation: {x: -0.1318333, y: 0.021764563, z: 0.02948953, w: 0.99059415} + scale: {x: 1.0000002, y: 1.0000005, z: 1.0000008} + - name: pinky_01_l + parentName: pinky_metacarpal_l + position: {x: -0.065842345, y: 0.00387696, z: -0.0003698518} + rotation: {x: -0.0020617985, y: -0.031787533, z: -0.05313699, w: 0.9980791} + scale: {x: 0.9999998, y: 0.99999994, z: 1.0000002} + - name: pinky_02_l + parentName: pinky_01_l + position: {x: -0.030473938, y: 0.0000449431, z: 0.0000050213966} + rotation: {x: -0.00029489302, y: 0.0018232835, z: -0.014608892, w: 0.99989164} + scale: {x: 0.99999994, y: 1.0000002, z: 1.0000004} + - name: pinky_03_l + parentName: pinky_02_l + position: {x: -0.018163703, y: 0.000014216933, z: 0.00000081721095} + rotation: {x: -0.000025536794, y: 0.0007322731, z: -0.028393146, w: 0.99959654} + scale: {x: 1.0000001, y: 0.9999998, z: 0.9999998} + - name: ring_metacarpal_l + parentName: hand_l + position: {x: -0.031082293, y: 0.0006009566, z: 0.008015621} + rotation: {x: -0.09109559, y: 0.02494439, z: 0.06011473, w: 0.9937131} + scale: {x: 1.0000002, y: 1.0000004, z: 1.0000007} + - name: ring_01_l + parentName: ring_metacarpal_l + position: {x: -0.071285464, y: 0.006903508, z: -0.00030325403} + rotation: {x: -0.0137835, y: -0.022461211, z: -0.095407404, w: 0.9950895} + scale: {x: 1.0000006, y: 1.0000001, z: 1.0000007} + - name: ring_02_l + parentName: ring_01_l + position: {x: -0.028632186, y: -0.00080945133, z: 0.00010370551} + rotation: {x: -0.0013135468, y: -0.003682021, z: -0.029154342, w: 0.9995673} + scale: {x: 0.9999997, y: 1.0000005, z: 1.0000001} + - name: ring_03_l + parentName: ring_02_l + position: {x: -0.024630046, y: -0.00062541856, z: -0.000049983075} + rotation: {x: -0.00013475478, y: 0.003215617, z: -0.04037315, w: 0.9991795} + scale: {x: 1.0000004, y: 0.9999998, z: 1.0000002} + - name: thumb_01_l + parentName: hand_l + position: {x: -0.042124398, y: 0.013390588, z: -0.03553364} + rotation: {x: -0.47111508, y: 0.2905664, z: -0.22319454, w: -0.8023752} + scale: {x: 1.0000008, y: 1.0000006, z: 1.0000002} + - name: thumb_02_l + parentName: thumb_01_l + position: {x: -0.04041515, y: -0.002166181, z: -0.00022503364} + rotation: {x: 0.02775576, y: 0.0015608516, z: -0.042659532, w: 0.9987029} + scale: {x: 1.0000001, y: 1.0000005, z: 1.0000004} + - name: thumb_03_l + parentName: thumb_02_l + position: {x: -0.02150001, y: -0.001488054, z: 0.000019765686} + rotation: {x: -0.0000015925608, y: -0.0017221152, z: 0.009186124, w: 0.9999563} + scale: {x: 1.0000001, y: 0.99999994, z: 1} + - name: index_metacarpal_l + parentName: hand_l + position: {x: -0.034522086, y: 0.0011242229, z: -0.020516565} + rotation: {x: 0.028094431, y: -0.01479757, z: 0.076731876, w: 0.99654603} + scale: {x: 1.0000004, y: 1.0000004, z: 1.000001} + - name: index_01_l + parentName: index_metacarpal_l + position: {x: -0.07113928, y: 0.0060603456, z: 0.001430095} + rotation: {x: -0.028136699, y: 0.02247898, z: -0.097932324, w: 0.9945412} + scale: {x: 0.9999998, y: 1.0000001, z: 0.99999994} + - name: index_02_l + parentName: index_01_l + position: {x: -0.02752322, y: -0.00092728826, z: 0.00007970657} + rotation: {x: 0.00017430441, y: -0.0022265401, z: -0.025526384, w: 0.9996717} + scale: {x: 1.0000004, y: 1.0000001, z: 1.0000007} + - name: index_03_l + parentName: index_02_l + position: {x: -0.02878466, y: -0.0000016466528, z: -0.000006182652} + rotation: {x: 0.00000003291643, y: -0.0005252333, z: 0.000107607775, w: 0.9999999} + scale: {x: 1.0000006, y: 0.99999994, z: 1.0000008} + - name: shoulder_twist_l + parentName: upperarm_l + position: {x: -1.4210854e-16, y: -4.440892e-18, z: -1.4210854e-16} + rotation: {x: -0, y: -0, z: -0, w: 1} + scale: {x: 1.0000002, y: 1, z: 1} + - name: clavicle_r + parentName: spine_05 + position: {x: -0.05830481, y: 0.010049071, z: 0.009313577} + rotation: {x: -0.7504626, y: -0.08991144, z: -0.65205204, w: 0.05958194} + scale: {x: 1, y: 1.0000002, z: 1.0000001} + - name: upperarm_r + parentName: clavicle_r + position: {x: 0.1204265, y: -0.0033794376, z: 0.0078006224} + rotation: {x: 0.007532253, y: 0.051118746, z: 0.013954444, w: 0.9985667} + scale: {x: 1.0000001, y: 0.9999998, z: 0.9999998} + - name: upperarm_twist_01_r + parentName: upperarm_r + position: {x: 0.09029968, y: 0.0000010437467, z: -0.0000018067599} + rotation: {x: 0.00000038929284, y: 0.0020895302, z: -0.00011409866, w: 0.99999785} + scale: {x: 1.0000004, y: 1.0000006, z: 1.0000006} + - name: upperarm_twist_02_r + parentName: upperarm_r + position: {x: 0.15903978, y: 0.0000019053997, z: -0.0000047150074} + rotation: {x: 0.00000042840827, y: 0.0000012516972, z: 0.0000053672106, w: 1} + scale: {x: 1.0000004, y: 1.0000004, z: 1.0000005} + - name: lowerarm_r + parentName: upperarm_r + position: {x: 0.2628306, y: 0.0000028196207, z: 0.0000015065447} + rotation: {x: 0.015156167, y: 0.024698893, z: 0.03303757, w: 0.999034} + scale: {x: 1.0000005, y: 1.0000005, z: 1.0000004} + - name: lowerarm_twist_02_r + parentName: lowerarm_r + position: {x: 0.059287686, y: 0.000033335233, z: 0.000090587935} + rotation: {x: 0.0012478308, y: 0.0016746671, z: -0.0005856845, w: 0.9999977} + scale: {x: 1.0000004, y: 1, z: 1.0000006} + - name: lowerarm_twist_01_r + parentName: lowerarm_r + position: {x: 0.1370334, y: 0.0000438542, z: 0.000121863864} + rotation: {x: 0.0012478061, y: 0.0016747524, z: -0.00058567105, w: 0.99999774} + scale: {x: 1.0000004, y: 1.0000002, z: 1.0000007} + - name: hand_r + parentName: lowerarm_r + position: {x: 0.22426975, y: 0.00000023307989, z: -0.0000000787232} + rotation: {x: -0.61020094, y: -0.06955907, z: -0.038730897, w: 0.78823614} + scale: {x: 1.0000004, y: 1.0000004, z: 1.0000002} + - name: middle_metacarpal_r + parentName: hand_r + position: {x: 0.031159949, y: 0.00068169314, z: 0.0036431223} + rotation: {x: -0.00050923217, y: -0.005183386, z: 0.062409185, w: 0.9980371} + scale: {x: 1, y: 1.0000001, z: 1} + - name: middle_01_r + parentName: middle_metacarpal_r + position: {x: 0.07175154, y: -0.0074047474, z: -0.00419731} + rotation: {x: -0.019594954, y: 0.026709313, z: -0.09728826, w: 0.99470484} + scale: {x: 1, y: 1.0000002, z: 0.9999998} + - name: middle_02_r + parentName: middle_01_r + position: {x: 0.030946212, y: 0.00025767414, z: -0.00015369119} + rotation: {x: -0.00057563, y: -0.004191803, z: -0.00705065, w: 0.9999662} + scale: {x: 1.0000007, y: 1.0000006, z: 1.0000001} + - name: middle_03_r + parentName: middle_02_r + position: {x: 0.031564243, y: -0.00012680379, z: -0.0000096261265} + rotation: {x: -0.00004740805, y: 0.001909442, z: -0.024871029, w: 0.99968886} + scale: {x: 0.99999994, y: 1.0000002, z: 1} + - name: pinky_metacarpal_r + parentName: hand_r + position: {x: 0.029829215, y: -0.002419275, z: -0.019277232} + rotation: {x: -0.13183448, y: 0.021765199, z: 0.029488169, w: 0.990594} + scale: {x: 1.0000001, y: 1.0000004, z: 1.0000001} + - name: pinky_01_r + parentName: pinky_metacarpal_r + position: {x: 0.065842345, y: -0.00387696, z: 0.0003698518} + rotation: {x: -0.0020617833, y: -0.031788252, z: -0.053138886, w: 0.998079} + scale: {x: 1.0000005, y: 1.0000008, z: 1.0000001} + - name: pinky_02_r + parentName: pinky_01_r + position: {x: 0.030473523, y: -0.000044794444, z: -0.000005009973} + rotation: {x: -0.0002948921, y: 0.0018232239, z: -0.014608782, w: 0.99989164} + scale: {x: 1, y: 0.9999998, z: 0.99999994} + - name: pinky_03_r + parentName: pinky_02_r + position: {x: 0.018164502, y: -0.000014280713, z: -0.0000008640132} + rotation: {x: -0.000025350217, y: 0.0007322315, z: -0.028393233, w: 0.9995966} + scale: {x: 1.0000005, y: 1.0000002, z: 1.0000001} + - name: ring_metacarpal_r + parentName: hand_r + position: {x: 0.031082293, y: -0.0006009566, z: -0.008015621} + rotation: {x: -0.091095835, y: 0.024943812, z: 0.060113195, w: 0.9937132} + scale: {x: 1.0000001, y: 1.0000002, z: 0.99999994} + - name: ring_01_r + parentName: ring_metacarpal_r + position: {x: 0.071285464, y: -0.006903508, z: 0.00030325403} + rotation: {x: -0.013784025, y: -0.02246415, z: -0.09541848, w: 0.99508834} + scale: {x: 1.0000002, y: 1.0000001, z: 0.99999994} + - name: ring_02_r + parentName: ring_01_r + position: {x: 0.028632184, y: 0.00080979656, z: -0.00010371774} + rotation: {x: -0.0013139386, y: -0.0036819908, z: -0.029154465, w: 0.9995673} + scale: {x: 1, y: 1.0000002, z: 1.0000001} + - name: ring_03_r + parentName: ring_02_r + position: {x: 0.024629807, y: 0.00062524603, z: 0.00005006087} + rotation: {x: -0.00013423164, y: 0.0032156026, z: -0.040372916, w: 0.9991796} + scale: {x: 1, y: 1.0000002, z: 0.99999994} + - name: thumb_01_r + parentName: hand_r + position: {x: 0.042124398, y: -0.013390588, z: 0.03553364} + rotation: {x: 0.47111475, y: -0.29056606, z: 0.22319403, w: 0.8023757} + scale: {x: 1.0000004, y: 1, z: 1.0000002} + - name: thumb_02_r + parentName: thumb_01_r + position: {x: 0.04041515, y: 0.002166181, z: 0.00022503364} + rotation: {x: 0.02775555, y: 0.0015641146, z: -0.0426549, w: 0.998703} + scale: {x: 0.99999994, y: 1.0000004, z: 1.0000004} + - name: thumb_03_r + parentName: thumb_02_r + position: {x: 0.021499943, y: 0.001487848, z: -0.000019537816} + rotation: {x: -0.0000015795231, y: -0.0017221561, z: 0.009186129, w: 0.9999563} + scale: {x: 1.0000001, y: 1.0000001, z: 1.0000001} + - name: index_metacarpal_r + parentName: hand_r + position: {x: 0.034522086, y: -0.0011242229, z: 0.020516565} + rotation: {x: 0.028094502, y: -0.0147977, z: 0.07673195, w: 0.99654603} + scale: {x: 1.0000001, y: 1.0000002, z: 1} + - name: index_01_r + parentName: index_metacarpal_r + position: {x: 0.07113928, y: -0.0060603456, z: -0.001430095} + rotation: {x: -0.028136736, y: 0.022479607, z: -0.097937696, w: 0.99454075} + scale: {x: 1.0000002, y: 1.0000002, z: 1.0000001} + - name: index_02_r + parentName: index_01_r + position: {x: 0.027523164, y: 0.00092784583, z: -0.00007988173} + rotation: {x: 0.00017425227, y: -0.0022266223, z: -0.02552648, w: 0.99967164} + scale: {x: 1.0000001, y: 1.0000004, z: 0.99999994} + - name: index_03_r + parentName: index_02_r + position: {x: 0.028784158, y: 0.0000011014419, z: 0.00000623518} + rotation: {x: 0.000000021478627, y: -0.0005251288, z: 0.00010784606, w: 0.99999994} + scale: {x: 0.9999996, y: 0.9999998, z: 0.99999994} + - name: shoulder_twist_r + parentName: upperarm_r + position: {x: 1.4210854e-16, y: 8.881784e-18, z: 0} + rotation: {x: -0, y: -0, z: -0, w: 1} + scale: {x: 1.0000004, y: 1.0000004, z: 1.0000004} + - name: breast_l + parentName: spine_04 + position: {x: -0.0707, y: -0.06324, z: -0.058701523} + rotation: {x: -0.54945177, y: 0.44508794, z: -0.5494487, w: -0.44509056} + scale: {x: 0.99999994, y: 0.99999994, z: 0.99999994} + - name: breast_r + parentName: spine_04 + position: {x: -0.07069836, y: -0.06323644, z: 0.058702283} + rotation: {x: -0.44509125, y: -0.5494546, z: -0.44508737, w: 0.54944575} + scale: {x: 1, y: 1.0000004, z: 1.0000004} + - name: thigh_r + parentName: pelvis + position: {x: 0.026536746, y: -0.012540269, z: 0.09293316} + rotation: {x: 0.01204966, y: -0.0010511577, z: -0.9990888, w: 0.040930435} + scale: {x: 0.99999994, y: 0.99999976, z: 1.0000002} + - name: thigh_twist_01_r + parentName: thigh_r + position: {x: -0.18913673, y: -0.00035233443, z: 0.00044652633} + rotation: {x: -0, y: -0, z: 1.06410866e-10, w: 1} + scale: {x: 1, y: 1, z: 1.0000001} + - name: thigh_twist_01_r1 + parentName: thigh_r + position: {x: -0.32751042, y: 2.006681e-17, z: -2.427346e-19} + rotation: {x: -0, y: -0, z: 1.06410866e-10, w: 1} + scale: {x: 1, y: 1, z: 1.0000001} + - name: calf_r + parentName: thigh_r + position: {x: -0.42537832, y: -1.02140514e-16, z: -1.1191048e-15} + rotation: {x: 0.0043766503, y: 0.0047378144, z: 0.03141904, w: 0.99948555} + scale: {x: 1, y: 1.0000001, z: 1.0000004} + - name: calf_twist_01_r + parentName: calf_r + position: {x: -0.1905453, y: -2.1816712e-17, z: 2.6460525e-17} + rotation: {x: -0, y: -0, z: -7.930792e-10, w: 1} + scale: {x: 1.0000002, y: 1, z: 1.0000002} + - name: calf_twist_01_r1 + parentName: calf_r + position: {x: -0.33434707, y: -3.9388614e-17, z: 2.982546e-17} + rotation: {x: -0, y: -0, z: -7.930792e-10, w: 1} + scale: {x: 1.0000002, y: 1, z: 1.0000002} + - name: foot_r + parentName: calf_r + position: {x: -0.4281875, y: 1.1546319e-16, z: -7.105427e-17} + rotation: {x: -0.006462878, y: -0.019155594, z: -0.017871872, w: 0.99963593} + scale: {x: 1.0000002, y: 1.0000004, z: 1.0000006} + - name: ball_r + parentName: foot_r + position: {x: -0.074242234, y: 0.12459272, z: -0.00043897645} + rotation: {x: -0.000000048428763, y: 0.000000065192566, z: 0.70710677, w: 0.70710677} + scale: {x: 1.0000002, y: 1.000001, z: 1.0000004} + - name: thigh_l + parentName: pelvis + position: {x: 0.026536651, y: -0.012540282, z: -0.09293319} + rotation: {x: -0.0010511577, y: -0.012049675, z: -0.04093033, w: -0.99908876} + scale: {x: 1, y: 1, z: 1.0000001} + - name: thigh_twist_01_l + parentName: thigh_l + position: {x: 0.18913661, y: 0.00035238912, z: -0.00044632424} + rotation: {x: -0, y: -0, z: -1.2187229e-10, w: 1} + scale: {x: 1.0000001, y: 1.0000001, z: 1.0000002} + - name: thigh_twist_01_l1 + parentName: thigh_l + position: {x: 0.3275102, y: 0.000000004340087, z: 0.00000023721351} + rotation: {x: -0, y: -0, z: -1.2187229e-10, w: 1} + scale: {x: 1.0000001, y: 1.0000001, z: 1.0000002} + - name: calf_l + parentName: thigh_l + position: {x: 0.42537814, y: 0.0000000133139615, z: -0.00000024290833} + rotation: {x: 0.0043766634, y: 0.0047377995, z: 0.03141914, w: 0.99948555} + scale: {x: 1.0000001, y: 1.0000001, z: 1.0000001} + - name: calf_twist_01_l + parentName: calf_l + position: {x: 0.19054599, y: -0.000000018583592, z: 0.0000008138474} + rotation: {x: -0, y: -0, z: -7.858034e-10, w: 1} + scale: {x: 1, y: 1.0000001, z: 1} + - name: calf_twist_01_l1 + parentName: calf_l + position: {x: 0.33434698, y: 0.000000006093711, z: -0.000000053852567} + rotation: {x: -0, y: -0, z: -7.858034e-10, w: 1} + scale: {x: 1, y: 1.0000001, z: 1} + - name: foot_l + parentName: calf_l + position: {x: 0.42818737, y: 0.000000013496265, z: -0.000000046906553} + rotation: {x: -0.006462899, y: -0.019155653, z: -0.017871821, w: 0.99963593} + scale: {x: 1.0000002, y: 1.0000004, z: 1.0000004} + - name: ball_l + parentName: foot_l + position: {x: 0.074242644, y: -0.1245928, z: 0.00043938312} + rotation: {x: -0.000000045634806, y: 0.00000009685755, z: 0.7071068, w: 0.7071068} + scale: {x: 1.0000002, y: 1, z: 1.0000001} + - name: BodyProxy + parentName: Male@Idle(Clone) + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: FullBody + parentName: Male@Idle(Clone) + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + armTwist: 0.5 + foreArmTwist: 0.5 + upperLegTwist: 0.5 + legTwist: 0.5 + armStretch: 0.05 + legStretch: 0.05 + feetSpacing: 0 + globalScale: 1 + rootMotionBoneName: + hasTranslationDoF: 0 + hasExtraRoot: 1 + skeletonHasParents: 1 + lastHumanDescriptionAvatarSource: {instanceID: 0} + autoGenerateAvatarMappingIfUnspecified: 1 + animationType: 3 + humanoidOversampling: 1 + avatarSetup: 1 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + importBlendShapeDeformPercent: 1 + remapMaterialsIfMaterialImportModeIsNone: 0 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/03_Models/_Characters/Base/Animations/Male@LookAround.fbx b/Assets/03_Models/_Characters/Base/Animations/Male@LookAround.fbx new file mode 100644 index 00000000..38599a3d --- /dev/null +++ b/Assets/03_Models/_Characters/Base/Animations/Male@LookAround.fbx @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:389ea033b8aedfbc23db407b63a4345deaa036739e6a52db70150393f1b27551 +size 1941040 diff --git a/Assets/03_Models/_Characters/Base/Animations/Male@LookAround.fbx.meta b/Assets/03_Models/_Characters/Base/Animations/Male@LookAround.fbx.meta new file mode 100644 index 00000000..3c0a07ed --- /dev/null +++ b/Assets/03_Models/_Characters/Base/Animations/Male@LookAround.fbx.meta @@ -0,0 +1,1104 @@ +fileFormatVersion: 2 +guid: d6f6c2f3a06aff04fba485181f70c50c +ModelImporter: + serializedVersion: 24200 + internalIDToNameTable: [] + externalObjects: {} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 0 + motionNodeName: + animationImportErrors: + animationImportWarnings: "\nClip 'mixamo.com' has import animation warnings that + might lower retargeting quality:\nNote: Activate translation DOF on avatar + to improve retargeting quality.\n\t'spine_01' is inbetween humanoid transforms + and has rotation animation that will be discarded.\n\t'spine_05' is inbetween + humanoid transforms and has rotation animation that will be discarded.\n\t'neck_02' + is inbetween humanoid transforms and has rotation animation that will be discarded.\n" + animationRetargetingWarnings: + animationDoRetargetingWarnings: 0 + importAnimatedCustomProperties: 0 + importConstraints: 0 + animationCompression: 3 + animationRotationError: 0.5 + animationPositionError: 0.5 + animationScaleError: 0.5 + animationWrapMode: 0 + extraExposedTransformPaths: [] + extraUserProperties: [] + clipAnimations: + - serializedVersion: 16 + name: Male_LookAround + takeName: mixamo.com + internalID: -203655887218126122 + firstFrame: 0 + lastFrame: 190 + wrapMode: 0 + orientationOffsetY: 0 + level: 0 + cycleOffset: 0 + loop: 0 + hasAdditiveReferencePose: 0 + loopTime: 1 + loopBlend: 0 + loopBlendOrientation: 1 + loopBlendPositionY: 1 + loopBlendPositionXZ: 1 + keepOriginalOrientation: 1 + keepOriginalPositionY: 1 + keepOriginalPositionXZ: 0 + heightFromFeet: 0 + mirror: 0 + bodyMask: 01000000010000000100000001000000010000000100000001000000010000000100000001000000010000000100000001000000 + curves: [] + events: [] + transformMask: [] + maskType: 3 + maskSource: {instanceID: 0} + additiveReferencePoseFrame: 0 + isReadable: 0 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importPhysicalCameras: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 1 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + bakeAxisConversion: 0 + preserveHierarchy: 0 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + optimizeBones: 1 + generateMeshLods: 0 + meshLodGenerationFlags: 0 + maximumMeshLod: -1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 1 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + tangentSpace: + normalSmoothAngle: 60 + normalImportMode: 0 + tangentImportMode: 3 + normalCalculationMode: 4 + legacyComputeAllNormalsFromSmoothingGroupsWhenMeshHasBlendShapes: 0 + blendShapeNormalImportMode: 1 + normalSmoothingSource: 0 + referencedClips: [] + importAnimation: 1 + humanDescription: + serializedVersion: 3 + human: + - boneName: pelvis + humanName: Hips + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: thigh_l + humanName: LeftUpperLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: thigh_r + humanName: RightUpperLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: calf_l + humanName: LeftLowerLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: calf_r + humanName: RightLowerLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: foot_l + humanName: LeftFoot + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: foot_r + humanName: RightFoot + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: spine_02 + humanName: Spine + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: spine_03 + humanName: Chest + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: neck_01 + humanName: Neck + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: head + humanName: Head + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: clavicle_l + humanName: LeftShoulder + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: clavicle_r + humanName: RightShoulder + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: upperarm_l + humanName: LeftUpperArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: upperarm_r + humanName: RightUpperArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: lowerarm_l + humanName: LeftLowerArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: lowerarm_r + humanName: RightLowerArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: hand_l + humanName: LeftHand + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: hand_r + humanName: RightHand + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: ball_l + humanName: LeftToes + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: ball_r + humanName: RightToes + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: eyeRoot_l + humanName: LeftEye + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: eyeRoot_r + humanName: RightEye + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: Jaw + humanName: Jaw + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: thumb_01_l + humanName: Left Thumb Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: thumb_02_l + humanName: Left Thumb Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: thumb_03_l + humanName: Left Thumb Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: index_metacarpal_l + humanName: Left Index Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: index_01_l + humanName: Left Index Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: index_02_l + humanName: Left Index Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: middle_metacarpal_l + humanName: Left Middle Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: middle_01_l + humanName: Left Middle Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: middle_02_l + humanName: Left Middle Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: ring_metacarpal_l + humanName: Left Ring Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: ring_01_l + humanName: Left Ring Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: ring_02_l + humanName: Left Ring Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: pinky_metacarpal_l + humanName: Left Little Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: pinky_01_l + humanName: Left Little Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: pinky_02_l + humanName: Left Little Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: thumb_01_r + humanName: Right Thumb Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: thumb_02_r + humanName: Right Thumb Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: thumb_03_r + humanName: Right Thumb Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: index_metacarpal_r + humanName: Right Index Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: index_01_r + humanName: Right Index Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: index_02_r + humanName: Right Index Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: middle_metacarpal_r + humanName: Right Middle Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: middle_01_r + humanName: Right Middle Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: middle_02_r + humanName: Right Middle Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: ring_metacarpal_r + humanName: Right Ring Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: ring_01_r + humanName: Right Ring Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: ring_02_r + humanName: Right Ring Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: pinky_metacarpal_r + humanName: Right Little Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: pinky_01_r + humanName: Right Little Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: pinky_02_r + humanName: Right Little Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: spine_04 + humanName: UpperChest + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + skeleton: + - name: Male@LookAround(Clone) + parentName: + position: {x: 0, y: 0, z: 0} + rotation: {x: 0, y: 0, z: 0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: armature + parentName: Male@LookAround(Clone) + position: {x: 0.071545765, y: -0.022081299, z: -0.054083243} + rotation: {x: 0.013420693, y: -0.11591677, z: -0.003867282, w: 0.9931607} + scale: {x: 1, y: 1, z: 1} + - name: root + parentName: armature + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: ik_foot_root + parentName: root + position: {x: -0, y: 0, z: 0} + rotation: {x: -0.7071068, y: 0, z: -0, w: 0.7071068} + scale: {x: 1, y: 1, z: 1} + - name: ik_foot_r + parentName: ik_foot_root + position: {x: 0.1172439, y: 0.0051753507, z: 0.10954} + rotation: {x: 0.72006285, y: -0.015875151, z: 0.6935279, w: -0.01663142} + scale: {x: 1, y: 1, z: 1} + - name: ik_foot_l + parentName: ik_foot_root + position: {x: -0.11724399, y: 0.00517535, z: 0.10954} + rotation: {x: 0.01663142, y: 0.6935279, z: 0.015875151, w: 0.72006285} + scale: {x: 1, y: 1, z: 1} + - name: ik_hand_root + parentName: root + position: {x: -0, y: 0, z: 0} + rotation: {x: -0.7071068, y: 0, z: -0, w: 0.7071068} + scale: {x: 1, y: 1, z: 1} + - name: interaction + parentName: root + position: {x: 1.7763568e-17, y: 3.5527136e-17, z: -1.8735012e-18} + rotation: {x: -0.7071068, y: 2.7685532e-17, z: -8.0593746e-18, w: 0.7071068} + scale: {x: 1, y: 1, z: 1} + - name: center_of_mass + parentName: root + position: {x: 1.7763568e-17, y: 3.5527136e-17, z: -1.8735012e-18} + rotation: {x: -0.7071068, y: 2.7685532e-17, z: -8.0593746e-18, w: 0.7071068} + scale: {x: 1, y: 1, z: 1} + - name: ik_hand_gun + parentName: root + position: {x: 0.42266512, y: 1.0591742, z: 0.060633216} + rotation: {x: 0.088823244, y: -0.23499781, z: -0.42826185, w: 0.86803126} + scale: {x: 1, y: 1, z: 1} + - name: ik_hand_r + parentName: ik_hand_gun + position: {x: -0, y: -2.842171e-16, z: -7.105427e-17} + rotation: {x: -4.0245585e-16, y: 5.551115e-17, z: -5.551115e-17, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: ik_hand_l + parentName: ik_hand_gun + position: {x: -0.44188076, y: -0.59320736, z: 0.40918136} + rotation: {x: 0.51264596, y: 0.7496153, z: -0.41380602, w: 0.06352732} + scale: {x: 1, y: 1, z: 1} + - name: pelvis + parentName: root + position: {x: -0.06867649, y: 0.98660964, z: 0.040051747} + rotation: {x: 0.580064, y: -0.52792203, z: 0.456817, w: -0.4196932} + scale: {x: 1, y: 1.0000001, z: 1} + - name: spine_01 + parentName: pelvis + position: {x: -0.02471853, y: 7.424816e-13, z: 1.7832339e-18} + rotation: {x: -0.0000008642674, y: -0.0000001192093, z: -0.14993869, w: -0.9886953} + scale: {x: 1, y: 1.0000001, z: 1.0000001} + - name: spine_02 + parentName: spine_01 + position: {x: -0.064416714, y: 0.0017404179, z: -0.0000000030015432} + rotation: {x: -0.0000013291432, y: -0.000000076323744, z: -0.059524268, w: 0.9982268} + scale: {x: 1.0000002, y: 1.0000004, z: 1.0000004} + - name: spine_03 + parentName: spine_02 + position: {x: -0.061613474, y: -6.5895943e-12, z: 2.0313506e-17} + rotation: {x: -0.0000017300963, y: -0.00000006172615, z: 0.08994784, w: -0.99594647} + scale: {x: 1.0000004, y: 1.0000001, z: 0.99999994} + - name: spine_04 + parentName: spine_03 + position: {x: -0.08851115, y: -4.108312e-11, z: 1.5608689e-16} + rotation: {x: 0.0000017223015, y: -0.0000003940615, z: -0.073922075, w: 0.9972641} + scale: {x: 0.99999994, y: 1.0000001, z: 1} + - name: spine_05 + parentName: spine_04 + position: {x: -0.17498758, y: 2.1512604e-11, z: -5.0903293e-18} + rotation: {x: -0.0000020149914, y: -0.000000034829842, z: -0.0022556263, w: 0.9999975} + scale: {x: 0.99999994, y: 0.99999994, z: 0.9999999} + - name: neck_01 + parentName: spine_05 + position: {x: -0.09749261, y: -0.0039456394, z: -0.000000020623832} + rotation: {x: -0.00000013516592, y: -0.0000005458802, z: -0.15039413, w: -0.9886262} + scale: {x: 0.99999994, y: 0.99999994, z: 1} + - name: neck_02 + parentName: neck_01 + position: {x: -0.039823327, y: -0.0004405553, z: 0.0000000010045333} + rotation: {x: -0.000004156648, y: -0.000000049796476, z: -0.0052707787, w: 0.9999862} + scale: {x: 1.0000004, y: 1.0000001, z: 1.0000002} + - name: head + parentName: neck_02 + position: {x: -0.04271587, y: -0.003412315, z: -3.3881317e-23} + rotation: {x: 0.4801824, y: -0.5190615, z: 0.48018214, w: 0.5190618} + scale: {x: 1.0000001, y: 1.0000002, z: 0.99999994} + - name: Jaw + parentName: head + position: {x: -0.00000024235231, y: -0.013404406, z: 0.04100778} + rotation: {x: -0.48018077, y: 0.5190602, z: -0.4801838, w: 0.5190631} + scale: {x: 1.0000005, y: 1.0000004, z: 1.0000006} + - name: eyeRoot_r + parentName: head + position: {x: 0.04563364, y: 0.049755275, z: 0.036700334} + rotation: {x: 0.0000030547374, y: 0.00000014901158, z: 0.000000044703473, w: 1} + scale: {x: 1.0000001, y: 0.99999994, z: 1.0000001} + - name: eyeSocket_r + parentName: eyeRoot_r + position: {x: 1.7763568e-17, y: -5.684342e-16, z: 7.9936054e-17} + rotation: {x: 0.0000029951327, y: 0.00000014901136, z: -0.000000029802326, w: 1} + scale: {x: 1, y: 1.0000001, z: 1.0000002} + - name: eye_r + parentName: eyeSocket_r + position: {x: 0.0000007168851, y: 0.0000005027567, z: 0.042186897} + rotation: {x: -0.0000029951327, y: -0.00000017881366, z: 0.000000029802507, w: 1} + scale: {x: 1, y: 0.99999994, z: 1.0000001} + - name: eyeRoot_l + parentName: head + position: {x: -0.045634158, y: 0.04975525, z: 0.036699787} + rotation: {x: 0.0000030547374, y: 0.00000014901158, z: 0.000000044703473, w: 1} + scale: {x: 1.0000001, y: 0.99999994, z: 1.0000001} + - name: eyeSocket_l + parentName: eyeRoot_l + position: {x: -2.6645284e-17, y: -1.7053025e-15, z: -3.1086245e-17} + rotation: {x: 0.0000029951327, y: 0.00000014901136, z: -0.000000029802326, w: 1} + scale: {x: 1, y: 1.0000001, z: 1.0000002} + - name: eye_l + parentName: eyeSocket_l + position: {x: -0.00000028216022, y: 0.0000005027548, z: 0.042186897} + rotation: {x: -0.0000029951327, y: -0.00000017881366, z: 0.000000029802507, w: 1} + scale: {x: 1, y: 0.99999994, z: 1.0000001} + - name: clavicle_l + parentName: spine_05 + position: {x: -0.05830481, y: 0.01004903, z: -0.009313623} + rotation: {x: -0.08991558, y: 0.7504631, z: -0.059576973, w: -0.6520514} + scale: {x: 0.9999998, y: 1, z: 1} + - name: upperarm_l + parentName: clavicle_l + position: {x: -0.12042659, y: 0.00337745, z: -0.0078001604} + rotation: {x: 0.007533067, y: 0.051120978, z: 0.013962871, w: 0.9985665} + scale: {x: 1.0000001, y: 1.0000004, z: 1.0000001} + - name: upperarm_twist_01_l + parentName: upperarm_l + position: {x: -0.09029968, y: -0.0000010437427, z: 0.0000018067597} + rotation: {x: 0.0000004461034, y: 0.0020893808, z: -0.00011399292, w: 0.9999978} + scale: {x: 1.0000001, y: 0.99999994, z: 1} + - name: upperarm_twist_02_l + parentName: upperarm_l + position: {x: -0.15903978, y: -0.0000019053927, z: 0.000004715007} + rotation: {x: 0.00000042188907, y: 0.0000012218951, z: 0.000005411915, w: 1} + scale: {x: 1.0000001, y: 0.9999998, z: 0.99999994} + - name: lowerarm_l + parentName: upperarm_l + position: {x: -0.2628306, y: -0.0000028196093, z: -0.0000015065455} + rotation: {x: 0.015156101, y: 0.024698451, z: 0.033037417, w: 0.9990339} + scale: {x: 1.0000002, y: 1.0000001, z: 1} + - name: lowerarm_twist_02_l + parentName: lowerarm_l + position: {x: -0.059287686, y: -0.000033335233, z: -0.000090587935} + rotation: {x: 0.0012477036, y: 0.0016747484, z: -0.0005855192, w: 0.9999977} + scale: {x: 1.0000001, y: 1, z: 1.0000001} + - name: lowerarm_twist_01_l + parentName: lowerarm_l + position: {x: -0.1370334, y: -0.0000438542, z: -0.000121863864} + rotation: {x: 0.0012477, y: 0.001674689, z: -0.0005855629, w: 0.9999977} + scale: {x: 1, y: 1, z: 1.0000001} + - name: hand_l + parentName: lowerarm_l + position: {x: -0.22426975, y: -0.00000023307989, z: 0.0000000787232} + rotation: {x: 0.61020106, y: 0.06955913, z: 0.038730655, w: -0.78823614} + scale: {x: 1.0000001, y: 1.0000002, z: 1.0000005} + - name: middle_metacarpal_l + parentName: hand_l + position: {x: -0.031159949, y: -0.00068169314, z: -0.0036431223} + rotation: {x: -0.00050875504, y: -0.0051799635, z: 0.062410206, w: 0.998037} + scale: {x: 0.9999998, y: 1, z: 1.0000001} + - name: middle_01_l + parentName: middle_metacarpal_l + position: {x: -0.07175154, y: 0.0074047474, z: 0.00419731} + rotation: {x: -0.019594869, y: 0.02670923, z: -0.09728802, w: 0.9947049} + scale: {x: 1.0000004, y: 1.0000007, z: 1.0000011} + - name: middle_02_l + parentName: middle_01_l + position: {x: -0.030946212, y: -0.00025767414, z: 0.00015369119} + rotation: {x: -0.00057565956, y: -0.004191751, z: -0.0070506204, w: 0.9999662} + scale: {x: 1.0000001, y: 1.0000002, z: 1} + - name: middle_03_l + parentName: middle_02_l + position: {x: -0.031564437, y: 0.00012725168, z: 0.000009820017} + rotation: {x: -0.0000473784, y: 0.0019094262, z: -0.024870956, w: 0.99968886} + scale: {x: 0.99999994, y: 0.9999998, z: 1} + - name: pinky_metacarpal_l + parentName: hand_l + position: {x: -0.029829215, y: 0.002419275, z: 0.019277232} + rotation: {x: -0.13183293, y: 0.021765992, z: 0.029490696, w: 0.99059415} + scale: {x: 1.0000001, y: 1.0000004, z: 1.0000002} + - name: pinky_01_l + parentName: pinky_metacarpal_l + position: {x: -0.065842345, y: 0.00387696, z: -0.0003698518} + rotation: {x: -0.0020617233, y: -0.031788137, z: -0.05313307, w: 0.99807924} + scale: {x: 1.0000002, y: 1.0000001, z: 1.0000002} + - name: pinky_02_l + parentName: pinky_01_l + position: {x: -0.030473938, y: 0.0000449431, z: 0.0000050213966} + rotation: {x: -0.00029510696, y: 0.0018232535, z: -0.0146089485, w: 0.99989164} + scale: {x: 1.0000002, y: 1.0000002, z: 1.0000005} + - name: pinky_03_l + parentName: pinky_02_l + position: {x: -0.018163703, y: 0.000014216933, z: 0.00000081721095} + rotation: {x: -0.000025345382, y: 0.0007322901, z: -0.028393222, w: 0.99959654} + scale: {x: 1.0000004, y: 1.0000001, z: 1.0000004} + - name: ring_metacarpal_l + parentName: hand_l + position: {x: -0.031082293, y: 0.0006009566, z: 0.008015621} + rotation: {x: -0.091095224, y: 0.02494571, z: 0.060115457, w: 0.993713} + scale: {x: 1, y: 1.0000001, z: 0.99999994} + - name: ring_01_l + parentName: ring_metacarpal_l + position: {x: -0.071285464, y: 0.006903508, z: -0.00030325403} + rotation: {x: -0.013783502, y: -0.022462262, z: -0.095408306, w: 0.9950893} + scale: {x: 1.0000002, y: 1.0000002, z: 1.0000005} + - name: ring_02_l + parentName: ring_01_l + position: {x: -0.028632186, y: -0.00080945133, z: 0.00010370551} + rotation: {x: -0.0013136555, y: -0.0036820094, z: -0.02915418, w: 0.99956733} + scale: {x: 1.0000005, y: 1.0000002, z: 1.0000001} + - name: ring_03_l + parentName: ring_02_l + position: {x: -0.024630046, y: -0.00062541856, z: -0.000049983075} + rotation: {x: -0.00013463438, y: 0.0032156094, z: -0.040372923, w: 0.9991796} + scale: {x: 1.0000004, y: 1, z: 1.0000008} + - name: thumb_01_l + parentName: hand_l + position: {x: -0.042124398, y: 0.013390588, z: -0.03553364} + rotation: {x: -0.47111252, y: 0.29056197, z: -0.22319736, w: -0.8023775} + scale: {x: 0.9999998, y: 1, z: 1} + - name: thumb_02_l + parentName: thumb_01_l + position: {x: -0.04041515, y: -0.002166181, z: -0.00022503364} + rotation: {x: 0.027756551, y: 0.0015553373, z: -0.042658165, w: 0.9987029} + scale: {x: 1.0000007, y: 1.0000001, z: 1.0000006} + - name: thumb_03_l + parentName: thumb_02_l + position: {x: -0.02150001, y: -0.001488054, z: 0.000019765686} + rotation: {x: -0.0000014100219, y: -0.0017221285, z: 0.00918622, w: 0.9999563} + scale: {x: 0.9999997, y: 1.0000001, z: 0.99999994} + - name: index_metacarpal_l + parentName: hand_l + position: {x: -0.034522086, y: 0.0011242229, z: -0.020516565} + rotation: {x: 0.028094284, y: -0.014797665, z: 0.07673198, w: 0.9965461} + scale: {x: 1, y: 1, z: 1.0000005} + - name: index_01_l + parentName: index_metacarpal_l + position: {x: -0.07113928, y: 0.0060603456, z: 0.001430095} + rotation: {x: -0.028136684, y: 0.022478353, z: -0.09793142, w: 0.99454135} + scale: {x: 0.9999998, y: 1, z: 0.99999946} + - name: index_02_l + parentName: index_01_l + position: {x: -0.02752322, y: -0.00092728826, z: 0.00007970657} + rotation: {x: 0.00017428765, y: -0.002226678, z: -0.025526347, w: 0.99967164} + scale: {x: 1, y: 1, z: 1.0000002} + - name: index_03_l + parentName: index_02_l + position: {x: -0.02878466, y: -0.0000016466528, z: -0.000006182652} + rotation: {x: -0.000000012689268, y: -0.0005250442, z: 0.00010771203, w: 0.9999999} + scale: {x: 1.0000004, y: 1.0000002, z: 1.0000006} + - name: shoulder_twist_l + parentName: upperarm_l + position: {x: -1.4210854e-16, y: -4.440892e-18, z: -1.4210854e-16} + rotation: {x: -0, y: -0.000000029802319, z: -0, w: 1} + scale: {x: 1, y: 0.9999998, z: 0.99999994} + - name: clavicle_r + parentName: spine_05 + position: {x: -0.05830481, y: 0.010049071, z: 0.009313577} + rotation: {x: -0.7504626, y: -0.089911275, z: -0.65205204, w: 0.059581928} + scale: {x: 1.0000001, y: 1, z: 1} + - name: upperarm_r + parentName: clavicle_r + position: {x: 0.1204265, y: -0.0033794376, z: 0.0078006224} + rotation: {x: 0.007532427, y: 0.051118415, z: 0.0139544755, w: 0.9985667} + scale: {x: 0.99999994, y: 0.99999994, z: 1.0000002} + - name: upperarm_twist_01_r + parentName: upperarm_r + position: {x: 0.09029968, y: 0.0000010437467, z: -0.0000018067599} + rotation: {x: 0.00000038091085, y: 0.0020895596, z: -0.00011390212, w: 0.9999978} + scale: {x: 1.0000002, y: 1.0000005, z: 1.0000005} + - name: upperarm_twist_02_r + parentName: upperarm_r + position: {x: 0.15903978, y: 0.0000019053997, z: -0.0000047150074} + rotation: {x: 0.00000040978185, y: 0.0000012516972, z: 0.0000054249526, w: 1} + scale: {x: 1.0000002, y: 1.0000004, z: 1.0000001} + - name: lowerarm_r + parentName: upperarm_r + position: {x: 0.2628306, y: 0.0000028196207, z: 0.0000015065447} + rotation: {x: 0.015155995, y: 0.024698941, z: 0.03303741, w: 0.9990339} + scale: {x: 1.0000005, y: 1.0000004, z: 1.0000005} + - name: lowerarm_twist_02_r + parentName: lowerarm_r + position: {x: 0.059287686, y: 0.000033335233, z: 0.000090587935} + rotation: {x: 0.00124786, y: 0.0016747151, z: -0.0005856808, w: 0.99999774} + scale: {x: 1, y: 1.0000002, z: 1.0000005} + - name: lowerarm_twist_01_r + parentName: lowerarm_r + position: {x: 0.1370334, y: 0.0000438542, z: 0.000121863864} + rotation: {x: 0.0012477874, y: 0.0016746368, z: -0.0005856494, w: 0.99999774} + scale: {x: 1, y: 1, z: 1.0000002} + - name: hand_r + parentName: lowerarm_r + position: {x: 0.22426975, y: 0.00000023307989, z: -0.0000000787232} + rotation: {x: -0.6102011, y: -0.06955921, z: -0.03873085, w: 0.788236} + scale: {x: 1, y: 1, z: 1} + - name: middle_metacarpal_r + parentName: hand_r + position: {x: 0.031159949, y: 0.00068169314, z: 0.0036431223} + rotation: {x: -0.00050866586, y: -0.0051821116, z: 0.06241068, w: 0.998037} + scale: {x: 1.0000002, y: 1.0000004, z: 0.99999994} + - name: middle_01_r + parentName: middle_metacarpal_r + position: {x: 0.07175154, y: -0.0074047474, z: -0.00419731} + rotation: {x: -0.019595064, y: 0.026709355, z: -0.09728806, w: 0.9947049} + scale: {x: 0.9999998, y: 0.9999996, z: 1} + - name: middle_02_r + parentName: middle_01_r + position: {x: 0.030946212, y: 0.00025767414, z: -0.00015369119} + rotation: {x: -0.0005754529, y: -0.0041918093, z: -0.0070506306, w: 0.99996626} + scale: {x: 1.0000001, y: 1.0000005, z: 1} + - name: middle_03_r + parentName: middle_02_r + position: {x: 0.031564243, y: -0.00012680379, z: -0.0000096261265} + rotation: {x: -0.00004763742, y: 0.0019094569, z: -0.024871081, w: 0.9996888} + scale: {x: 1.0000001, y: 1, z: 1} + - name: pinky_metacarpal_r + parentName: hand_r + position: {x: 0.029829215, y: -0.002419275, z: -0.019277232} + rotation: {x: -0.13183306, y: 0.021765431, z: 0.029492019, w: 0.990594} + scale: {x: 1.0000004, y: 1.0000005, z: 0.99999994} + - name: pinky_01_r + parentName: pinky_metacarpal_r + position: {x: 0.065842345, y: -0.00387696, z: 0.0003698518} + rotation: {x: -0.002061337, y: -0.0317866, z: -0.0531355, w: 0.99807924} + scale: {x: 1, y: 1, z: 1} + - name: pinky_02_r + parentName: pinky_01_r + position: {x: 0.030473523, y: -0.000044794444, z: -0.000005009973} + rotation: {x: -0.00029510394, y: 0.0018233056, z: -0.01460886, w: 0.9998916} + scale: {x: 1.0000006, y: 1.0000005, z: 1} + - name: pinky_03_r + parentName: pinky_02_r + position: {x: 0.018164502, y: -0.000014280713, z: -0.0000008640132} + rotation: {x: -0.000025453566, y: 0.00073219923, z: -0.028393237, w: 0.99959654} + scale: {x: 1.0000002, y: 1.0000005, z: 1} + - name: ring_metacarpal_r + parentName: hand_r + position: {x: 0.031082293, y: -0.0006009566, z: -0.008015621} + rotation: {x: -0.09109518, y: 0.024943842, z: 0.060115978, w: 0.993713} + scale: {x: 1.0000005, y: 1.0000005, z: 1} + - name: ring_01_r + parentName: ring_metacarpal_r + position: {x: 0.071285464, y: -0.006903508, z: 0.00030325403} + rotation: {x: -0.013783733, y: -0.02246184, z: -0.095413245, w: 0.9950889} + scale: {x: 0.9999998, y: 0.9999998, z: 1.0000001} + - name: ring_02_r + parentName: ring_01_r + position: {x: 0.028632184, y: 0.00080979656, z: -0.00010371774} + rotation: {x: -0.0013137663, y: -0.0036820318, z: -0.029154276, w: 0.99956733} + scale: {x: 1.0000005, y: 1.0000004, z: 1} + - name: ring_03_r + parentName: ring_02_r + position: {x: 0.024629807, y: 0.00062524603, z: 0.00005006087} + rotation: {x: -0.00013442659, y: 0.0032156124, z: -0.04037298, w: 0.99917954} + scale: {x: 0.99999994, y: 1.0000002, z: 0.99999994} + - name: thumb_01_r + parentName: hand_r + position: {x: 0.042124398, y: -0.013390588, z: 0.03553364} + rotation: {x: 0.471113, y: -0.29056427, z: 0.22319752, w: 0.80237633} + scale: {x: 1.0000005, y: 1.0000002, z: 1.0000006} + - name: thumb_02_r + parentName: thumb_01_r + position: {x: 0.04041515, y: 0.002166181, z: 0.00022503364} + rotation: {x: 0.027755456, y: 0.0015637421, z: -0.042655412, w: 0.998703} + scale: {x: 1, y: 1.0000002, z: 0.9999998} + - name: thumb_03_r + parentName: thumb_02_r + position: {x: 0.021499943, y: 0.001487848, z: -0.000019537816} + rotation: {x: -0.0000016484406, y: -0.0017220615, z: 0.009186099, w: 0.9999563} + scale: {x: 1.0000001, y: 0.9999997, z: 0.9999997} + - name: index_metacarpal_r + parentName: hand_r + position: {x: 0.034522086, y: -0.0011242229, z: 0.020516565} + rotation: {x: 0.02809453, y: -0.014797561, z: 0.07673214, w: 0.9965461} + scale: {x: 1.0000004, y: 1.0000002, z: 0.99999994} + - name: index_01_r + parentName: index_metacarpal_r + position: {x: 0.07113928, y: -0.0060603456, z: -0.001430095} + rotation: {x: -0.02813674, y: 0.02248007, z: -0.09793781, w: 0.9945407} + scale: {x: 0.99999994, y: 0.99999994, z: 0.99999994} + - name: index_02_r + parentName: index_01_r + position: {x: 0.027523164, y: 0.00092784583, z: -0.00007988173} + rotation: {x: 0.0001743435, y: -0.0022266645, z: -0.025526568, w: 0.99967164} + scale: {x: 1.0000001, y: 1.0000001, z: 1.0000002} + - name: index_03_r + parentName: index_02_r + position: {x: 0.028784158, y: 0.0000011014419, z: 0.00000623518} + rotation: {x: -0.000000064959735, y: -0.00052510144, z: 0.000107801585, w: 0.9999999} + scale: {x: 1, y: 1, z: 0.9999998} + - name: shoulder_twist_r + parentName: upperarm_r + position: {x: 1.4210854e-16, y: 8.881784e-18, z: 0} + rotation: {x: -0, y: -0.000000029802315, z: 9.3132235e-10, w: 1} + scale: {x: 1.0000002, y: 1.0000005, z: 1.0000001} + - name: breast_l + parentName: spine_04 + position: {x: -0.0707, y: -0.06324, z: -0.058701523} + rotation: {x: -0.5494519, y: 0.44508794, z: -0.5494486, w: -0.44509065} + scale: {x: 0.9999998, y: 0.9999998, z: 0.9999997} + - name: breast_r + parentName: spine_04 + position: {x: -0.07069836, y: -0.06323644, z: 0.058702283} + rotation: {x: -0.44509122, y: -0.5494546, z: -0.44508728, w: 0.5494459} + scale: {x: 1, y: 1.0000004, z: 1.0000004} + - name: thigh_r + parentName: pelvis + position: {x: 0.026536746, y: -0.012540269, z: 0.09293316} + rotation: {x: 0.012049735, y: -0.0010512024, z: -0.9990888, w: 0.04093042} + scale: {x: 0.99999994, y: 0.99999964, z: 1.0000001} + - name: thigh_twist_01_r + parentName: thigh_r + position: {x: -0.18913673, y: -0.00035233443, z: 0.00044652633} + rotation: {x: -0, y: -0, z: 7.230482e-10, w: 1} + scale: {x: 1.0000001, y: 1.0000001, z: 1.0000002} + - name: thigh_twist_01_r1 + parentName: thigh_r + position: {x: -0.32751042, y: 2.006681e-17, z: -2.427346e-19} + rotation: {x: -0, y: -0, z: 7.230482e-10, w: 1} + scale: {x: 1.0000001, y: 1.0000001, z: 1.0000002} + - name: calf_r + parentName: thigh_r + position: {x: -0.42537832, y: -1.02140514e-16, z: -1.1191048e-15} + rotation: {x: 0.004376692, y: 0.004737767, z: 0.031418968, w: 0.9994855} + scale: {x: 1.0000001, y: 1.0000005, z: 1.0000002} + - name: calf_twist_01_r + parentName: calf_r + position: {x: -0.1905453, y: -2.1816712e-17, z: 2.6460525e-17} + rotation: {x: -0, y: -0, z: -7.839843e-10, w: 1} + scale: {x: 1, y: 1.0000001, z: 1.0000002} + - name: calf_twist_01_r1 + parentName: calf_r + position: {x: -0.33434707, y: -3.9388614e-17, z: 2.982546e-17} + rotation: {x: -0, y: -0, z: -7.839843e-10, w: 1} + scale: {x: 1, y: 1.0000001, z: 1.0000002} + - name: foot_r + parentName: calf_r + position: {x: -0.4281875, y: 1.1546319e-16, z: -7.105427e-17} + rotation: {x: -0.00646294, y: -0.019155633, z: -0.01787181, w: 0.99963593} + scale: {x: 1.0000001, y: 1.0000001, z: 1.0000004} + - name: ball_r + parentName: foot_r + position: {x: -0.074242234, y: 0.12459272, z: -0.00043897645} + rotation: {x: -0.00000007823109, y: 0.00000010710208, z: 0.70710677, w: 0.7071068} + scale: {x: 1.0000006, y: 1.000001, z: 1.0000002} + - name: thigh_l + parentName: pelvis + position: {x: 0.026536651, y: -0.012540282, z: -0.09293319} + rotation: {x: -0.0010510683, y: -0.01204972, z: -0.04093042, w: -0.9990888} + scale: {x: 1.0000001, y: 1, z: 1.0000002} + - name: thigh_twist_01_l + parentName: thigh_l + position: {x: 0.18913661, y: 0.00035238912, z: -0.00044632424} + rotation: {x: -0, y: -0, z: 9.085851e-10, w: 1} + scale: {x: 1.0000004, y: 1, z: 1} + - name: thigh_twist_01_l1 + parentName: thigh_l + position: {x: 0.3275102, y: 0.000000004340087, z: 0.00000023721351} + rotation: {x: -0, y: -0, z: 9.085851e-10, w: 1} + scale: {x: 1.0000004, y: 1, z: 1} + - name: calf_l + parentName: thigh_l + position: {x: 0.42537814, y: 0.0000000133139615, z: -0.00000024290833} + rotation: {x: 0.004376749, y: 0.00473769, z: 0.031419005, w: 0.99948555} + scale: {x: 1.0000005, y: 1.0000001, z: 1.0000002} + - name: calf_twist_01_l + parentName: calf_l + position: {x: 0.19054599, y: -0.000000018583592, z: 0.0000008138474} + rotation: {x: -0, y: -0, z: -7.148627e-10, w: 1} + scale: {x: 1.0000004, y: 1.0000001, z: 1.0000001} + - name: calf_twist_01_l1 + parentName: calf_l + position: {x: 0.33434698, y: 0.000000006093711, z: -0.000000053852567} + rotation: {x: -0, y: -0, z: -7.148627e-10, w: 1} + scale: {x: 1.0000004, y: 1.0000001, z: 1.0000001} + - name: foot_l + parentName: calf_l + position: {x: 0.42818737, y: 0.000000013496265, z: -0.000000046906553} + rotation: {x: -0.0064629447, y: -0.019155486, z: -0.017871937, w: 0.9996359} + scale: {x: 1.0000001, y: 1.0000001, z: 1.0000001} + - name: ball_l + parentName: foot_l + position: {x: 0.074242644, y: -0.1245928, z: 0.00043938312} + rotation: {x: -0.000000053085373, y: 0.000000011175868, z: 0.70710677, w: 0.7071067} + scale: {x: 1.0000001, y: 1.0000001, z: 0.99999994} + - name: BodyProxy + parentName: Male@LookAround(Clone) + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: FullBody + parentName: Male@LookAround(Clone) + position: {x: -0, y: 0, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + armTwist: 0.5 + foreArmTwist: 0.5 + upperLegTwist: 0.5 + legTwist: 0.5 + armStretch: 0.05 + legStretch: 0.05 + feetSpacing: 0 + globalScale: 1 + rootMotionBoneName: + hasTranslationDoF: 0 + hasExtraRoot: 1 + skeletonHasParents: 1 + lastHumanDescriptionAvatarSource: {instanceID: 0} + autoGenerateAvatarMappingIfUnspecified: 1 + animationType: 3 + humanoidOversampling: 1 + avatarSetup: 1 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + importBlendShapeDeformPercent: 1 + remapMaterialsIfMaterialImportModeIsNone: 0 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/03_Models/_Characters/Base/Animations/Male_AngryTalk.anim b/Assets/03_Models/_Characters/Base/Animations/Male_AngryTalk.anim new file mode 100644 index 00000000..135496ba --- /dev/null +++ b/Assets/03_Models/_Characters/Base/Animations/Male_AngryTalk.anim @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a46da8c3d15b1be3f24820f988c49f327a59063e9dd265014e8a70a47483e160 +size 1031618 diff --git a/Assets/03_Models/_Characters/Base/Animations/Male_AngryTalk.anim.meta b/Assets/03_Models/_Characters/Base/Animations/Male_AngryTalk.anim.meta new file mode 100644 index 00000000..558b0c53 --- /dev/null +++ b/Assets/03_Models/_Characters/Base/Animations/Male_AngryTalk.anim.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 0c9aa60bc8e674046965bcf4e06887b9 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 7400000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/03_Models/_Characters/Base/Animations/Male_Idle.anim b/Assets/03_Models/_Characters/Base/Animations/Male_Idle.anim new file mode 100644 index 00000000..16660c97 --- /dev/null +++ b/Assets/03_Models/_Characters/Base/Animations/Male_Idle.anim @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d1564736b21e828f1d92954aa4b709e4580a9ec6a2aa978a3925d7ed750776ad +size 701656 diff --git a/Assets/03_Models/_Characters/Base/Animations/Male_Idle.anim.meta b/Assets/03_Models/_Characters/Base/Animations/Male_Idle.anim.meta new file mode 100644 index 00000000..3d62c689 --- /dev/null +++ b/Assets/03_Models/_Characters/Base/Animations/Male_Idle.anim.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 06705ab69ed3bb24299571066dd626b1 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 7400000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/03_Models/_Characters/Base/Animations/Male_LookAround.anim b/Assets/03_Models/_Characters/Base/Animations/Male_LookAround.anim new file mode 100644 index 00000000..36b8d310 --- /dev/null +++ b/Assets/03_Models/_Characters/Base/Animations/Male_LookAround.anim @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8adb9d95a05efa8af9491b67a617610e5c7e2c3df634dd4a3d22c13f24171b7a +size 999970 diff --git a/Assets/03_Models/_Characters/Base/Animations/Male_LookAround.anim.meta b/Assets/03_Models/_Characters/Base/Animations/Male_LookAround.anim.meta new file mode 100644 index 00000000..3a26fe2e --- /dev/null +++ b/Assets/03_Models/_Characters/Base/Animations/Male_LookAround.anim.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 85d173a22289fe04e965ee316d834ac5 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 7400000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/03_Models/_Characters/Violet/Animations/AnimController_Violet.controller b/Assets/03_Models/_Characters/Violet/Animations/AnimController_Violet.controller index 05e6512e..c0b35aa2 100644 --- a/Assets/03_Models/_Characters/Violet/Animations/AnimController_Violet.controller +++ b/Assets/03_Models/_Characters/Violet/Animations/AnimController_Violet.controller @@ -1,5 +1,83 @@ %YAML 1.1 %TAG !u! tag:unity3d.com,2011: +--- !u!1102 &-3344935838272499908 +AnimatorState: + serializedVersion: 6 + m_ObjectHideFlags: 1 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: Gesture_Common_HandGesture + 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: 7400000, guid: 602035ec93b289e42bbb1ce62d6e75ac, type: 2} + m_Tag: + m_SpeedParameter: + m_MirrorParameter: + m_CycleOffsetParameter: + m_TimeParameter: +--- !u!1102 &-2338397224237856838 +AnimatorState: + serializedVersion: 6 + m_ObjectHideFlags: 1 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: Gesture_Common_Talking1 + 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: 7400000, guid: d980e020ce5c78d41b4768d8b4c306b1, type: 2} + m_Tag: + m_SpeedParameter: + m_MirrorParameter: + m_CycleOffsetParameter: + m_TimeParameter: +--- !u!1102 &-1854153384640255676 +AnimatorState: + serializedVersion: 6 + m_ObjectHideFlags: 1 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: Gesture_Male_LookAround + 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: 7400000, guid: 85d173a22289fe04e965ee316d834ac5, type: 2} + m_Tag: + m_SpeedParameter: + m_MirrorParameter: + m_CycleOffsetParameter: + m_TimeParameter: --- !u!91 &9100000 AnimatorController: m_ObjectHideFlags: 0 @@ -60,7 +138,7 @@ AnimatorState: m_MirrorParameterActive: 0 m_CycleOffsetParameterActive: 0 m_TimeParameterActive: 0 - m_Motion: {fileID: 0} + m_Motion: {fileID: 7400000, guid: 06705ab69ed3bb24299571066dd626b1, type: 2} m_Tag: m_SpeedParameter: m_MirrorParameter: @@ -158,6 +236,18 @@ AnimatorStateMachine: - serializedVersion: 1 m_State: {fileID: 1761552763063545065} m_Position: {x: 30, y: 230, z: 0} + - serializedVersion: 1 + m_State: {fileID: 9125523407945362277} + m_Position: {x: 360, y: 180, z: 0} + - serializedVersion: 1 + m_State: {fileID: -1854153384640255676} + m_Position: {x: 360, y: 250, z: 0} + - serializedVersion: 1 + m_State: {fileID: -2338397224237856838} + m_Position: {x: 370, y: 320, z: 0} + - serializedVersion: 1 + m_State: {fileID: -3344935838272499908} + m_Position: {x: 370, y: 380, z: 0} m_ChildStateMachines: [] m_AnyStateTransitions: [] m_EntryTransitions: [] @@ -194,3 +284,29 @@ AnimatorState: m_MirrorParameter: m_CycleOffsetParameter: m_TimeParameter: +--- !u!1102 &9125523407945362277 +AnimatorState: + serializedVersion: 6 + m_ObjectHideFlags: 1 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: Gesture_Male_AngryTalk + 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: 7400000, guid: 0c9aa60bc8e674046965bcf4e06887b9, type: 2} + m_Tag: + m_SpeedParameter: + m_MirrorParameter: + m_CycleOffsetParameter: + m_TimeParameter: diff --git a/Assets/03_Models/_Characters/White/Animations/AnimController_White.controller b/Assets/03_Models/_Characters/White/Animations/AnimController_White.controller index 38eff5f6..fe772450 100644 --- a/Assets/03_Models/_Characters/White/Animations/AnimController_White.controller +++ b/Assets/03_Models/_Characters/White/Animations/AnimController_White.controller @@ -1,5 +1,31 @@ %YAML 1.1 %TAG !u! tag:unity3d.com,2011: +--- !u!1102 &-582490449695244014 +AnimatorState: + serializedVersion: 6 + m_ObjectHideFlags: 1 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: Gesture_Male_LookAround + 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: 7400000, guid: 85d173a22289fe04e965ee316d834ac5, type: 2} + m_Tag: + m_SpeedParameter: + m_MirrorParameter: + m_CycleOffsetParameter: + m_TimeParameter: --- !u!91 &9100000 AnimatorController: m_ObjectHideFlags: 0 @@ -66,6 +92,32 @@ AnimatorState: m_MirrorParameter: m_CycleOffsetParameter: m_TimeParameter: +--- !u!1102 &2562072299455811641 +AnimatorState: + serializedVersion: 6 + m_ObjectHideFlags: 1 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: Gesture_Male_AngryTalk + 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: 7400000, guid: 0c9aa60bc8e674046965bcf4e06887b9, type: 2} + m_Tag: + m_SpeedParameter: + m_MirrorParameter: + m_CycleOffsetParameter: + m_TimeParameter: --- !u!1102 &3348004442176354053 AnimatorState: serializedVersion: 6 @@ -158,6 +210,12 @@ AnimatorStateMachine: - serializedVersion: 1 m_State: {fileID: 1761552763063545065} m_Position: {x: 30, y: 230, z: 0} + - serializedVersion: 1 + m_State: {fileID: -582490449695244014} + m_Position: {x: 320, y: 280, z: 0} + - serializedVersion: 1 + m_State: {fileID: 2562072299455811641} + m_Position: {x: 320, y: 210, z: 0} m_ChildStateMachines: [] m_AnyStateTransitions: [] m_EntryTransitions: [] diff --git a/Assets/08_Data/Characters/CharacterData_Violet.asset b/Assets/08_Data/Characters/CharacterData_Violet.asset new file mode 100644 index 00000000..510ae58f --- /dev/null +++ b/Assets/08_Data/Characters/CharacterData_Violet.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:95ab294c4b5d6d1cad6c71b43581d348a4cba80ef3224315c0c53a1810b08fe6 +size 529 diff --git a/Assets/08_Data/Characters/CharacterData_Violet.asset.meta b/Assets/08_Data/Characters/CharacterData_Violet.asset.meta new file mode 100644 index 00000000..2a461a1c --- /dev/null +++ b/Assets/08_Data/Characters/CharacterData_Violet.asset.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: d187da7b31df18f4b9cad0c50e2f41c5 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 11400000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/08_Data/Characters/CharacterData_White.asset b/Assets/08_Data/Characters/CharacterData_White.asset new file mode 100644 index 00000000..860402cd --- /dev/null +++ b/Assets/08_Data/Characters/CharacterData_White.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d4baaba2b974058de54ee04139a1e14cb11bceada824db89733a4bca79b10f6f +size 528 diff --git a/Assets/08_Data/Characters/CharacterData_White.asset.meta b/Assets/08_Data/Characters/CharacterData_White.asset.meta new file mode 100644 index 00000000..0ad1967f --- /dev/null +++ b/Assets/08_Data/Characters/CharacterData_White.asset.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: c5426461a964caf4c8eccc47e87d0f6b +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 11400000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/08_Data/Communication/DialogGroups/Violet.meta b/Assets/08_Data/Communication/DialogGroups/Violet.meta new file mode 100644 index 00000000..b7d98b47 --- /dev/null +++ b/Assets/08_Data/Communication/DialogGroups/Violet.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 7fcf01dc783a53b4f9ec5a32c430bdeb +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/08_Data/Communication/DialogGroups/Violet/DialogGroup_Violet_1.asset b/Assets/08_Data/Communication/DialogGroups/Violet/DialogGroup_Violet_1.asset new file mode 100644 index 00000000..8ad4f4d8 --- /dev/null +++ b/Assets/08_Data/Communication/DialogGroups/Violet/DialogGroup_Violet_1.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:045cb3c8c5d549cbc1f5d53088a23bccdde8b7947a8bbb1f2dd8cd86ff54d5bc +size 556 diff --git a/Assets/08_Data/Communication/DialogGroups/Violet/DialogGroup_Violet_1.asset.meta b/Assets/08_Data/Communication/DialogGroups/Violet/DialogGroup_Violet_1.asset.meta new file mode 100644 index 00000000..cc4c453d --- /dev/null +++ b/Assets/08_Data/Communication/DialogGroups/Violet/DialogGroup_Violet_1.asset.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: e8ed01d0d2195cf4c84f07c83c198aee +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 11400000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/08_Data/Communication/DialogGroups/White.meta b/Assets/08_Data/Communication/DialogGroups/White.meta new file mode 100644 index 00000000..2a8594fd --- /dev/null +++ b/Assets/08_Data/Communication/DialogGroups/White.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 46b140b5a0c5c1c4eb127f89d38eb5af +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/08_Data/Communication/DialogGroups/White/DialogGroup_White_1.asset b/Assets/08_Data/Communication/DialogGroups/White/DialogGroup_White_1.asset new file mode 100644 index 00000000..157ce33f --- /dev/null +++ b/Assets/08_Data/Communication/DialogGroups/White/DialogGroup_White_1.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d3493b2fc38d5e43e2e053ec90129b38d8ed0452080a31d52d2a3c3faf75be7c +size 554 diff --git a/Assets/08_Data/Communication/DialogGroups/White/DialogGroup_White_1.asset.meta b/Assets/08_Data/Communication/DialogGroups/White/DialogGroup_White_1.asset.meta new file mode 100644 index 00000000..6259e3bc --- /dev/null +++ b/Assets/08_Data/Communication/DialogGroups/White/DialogGroup_White_1.asset.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 4a7f4da2108225a4ea7891244cdfe057 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 11400000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/08_Data/Communication/DialogNodes/Violet.meta b/Assets/08_Data/Communication/DialogNodes/Violet.meta new file mode 100644 index 00000000..2a78c624 --- /dev/null +++ b/Assets/08_Data/Communication/DialogNodes/Violet.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 4011b025c496aab4ab8106b75ee94762 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/08_Data/Communication/DialogNodes/Violet/DialogNode_Violet_1_100.asset b/Assets/08_Data/Communication/DialogNodes/Violet/DialogNode_Violet_1_100.asset new file mode 100644 index 00000000..ec4a4fbb --- /dev/null +++ b/Assets/08_Data/Communication/DialogNodes/Violet/DialogNode_Violet_1_100.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7217739010eef4538d89dbdea75d06f7ab9d8d99a4283a7955c2eb0e90aeda14 +size 1086 diff --git a/Assets/08_Data/Communication/DialogNodes/Violet/DialogNode_Violet_1_100.asset.meta b/Assets/08_Data/Communication/DialogNodes/Violet/DialogNode_Violet_1_100.asset.meta new file mode 100644 index 00000000..4fda0f84 --- /dev/null +++ b/Assets/08_Data/Communication/DialogNodes/Violet/DialogNode_Violet_1_100.asset.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: ae550b5a7c7a84142a1c70e9938b2d8d +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 11400000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/08_Data/Communication/DialogNodes/Violet/DialogNode_Violet_1_200.asset b/Assets/08_Data/Communication/DialogNodes/Violet/DialogNode_Violet_1_200.asset new file mode 100644 index 00000000..df718a02 --- /dev/null +++ b/Assets/08_Data/Communication/DialogNodes/Violet/DialogNode_Violet_1_200.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:599201fabf84073bcf7f3f3fa731c0d585178490ef2a9c64d121552e3262d08f +size 1114 diff --git a/Assets/08_Data/Communication/DialogNodes/Violet/DialogNode_Violet_1_200.asset.meta b/Assets/08_Data/Communication/DialogNodes/Violet/DialogNode_Violet_1_200.asset.meta new file mode 100644 index 00000000..2a004621 --- /dev/null +++ b/Assets/08_Data/Communication/DialogNodes/Violet/DialogNode_Violet_1_200.asset.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: b19c4926445f90743bf2092ed2284bb1 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 11400000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/08_Data/Communication/DialogNodes/White.meta b/Assets/08_Data/Communication/DialogNodes/White.meta new file mode 100644 index 00000000..813e78be --- /dev/null +++ b/Assets/08_Data/Communication/DialogNodes/White.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 1c1209a34496d0f478b829b40dbb8a4f +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/08_Data/Communication/DialogNodes/White/DialogNode_White_1_100.asset b/Assets/08_Data/Communication/DialogNodes/White/DialogNode_White_1_100.asset new file mode 100644 index 00000000..899f3cb4 --- /dev/null +++ b/Assets/08_Data/Communication/DialogNodes/White/DialogNode_White_1_100.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6f0523cfe83b861ad770de888bca01c8a8e1af86c08a3c58cf2e46c56409693b +size 1051 diff --git a/Assets/08_Data/Communication/DialogNodes/White/DialogNode_White_1_100.asset.meta b/Assets/08_Data/Communication/DialogNodes/White/DialogNode_White_1_100.asset.meta new file mode 100644 index 00000000..b064057b --- /dev/null +++ b/Assets/08_Data/Communication/DialogNodes/White/DialogNode_White_1_100.asset.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 80852bbefcad3214093c7041972f6e24 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 11400000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/08_Data/Communication/Gestures/GestureData_Common_HandGesture.asset b/Assets/08_Data/Communication/Gestures/GestureData_Common_HandGesture.asset new file mode 100644 index 00000000..bf37b296 --- /dev/null +++ b/Assets/08_Data/Communication/Gestures/GestureData_Common_HandGesture.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:66ede7b8cd217632895e4ec1cc227f551c164887873967b71edc635af908ad2a +size 611 diff --git a/Assets/08_Data/Communication/Gestures/GestureData_Common_HandGesture.asset.meta b/Assets/08_Data/Communication/Gestures/GestureData_Common_HandGesture.asset.meta new file mode 100644 index 00000000..79b3c125 --- /dev/null +++ b/Assets/08_Data/Communication/Gestures/GestureData_Common_HandGesture.asset.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: f7e4832130bc2fb499327e236f33eb71 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 11400000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/08_Data/Communication/Gestures/GestureData_Common_Talking1.asset b/Assets/08_Data/Communication/Gestures/GestureData_Common_Talking1.asset new file mode 100644 index 00000000..4edd6358 --- /dev/null +++ b/Assets/08_Data/Communication/Gestures/GestureData_Common_Talking1.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:996979dca44a3ff9bf03b5c133d1eb207b4c3505db5556d50b8b032487d5208b +size 605 diff --git a/Assets/08_Data/Communication/Gestures/GestureData_Common_Talking1.asset.meta b/Assets/08_Data/Communication/Gestures/GestureData_Common_Talking1.asset.meta new file mode 100644 index 00000000..fd5e7d8d --- /dev/null +++ b/Assets/08_Data/Communication/Gestures/GestureData_Common_Talking1.asset.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: ccca5e8da6f6247439cb100b160c3142 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 11400000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/08_Data/Communication/Gestures/GestureData_Male_AngryTalk.asset b/Assets/08_Data/Communication/Gestures/GestureData_Male_AngryTalk.asset new file mode 100644 index 00000000..ff704096 --- /dev/null +++ b/Assets/08_Data/Communication/Gestures/GestureData_Male_AngryTalk.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bdfd2d049c562909097af69118622981f89b6800791f24c93a6b176682c85906 +size 603 diff --git a/Assets/08_Data/Communication/Gestures/GestureData_Male_AngryTalk.asset.meta b/Assets/08_Data/Communication/Gestures/GestureData_Male_AngryTalk.asset.meta new file mode 100644 index 00000000..05e536c9 --- /dev/null +++ b/Assets/08_Data/Communication/Gestures/GestureData_Male_AngryTalk.asset.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: a3deb5c87245ebc4b966bd09c2753d66 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 11400000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/08_Data/Communication/Gestures/GestureData_Male_Idle.asset b/Assets/08_Data/Communication/Gestures/GestureData_Male_Idle.asset new file mode 100644 index 00000000..b526e0f5 --- /dev/null +++ b/Assets/08_Data/Communication/Gestures/GestureData_Male_Idle.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:64483360b53ccae016ef14c7d0b4e4fb8671c54b0af05ffedf3163e4a57276e4 +size 593 diff --git a/Assets/08_Data/Communication/Gestures/GestureData_Male_Idle.asset.meta b/Assets/08_Data/Communication/Gestures/GestureData_Male_Idle.asset.meta new file mode 100644 index 00000000..a4ce9a76 --- /dev/null +++ b/Assets/08_Data/Communication/Gestures/GestureData_Male_Idle.asset.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 7d5391dc8505f9f4e8934a195b3d65a2 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 11400000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/08_Data/Communication/Gestures/GestureData_Male_LookAround.asset b/Assets/08_Data/Communication/Gestures/GestureData_Male_LookAround.asset new file mode 100644 index 00000000..640c5d95 --- /dev/null +++ b/Assets/08_Data/Communication/Gestures/GestureData_Male_LookAround.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3fff21e2b856948b0c422331fc1d103206773a372073649c16becf0ba0267b07 +size 605 diff --git a/Assets/08_Data/Communication/Gestures/GestureData_Male_LookAround.asset.meta b/Assets/08_Data/Communication/Gestures/GestureData_Male_LookAround.asset.meta new file mode 100644 index 00000000..961c8c5b --- /dev/null +++ b/Assets/08_Data/Communication/Gestures/GestureData_Male_LookAround.asset.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: ccc25bf1832dfc74f934dcf20ee722e4 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 11400000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/08_Data/Communication/Voices/Violet.meta b/Assets/08_Data/Communication/Voices/Violet.meta new file mode 100644 index 00000000..b0d09272 --- /dev/null +++ b/Assets/08_Data/Communication/Voices/Violet.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: bcb0f0944244a134fbfbc2fb59187b4b +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/08_Data/Communication/Voices/Violet/Voice_Violet_1_100.asset b/Assets/08_Data/Communication/Voices/Violet/Voice_Violet_1_100.asset new file mode 100644 index 00000000..30b2ff21 --- /dev/null +++ b/Assets/08_Data/Communication/Voices/Violet/Voice_Violet_1_100.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:225ab51f6c95324d2013283da0d05dcf4a6691dd999131b6b50240a59393224e +size 540 diff --git a/Assets/08_Data/Communication/Voices/Violet/Voice_Violet_1_100.asset.meta b/Assets/08_Data/Communication/Voices/Violet/Voice_Violet_1_100.asset.meta new file mode 100644 index 00000000..936214cb --- /dev/null +++ b/Assets/08_Data/Communication/Voices/Violet/Voice_Violet_1_100.asset.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: a62bba7261354694b85519f39bdcb026 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 11400000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/08_Data/Communication/Voices/Violet/Voice_Violet_1_200.asset b/Assets/08_Data/Communication/Voices/Violet/Voice_Violet_1_200.asset new file mode 100644 index 00000000..73c6385a --- /dev/null +++ b/Assets/08_Data/Communication/Voices/Violet/Voice_Violet_1_200.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9aea40ef9b03e6da8515022289174580d84ee7efee4e1e963f3a4811e2aed193 +size 540 diff --git a/Assets/08_Data/Communication/Voices/Violet/Voice_Violet_1_200.asset.meta b/Assets/08_Data/Communication/Voices/Violet/Voice_Violet_1_200.asset.meta new file mode 100644 index 00000000..49465555 --- /dev/null +++ b/Assets/08_Data/Communication/Voices/Violet/Voice_Violet_1_200.asset.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 1c05ecc47c00ecc4fb765ec1c6d9a516 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 11400000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/08_Data/Communication/Voices/White.meta b/Assets/08_Data/Communication/Voices/White.meta new file mode 100644 index 00000000..4d4965d0 --- /dev/null +++ b/Assets/08_Data/Communication/Voices/White.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 1da50cc3c17d88f429ddadca5785104c +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/08_Data/Communication/Voices/White/Voice_White_1_100.asset b/Assets/08_Data/Communication/Voices/White/Voice_White_1_100.asset new file mode 100644 index 00000000..0340573e --- /dev/null +++ b/Assets/08_Data/Communication/Voices/White/Voice_White_1_100.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:91d1d0dce791cef414480a188a8da9894f6ba0e2cc98b234764020f92eea34fe +size 539 diff --git a/Assets/08_Data/Communication/Voices/White/Voice_White_1_100.asset.meta b/Assets/08_Data/Communication/Voices/White/Voice_White_1_100.asset.meta new file mode 100644 index 00000000..947b892d --- /dev/null +++ b/Assets/08_Data/Communication/Voices/White/Voice_White_1_100.asset.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 0a9c43f880ad3e54cb473fc0612b4297 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 11400000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/10_Audio/CharacterVoices/Violet.meta b/Assets/10_Audio/CharacterVoices/Violet.meta new file mode 100644 index 00000000..f273716f --- /dev/null +++ b/Assets/10_Audio/CharacterVoices/Violet.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: ac47da985619ffc4bb46a9cd9fb34f76 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/10_Audio/CharacterVoices/Violet/Voice_Violet_1_100.wav b/Assets/10_Audio/CharacterVoices/Violet/Voice_Violet_1_100.wav new file mode 100644 index 00000000..6077a539 --- /dev/null +++ b/Assets/10_Audio/CharacterVoices/Violet/Voice_Violet_1_100.wav @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6ce84e88de7835b3ae838415cb6de6e3b19102fd9d86132ecc500ecac0825b3a +size 493964 diff --git a/Assets/10_Audio/CharacterVoices/Violet/Voice_Violet_1_100.wav.meta b/Assets/10_Audio/CharacterVoices/Violet/Voice_Violet_1_100.wav.meta new file mode 100644 index 00000000..df5a6c8c --- /dev/null +++ b/Assets/10_Audio/CharacterVoices/Violet/Voice_Violet_1_100.wav.meta @@ -0,0 +1,23 @@ +fileFormatVersion: 2 +guid: 78505f05a00e51c4ea804c6dfeb77d8d +AudioImporter: + externalObjects: {} + serializedVersion: 8 + defaultSettings: + serializedVersion: 2 + loadType: 0 + sampleRateSetting: 0 + sampleRateOverride: 44100 + compressionFormat: 1 + quality: 1 + conversionMode: 0 + preloadAudioData: 0 + platformSettingOverrides: {} + forceToMono: 0 + normalize: 1 + loadInBackground: 0 + ambisonic: 0 + 3D: 1 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/10_Audio/CharacterVoices/Violet/Voice_Violet_1_200.wav b/Assets/10_Audio/CharacterVoices/Violet/Voice_Violet_1_200.wav new file mode 100644 index 00000000..3c6fcf1e --- /dev/null +++ b/Assets/10_Audio/CharacterVoices/Violet/Voice_Violet_1_200.wav @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a227a9db17ab76ec48382806b50e39b8e38079ca53676fc6a879b98df51f6adb +size 613916 diff --git a/Assets/10_Audio/CharacterVoices/Violet/Voice_Violet_1_200.wav.meta b/Assets/10_Audio/CharacterVoices/Violet/Voice_Violet_1_200.wav.meta new file mode 100644 index 00000000..310c5083 --- /dev/null +++ b/Assets/10_Audio/CharacterVoices/Violet/Voice_Violet_1_200.wav.meta @@ -0,0 +1,23 @@ +fileFormatVersion: 2 +guid: c06ca6620ee593b46a740ea88ddd25f3 +AudioImporter: + externalObjects: {} + serializedVersion: 8 + defaultSettings: + serializedVersion: 2 + loadType: 0 + sampleRateSetting: 0 + sampleRateOverride: 44100 + compressionFormat: 1 + quality: 1 + conversionMode: 0 + preloadAudioData: 0 + platformSettingOverrides: {} + forceToMono: 0 + normalize: 1 + loadInBackground: 0 + ambisonic: 0 + 3D: 1 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/10_Audio/CharacterVoices/White.meta b/Assets/10_Audio/CharacterVoices/White.meta new file mode 100644 index 00000000..c83d0183 --- /dev/null +++ b/Assets/10_Audio/CharacterVoices/White.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: b688027af56d4804889e0c55e2c80600 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/10_Audio/CharacterVoices/White/Voice_White_1_100.wav b/Assets/10_Audio/CharacterVoices/White/Voice_White_1_100.wav new file mode 100644 index 00000000..33d66c7d --- /dev/null +++ b/Assets/10_Audio/CharacterVoices/White/Voice_White_1_100.wav @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3b3a4b6510cb1f0f7df19d7d5730543aaa6c92fc2ee417c5960a83f29b7e9127 +size 472796 diff --git a/Assets/10_Audio/CharacterVoices/White/Voice_White_1_100.wav.meta b/Assets/10_Audio/CharacterVoices/White/Voice_White_1_100.wav.meta new file mode 100644 index 00000000..63899aaf --- /dev/null +++ b/Assets/10_Audio/CharacterVoices/White/Voice_White_1_100.wav.meta @@ -0,0 +1,23 @@ +fileFormatVersion: 2 +guid: c672b6ac66a8e7a47a7803fe3f921803 +AudioImporter: + externalObjects: {} + serializedVersion: 8 + defaultSettings: + serializedVersion: 2 + loadType: 0 + sampleRateSetting: 0 + sampleRateOverride: 44100 + compressionFormat: 1 + quality: 1 + conversionMode: 0 + preloadAudioData: 0 + platformSettingOverrides: {} + forceToMono: 0 + normalize: 1 + loadInBackground: 0 + ambisonic: 0 + 3D: 1 + userData: + assetBundleName: + assetBundleVariant: