From 2e6729bf86b234a20c0c4169155dd27690b1385c Mon Sep 17 00:00:00 2001 From: nakjun Date: Mon, 27 Jul 2026 20:52:18 +0900 Subject: [PATCH 1/6] =?UTF-8?q?=EC=9C=A0=EB=82=98=20=ED=91=9C=EC=A0=95,?= =?UTF-8?q?=EC=A0=9C=EC=8A=A4=EC=B3=90=20=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Assets/01_Scenes/Hischool_Chapter2.unity | 4 +- Assets/02_Scripts/Managers/LocalManager.cs | 7 + .../Animations/@KA_Idle18_Shy.FBX | 3 + .../Animations/@KA_Idle18_Shy.FBX.meta | 808 ++++++++++ .../Animations/@KA_Speak10_Shy_Start.FBX | 3 + .../Animations/@KA_Speak10_Shy_Start.FBX.meta | 808 ++++++++++ .../Animations/Expressions/BMAC_Angry.anim | 4 +- .../Animations/Expressions/BMAC_Neutral.anim | 4 +- .../Animations/Expressions/BMAC_Sad.anim | 4 +- .../Animations/Expressions/BMAC_Smile.anim | 4 +- .../Expressions/BMAC_Surprised.anim | 4 +- .../Animations/FeMale@Cheer.FBX | 3 + .../Animations/FeMale@Cheer.FBX.meta | 841 +++++++++++ .../Animations/FeMale@CuteAndShy.FBX | 3 + .../Animations/FeMale@CuteAndShy.FBX.meta | 841 +++++++++++ .../Animations/FeMale@HappyAndGo.FBX | 3 + .../Animations/FeMale@HappyAndGo.FBX.meta | 841 +++++++++++ .../FeMale@Speak_RightHandFront.fbx | 3 + .../FeMale@Speak_RightHandFront.fbx.meta | 1310 +++++++++++++++++ .../Animations/FeMale@Surprise2.fbx | 3 + .../Animations/FeMale@Surprise2.fbx.meta | 1310 +++++++++++++++++ .../FeMale_Speak_ArmsCrossedPouting2.anim | 3 + ...FeMale_Speak_ArmsCrossedPouting2.anim.meta | 8 + .../Animations/YunaAnimController.controller | 116 ++ .../Communications/Expressions/Angry.asset | 3 + .../Expressions/Angry.asset.meta | 8 + .../Communications/Expressions/Neutral.asset | 3 + .../Expressions/Neutral.asset.meta | 8 + .../Communications/Expressions/Sad_E.asset | 3 + .../Expressions/Sad_E.asset.meta | 8 + .../Communications/Gestures/Cheer.asset | 3 + .../Communications/Gestures/Cheer.asset.meta | 8 + .../Communications/Gestures/CuteAndShy.asset | 3 + .../Gestures/CuteAndShy.asset.meta | 8 + .../Communications/Gestures/HappyAndGo.asset | 3 + .../Gestures/HappyAndGo.asset.meta | 8 + .../Gestures/Speak_ArmsCrossedPouting.asset | 4 +- .../Gestures/Speak_RightHandFront.asset | 3 + .../Gestures/Speak_RightHandFront.asset.meta | 8 + .../Communications/Gestures/Surprise2_G.asset | 3 + .../Gestures/Surprise2_G.asset.meta | 8 + .../DialogGraph/Chapter1/Chapter1_Yuna2.dlg | 8 +- .../DialogGraph/Chapter2/Chapter2_Yuna1.dlg | 22 +- .../DialogGraph/Chapter2/Chapter2_Yuna2.dlg | 14 +- .../DialogGraph/Chapter5/Chapter5_Yuna0.dlg | 10 +- .../DialogGraph/Chapter5/Chapter5_Yuna1.dlg | 32 +- ProjectSettings/EditorBuildSettings.asset | 4 +- 47 files changed, 7061 insertions(+), 59 deletions(-) create mode 100644 Assets/04_Models/Characters/ToonCharacterModular/Animations/@KA_Idle18_Shy.FBX create mode 100644 Assets/04_Models/Characters/ToonCharacterModular/Animations/@KA_Idle18_Shy.FBX.meta create mode 100644 Assets/04_Models/Characters/ToonCharacterModular/Animations/@KA_Speak10_Shy_Start.FBX create mode 100644 Assets/04_Models/Characters/ToonCharacterModular/Animations/@KA_Speak10_Shy_Start.FBX.meta create mode 100644 Assets/04_Models/Characters/ToonCharacterModular/Animations/FeMale@Cheer.FBX create mode 100644 Assets/04_Models/Characters/ToonCharacterModular/Animations/FeMale@Cheer.FBX.meta create mode 100644 Assets/04_Models/Characters/ToonCharacterModular/Animations/FeMale@CuteAndShy.FBX create mode 100644 Assets/04_Models/Characters/ToonCharacterModular/Animations/FeMale@CuteAndShy.FBX.meta create mode 100644 Assets/04_Models/Characters/ToonCharacterModular/Animations/FeMale@HappyAndGo.FBX create mode 100644 Assets/04_Models/Characters/ToonCharacterModular/Animations/FeMale@HappyAndGo.FBX.meta create mode 100644 Assets/04_Models/Characters/ToonCharacterModular/Animations/FeMale@Speak_RightHandFront.fbx create mode 100644 Assets/04_Models/Characters/ToonCharacterModular/Animations/FeMale@Speak_RightHandFront.fbx.meta create mode 100644 Assets/04_Models/Characters/ToonCharacterModular/Animations/FeMale@Surprise2.fbx create mode 100644 Assets/04_Models/Characters/ToonCharacterModular/Animations/FeMale@Surprise2.fbx.meta create mode 100644 Assets/04_Models/Characters/ToonCharacterModular/Animations/FeMale_Speak_ArmsCrossedPouting2.anim create mode 100644 Assets/04_Models/Characters/ToonCharacterModular/Animations/FeMale_Speak_ArmsCrossedPouting2.anim.meta create mode 100644 Assets/07_Data/Communications/Expressions/Angry.asset create mode 100644 Assets/07_Data/Communications/Expressions/Angry.asset.meta create mode 100644 Assets/07_Data/Communications/Expressions/Neutral.asset create mode 100644 Assets/07_Data/Communications/Expressions/Neutral.asset.meta create mode 100644 Assets/07_Data/Communications/Expressions/Sad_E.asset create mode 100644 Assets/07_Data/Communications/Expressions/Sad_E.asset.meta create mode 100644 Assets/07_Data/Communications/Gestures/Cheer.asset create mode 100644 Assets/07_Data/Communications/Gestures/Cheer.asset.meta create mode 100644 Assets/07_Data/Communications/Gestures/CuteAndShy.asset create mode 100644 Assets/07_Data/Communications/Gestures/CuteAndShy.asset.meta create mode 100644 Assets/07_Data/Communications/Gestures/HappyAndGo.asset create mode 100644 Assets/07_Data/Communications/Gestures/HappyAndGo.asset.meta create mode 100644 Assets/07_Data/Communications/Gestures/Speak_RightHandFront.asset create mode 100644 Assets/07_Data/Communications/Gestures/Speak_RightHandFront.asset.meta create mode 100644 Assets/07_Data/Communications/Gestures/Surprise2_G.asset create mode 100644 Assets/07_Data/Communications/Gestures/Surprise2_G.asset.meta diff --git a/Assets/01_Scenes/Hischool_Chapter2.unity b/Assets/01_Scenes/Hischool_Chapter2.unity index 772b533d..07e14260 100644 --- a/Assets/01_Scenes/Hischool_Chapter2.unity +++ b/Assets/01_Scenes/Hischool_Chapter2.unity @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:7cc032bf43a5cea6be089d92a31ed62493c30080e90dc62d8afce806e0e27f47 -size 4755697 +oid sha256:0604282ebcb24c630ca678e725debe9f6807c78ba55f40961e217a54d6ad2e41 +size 4760057 diff --git a/Assets/02_Scripts/Managers/LocalManager.cs b/Assets/02_Scripts/Managers/LocalManager.cs index 96b66182..0331ac97 100644 --- a/Assets/02_Scripts/Managers/LocalManager.cs +++ b/Assets/02_Scripts/Managers/LocalManager.cs @@ -58,6 +58,13 @@ public void SetSceneChangeBgm(int index) _sceneChangeBGM = _sceneChangeBgmOptions[index]; } + // UnityEvent에서 호출 — 다음에 전환할 씬 이름(_nextSceneName)을 런타임에 교체한다. + // NextScene / NextSceneWithBgm / CaffebeneNextSceneChange가 모두 이 값을 쓴다. + public void ChangeNextSceneName(string sceneName) + { + _nextSceneName = sceneName; + } + private async Awaitable NextSceneWithBgmSequence(int delay) { try diff --git a/Assets/04_Models/Characters/ToonCharacterModular/Animations/@KA_Idle18_Shy.FBX b/Assets/04_Models/Characters/ToonCharacterModular/Animations/@KA_Idle18_Shy.FBX new file mode 100644 index 00000000..ea45fe8f --- /dev/null +++ b/Assets/04_Models/Characters/ToonCharacterModular/Animations/@KA_Idle18_Shy.FBX @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ab332391a9e2c7054f8afd2dc526024906128481a48bfc0c9237baff29d01452 +size 1237072 diff --git a/Assets/04_Models/Characters/ToonCharacterModular/Animations/@KA_Idle18_Shy.FBX.meta b/Assets/04_Models/Characters/ToonCharacterModular/Animations/@KA_Idle18_Shy.FBX.meta new file mode 100644 index 00000000..b2e085a9 --- /dev/null +++ b/Assets/04_Models/Characters/ToonCharacterModular/Animations/@KA_Idle18_Shy.FBX.meta @@ -0,0 +1,808 @@ +fileFormatVersion: 2 +guid: 43541b25c14fe6d449a56d2145464530 +ModelImporter: + serializedVersion: 22200 + internalIDToNameTable: [] + externalObjects: {} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 0 + motionNodeName: + rigImportErrors: + rigImportWarnings: + animationImportErrors: + animationImportWarnings: + animationRetargetingWarnings: + animationDoRetargetingWarnings: 0 + importAnimatedCustomProperties: 0 + importConstraints: 0 + animationCompression: 0 + animationRotationError: 0.5 + animationPositionError: 0.5 + animationScaleError: 0.5 + animationWrapMode: 0 + extraExposedTransformPaths: [] + extraUserProperties: [] + clipAnimations: [] + 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 + 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: Hips + 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: Upper Leg_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: Upper Leg_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: Lower Leg_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: Lower Leg_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 + 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: Chest + 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 + 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: Shoulder_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: Shoulder_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: Upper Arm_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: Upper Arm_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: Lower Arm_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: Lower Arm_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: Toes_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: Toes_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: Thumb Proximal_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 Intermediate_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 Distal_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 Proximal_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 Intermediate_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 Distal_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 Proximal_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 Intermediate_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 Distal_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 Proximal_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 Intermediate_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 Distal_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: Little Proximal_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: Little Intermediate_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: Little Distal_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 Proximal_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 Intermediate_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 Distal_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 Proximal_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 Intermediate_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 Distal_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 Proximal_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 Intermediate_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 Distal_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 Proximal_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 Intermediate_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 Distal_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: Little Proximal_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: Little Intermediate_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: Little Distal_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: Upper Chest + 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: DummyDoll(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: DummyDoll + parentName: DummyDoll(Clone) + 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: root + parentName: DummyDoll(Clone) + 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: Hips + parentName: root + position: {x: -6.82121e-15, y: -0.02650445, z: 0.9547189} + rotation: {x: 0.70675755, y: -0.022218937, z: -0.70675725, w: 0.022235028} + scale: {x: 1.000001, y: 0.9999996, z: 0.99999964} + - name: Upper Leg_R + parentName: Hips + position: {x: -0.0000003814697, y: -0.000000104904174, z: -0.111545846} + rotation: {x: 0.040238734, y: 0.99623805, z: -0.07294469, w: -0.023870306} + scale: {x: 1.0000004, y: 1.0000001, z: 1.0000002} + - name: Lower Leg_R + parentName: Upper Leg_R + position: {x: -0.45751885, y: -0.0000002837181, z: 0.0000002002716} + rotation: {x: 0.000000029159045, y: 0.0000004938982, z: 0.009436982, w: 0.9999555} + scale: {x: 1, y: 1, z: 1} + - name: Foot_R + parentName: Lower Leg_R + position: {x: -0.4170541, y: -0.000000035762785, z: -0.00000021934508} + rotation: {x: 0.000024485393, y: -0.022163179, z: -0.00093511137, w: 0.99975395} + scale: {x: 1.0000002, y: 1.0000002, z: 1} + - name: Toes_R + parentName: Foot_R + position: {x: -0.06536754, y: 0.13628979, z: -0.0005054855} + rotation: {x: 0.00000010185003, y: 0.0000004479822, z: -0.7071068, w: 0.70710677} + scale: {x: 0.9999996, y: 0.9999996, z: 1} + - name: Spine + parentName: Hips + position: {x: -0.057038344, y: -0.0005969906, z: -0.000000038895376} + rotation: {x: 0.0000022535664, y: -0.00000020723392, z: -0.11373023, w: 0.9935117} + scale: {x: 1.0000002, y: 1.0000004, z: 0.9999999} + - name: Chest + parentName: Spine + position: {x: -0.1259011, y: 0.000000057220458, z: -0.000000088019114} + rotation: {x: 0.000000326137, y: -0.00000021156718, z: 0.11285861, w: 0.9936111} + scale: {x: 1, y: 1, z: 1} + - name: Upper Chest + parentName: Chest + position: {x: -0.12618561, y: 0, z: -0.00000008265287} + rotation: {x: 0.00000017826137, y: 0.0000010016455, z: 0.085924834, w: 0.99630165} + scale: {x: 0.99999994, y: 0.99999994, z: 1} + - name: Shoulder_R + parentName: Upper Chest + position: {x: -0.19631058, y: -0.011195851, z: -0.009313629} + rotation: {x: 0.65799737, y: 0.012223459, z: 0.75235724, w: 0.029132664} + scale: {x: 1, y: 1.0000002, z: 1.0000001} + - name: Upper Arm_R + parentName: Shoulder_R + position: {x: -0.1529511, y: 0.000000019073486, z: -0.00000030517577} + rotation: {x: -0.07702228, y: -0.045692272, z: 0.008915636, w: 0.99594194} + scale: {x: 0.99999994, y: 0.99999994, z: 1} + - name: Lower Arm_R + parentName: Upper Arm_R + position: {x: -0.27082127, y: -0.0000000047683715, z: -0.00000030517577} + rotation: {x: 0.0003026275, y: -0.0051772376, z: 0.04864607, w: 0.99880266} + scale: {x: 1.0000002, y: 1.0000002, z: 1} + - name: Hand_R + parentName: Lower Arm_R + position: {x: -0.26095122, y: -0.000000019073486, z: -0.00000015258789} + rotation: {x: 0.5919214, y: 0.05426045, z: -0.07947171, w: 0.8002307} + scale: {x: 1, y: 1, z: 1} + - name: Thumb Proximal_R + parentName: Hand_R + position: {x: -0.023121718, y: 0.014302216, z: 0.025489386} + rotation: {x: -0.5153376, y: 0.27507347, z: 0.24598812, w: 0.77346736} + scale: {x: 1, y: 1, z: 1} + - name: Thumb Intermediate_R + parentName: Thumb Proximal_R + position: {x: -0.046355132, y: 0, z: 0} + rotation: {x: -0.0002379117, y: -0.010322337, z: -0.032720476, w: 0.9994112} + scale: {x: 1, y: 1, z: 1} + - name: Thumb Distal_R + parentName: Thumb Intermediate_R + position: {x: -0.02708561, y: 0, z: 0} + rotation: {x: 0.00027550853, y: 0.00007376621, z: -0.07339386, w: 0.997303} + scale: {x: 1.0000002, y: 1.0000002, z: 1} + - name: Index Proximal_R + parentName: Hand_R + position: {x: -0.08788635, y: -0.0027752684, z: 0.025675429} + rotation: {x: -0.07022335, y: -0.011976093, z: -0.03159469, w: 0.996959} + scale: {x: 1, y: 1, z: 1} + - name: Index Intermediate_R + parentName: Index Proximal_R + position: {x: -0.045769997, y: -0.00000015258789, z: -0.000000038146972} + rotation: {x: 0.000885106, y: 0.000052466952, z: -0.038343985, w: 0.99926424} + scale: {x: 1, y: 1, z: 1} + - name: Index Distal_R + parentName: Index Intermediate_R + position: {x: -0.024790192, y: 0.00000015258789, z: 0} + rotation: {x: -0.0003399891, y: 0.00047517155, z: 0.0027345195, w: 0.9999961} + scale: {x: 1.0000002, y: 1.0000002, z: 1} + - name: Middle Proximal_R + parentName: Hand_R + position: {x: -0.086268306, y: -0.007767639, z: 0.0015431213} + rotation: {x: 0.03081698, y: -0.01612433, z: -0.02781587, w: 0.9990078} + scale: {x: 1, y: 1, z: 1} + - name: Middle Intermediate_R + parentName: Middle Proximal_R + position: {x: -0.049218368, y: 0, z: -0.000000019073486} + rotation: {x: -0.001065745, y: 0.0006256154, z: -0.035168123, w: 0.99938065} + scale: {x: 1, y: 1, z: 1} + - name: Middle Distal_R + parentName: Middle Intermediate_R + position: {x: -0.028990936, y: 0, z: 0} + rotation: {x: 0.00010087575, y: -0.00009773458, z: -0.023277627, w: 0.99972904} + scale: {x: 1.0000002, y: 1.0000002, z: 1} + - name: Ring Proximal_R + parentName: Hand_R + position: {x: -0.079506226, y: -0.0018624878, z: -0.019933814} + rotation: {x: 0.114333056, y: -0.029358352, z: -0.02064766, w: 0.9927939} + scale: {x: 1, y: 1, z: 1} + - name: Ring Intermediate_R + parentName: Ring Proximal_R + position: {x: -0.042541236, y: -0.00000030517577, z: 0.000000019073486} + rotation: {x: 0.0011102251, y: 0.00060450047, z: -0.03187894, w: 0.9994909} + scale: {x: 1, y: 1, z: 1} + - name: Ring Distal_R + parentName: Ring Intermediate_R + position: {x: -0.03230427, y: 0, z: 0.000000019073486} + rotation: {x: 0.001957161, y: -0.0021207754, z: -0.040364835, w: 0.99918085} + scale: {x: 1.0000002, y: 1.0000002, z: 1} + - name: Little Proximal_R + parentName: Hand_R + position: {x: -0.07310257, y: 0.009476013, z: -0.036707878} + rotation: {x: 0.22339673, y: -0.03582061, z: -0.008547372, w: 0.9740317} + scale: {x: 1, y: 1, z: 1} + - name: Little Intermediate_R + parentName: Little Proximal_R + position: {x: -0.028883476, y: 0.00000015258789, z: 0} + rotation: {x: 0.0005747375, y: -0.0003388187, z: -0.03467814, w: 0.99939835} + scale: {x: 1, y: 1, z: 1} + - name: Little Distal_R + parentName: Little Intermediate_R + position: {x: -0.017963257, y: 0.00000015258789, z: -0.000000076293944} + rotation: {x: -0.00042258337, y: -0.00027532896, z: -0.028401475, w: 0.9995965} + scale: {x: 1.0000002, y: 1.0000002, z: 1} + - name: Shoulder_L + parentName: Upper Chest + position: {x: -0.19631058, y: -0.011195831, z: 0.009313463} + rotation: {x: -0.65799737, y: -0.012223926, z: 0.7523572, w: 0.029132215} + scale: {x: 1, y: 1.0000001, z: 1.0000001} + - name: Upper Arm_L + parentName: Shoulder_L + position: {x: -0.15295114, y: 0.000000076293944, z: 0} + rotation: {x: 0.077022836, y: 0.045693275, z: 0.008920248, w: 0.9959418} + scale: {x: 0.99999994, y: 0.99999994, z: 1} + - name: Lower Arm_L + parentName: Upper Arm_L + position: {x: -0.27082127, y: -0.000000019073486, z: -0.00000015258789} + rotation: {x: -0.0003028288, y: 0.0051775225, z: 0.048645057, w: 0.99880266} + scale: {x: 1.0000002, y: 1.0000002, z: 1} + - name: Hand_L + parentName: Lower Arm_L + position: {x: -0.2609512, y: -0.000000009536743, z: 0} + rotation: {x: -0.5919214, y: -0.054261003, z: -0.07947178, w: 0.8002306} + scale: {x: 1, y: 1, z: 1} + - name: Thumb Proximal_L + parentName: Hand_L + position: {x: -0.023121757, y: 0.014302216, z: -0.025489425} + rotation: {x: 0.5153367, y: -0.27507105, z: 0.24598962, w: 0.7734683} + scale: {x: 0.9999998, y: 0.9999998, z: 1} + - name: Thumb Intermediate_L + parentName: Thumb Proximal_L + position: {x: -0.046355132, y: 0, z: -0.00000015258789} + rotation: {x: 0.00023803097, y: 0.010317333, z: -0.03271555, w: 0.99941146} + scale: {x: 1, y: 1, z: 1} + - name: Thumb Distal_L + parentName: Thumb Intermediate_L + position: {x: -0.027085647, y: 0.000000009536743, z: 0} + rotation: {x: -0.00027762592, y: -0.000074311625, z: -0.07339762, w: 0.9973028} + scale: {x: 1.0000002, y: 1.0000002, z: 1} + - name: Index Proximal_L + parentName: Hand_L + position: {x: -0.08788647, y: -0.0027752684, z: -0.025675353} + rotation: {x: 0.07022479, y: 0.011974281, z: -0.031590175, w: 0.996959} + scale: {x: 0.9999998, y: 0.9999998, z: 1} + - name: Index Intermediate_L + parentName: Index Proximal_L + position: {x: -0.045769997, y: 0.00000015258789, z: 0} + rotation: {x: -0.0008913944, y: -0.00004922782, z: -0.03834936, w: 0.999264} + scale: {x: 1, y: 1, z: 1} + - name: Index Distal_L + parentName: Index Intermediate_L + position: {x: -0.024790496, y: 0, z: 0} + rotation: {x: 0.0003467974, y: -0.00048447173, z: 0.0027402185, w: 0.99999607} + scale: {x: 1.0000002, y: 1.0000002, z: 1} + - name: Middle Proximal_L + parentName: Hand_L + position: {x: -0.086268425, y: -0.007767639, z: -0.0015430831} + rotation: {x: -0.030818447, y: 0.01612563, z: -0.027813198, w: 0.9990078} + scale: {x: 0.9999998, y: 0.9999998, z: 1} + - name: Middle Intermediate_L + parentName: Middle Proximal_L + position: {x: -0.049218215, y: 0, z: 0} + rotation: {x: 0.0010690034, y: -0.00062743924, z: -0.03517249, w: 0.9993805} + scale: {x: 1, y: 1, z: 1} + - name: Middle Distal_L + parentName: Middle Intermediate_L + position: {x: -0.028990822, y: 0.00000015258789, z: 0} + rotation: {x: -0.000100977646, y: 0.00009784128, z: -0.023277435, w: 0.99972904} + scale: {x: 1.0000002, y: 1.0000002, z: 1} + - name: Ring Proximal_L + parentName: Hand_L + position: {x: -0.07950626, y: -0.0018623351, z: 0.01993389} + rotation: {x: -0.11433267, y: 0.029356854, z: -0.020644497, w: 0.99279404} + scale: {x: 0.9999998, y: 0.9999998, z: 1} + - name: Ring Intermediate_L + parentName: Ring Proximal_L + position: {x: -0.042541273, y: -0.00000015258789, z: -0.000000009536743} + rotation: {x: -0.0011089139, y: -0.00060523074, z: -0.03188464, w: 0.99949074} + scale: {x: 1, y: 1, z: 1} + - name: Ring Distal_L + parentName: Ring Intermediate_L + position: {x: -0.032304306, y: 0, z: -0.000000009536743} + rotation: {x: -0.00195807, y: 0.0021218343, z: -0.0403652, w: 0.99918085} + scale: {x: 1.0000002, y: 1.0000002, z: 1} + - name: Little Proximal_L + parentName: Hand_L + position: {x: -0.07310261, y: 0.009476165, z: 0.036707878} + rotation: {x: -0.2233959, y: 0.03581828, z: -0.00854546, w: 0.974032} + scale: {x: 0.9999998, y: 0.9999998, z: 1} + - name: Little Intermediate_L + parentName: Little Proximal_L + position: {x: -0.0288834, y: 0.00000015258789, z: 0.000000038146972} + rotation: {x: -0.0005739925, y: 0.00033977616, z: -0.034675606, w: 0.99939847} + scale: {x: 1, y: 1, z: 1} + - name: Little Distal_L + parentName: Little Intermediate_L + position: {x: -0.017963294, y: -0.00000030517577, z: 0} + rotation: {x: 0.0004248866, y: 0.00027329757, z: -0.028401623, w: 0.9995965} + scale: {x: 1.0000002, y: 1.0000002, z: 1} + - name: Neck + parentName: Upper Chest + position: {x: -0.25694412, y: 0.000041007996, z: -0.00000023291155} + rotation: {x: -0.0000015347275, y: -0.0000012973799, z: -0.22457749, w: 0.97445625} + scale: {x: 1.0000004, y: 1.0000004, z: 1} + - name: Head + parentName: Neck + position: {x: -0.116071925, y: 0.000000038146972, z: -0.000000077152286} + rotation: {x: -0.00000020574244, y: 0.0000006410187, z: 0.09472147, w: 0.99550384} + scale: {x: 0.99999976, y: 0.99999976, z: 1} + - name: Upper Leg_L + parentName: Hips + position: {x: 0.00000015258789, y: 0.0000002002716, z: 0.11154587} + rotation: {x: 0.04017875, y: 0.9962402, z: 0.07294631, w: 0.023874542} + scale: {x: 1.0000001, y: 1.0000004, z: 1.0000004} + - name: Lower Leg_L + parentName: Upper Leg_L + position: {x: -0.45752007, y: -0.00000024318695, z: 0.000000019073486} + rotation: {x: 0.00000004043173, y: 0.00000027607135, z: 0.009576469, w: 0.99995416} + scale: {x: 1, y: 1, z: 1} + - name: Foot_L + parentName: Lower Leg_L + position: {x: -0.41705385, y: 0.000000013113022, z: -0.00000022888183} + rotation: {x: -0.00002036337, y: 0.022161545, z: -0.001014476, w: 0.9997539} + scale: {x: 1.0000002, y: 1.0000002, z: 1} + - name: Toes_L + parentName: Foot_L + position: {x: -0.065367535, y: 0.13628978, z: 0.00050539017} + rotation: {x: 9.802837e-10, y: 0.00000028177502, z: -0.7071068, w: 0.70710677} + scale: {x: 0.9999996, y: 0.9999996, 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: 1 + hasExtraRoot: 1 + skeletonHasParents: 1 + lastHumanDescriptionAvatarSource: {fileID: 9000000, guid: d5317c42c7d79dd41b326383ba7a0871, + type: 3} + autoGenerateAvatarMappingIfUnspecified: 1 + animationType: 3 + humanoidOversampling: 1 + avatarSetup: 2 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + importBlendShapeDeformPercent: 1 + remapMaterialsIfMaterialImportModeIsNone: 0 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 277585 + packageName: KAWAII ANIMATIONS 100 + packageVersion: 1.10.3 + assetPath: Assets/KAWAII_ANIMATIOMS_100/Assets/Animations/Idle/@KA_Idle18_Shy.FBX + uploadId: 903416 diff --git a/Assets/04_Models/Characters/ToonCharacterModular/Animations/@KA_Speak10_Shy_Start.FBX b/Assets/04_Models/Characters/ToonCharacterModular/Animations/@KA_Speak10_Shy_Start.FBX new file mode 100644 index 00000000..56bba8ac --- /dev/null +++ b/Assets/04_Models/Characters/ToonCharacterModular/Animations/@KA_Speak10_Shy_Start.FBX @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4dd9e11c03536ddef6749cca74fba91f94bd32d9c37d6dff322fcfada905d4c5 +size 659584 diff --git a/Assets/04_Models/Characters/ToonCharacterModular/Animations/@KA_Speak10_Shy_Start.FBX.meta b/Assets/04_Models/Characters/ToonCharacterModular/Animations/@KA_Speak10_Shy_Start.FBX.meta new file mode 100644 index 00000000..68126ed4 --- /dev/null +++ b/Assets/04_Models/Characters/ToonCharacterModular/Animations/@KA_Speak10_Shy_Start.FBX.meta @@ -0,0 +1,808 @@ +fileFormatVersion: 2 +guid: f87af950bc626404383468f151cb96d5 +ModelImporter: + serializedVersion: 22200 + internalIDToNameTable: [] + externalObjects: {} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 0 + motionNodeName: + rigImportErrors: + rigImportWarnings: + animationImportErrors: + animationImportWarnings: + animationRetargetingWarnings: + animationDoRetargetingWarnings: 0 + importAnimatedCustomProperties: 0 + importConstraints: 0 + animationCompression: 0 + animationRotationError: 0.5 + animationPositionError: 0.5 + animationScaleError: 0.5 + animationWrapMode: 0 + extraExposedTransformPaths: [] + extraUserProperties: [] + clipAnimations: [] + 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 + 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: Hips + 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: Upper Leg_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: Upper Leg_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: Lower Leg_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: Lower Leg_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 + 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: Chest + 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 + 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: Shoulder_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: Shoulder_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: Upper Arm_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: Upper Arm_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: Lower Arm_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: Lower Arm_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: Toes_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: Toes_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: Thumb Proximal_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 Intermediate_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 Distal_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 Proximal_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 Intermediate_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 Distal_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 Proximal_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 Intermediate_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 Distal_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 Proximal_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 Intermediate_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 Distal_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: Little Proximal_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: Little Intermediate_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: Little Distal_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 Proximal_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 Intermediate_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 Distal_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 Proximal_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 Intermediate_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 Distal_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 Proximal_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 Intermediate_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 Distal_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 Proximal_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 Intermediate_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 Distal_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: Little Proximal_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: Little Intermediate_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: Little Distal_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: Upper Chest + 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: DummyDoll(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: DummyDoll + parentName: DummyDoll(Clone) + 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: root + parentName: DummyDoll(Clone) + 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: Hips + parentName: root + position: {x: -6.82121e-15, y: -0.02650445, z: 0.9547189} + rotation: {x: 0.70675755, y: -0.022218937, z: -0.70675725, w: 0.022235028} + scale: {x: 1.000001, y: 0.9999996, z: 0.99999964} + - name: Upper Leg_R + parentName: Hips + position: {x: -0.0000003814697, y: -0.000000104904174, z: -0.111545846} + rotation: {x: 0.040238734, y: 0.99623805, z: -0.07294469, w: -0.023870306} + scale: {x: 1.0000004, y: 1.0000001, z: 1.0000002} + - name: Lower Leg_R + parentName: Upper Leg_R + position: {x: -0.45751885, y: -0.0000002837181, z: 0.0000002002716} + rotation: {x: 0.000000029159045, y: 0.0000004938982, z: 0.009436982, w: 0.9999555} + scale: {x: 1, y: 1, z: 1} + - name: Foot_R + parentName: Lower Leg_R + position: {x: -0.4170541, y: -0.000000035762785, z: -0.00000021934508} + rotation: {x: 0.000024485393, y: -0.022163179, z: -0.00093511137, w: 0.99975395} + scale: {x: 1.0000002, y: 1.0000002, z: 1} + - name: Toes_R + parentName: Foot_R + position: {x: -0.06536754, y: 0.13628979, z: -0.0005054855} + rotation: {x: 0.00000010185003, y: 0.0000004479822, z: -0.7071068, w: 0.70710677} + scale: {x: 0.9999996, y: 0.9999996, z: 1} + - name: Spine + parentName: Hips + position: {x: -0.057038344, y: -0.0005969906, z: -0.000000038895376} + rotation: {x: 0.0000022535664, y: -0.00000020723392, z: -0.11373023, w: 0.9935117} + scale: {x: 1.0000002, y: 1.0000004, z: 0.9999999} + - name: Chest + parentName: Spine + position: {x: -0.1259011, y: 0.000000057220458, z: -0.000000088019114} + rotation: {x: 0.000000326137, y: -0.00000021156718, z: 0.11285861, w: 0.9936111} + scale: {x: 1, y: 1, z: 1} + - name: Upper Chest + parentName: Chest + position: {x: -0.12618561, y: 0, z: -0.00000008265287} + rotation: {x: 0.00000017826137, y: 0.0000010016455, z: 0.085924834, w: 0.99630165} + scale: {x: 0.99999994, y: 0.99999994, z: 1} + - name: Shoulder_R + parentName: Upper Chest + position: {x: -0.19631058, y: -0.011195851, z: -0.009313629} + rotation: {x: 0.65799737, y: 0.012223459, z: 0.75235724, w: 0.029132664} + scale: {x: 1, y: 1.0000002, z: 1.0000001} + - name: Upper Arm_R + parentName: Shoulder_R + position: {x: -0.1529511, y: 0.000000019073486, z: -0.00000030517577} + rotation: {x: -0.07702228, y: -0.045692272, z: 0.008915636, w: 0.99594194} + scale: {x: 0.99999994, y: 0.99999994, z: 1} + - name: Lower Arm_R + parentName: Upper Arm_R + position: {x: -0.27082127, y: -0.0000000047683715, z: -0.00000030517577} + rotation: {x: 0.0003026275, y: -0.0051772376, z: 0.04864607, w: 0.99880266} + scale: {x: 1.0000002, y: 1.0000002, z: 1} + - name: Hand_R + parentName: Lower Arm_R + position: {x: -0.26095122, y: -0.000000019073486, z: -0.00000015258789} + rotation: {x: 0.5919214, y: 0.05426045, z: -0.07947171, w: 0.8002307} + scale: {x: 1, y: 1, z: 1} + - name: Thumb Proximal_R + parentName: Hand_R + position: {x: -0.023121718, y: 0.014302216, z: 0.025489386} + rotation: {x: -0.5153376, y: 0.27507347, z: 0.24598812, w: 0.77346736} + scale: {x: 1, y: 1, z: 1} + - name: Thumb Intermediate_R + parentName: Thumb Proximal_R + position: {x: -0.046355132, y: 0, z: 0} + rotation: {x: -0.0002379117, y: -0.010322337, z: -0.032720476, w: 0.9994112} + scale: {x: 1, y: 1, z: 1} + - name: Thumb Distal_R + parentName: Thumb Intermediate_R + position: {x: -0.02708561, y: 0, z: 0} + rotation: {x: 0.00027550853, y: 0.00007376621, z: -0.07339386, w: 0.997303} + scale: {x: 1.0000002, y: 1.0000002, z: 1} + - name: Index Proximal_R + parentName: Hand_R + position: {x: -0.08788635, y: -0.0027752684, z: 0.025675429} + rotation: {x: -0.07022335, y: -0.011976093, z: -0.03159469, w: 0.996959} + scale: {x: 1, y: 1, z: 1} + - name: Index Intermediate_R + parentName: Index Proximal_R + position: {x: -0.045769997, y: -0.00000015258789, z: -0.000000038146972} + rotation: {x: 0.000885106, y: 0.000052466952, z: -0.038343985, w: 0.99926424} + scale: {x: 1, y: 1, z: 1} + - name: Index Distal_R + parentName: Index Intermediate_R + position: {x: -0.024790192, y: 0.00000015258789, z: 0} + rotation: {x: -0.0003399891, y: 0.00047517155, z: 0.0027345195, w: 0.9999961} + scale: {x: 1.0000002, y: 1.0000002, z: 1} + - name: Middle Proximal_R + parentName: Hand_R + position: {x: -0.086268306, y: -0.007767639, z: 0.0015431213} + rotation: {x: 0.03081698, y: -0.01612433, z: -0.02781587, w: 0.9990078} + scale: {x: 1, y: 1, z: 1} + - name: Middle Intermediate_R + parentName: Middle Proximal_R + position: {x: -0.049218368, y: 0, z: -0.000000019073486} + rotation: {x: -0.001065745, y: 0.0006256154, z: -0.035168123, w: 0.99938065} + scale: {x: 1, y: 1, z: 1} + - name: Middle Distal_R + parentName: Middle Intermediate_R + position: {x: -0.028990936, y: 0, z: 0} + rotation: {x: 0.00010087575, y: -0.00009773458, z: -0.023277627, w: 0.99972904} + scale: {x: 1.0000002, y: 1.0000002, z: 1} + - name: Ring Proximal_R + parentName: Hand_R + position: {x: -0.079506226, y: -0.0018624878, z: -0.019933814} + rotation: {x: 0.114333056, y: -0.029358352, z: -0.02064766, w: 0.9927939} + scale: {x: 1, y: 1, z: 1} + - name: Ring Intermediate_R + parentName: Ring Proximal_R + position: {x: -0.042541236, y: -0.00000030517577, z: 0.000000019073486} + rotation: {x: 0.0011102251, y: 0.00060450047, z: -0.03187894, w: 0.9994909} + scale: {x: 1, y: 1, z: 1} + - name: Ring Distal_R + parentName: Ring Intermediate_R + position: {x: -0.03230427, y: 0, z: 0.000000019073486} + rotation: {x: 0.001957161, y: -0.0021207754, z: -0.040364835, w: 0.99918085} + scale: {x: 1.0000002, y: 1.0000002, z: 1} + - name: Little Proximal_R + parentName: Hand_R + position: {x: -0.07310257, y: 0.009476013, z: -0.036707878} + rotation: {x: 0.22339673, y: -0.03582061, z: -0.008547372, w: 0.9740317} + scale: {x: 1, y: 1, z: 1} + - name: Little Intermediate_R + parentName: Little Proximal_R + position: {x: -0.028883476, y: 0.00000015258789, z: 0} + rotation: {x: 0.0005747375, y: -0.0003388187, z: -0.03467814, w: 0.99939835} + scale: {x: 1, y: 1, z: 1} + - name: Little Distal_R + parentName: Little Intermediate_R + position: {x: -0.017963257, y: 0.00000015258789, z: -0.000000076293944} + rotation: {x: -0.00042258337, y: -0.00027532896, z: -0.028401475, w: 0.9995965} + scale: {x: 1.0000002, y: 1.0000002, z: 1} + - name: Shoulder_L + parentName: Upper Chest + position: {x: -0.19631058, y: -0.011195831, z: 0.009313463} + rotation: {x: -0.65799737, y: -0.012223926, z: 0.7523572, w: 0.029132215} + scale: {x: 1, y: 1.0000001, z: 1.0000001} + - name: Upper Arm_L + parentName: Shoulder_L + position: {x: -0.15295114, y: 0.000000076293944, z: 0} + rotation: {x: 0.077022836, y: 0.045693275, z: 0.008920248, w: 0.9959418} + scale: {x: 0.99999994, y: 0.99999994, z: 1} + - name: Lower Arm_L + parentName: Upper Arm_L + position: {x: -0.27082127, y: -0.000000019073486, z: -0.00000015258789} + rotation: {x: -0.0003028288, y: 0.0051775225, z: 0.048645057, w: 0.99880266} + scale: {x: 1.0000002, y: 1.0000002, z: 1} + - name: Hand_L + parentName: Lower Arm_L + position: {x: -0.2609512, y: -0.000000009536743, z: 0} + rotation: {x: -0.5919214, y: -0.054261003, z: -0.07947178, w: 0.8002306} + scale: {x: 1, y: 1, z: 1} + - name: Thumb Proximal_L + parentName: Hand_L + position: {x: -0.023121757, y: 0.014302216, z: -0.025489425} + rotation: {x: 0.5153367, y: -0.27507105, z: 0.24598962, w: 0.7734683} + scale: {x: 0.9999998, y: 0.9999998, z: 1} + - name: Thumb Intermediate_L + parentName: Thumb Proximal_L + position: {x: -0.046355132, y: 0, z: -0.00000015258789} + rotation: {x: 0.00023803097, y: 0.010317333, z: -0.03271555, w: 0.99941146} + scale: {x: 1, y: 1, z: 1} + - name: Thumb Distal_L + parentName: Thumb Intermediate_L + position: {x: -0.027085647, y: 0.000000009536743, z: 0} + rotation: {x: -0.00027762592, y: -0.000074311625, z: -0.07339762, w: 0.9973028} + scale: {x: 1.0000002, y: 1.0000002, z: 1} + - name: Index Proximal_L + parentName: Hand_L + position: {x: -0.08788647, y: -0.0027752684, z: -0.025675353} + rotation: {x: 0.07022479, y: 0.011974281, z: -0.031590175, w: 0.996959} + scale: {x: 0.9999998, y: 0.9999998, z: 1} + - name: Index Intermediate_L + parentName: Index Proximal_L + position: {x: -0.045769997, y: 0.00000015258789, z: 0} + rotation: {x: -0.0008913944, y: -0.00004922782, z: -0.03834936, w: 0.999264} + scale: {x: 1, y: 1, z: 1} + - name: Index Distal_L + parentName: Index Intermediate_L + position: {x: -0.024790496, y: 0, z: 0} + rotation: {x: 0.0003467974, y: -0.00048447173, z: 0.0027402185, w: 0.99999607} + scale: {x: 1.0000002, y: 1.0000002, z: 1} + - name: Middle Proximal_L + parentName: Hand_L + position: {x: -0.086268425, y: -0.007767639, z: -0.0015430831} + rotation: {x: -0.030818447, y: 0.01612563, z: -0.027813198, w: 0.9990078} + scale: {x: 0.9999998, y: 0.9999998, z: 1} + - name: Middle Intermediate_L + parentName: Middle Proximal_L + position: {x: -0.049218215, y: 0, z: 0} + rotation: {x: 0.0010690034, y: -0.00062743924, z: -0.03517249, w: 0.9993805} + scale: {x: 1, y: 1, z: 1} + - name: Middle Distal_L + parentName: Middle Intermediate_L + position: {x: -0.028990822, y: 0.00000015258789, z: 0} + rotation: {x: -0.000100977646, y: 0.00009784128, z: -0.023277435, w: 0.99972904} + scale: {x: 1.0000002, y: 1.0000002, z: 1} + - name: Ring Proximal_L + parentName: Hand_L + position: {x: -0.07950626, y: -0.0018623351, z: 0.01993389} + rotation: {x: -0.11433267, y: 0.029356854, z: -0.020644497, w: 0.99279404} + scale: {x: 0.9999998, y: 0.9999998, z: 1} + - name: Ring Intermediate_L + parentName: Ring Proximal_L + position: {x: -0.042541273, y: -0.00000015258789, z: -0.000000009536743} + rotation: {x: -0.0011089139, y: -0.00060523074, z: -0.03188464, w: 0.99949074} + scale: {x: 1, y: 1, z: 1} + - name: Ring Distal_L + parentName: Ring Intermediate_L + position: {x: -0.032304306, y: 0, z: -0.000000009536743} + rotation: {x: -0.00195807, y: 0.0021218343, z: -0.0403652, w: 0.99918085} + scale: {x: 1.0000002, y: 1.0000002, z: 1} + - name: Little Proximal_L + parentName: Hand_L + position: {x: -0.07310261, y: 0.009476165, z: 0.036707878} + rotation: {x: -0.2233959, y: 0.03581828, z: -0.00854546, w: 0.974032} + scale: {x: 0.9999998, y: 0.9999998, z: 1} + - name: Little Intermediate_L + parentName: Little Proximal_L + position: {x: -0.0288834, y: 0.00000015258789, z: 0.000000038146972} + rotation: {x: -0.0005739925, y: 0.00033977616, z: -0.034675606, w: 0.99939847} + scale: {x: 1, y: 1, z: 1} + - name: Little Distal_L + parentName: Little Intermediate_L + position: {x: -0.017963294, y: -0.00000030517577, z: 0} + rotation: {x: 0.0004248866, y: 0.00027329757, z: -0.028401623, w: 0.9995965} + scale: {x: 1.0000002, y: 1.0000002, z: 1} + - name: Neck + parentName: Upper Chest + position: {x: -0.25694412, y: 0.000041007996, z: -0.00000023291155} + rotation: {x: -0.0000015347275, y: -0.0000012973799, z: -0.22457749, w: 0.97445625} + scale: {x: 1.0000004, y: 1.0000004, z: 1} + - name: Head + parentName: Neck + position: {x: -0.116071925, y: 0.000000038146972, z: -0.000000077152286} + rotation: {x: -0.00000020574244, y: 0.0000006410187, z: 0.09472147, w: 0.99550384} + scale: {x: 0.99999976, y: 0.99999976, z: 1} + - name: Upper Leg_L + parentName: Hips + position: {x: 0.00000015258789, y: 0.0000002002716, z: 0.11154587} + rotation: {x: 0.04017875, y: 0.9962402, z: 0.07294631, w: 0.023874542} + scale: {x: 1.0000001, y: 1.0000004, z: 1.0000004} + - name: Lower Leg_L + parentName: Upper Leg_L + position: {x: -0.45752007, y: -0.00000024318695, z: 0.000000019073486} + rotation: {x: 0.00000004043173, y: 0.00000027607135, z: 0.009576469, w: 0.99995416} + scale: {x: 1, y: 1, z: 1} + - name: Foot_L + parentName: Lower Leg_L + position: {x: -0.41705385, y: 0.000000013113022, z: -0.00000022888183} + rotation: {x: -0.00002036337, y: 0.022161545, z: -0.001014476, w: 0.9997539} + scale: {x: 1.0000002, y: 1.0000002, z: 1} + - name: Toes_L + parentName: Foot_L + position: {x: -0.065367535, y: 0.13628978, z: 0.00050539017} + rotation: {x: 9.802837e-10, y: 0.00000028177502, z: -0.7071068, w: 0.70710677} + scale: {x: 0.9999996, y: 0.9999996, 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: 1 + hasExtraRoot: 1 + skeletonHasParents: 1 + lastHumanDescriptionAvatarSource: {fileID: 9000000, guid: d5317c42c7d79dd41b326383ba7a0871, + type: 3} + autoGenerateAvatarMappingIfUnspecified: 1 + animationType: 3 + humanoidOversampling: 1 + avatarSetup: 2 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + importBlendShapeDeformPercent: 1 + remapMaterialsIfMaterialImportModeIsNone: 0 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 277585 + packageName: KAWAII ANIMATIONS 100 + packageVersion: 1.10.3 + assetPath: Assets/KAWAII_ANIMATIOMS_100/Assets/Animations/Speak/@KA_Speak10_Shy_Start.FBX + uploadId: 903416 diff --git a/Assets/04_Models/Characters/ToonCharacterModular/Animations/Expressions/BMAC_Angry.anim b/Assets/04_Models/Characters/ToonCharacterModular/Animations/Expressions/BMAC_Angry.anim index 73e49408..b44a7b8a 100644 --- a/Assets/04_Models/Characters/ToonCharacterModular/Animations/Expressions/BMAC_Angry.anim +++ b/Assets/04_Models/Characters/ToonCharacterModular/Animations/Expressions/BMAC_Angry.anim @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:b1c43f54a494bc4eb611d1d3ae891beb1c41e08b9ddfc727c1d30d1024bce6c0 -size 9043 +oid sha256:391e111029fe31c65a91a8547893c3b74d0594d4b312d0588e24ee6e60f7a859 +size 66830 diff --git a/Assets/04_Models/Characters/ToonCharacterModular/Animations/Expressions/BMAC_Neutral.anim b/Assets/04_Models/Characters/ToonCharacterModular/Animations/Expressions/BMAC_Neutral.anim index 37f1b47e..0d1e4aa4 100644 --- a/Assets/04_Models/Characters/ToonCharacterModular/Animations/Expressions/BMAC_Neutral.anim +++ b/Assets/04_Models/Characters/ToonCharacterModular/Animations/Expressions/BMAC_Neutral.anim @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:773af52437247b3e324f0f7904b14465393349757727e03e5682131fed8be500 -size 1694 +oid sha256:ca955d6a83db51a463d4f6ea57f58d71cbc82f9e0003b6ef495c56d66c249c26 +size 62048 diff --git a/Assets/04_Models/Characters/ToonCharacterModular/Animations/Expressions/BMAC_Sad.anim b/Assets/04_Models/Characters/ToonCharacterModular/Animations/Expressions/BMAC_Sad.anim index 686ec02c..cdcefe5a 100644 --- a/Assets/04_Models/Characters/ToonCharacterModular/Animations/Expressions/BMAC_Sad.anim +++ b/Assets/04_Models/Characters/ToonCharacterModular/Animations/Expressions/BMAC_Sad.anim @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:746f2ba34f027f1762642da006210b0a6cbaeae9bd74ea35d08490f09ea04e96 -size 10248 +oid sha256:c220f09565c12fc3c4d15346f3c3d6e81f8e7265959f07a5a07c3030af799602 +size 66830 diff --git a/Assets/04_Models/Characters/ToonCharacterModular/Animations/Expressions/BMAC_Smile.anim b/Assets/04_Models/Characters/ToonCharacterModular/Animations/Expressions/BMAC_Smile.anim index c9dda5a0..33313aa3 100644 --- a/Assets/04_Models/Characters/ToonCharacterModular/Animations/Expressions/BMAC_Smile.anim +++ b/Assets/04_Models/Characters/ToonCharacterModular/Animations/Expressions/BMAC_Smile.anim @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:e6c63879e52944c7786ecc337524464a5da8416ee2c18cc8378b6e2307ce883c -size 11506 +oid sha256:369cfc194912281394ea1400210f2fce133cebdf6941a719b33902c84308d213 +size 64464 diff --git a/Assets/04_Models/Characters/ToonCharacterModular/Animations/Expressions/BMAC_Surprised.anim b/Assets/04_Models/Characters/ToonCharacterModular/Animations/Expressions/BMAC_Surprised.anim index 6db4fff6..403a099a 100644 --- a/Assets/04_Models/Characters/ToonCharacterModular/Animations/Expressions/BMAC_Surprised.anim +++ b/Assets/04_Models/Characters/ToonCharacterModular/Animations/Expressions/BMAC_Surprised.anim @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:adcd59f578068c4ceb5be774dfea9b3ca4861cb8a5af02f7b09dd944c6c44ceb -size 17651 +oid sha256:4eb0eab73be40dc60b212923642aca86dcc6a9655612c4b3141666a3cffdaa5d +size 66858 diff --git a/Assets/04_Models/Characters/ToonCharacterModular/Animations/FeMale@Cheer.FBX b/Assets/04_Models/Characters/ToonCharacterModular/Animations/FeMale@Cheer.FBX new file mode 100644 index 00000000..0765330a --- /dev/null +++ b/Assets/04_Models/Characters/ToonCharacterModular/Animations/FeMale@Cheer.FBX @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:25539d0176fc329f1ebf820802fb788fe81b857969447358c4a0614ffc85f9e4 +size 1087440 diff --git a/Assets/04_Models/Characters/ToonCharacterModular/Animations/FeMale@Cheer.FBX.meta b/Assets/04_Models/Characters/ToonCharacterModular/Animations/FeMale@Cheer.FBX.meta new file mode 100644 index 00000000..4e74ed25 --- /dev/null +++ b/Assets/04_Models/Characters/ToonCharacterModular/Animations/FeMale@Cheer.FBX.meta @@ -0,0 +1,841 @@ +fileFormatVersion: 2 +guid: f4743f14611ab894e85a538d112d1023 +AssetOrigin: + serializedVersion: 1 + productId: 277585 + packageName: KAWAII ANIMATIONS 100 + packageVersion: 1.10.3 + assetPath: Assets/KAWAII_ANIMATIOMS_100/Assets/Animations/Idle/@KA_Idle74_Cheer.FBX + uploadId: 903416 +ModelImporter: + serializedVersion: 24501 + internalIDToNameTable: [] + externalObjects: {} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + searchTexturesGlobally: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 0 + motionNodeName: + animationImportErrors: + animationImportWarnings: + animationRetargetingWarnings: + animationDoRetargetingWarnings: 0 + importAnimatedCustomProperties: 0 + importConstraints: 0 + animationCompression: 0 + animationRotationError: 0.5 + animationPositionError: 0.5 + animationScaleError: 0.5 + animationWrapMode: 0 + extraExposedTransformPaths: [] + extraUserProperties: [] + clipAnimations: + - serializedVersion: 16 + name: FeMale_Cheer + takeName: Unreal Take + internalID: 8993902097722301239 + firstFrame: 0 + lastFrame: 170 + wrapMode: 0 + orientationOffsetY: 0 + level: 0 + cycleOffset: 0 + loop: 0 + hasAdditiveReferencePose: 0 + loopTime: 0 + loopBlend: 0 + loopBlendOrientation: 0 + loopBlendPositionY: 0 + loopBlendPositionXZ: 0 + keepOriginalOrientation: 0 + keepOriginalPositionY: 1 + keepOriginalPositionXZ: 0 + heightFromFeet: 0 + mirror: 0 + bodyMask: 01000000010000000100000001000000010000000100000001000000010000000100000001000000010000000100000001000000 + curves: [] + events: [] + transformMask: [] + 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 + importUVs: -1 + importVertexColors: 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 + calculateBlendshapeNormalsDeltaFromImportedNormals: 1 + referencedClips: [] + importAnimation: 1 + humanDescription: + serializedVersion: 3 + human: + - boneName: Hips + 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: Upper Leg_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: Upper Leg_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: Lower Leg_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: Lower Leg_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 + 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: Chest + 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 + 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: Shoulder_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: Shoulder_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: Upper Arm_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: Upper Arm_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: Lower Arm_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: Lower Arm_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: Toes_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: Toes_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: Thumb Proximal_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 Intermediate_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 Distal_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 Proximal_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 Intermediate_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 Distal_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 Proximal_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 Intermediate_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 Distal_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 Proximal_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 Intermediate_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 Distal_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: Little Proximal_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: Little Intermediate_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: Little Distal_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 Proximal_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 Intermediate_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 Distal_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 Proximal_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 Intermediate_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 Distal_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 Proximal_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 Intermediate_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 Distal_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 Proximal_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 Intermediate_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 Distal_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: Little Proximal_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: Little Intermediate_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: Little Distal_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: Upper Chest + 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: DummyDoll(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: DummyDoll + parentName: DummyDoll(Clone) + 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: root + parentName: DummyDoll(Clone) + 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: Hips + parentName: root + position: {x: -6.82121e-15, y: -0.02650445, z: 0.9547189} + rotation: {x: 0.70675755, y: -0.022218937, z: -0.70675725, w: 0.022235028} + scale: {x: 1.000001, y: 0.9999996, z: 0.99999964} + - name: Upper Leg_R + parentName: Hips + position: {x: -0.0000003814697, y: -0.000000104904174, z: -0.111545846} + rotation: {x: 0.040238734, y: 0.99623805, z: -0.07294469, w: -0.023870306} + scale: {x: 1.0000004, y: 1.0000001, z: 1.0000002} + - name: Lower Leg_R + parentName: Upper Leg_R + position: {x: -0.45751885, y: -0.0000002837181, z: 0.0000002002716} + rotation: {x: 0.000000029159045, y: 0.0000004938982, z: 0.009436982, w: 0.9999555} + scale: {x: 1, y: 1, z: 1} + - name: Foot_R + parentName: Lower Leg_R + position: {x: -0.4170541, y: -0.000000035762785, z: -0.00000021934508} + rotation: {x: 0.000024485393, y: -0.022163179, z: -0.00093511137, w: 0.99975395} + scale: {x: 1.0000002, y: 1.0000002, z: 1} + - name: Toes_R + parentName: Foot_R + position: {x: -0.06536754, y: 0.13628979, z: -0.0005054855} + rotation: {x: 0.00000010185003, y: 0.0000004479822, z: -0.7071068, w: 0.70710677} + scale: {x: 0.9999996, y: 0.9999996, z: 1} + - name: Spine + parentName: Hips + position: {x: -0.057038344, y: -0.0005969906, z: -0.000000038895376} + rotation: {x: 0.0000022535664, y: -0.00000020723392, z: -0.11373023, w: 0.9935117} + scale: {x: 1.0000002, y: 1.0000004, z: 0.9999999} + - name: Chest + parentName: Spine + position: {x: -0.1259011, y: 0.000000057220458, z: -0.000000088019114} + rotation: {x: 0.000000326137, y: -0.00000021156718, z: 0.11285861, w: 0.9936111} + scale: {x: 1, y: 1, z: 1} + - name: Upper Chest + parentName: Chest + position: {x: -0.12618561, y: 0, z: -0.00000008265287} + rotation: {x: 0.00000017826137, y: 0.0000010016455, z: 0.085924834, w: 0.99630165} + scale: {x: 0.99999994, y: 0.99999994, z: 1} + - name: Shoulder_R + parentName: Upper Chest + position: {x: -0.19631058, y: -0.011195851, z: -0.009313629} + rotation: {x: 0.65799737, y: 0.012223459, z: 0.75235724, w: 0.029132664} + scale: {x: 1, y: 1.0000002, z: 1.0000001} + - name: Upper Arm_R + parentName: Shoulder_R + position: {x: -0.1529511, y: 0.000000019073486, z: -0.00000030517577} + rotation: {x: -0.07702228, y: -0.045692272, z: 0.008915636, w: 0.99594194} + scale: {x: 0.99999994, y: 0.99999994, z: 1} + - name: Lower Arm_R + parentName: Upper Arm_R + position: {x: -0.27082127, y: -0.0000000047683715, z: -0.00000030517577} + rotation: {x: 0.0003026275, y: -0.0051772376, z: 0.04864607, w: 0.99880266} + scale: {x: 1.0000002, y: 1.0000002, z: 1} + - name: Hand_R + parentName: Lower Arm_R + position: {x: -0.26095122, y: -0.000000019073486, z: -0.00000015258789} + rotation: {x: 0.5919214, y: 0.05426045, z: -0.07947171, w: 0.8002307} + scale: {x: 1, y: 1, z: 1} + - name: Thumb Proximal_R + parentName: Hand_R + position: {x: -0.023121718, y: 0.014302216, z: 0.025489386} + rotation: {x: -0.5153376, y: 0.27507347, z: 0.24598812, w: 0.77346736} + scale: {x: 1, y: 1, z: 1} + - name: Thumb Intermediate_R + parentName: Thumb Proximal_R + position: {x: -0.046355132, y: 0, z: 0} + rotation: {x: -0.0002379117, y: -0.010322337, z: -0.032720476, w: 0.9994112} + scale: {x: 1, y: 1, z: 1} + - name: Thumb Distal_R + parentName: Thumb Intermediate_R + position: {x: -0.02708561, y: 0, z: 0} + rotation: {x: 0.00027550853, y: 0.00007376621, z: -0.07339386, w: 0.997303} + scale: {x: 1.0000002, y: 1.0000002, z: 1} + - name: Index Proximal_R + parentName: Hand_R + position: {x: -0.08788635, y: -0.0027752684, z: 0.025675429} + rotation: {x: -0.07022335, y: -0.011976093, z: -0.03159469, w: 0.996959} + scale: {x: 1, y: 1, z: 1} + - name: Index Intermediate_R + parentName: Index Proximal_R + position: {x: -0.045769997, y: -0.00000015258789, z: -0.000000038146972} + rotation: {x: 0.000885106, y: 0.000052466952, z: -0.038343985, w: 0.99926424} + scale: {x: 1, y: 1, z: 1} + - name: Index Distal_R + parentName: Index Intermediate_R + position: {x: -0.024790192, y: 0.00000015258789, z: 0} + rotation: {x: -0.0003399891, y: 0.00047517155, z: 0.0027345195, w: 0.9999961} + scale: {x: 1.0000002, y: 1.0000002, z: 1} + - name: Middle Proximal_R + parentName: Hand_R + position: {x: -0.086268306, y: -0.007767639, z: 0.0015431213} + rotation: {x: 0.03081698, y: -0.01612433, z: -0.02781587, w: 0.9990078} + scale: {x: 1, y: 1, z: 1} + - name: Middle Intermediate_R + parentName: Middle Proximal_R + position: {x: -0.049218368, y: 0, z: -0.000000019073486} + rotation: {x: -0.001065745, y: 0.0006256154, z: -0.035168123, w: 0.99938065} + scale: {x: 1, y: 1, z: 1} + - name: Middle Distal_R + parentName: Middle Intermediate_R + position: {x: -0.028990936, y: 0, z: 0} + rotation: {x: 0.00010087575, y: -0.00009773458, z: -0.023277627, w: 0.99972904} + scale: {x: 1.0000002, y: 1.0000002, z: 1} + - name: Ring Proximal_R + parentName: Hand_R + position: {x: -0.079506226, y: -0.0018624878, z: -0.019933814} + rotation: {x: 0.114333056, y: -0.029358352, z: -0.02064766, w: 0.9927939} + scale: {x: 1, y: 1, z: 1} + - name: Ring Intermediate_R + parentName: Ring Proximal_R + position: {x: -0.042541236, y: -0.00000030517577, z: 0.000000019073486} + rotation: {x: 0.0011102251, y: 0.00060450047, z: -0.03187894, w: 0.9994909} + scale: {x: 1, y: 1, z: 1} + - name: Ring Distal_R + parentName: Ring Intermediate_R + position: {x: -0.03230427, y: 0, z: 0.000000019073486} + rotation: {x: 0.001957161, y: -0.0021207754, z: -0.040364835, w: 0.99918085} + scale: {x: 1.0000002, y: 1.0000002, z: 1} + - name: Little Proximal_R + parentName: Hand_R + position: {x: -0.07310257, y: 0.009476013, z: -0.036707878} + rotation: {x: 0.22339673, y: -0.03582061, z: -0.008547372, w: 0.9740317} + scale: {x: 1, y: 1, z: 1} + - name: Little Intermediate_R + parentName: Little Proximal_R + position: {x: -0.028883476, y: 0.00000015258789, z: 0} + rotation: {x: 0.0005747375, y: -0.0003388187, z: -0.03467814, w: 0.99939835} + scale: {x: 1, y: 1, z: 1} + - name: Little Distal_R + parentName: Little Intermediate_R + position: {x: -0.017963257, y: 0.00000015258789, z: -0.000000076293944} + rotation: {x: -0.00042258337, y: -0.00027532896, z: -0.028401475, w: 0.9995965} + scale: {x: 1.0000002, y: 1.0000002, z: 1} + - name: Shoulder_L + parentName: Upper Chest + position: {x: -0.19631058, y: -0.011195831, z: 0.009313463} + rotation: {x: -0.65799737, y: -0.012223926, z: 0.7523572, w: 0.029132215} + scale: {x: 1, y: 1.0000001, z: 1.0000001} + - name: Upper Arm_L + parentName: Shoulder_L + position: {x: -0.15295114, y: 0.000000076293944, z: 0} + rotation: {x: 0.077022836, y: 0.045693275, z: 0.008920248, w: 0.9959418} + scale: {x: 0.99999994, y: 0.99999994, z: 1} + - name: Lower Arm_L + parentName: Upper Arm_L + position: {x: -0.27082127, y: -0.000000019073486, z: -0.00000015258789} + rotation: {x: -0.0003028288, y: 0.0051775225, z: 0.048645057, w: 0.99880266} + scale: {x: 1.0000002, y: 1.0000002, z: 1} + - name: Hand_L + parentName: Lower Arm_L + position: {x: -0.2609512, y: -0.000000009536743, z: 0} + rotation: {x: -0.5919214, y: -0.054261003, z: -0.07947178, w: 0.8002306} + scale: {x: 1, y: 1, z: 1} + - name: Thumb Proximal_L + parentName: Hand_L + position: {x: -0.023121757, y: 0.014302216, z: -0.025489425} + rotation: {x: 0.5153367, y: -0.27507105, z: 0.24598962, w: 0.7734683} + scale: {x: 0.9999998, y: 0.9999998, z: 1} + - name: Thumb Intermediate_L + parentName: Thumb Proximal_L + position: {x: -0.046355132, y: 0, z: -0.00000015258789} + rotation: {x: 0.00023803097, y: 0.010317333, z: -0.03271555, w: 0.99941146} + scale: {x: 1, y: 1, z: 1} + - name: Thumb Distal_L + parentName: Thumb Intermediate_L + position: {x: -0.027085647, y: 0.000000009536743, z: 0} + rotation: {x: -0.00027762592, y: -0.000074311625, z: -0.07339762, w: 0.9973028} + scale: {x: 1.0000002, y: 1.0000002, z: 1} + - name: Index Proximal_L + parentName: Hand_L + position: {x: -0.08788647, y: -0.0027752684, z: -0.025675353} + rotation: {x: 0.07022479, y: 0.011974281, z: -0.031590175, w: 0.996959} + scale: {x: 0.9999998, y: 0.9999998, z: 1} + - name: Index Intermediate_L + parentName: Index Proximal_L + position: {x: -0.045769997, y: 0.00000015258789, z: 0} + rotation: {x: -0.0008913944, y: -0.00004922782, z: -0.03834936, w: 0.999264} + scale: {x: 1, y: 1, z: 1} + - name: Index Distal_L + parentName: Index Intermediate_L + position: {x: -0.024790496, y: 0, z: 0} + rotation: {x: 0.0003467974, y: -0.00048447173, z: 0.0027402185, w: 0.99999607} + scale: {x: 1.0000002, y: 1.0000002, z: 1} + - name: Middle Proximal_L + parentName: Hand_L + position: {x: -0.086268425, y: -0.007767639, z: -0.0015430831} + rotation: {x: -0.030818447, y: 0.01612563, z: -0.027813198, w: 0.9990078} + scale: {x: 0.9999998, y: 0.9999998, z: 1} + - name: Middle Intermediate_L + parentName: Middle Proximal_L + position: {x: -0.049218215, y: 0, z: 0} + rotation: {x: 0.0010690034, y: -0.00062743924, z: -0.03517249, w: 0.9993805} + scale: {x: 1, y: 1, z: 1} + - name: Middle Distal_L + parentName: Middle Intermediate_L + position: {x: -0.028990822, y: 0.00000015258789, z: 0} + rotation: {x: -0.000100977646, y: 0.00009784128, z: -0.023277435, w: 0.99972904} + scale: {x: 1.0000002, y: 1.0000002, z: 1} + - name: Ring Proximal_L + parentName: Hand_L + position: {x: -0.07950626, y: -0.0018623351, z: 0.01993389} + rotation: {x: -0.11433267, y: 0.029356854, z: -0.020644497, w: 0.99279404} + scale: {x: 0.9999998, y: 0.9999998, z: 1} + - name: Ring Intermediate_L + parentName: Ring Proximal_L + position: {x: -0.042541273, y: -0.00000015258789, z: -0.000000009536743} + rotation: {x: -0.0011089139, y: -0.00060523074, z: -0.03188464, w: 0.99949074} + scale: {x: 1, y: 1, z: 1} + - name: Ring Distal_L + parentName: Ring Intermediate_L + position: {x: -0.032304306, y: 0, z: -0.000000009536743} + rotation: {x: -0.00195807, y: 0.0021218343, z: -0.0403652, w: 0.99918085} + scale: {x: 1.0000002, y: 1.0000002, z: 1} + - name: Little Proximal_L + parentName: Hand_L + position: {x: -0.07310261, y: 0.009476165, z: 0.036707878} + rotation: {x: -0.2233959, y: 0.03581828, z: -0.00854546, w: 0.974032} + scale: {x: 0.9999998, y: 0.9999998, z: 1} + - name: Little Intermediate_L + parentName: Little Proximal_L + position: {x: -0.0288834, y: 0.00000015258789, z: 0.000000038146972} + rotation: {x: -0.0005739925, y: 0.00033977616, z: -0.034675606, w: 0.99939847} + scale: {x: 1, y: 1, z: 1} + - name: Little Distal_L + parentName: Little Intermediate_L + position: {x: -0.017963294, y: -0.00000030517577, z: 0} + rotation: {x: 0.0004248866, y: 0.00027329757, z: -0.028401623, w: 0.9995965} + scale: {x: 1.0000002, y: 1.0000002, z: 1} + - name: Neck + parentName: Upper Chest + position: {x: -0.25694412, y: 0.000041007996, z: -0.00000023291155} + rotation: {x: -0.0000015347275, y: -0.0000012973799, z: -0.22457749, w: 0.97445625} + scale: {x: 1.0000004, y: 1.0000004, z: 1} + - name: Head + parentName: Neck + position: {x: -0.116071925, y: 0.000000038146972, z: -0.000000077152286} + rotation: {x: -0.00000020574244, y: 0.0000006410187, z: 0.09472147, w: 0.99550384} + scale: {x: 0.99999976, y: 0.99999976, z: 1} + - name: Upper Leg_L + parentName: Hips + position: {x: 0.00000015258789, y: 0.0000002002716, z: 0.11154587} + rotation: {x: 0.04017875, y: 0.9962402, z: 0.07294631, w: 0.023874542} + scale: {x: 1.0000001, y: 1.0000004, z: 1.0000004} + - name: Lower Leg_L + parentName: Upper Leg_L + position: {x: -0.45752007, y: -0.00000024318695, z: 0.000000019073486} + rotation: {x: 0.00000004043173, y: 0.00000027607135, z: 0.009576469, w: 0.99995416} + scale: {x: 1, y: 1, z: 1} + - name: Foot_L + parentName: Lower Leg_L + position: {x: -0.41705385, y: 0.000000013113022, z: -0.00000022888183} + rotation: {x: -0.00002036337, y: 0.022161545, z: -0.001014476, w: 0.9997539} + scale: {x: 1.0000002, y: 1.0000002, z: 1} + - name: Toes_L + parentName: Foot_L + position: {x: -0.065367535, y: 0.13628978, z: 0.00050539017} + rotation: {x: 9.802837e-10, y: 0.00000028177502, z: -0.7071068, w: 0.70710677} + scale: {x: 0.9999996, y: 0.9999996, 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: 1 + hasExtraRoot: 1 + skeletonHasParents: 1 + lastHumanDescriptionAvatarSource: {fileID: 9000000, guid: d5317c42c7d79dd41b326383ba7a0871, type: 3} + autoGenerateAvatarMappingIfUnspecified: 1 + animationType: 3 + humanoidOversampling: 1 + avatarSetup: 2 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + importBlendShapeDeformPercent: 1 + remapMaterialsIfMaterialImportModeIsNone: 0 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/04_Models/Characters/ToonCharacterModular/Animations/FeMale@CuteAndShy.FBX b/Assets/04_Models/Characters/ToonCharacterModular/Animations/FeMale@CuteAndShy.FBX new file mode 100644 index 00000000..d5f35a95 --- /dev/null +++ b/Assets/04_Models/Characters/ToonCharacterModular/Animations/FeMale@CuteAndShy.FBX @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:49b9ff51076bee8105963490fed984d6cd4cdd485e77d3570ab60517c8fde255 +size 1431360 diff --git a/Assets/04_Models/Characters/ToonCharacterModular/Animations/FeMale@CuteAndShy.FBX.meta b/Assets/04_Models/Characters/ToonCharacterModular/Animations/FeMale@CuteAndShy.FBX.meta new file mode 100644 index 00000000..ee469c82 --- /dev/null +++ b/Assets/04_Models/Characters/ToonCharacterModular/Animations/FeMale@CuteAndShy.FBX.meta @@ -0,0 +1,841 @@ +fileFormatVersion: 2 +guid: 73f1aaa96f4c68448afe708ffdb2acc1 +AssetOrigin: + serializedVersion: 1 + productId: 277585 + packageName: KAWAII ANIMATIONS 100 + packageVersion: 1.10.3 + assetPath: Assets/KAWAII_ANIMATIOMS_100/Assets/Animations/Idle/@KA_Idle41_CuteShyPose.FBX + uploadId: 903416 +ModelImporter: + serializedVersion: 24501 + internalIDToNameTable: [] + externalObjects: {} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + searchTexturesGlobally: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 0 + motionNodeName: + animationImportErrors: + animationImportWarnings: + animationRetargetingWarnings: + animationDoRetargetingWarnings: 0 + importAnimatedCustomProperties: 0 + importConstraints: 0 + animationCompression: 0 + animationRotationError: 0.5 + animationPositionError: 0.5 + animationScaleError: 0.5 + animationWrapMode: 0 + extraExposedTransformPaths: [] + extraUserProperties: [] + clipAnimations: + - serializedVersion: 16 + name: FeMale_CuteAndShy + takeName: Unreal Take + internalID: 8993902097722301239 + firstFrame: 0 + lastFrame: 250 + wrapMode: 0 + orientationOffsetY: 0 + level: 0 + cycleOffset: 0 + loop: 0 + hasAdditiveReferencePose: 0 + loopTime: 0 + loopBlend: 0 + loopBlendOrientation: 0 + loopBlendPositionY: 0 + loopBlendPositionXZ: 0 + keepOriginalOrientation: 0 + keepOriginalPositionY: 1 + keepOriginalPositionXZ: 0 + heightFromFeet: 0 + mirror: 0 + bodyMask: 01000000010000000100000001000000010000000100000001000000010000000100000001000000010000000100000001000000 + curves: [] + events: [] + transformMask: [] + 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 + importUVs: -1 + importVertexColors: 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 + calculateBlendshapeNormalsDeltaFromImportedNormals: 1 + referencedClips: [] + importAnimation: 1 + humanDescription: + serializedVersion: 3 + human: + - boneName: Hips + 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: Upper Leg_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: Upper Leg_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: Lower Leg_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: Lower Leg_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 + 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: Chest + 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 + 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: Shoulder_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: Shoulder_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: Upper Arm_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: Upper Arm_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: Lower Arm_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: Lower Arm_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: Toes_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: Toes_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: Thumb Proximal_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 Intermediate_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 Distal_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 Proximal_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 Intermediate_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 Distal_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 Proximal_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 Intermediate_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 Distal_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 Proximal_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 Intermediate_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 Distal_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: Little Proximal_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: Little Intermediate_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: Little Distal_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 Proximal_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 Intermediate_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 Distal_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 Proximal_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 Intermediate_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 Distal_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 Proximal_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 Intermediate_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 Distal_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 Proximal_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 Intermediate_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 Distal_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: Little Proximal_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: Little Intermediate_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: Little Distal_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: Upper Chest + 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: DummyDoll(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: DummyDoll + parentName: DummyDoll(Clone) + 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: root + parentName: DummyDoll(Clone) + 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: Hips + parentName: root + position: {x: -6.82121e-15, y: -0.02650445, z: 0.9547189} + rotation: {x: 0.70675755, y: -0.022218937, z: -0.70675725, w: 0.022235028} + scale: {x: 1.000001, y: 0.9999996, z: 0.99999964} + - name: Upper Leg_R + parentName: Hips + position: {x: -0.0000003814697, y: -0.000000104904174, z: -0.111545846} + rotation: {x: 0.040238734, y: 0.99623805, z: -0.07294469, w: -0.023870306} + scale: {x: 1.0000004, y: 1.0000001, z: 1.0000002} + - name: Lower Leg_R + parentName: Upper Leg_R + position: {x: -0.45751885, y: -0.0000002837181, z: 0.0000002002716} + rotation: {x: 0.000000029159045, y: 0.0000004938982, z: 0.009436982, w: 0.9999555} + scale: {x: 1, y: 1, z: 1} + - name: Foot_R + parentName: Lower Leg_R + position: {x: -0.4170541, y: -0.000000035762785, z: -0.00000021934508} + rotation: {x: 0.000024485393, y: -0.022163179, z: -0.00093511137, w: 0.99975395} + scale: {x: 1.0000002, y: 1.0000002, z: 1} + - name: Toes_R + parentName: Foot_R + position: {x: -0.06536754, y: 0.13628979, z: -0.0005054855} + rotation: {x: 0.00000010185003, y: 0.0000004479822, z: -0.7071068, w: 0.70710677} + scale: {x: 0.9999996, y: 0.9999996, z: 1} + - name: Spine + parentName: Hips + position: {x: -0.057038344, y: -0.0005969906, z: -0.000000038895376} + rotation: {x: 0.0000022535664, y: -0.00000020723392, z: -0.11373023, w: 0.9935117} + scale: {x: 1.0000002, y: 1.0000004, z: 0.9999999} + - name: Chest + parentName: Spine + position: {x: -0.1259011, y: 0.000000057220458, z: -0.000000088019114} + rotation: {x: 0.000000326137, y: -0.00000021156718, z: 0.11285861, w: 0.9936111} + scale: {x: 1, y: 1, z: 1} + - name: Upper Chest + parentName: Chest + position: {x: -0.12618561, y: 0, z: -0.00000008265287} + rotation: {x: 0.00000017826137, y: 0.0000010016455, z: 0.085924834, w: 0.99630165} + scale: {x: 0.99999994, y: 0.99999994, z: 1} + - name: Shoulder_R + parentName: Upper Chest + position: {x: -0.19631058, y: -0.011195851, z: -0.009313629} + rotation: {x: 0.65799737, y: 0.012223459, z: 0.75235724, w: 0.029132664} + scale: {x: 1, y: 1.0000002, z: 1.0000001} + - name: Upper Arm_R + parentName: Shoulder_R + position: {x: -0.1529511, y: 0.000000019073486, z: -0.00000030517577} + rotation: {x: -0.07702228, y: -0.045692272, z: 0.008915636, w: 0.99594194} + scale: {x: 0.99999994, y: 0.99999994, z: 1} + - name: Lower Arm_R + parentName: Upper Arm_R + position: {x: -0.27082127, y: -0.0000000047683715, z: -0.00000030517577} + rotation: {x: 0.0003026275, y: -0.0051772376, z: 0.04864607, w: 0.99880266} + scale: {x: 1.0000002, y: 1.0000002, z: 1} + - name: Hand_R + parentName: Lower Arm_R + position: {x: -0.26095122, y: -0.000000019073486, z: -0.00000015258789} + rotation: {x: 0.5919214, y: 0.05426045, z: -0.07947171, w: 0.8002307} + scale: {x: 1, y: 1, z: 1} + - name: Thumb Proximal_R + parentName: Hand_R + position: {x: -0.023121718, y: 0.014302216, z: 0.025489386} + rotation: {x: -0.5153376, y: 0.27507347, z: 0.24598812, w: 0.77346736} + scale: {x: 1, y: 1, z: 1} + - name: Thumb Intermediate_R + parentName: Thumb Proximal_R + position: {x: -0.046355132, y: 0, z: 0} + rotation: {x: -0.0002379117, y: -0.010322337, z: -0.032720476, w: 0.9994112} + scale: {x: 1, y: 1, z: 1} + - name: Thumb Distal_R + parentName: Thumb Intermediate_R + position: {x: -0.02708561, y: 0, z: 0} + rotation: {x: 0.00027550853, y: 0.00007376621, z: -0.07339386, w: 0.997303} + scale: {x: 1.0000002, y: 1.0000002, z: 1} + - name: Index Proximal_R + parentName: Hand_R + position: {x: -0.08788635, y: -0.0027752684, z: 0.025675429} + rotation: {x: -0.07022335, y: -0.011976093, z: -0.03159469, w: 0.996959} + scale: {x: 1, y: 1, z: 1} + - name: Index Intermediate_R + parentName: Index Proximal_R + position: {x: -0.045769997, y: -0.00000015258789, z: -0.000000038146972} + rotation: {x: 0.000885106, y: 0.000052466952, z: -0.038343985, w: 0.99926424} + scale: {x: 1, y: 1, z: 1} + - name: Index Distal_R + parentName: Index Intermediate_R + position: {x: -0.024790192, y: 0.00000015258789, z: 0} + rotation: {x: -0.0003399891, y: 0.00047517155, z: 0.0027345195, w: 0.9999961} + scale: {x: 1.0000002, y: 1.0000002, z: 1} + - name: Middle Proximal_R + parentName: Hand_R + position: {x: -0.086268306, y: -0.007767639, z: 0.0015431213} + rotation: {x: 0.03081698, y: -0.01612433, z: -0.02781587, w: 0.9990078} + scale: {x: 1, y: 1, z: 1} + - name: Middle Intermediate_R + parentName: Middle Proximal_R + position: {x: -0.049218368, y: 0, z: -0.000000019073486} + rotation: {x: -0.001065745, y: 0.0006256154, z: -0.035168123, w: 0.99938065} + scale: {x: 1, y: 1, z: 1} + - name: Middle Distal_R + parentName: Middle Intermediate_R + position: {x: -0.028990936, y: 0, z: 0} + rotation: {x: 0.00010087575, y: -0.00009773458, z: -0.023277627, w: 0.99972904} + scale: {x: 1.0000002, y: 1.0000002, z: 1} + - name: Ring Proximal_R + parentName: Hand_R + position: {x: -0.079506226, y: -0.0018624878, z: -0.019933814} + rotation: {x: 0.114333056, y: -0.029358352, z: -0.02064766, w: 0.9927939} + scale: {x: 1, y: 1, z: 1} + - name: Ring Intermediate_R + parentName: Ring Proximal_R + position: {x: -0.042541236, y: -0.00000030517577, z: 0.000000019073486} + rotation: {x: 0.0011102251, y: 0.00060450047, z: -0.03187894, w: 0.9994909} + scale: {x: 1, y: 1, z: 1} + - name: Ring Distal_R + parentName: Ring Intermediate_R + position: {x: -0.03230427, y: 0, z: 0.000000019073486} + rotation: {x: 0.001957161, y: -0.0021207754, z: -0.040364835, w: 0.99918085} + scale: {x: 1.0000002, y: 1.0000002, z: 1} + - name: Little Proximal_R + parentName: Hand_R + position: {x: -0.07310257, y: 0.009476013, z: -0.036707878} + rotation: {x: 0.22339673, y: -0.03582061, z: -0.008547372, w: 0.9740317} + scale: {x: 1, y: 1, z: 1} + - name: Little Intermediate_R + parentName: Little Proximal_R + position: {x: -0.028883476, y: 0.00000015258789, z: 0} + rotation: {x: 0.0005747375, y: -0.0003388187, z: -0.03467814, w: 0.99939835} + scale: {x: 1, y: 1, z: 1} + - name: Little Distal_R + parentName: Little Intermediate_R + position: {x: -0.017963257, y: 0.00000015258789, z: -0.000000076293944} + rotation: {x: -0.00042258337, y: -0.00027532896, z: -0.028401475, w: 0.9995965} + scale: {x: 1.0000002, y: 1.0000002, z: 1} + - name: Shoulder_L + parentName: Upper Chest + position: {x: -0.19631058, y: -0.011195831, z: 0.009313463} + rotation: {x: -0.65799737, y: -0.012223926, z: 0.7523572, w: 0.029132215} + scale: {x: 1, y: 1.0000001, z: 1.0000001} + - name: Upper Arm_L + parentName: Shoulder_L + position: {x: -0.15295114, y: 0.000000076293944, z: 0} + rotation: {x: 0.077022836, y: 0.045693275, z: 0.008920248, w: 0.9959418} + scale: {x: 0.99999994, y: 0.99999994, z: 1} + - name: Lower Arm_L + parentName: Upper Arm_L + position: {x: -0.27082127, y: -0.000000019073486, z: -0.00000015258789} + rotation: {x: -0.0003028288, y: 0.0051775225, z: 0.048645057, w: 0.99880266} + scale: {x: 1.0000002, y: 1.0000002, z: 1} + - name: Hand_L + parentName: Lower Arm_L + position: {x: -0.2609512, y: -0.000000009536743, z: 0} + rotation: {x: -0.5919214, y: -0.054261003, z: -0.07947178, w: 0.8002306} + scale: {x: 1, y: 1, z: 1} + - name: Thumb Proximal_L + parentName: Hand_L + position: {x: -0.023121757, y: 0.014302216, z: -0.025489425} + rotation: {x: 0.5153367, y: -0.27507105, z: 0.24598962, w: 0.7734683} + scale: {x: 0.9999998, y: 0.9999998, z: 1} + - name: Thumb Intermediate_L + parentName: Thumb Proximal_L + position: {x: -0.046355132, y: 0, z: -0.00000015258789} + rotation: {x: 0.00023803097, y: 0.010317333, z: -0.03271555, w: 0.99941146} + scale: {x: 1, y: 1, z: 1} + - name: Thumb Distal_L + parentName: Thumb Intermediate_L + position: {x: -0.027085647, y: 0.000000009536743, z: 0} + rotation: {x: -0.00027762592, y: -0.000074311625, z: -0.07339762, w: 0.9973028} + scale: {x: 1.0000002, y: 1.0000002, z: 1} + - name: Index Proximal_L + parentName: Hand_L + position: {x: -0.08788647, y: -0.0027752684, z: -0.025675353} + rotation: {x: 0.07022479, y: 0.011974281, z: -0.031590175, w: 0.996959} + scale: {x: 0.9999998, y: 0.9999998, z: 1} + - name: Index Intermediate_L + parentName: Index Proximal_L + position: {x: -0.045769997, y: 0.00000015258789, z: 0} + rotation: {x: -0.0008913944, y: -0.00004922782, z: -0.03834936, w: 0.999264} + scale: {x: 1, y: 1, z: 1} + - name: Index Distal_L + parentName: Index Intermediate_L + position: {x: -0.024790496, y: 0, z: 0} + rotation: {x: 0.0003467974, y: -0.00048447173, z: 0.0027402185, w: 0.99999607} + scale: {x: 1.0000002, y: 1.0000002, z: 1} + - name: Middle Proximal_L + parentName: Hand_L + position: {x: -0.086268425, y: -0.007767639, z: -0.0015430831} + rotation: {x: -0.030818447, y: 0.01612563, z: -0.027813198, w: 0.9990078} + scale: {x: 0.9999998, y: 0.9999998, z: 1} + - name: Middle Intermediate_L + parentName: Middle Proximal_L + position: {x: -0.049218215, y: 0, z: 0} + rotation: {x: 0.0010690034, y: -0.00062743924, z: -0.03517249, w: 0.9993805} + scale: {x: 1, y: 1, z: 1} + - name: Middle Distal_L + parentName: Middle Intermediate_L + position: {x: -0.028990822, y: 0.00000015258789, z: 0} + rotation: {x: -0.000100977646, y: 0.00009784128, z: -0.023277435, w: 0.99972904} + scale: {x: 1.0000002, y: 1.0000002, z: 1} + - name: Ring Proximal_L + parentName: Hand_L + position: {x: -0.07950626, y: -0.0018623351, z: 0.01993389} + rotation: {x: -0.11433267, y: 0.029356854, z: -0.020644497, w: 0.99279404} + scale: {x: 0.9999998, y: 0.9999998, z: 1} + - name: Ring Intermediate_L + parentName: Ring Proximal_L + position: {x: -0.042541273, y: -0.00000015258789, z: -0.000000009536743} + rotation: {x: -0.0011089139, y: -0.00060523074, z: -0.03188464, w: 0.99949074} + scale: {x: 1, y: 1, z: 1} + - name: Ring Distal_L + parentName: Ring Intermediate_L + position: {x: -0.032304306, y: 0, z: -0.000000009536743} + rotation: {x: -0.00195807, y: 0.0021218343, z: -0.0403652, w: 0.99918085} + scale: {x: 1.0000002, y: 1.0000002, z: 1} + - name: Little Proximal_L + parentName: Hand_L + position: {x: -0.07310261, y: 0.009476165, z: 0.036707878} + rotation: {x: -0.2233959, y: 0.03581828, z: -0.00854546, w: 0.974032} + scale: {x: 0.9999998, y: 0.9999998, z: 1} + - name: Little Intermediate_L + parentName: Little Proximal_L + position: {x: -0.0288834, y: 0.00000015258789, z: 0.000000038146972} + rotation: {x: -0.0005739925, y: 0.00033977616, z: -0.034675606, w: 0.99939847} + scale: {x: 1, y: 1, z: 1} + - name: Little Distal_L + parentName: Little Intermediate_L + position: {x: -0.017963294, y: -0.00000030517577, z: 0} + rotation: {x: 0.0004248866, y: 0.00027329757, z: -0.028401623, w: 0.9995965} + scale: {x: 1.0000002, y: 1.0000002, z: 1} + - name: Neck + parentName: Upper Chest + position: {x: -0.25694412, y: 0.000041007996, z: -0.00000023291155} + rotation: {x: -0.0000015347275, y: -0.0000012973799, z: -0.22457749, w: 0.97445625} + scale: {x: 1.0000004, y: 1.0000004, z: 1} + - name: Head + parentName: Neck + position: {x: -0.116071925, y: 0.000000038146972, z: -0.000000077152286} + rotation: {x: -0.00000020574244, y: 0.0000006410187, z: 0.09472147, w: 0.99550384} + scale: {x: 0.99999976, y: 0.99999976, z: 1} + - name: Upper Leg_L + parentName: Hips + position: {x: 0.00000015258789, y: 0.0000002002716, z: 0.11154587} + rotation: {x: 0.04017875, y: 0.9962402, z: 0.07294631, w: 0.023874542} + scale: {x: 1.0000001, y: 1.0000004, z: 1.0000004} + - name: Lower Leg_L + parentName: Upper Leg_L + position: {x: -0.45752007, y: -0.00000024318695, z: 0.000000019073486} + rotation: {x: 0.00000004043173, y: 0.00000027607135, z: 0.009576469, w: 0.99995416} + scale: {x: 1, y: 1, z: 1} + - name: Foot_L + parentName: Lower Leg_L + position: {x: -0.41705385, y: 0.000000013113022, z: -0.00000022888183} + rotation: {x: -0.00002036337, y: 0.022161545, z: -0.001014476, w: 0.9997539} + scale: {x: 1.0000002, y: 1.0000002, z: 1} + - name: Toes_L + parentName: Foot_L + position: {x: -0.065367535, y: 0.13628978, z: 0.00050539017} + rotation: {x: 9.802837e-10, y: 0.00000028177502, z: -0.7071068, w: 0.70710677} + scale: {x: 0.9999996, y: 0.9999996, 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: 1 + hasExtraRoot: 1 + skeletonHasParents: 1 + lastHumanDescriptionAvatarSource: {fileID: 9000000, guid: d5317c42c7d79dd41b326383ba7a0871, type: 3} + autoGenerateAvatarMappingIfUnspecified: 1 + animationType: 3 + humanoidOversampling: 1 + avatarSetup: 2 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + importBlendShapeDeformPercent: 1 + remapMaterialsIfMaterialImportModeIsNone: 0 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/04_Models/Characters/ToonCharacterModular/Animations/FeMale@HappyAndGo.FBX b/Assets/04_Models/Characters/ToonCharacterModular/Animations/FeMale@HappyAndGo.FBX new file mode 100644 index 00000000..b029fc72 --- /dev/null +++ b/Assets/04_Models/Characters/ToonCharacterModular/Animations/FeMale@HappyAndGo.FBX @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3e38ba953c24223ced7214497279d7be49ba357bb79ec34a828a55fcac735d4a +size 1431344 diff --git a/Assets/04_Models/Characters/ToonCharacterModular/Animations/FeMale@HappyAndGo.FBX.meta b/Assets/04_Models/Characters/ToonCharacterModular/Animations/FeMale@HappyAndGo.FBX.meta new file mode 100644 index 00000000..009d9899 --- /dev/null +++ b/Assets/04_Models/Characters/ToonCharacterModular/Animations/FeMale@HappyAndGo.FBX.meta @@ -0,0 +1,841 @@ +fileFormatVersion: 2 +guid: 1c3ff9a48f523bc4bad928cb5bfd2ffc +AssetOrigin: + serializedVersion: 1 + productId: 323032 + packageName: KAWAII ANIMATIONS Cool Action + packageVersion: 1.4.2.1 + assetPath: Assets/KAWAII_ANIMATIOMS_CoolAction/Assets/Animations/Idle/@CA_Idle16_Happy2.FBX + uploadId: 948516 +ModelImporter: + serializedVersion: 24501 + internalIDToNameTable: [] + externalObjects: {} + materials: + materialImportMode: 2 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + searchTexturesGlobally: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 0 + motionNodeName: + animationImportErrors: + animationImportWarnings: + animationRetargetingWarnings: + animationDoRetargetingWarnings: 0 + importAnimatedCustomProperties: 0 + importConstraints: 0 + animationCompression: 0 + animationRotationError: 0.5 + animationPositionError: 0.5 + animationScaleError: 0.5 + animationWrapMode: 0 + extraExposedTransformPaths: [] + extraUserProperties: [] + clipAnimations: + - serializedVersion: 16 + name: FeMale_HappyAndGo + takeName: Unreal Take + internalID: 8993902097722301239 + firstFrame: 0 + lastFrame: 250 + wrapMode: 0 + orientationOffsetY: 0 + level: 0 + cycleOffset: 0 + loop: 0 + hasAdditiveReferencePose: 0 + loopTime: 0 + loopBlend: 0 + loopBlendOrientation: 0 + loopBlendPositionY: 0 + loopBlendPositionXZ: 0 + keepOriginalOrientation: 0 + keepOriginalPositionY: 1 + keepOriginalPositionXZ: 0 + heightFromFeet: 0 + mirror: 0 + bodyMask: 01000000010000000100000001000000010000000100000001000000010000000100000001000000010000000100000001000000 + curves: [] + events: [] + transformMask: [] + 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 + importUVs: -1 + importVertexColors: 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 + calculateBlendshapeNormalsDeltaFromImportedNormals: 1 + referencedClips: [] + importAnimation: 1 + humanDescription: + serializedVersion: 3 + human: + - boneName: Hips + 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: Upper Leg_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: Upper Leg_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: Lower Leg_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: Lower Leg_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 + 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: Chest + 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 + 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: Shoulder_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: Shoulder_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: Upper Arm_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: Upper Arm_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: Lower Arm_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: Lower Arm_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: Toes_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: Toes_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: Thumb Proximal_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 Intermediate_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 Distal_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 Proximal_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 Intermediate_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 Distal_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 Proximal_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 Intermediate_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 Distal_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 Proximal_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 Intermediate_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 Distal_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: Little Proximal_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: Little Intermediate_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: Little Distal_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 Proximal_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 Intermediate_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 Distal_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 Proximal_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 Intermediate_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 Distal_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 Proximal_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 Intermediate_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 Distal_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 Proximal_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 Intermediate_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 Distal_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: Little Proximal_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: Little Intermediate_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: Little Distal_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: Upper Chest + 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: DummyDoll(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: DummyDoll + parentName: DummyDoll(Clone) + 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: root + parentName: DummyDoll(Clone) + 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: Hips + parentName: root + position: {x: -6.82121e-15, y: -0.02650445, z: 0.9547189} + rotation: {x: 0.7067575, y: -0.02221897, z: -0.70675725, w: 0.022235034} + scale: {x: 1.0000012, y: 1, z: 1} + - name: Upper Leg_R + parentName: Hips + position: {x: -0.0000003814697, y: -0.000000104904174, z: -0.111545846} + rotation: {x: 0.04023854, y: 0.99623907, z: -0.07292982, w: -0.023870554} + scale: {x: 1.000001, y: 1.0000004, z: 1.000001} + - name: Lower Leg_R + parentName: Upper Leg_R + position: {x: -0.45751986, y: -0.00000028610228, z: 0.00000020980835} + rotation: {x: -0.000002323417, y: 0.00000033527613, z: 0.009436961, w: 0.99995553} + scale: {x: 1.0000001, y: 1, z: 1} + - name: Foot_R + parentName: Lower Leg_R + position: {x: -0.41705382, y: -0.000000027418135, z: -0.00000022888183} + rotation: {x: 0.000013651865, y: -0.022163095, z: -0.00093569356, w: 0.99975395} + scale: {x: 1.0000002, y: 1.0000005, z: 1.0000001} + - name: Toes_R + parentName: Foot_R + position: {x: -0.06536753, y: 0.13628982, z: -0.0005055046} + rotation: {x: 0.000013050681, y: 0.000012649221, z: -0.7071068, w: 0.7071068} + scale: {x: 0.9999996, y: 0.99999946, z: 1} + - name: Spine + parentName: Hips + position: {x: -0.057038344, y: -0.0005969906, z: -0.00000009611583} + rotation: {x: 0.00001578033, y: 0.00000043213367, z: -0.11373003, w: 0.99351174} + scale: {x: 1.0000001, y: 1.0000001, z: 0.99999976} + - name: Chest + parentName: Spine + position: {x: -0.1259011, y: 0.000000038146972, z: -0.00000003548909} + rotation: {x: -0.000011686723, y: -0.0000006060312, z: 0.11285848, w: 0.9936111} + scale: {x: 1.0000001, y: 1.0000001, z: 1.0000001} + - name: Upper Chest + parentName: Chest + position: {x: -0.12618561, y: 0, z: -0.000000077125485} + rotation: {x: 0.000006577671, y: -0.000000024844093, z: 0.08592472, w: 0.99630165} + scale: {x: 1.0000002, y: 1.0000001, z: 1.0000004} + - name: Shoulder_L + parentName: Upper Chest + position: {x: -0.19631065, y: -0.011195851, z: 0.009313557} + rotation: {x: -0.6579977, y: -0.012225862, z: 0.7523569, w: 0.029133553} + scale: {x: 0.9999999, y: 1.0000001, z: 1.0000002} + - name: Upper Arm_L + parentName: Shoulder_L + position: {x: -0.15295117, y: 0.000000057220458, z: 0} + rotation: {x: 0.077022985, y: 0.045693193, z: 0.008920239, w: 0.99594176} + scale: {x: 1, y: 1.0000002, z: 1.0000001} + - name: Lower Arm_L + parentName: Upper Arm_L + position: {x: -0.27082127, y: -0.000000038146972, z: -0.00000015258789} + rotation: {x: -0.00030267224, y: 0.0051756664, z: 0.048650026, w: 0.9988025} + scale: {x: 1.0000001, y: 1.0000006, z: 1.0000001} + - name: Hand_L + parentName: Lower Arm_L + position: {x: -0.2609512, y: 0.000000009536743, z: 0} + rotation: {x: 0.5919212, y: 0.054261044, z: 0.079471834, w: -0.80023086} + scale: {x: 1, y: 0.9999996, z: 0.9999998} + - name: Thumb Proximal_L + parentName: Hand_L + position: {x: -0.023121795, y: 0.014302216, z: -0.025489349} + rotation: {x: -0.51533777, y: 0.2750721, z: -0.24598709, w: -0.77346796} + scale: {x: 0.99999946, y: 0.99999994, z: 1.0000001} + - name: Thumb Intermediate_L + parentName: Thumb Proximal_L + position: {x: -0.046355132, y: 0.000000038146972, z: 0} + rotation: {x: 0.00023815018, y: 0.01032, z: -0.032716922, w: 0.99941134} + scale: {x: 1.0000006, y: 0.9999998, z: 0.99999994} + - name: Thumb Distal_L + parentName: Thumb Intermediate_L + position: {x: -0.02708561, y: 0.000000009536743, z: 0} + rotation: {x: -0.0002777229, y: -0.00007432325, z: -0.073397666, w: 0.9973028} + scale: {x: 1.0000002, y: 1.0000004, z: 1.0000002} + - name: Index Proximal_L + parentName: Hand_L + position: {x: -0.08788647, y: -0.0027752684, z: -0.025675353} + rotation: {x: 0.07022476, y: 0.011974489, z: -0.0315922, w: 0.9969589} + scale: {x: 0.99999994, y: 1.0000002, z: 1.0000002} + - name: Index Intermediate_L + parentName: Index Proximal_L + position: {x: -0.045769997, y: 0.00000015258789, z: 0} + rotation: {x: -0.00089170696, y: -0.00004752814, z: -0.038353365, w: 0.9992639} + scale: {x: 0.9999998, y: 1.0000011, z: 1.0000007} + - name: Index Distal_L + parentName: Index Intermediate_L + position: {x: -0.024790496, y: -0.00000015258789, z: 0} + rotation: {x: 0.00034688413, y: -0.0004844442, z: 0.0027401447, w: 0.99999607} + scale: {x: 1.0000002, y: 1, z: 0.9999998} + - name: Middle Proximal_L + parentName: Hand_L + position: {x: -0.08626846, y: -0.007767639, z: -0.0015430069} + rotation: {x: -0.030818503, y: 0.016126717, z: -0.027815634, w: 0.9990078} + scale: {x: 0.9999997, y: 1.0000002, z: 1.0000004} + - name: Middle Intermediate_L + parentName: Middle Proximal_L + position: {x: -0.049218215, y: 0, z: 0} + rotation: {x: 0.0010687158, y: -0.0006290967, z: -0.03517079, w: 0.99938065} + scale: {x: 0.9999996, y: 1.0000007, z: 1.0000005} + - name: Middle Distal_L + parentName: Middle Intermediate_L + position: {x: -0.02899086, y: 0, z: 0} + rotation: {x: -0.000101059755, y: 0.00009786776, z: -0.023277622, w: 0.99972904} + scale: {x: 1.0000001, y: 1.0000007, z: 1.0000002} + - name: Ring Proximal_L + parentName: Hand_L + position: {x: -0.07950626, y: -0.0018623351, z: 0.01993389} + rotation: {x: -0.11433235, y: 0.02935775, z: -0.020648312, w: 0.99279404} + scale: {x: 0.9999996, y: 1, z: 1.0000004} + - name: Ring Intermediate_L + parentName: Ring Proximal_L + position: {x: -0.042541314, y: -0.00000015258789, z: -0.000000009536743} + rotation: {x: -0.0011092863, y: -0.0006048694, z: -0.031884514, w: 0.9994908} + scale: {x: 0.99999946, y: 1.000001, z: 1.0000001} + - name: Ring Distal_L + parentName: Ring Intermediate_L + position: {x: -0.032304306, y: 0, z: -0.000000009536743} + rotation: {x: -0.0019579453, y: 0.002121872, z: -0.040365167, w: 0.9991809} + scale: {x: 1.0000002, y: 1.0000006, z: 1.0000002} + - name: Little Proximal_L + parentName: Hand_L + position: {x: -0.07310261, y: 0.009476165, z: 0.036707915} + rotation: {x: -0.22339627, y: 0.035820525, z: -0.008547902, w: 0.9740318} + scale: {x: 0.9999998, y: 1.0000001, z: 1.0000007} + - name: Little Intermediate_L + parentName: Little Proximal_L + position: {x: -0.028883476, y: 0, z: 0} + rotation: {x: -0.0005734409, y: 0.00033777178, z: -0.034688268, w: 0.999398} + scale: {x: 0.99999946, y: 1.0000008, z: 1.0000001} + - name: Little Distal_L + parentName: Little Intermediate_L + position: {x: -0.017963333, y: -0.00000015258789, z: 0} + rotation: {x: 0.00042480364, y: 0.00027337705, z: -0.028401673, w: 0.9995965} + scale: {x: 1.0000004, y: 1.0000011, z: 1.0000008} + - name: Shoulder_R + parentName: Upper Chest + position: {x: -0.19631065, y: -0.011195831, z: -0.009313521} + rotation: {x: 0.657997, y: 0.012222222, z: 0.7523577, w: 0.029130789} + scale: {x: 1, y: 1.0000001, z: 1.0000001} + - name: Upper Arm_R + parentName: Shoulder_R + position: {x: -0.15295114, y: 0.000000038146972, z: 0} + rotation: {x: -0.077022225, y: -0.045692418, z: 0.008915588, w: 0.9959419} + scale: {x: 1.0000006, y: 1.0000004, z: 1.0000002} + - name: Lower Arm_R + parentName: Upper Arm_R + position: {x: -0.27082127, y: -0.000000057220458, z: -0.00000030517577} + rotation: {x: 0.00030289576, y: -0.0051792315, z: 0.048641257, w: 0.9988029} + scale: {x: 1.0000005, y: 1.0000005, z: 1.0000004} + - name: Hand_R + parentName: Lower Arm_R + position: {x: -0.26095122, y: -0.000000009536743, z: -0.00000015258789} + rotation: {x: 0.5919213, y: 0.054260463, z: -0.0794717, w: 0.80023074} + scale: {x: 1, y: 1.0000002, z: 0.99999994} + - name: Thumb Proximal_R + parentName: Hand_R + position: {x: -0.023121605, y: 0.014302216, z: 0.025489425} + rotation: {x: -0.51533794, y: 0.27507442, z: 0.2459884, w: 0.7734666} + scale: {x: 1, y: 0.99999994, z: 0.9999997} + - name: Thumb Intermediate_R + parentName: Thumb Proximal_R + position: {x: -0.046355095, y: 0, z: 0} + rotation: {x: 0.000238329, y: 0.010319702, z: 0.03271679, w: -0.9994114} + scale: {x: 1.0000002, y: 1, z: 1.0000002} + - name: Thumb Distal_R + parentName: Thumb Intermediate_R + position: {x: -0.027085647, y: 0, z: 0} + rotation: {x: 0.0002754793, y: 0.0000738613, z: -0.07339384, w: 0.997303} + scale: {x: 1.0000008, y: 1.0000008, z: 1.0000005} + - name: Index Proximal_R + parentName: Hand_R + position: {x: -0.0878862, y: -0.0027752684, z: 0.025675392} + rotation: {x: -0.07022348, y: -0.011976285, z: -0.03159361, w: 0.996959} + scale: {x: 0.9999996, y: 1, z: 1} + - name: Index Intermediate_R + parentName: Index Proximal_R + position: {x: -0.045769997, y: 0, z: 0} + rotation: {x: 0.00088514324, y: 0.000052892567, z: -0.03834717, w: 0.9992641} + scale: {x: 1, y: 1.0000005, z: 0.99999994} + - name: Index Distal_R + parentName: Index Intermediate_R + position: {x: -0.024790343, y: 0.00000015258789, z: 0.000000038146972} + rotation: {x: -0.00034004357, y: 0.00047514582, z: 0.0027345135, w: 0.99999607} + scale: {x: 1.0000005, y: 1.0000006, z: 0.99999994} + - name: Middle Proximal_R + parentName: Hand_R + position: {x: -0.086268306, y: -0.007767639, z: 0.0015430831} + rotation: {x: 0.030816797, y: -0.016124489, z: -0.02781593, w: 0.9990079} + scale: {x: 0.9999998, y: 1.0000001, z: 0.99999994} + - name: Middle Intermediate_R + parentName: Middle Proximal_R + position: {x: -0.04921833, y: 0, z: 0} + rotation: {x: -0.0010662427, y: 0.00062865077, z: -0.035168283, w: 0.9993807} + scale: {x: 0.9999996, y: 1.0000004, z: 0.99999994} + - name: Middle Distal_R + parentName: Middle Intermediate_R + position: {x: -0.02899086, y: 0.00000015258789, z: 0} + rotation: {x: 0.00010100708, y: -0.00009790106, z: -0.023277648, w: 0.99972904} + scale: {x: 1.0000011, y: 1.0000011, z: 0.99999994} + - name: Ring Proximal_R + parentName: Hand_R + position: {x: -0.07950611, y: -0.0018624878, z: -0.019933814} + rotation: {x: 0.11433283, y: -0.029358406, z: -0.020647997, w: 0.992794} + scale: {x: 0.9999996, y: 0.9999998, z: 1} + - name: Ring Intermediate_R + parentName: Ring Proximal_R + position: {x: -0.042541236, y: -0.00000015258789, z: 0.000000009536743} + rotation: {x: 0.0011099495, y: 0.00060545054, z: -0.031884342, w: 0.99949074} + scale: {x: 0.9999998, y: 1.0000008, z: 0.99999994} + - name: Ring Distal_R + parentName: Ring Intermediate_R + position: {x: -0.03230419, y: 0, z: 0} + rotation: {x: 0.0019570903, y: -0.0021208315, z: -0.040364902, w: 0.99918085} + scale: {x: 1.0000002, y: 1.0000008, z: 1} + - name: Little Proximal_R + parentName: Hand_R + position: {x: -0.07310253, y: 0.009476165, z: -0.03670784} + rotation: {x: 0.22339691, y: -0.035820927, z: -0.008547316, w: 0.9740316} + scale: {x: 0.99999994, y: 1.0000001, z: 1.0000001} + - name: Little Intermediate_R + parentName: Little Proximal_R + position: {x: -0.028883476, y: 0, z: 0.000000038146972} + rotation: {x: 0.0005751994, y: -0.00033720935, z: -0.034680314, w: 0.99939823} + scale: {x: 1.0000005, y: 1.0000013, z: 0.99999994} + - name: Little Distal_R + parentName: Little Intermediate_R + position: {x: -0.017963294, y: 0, z: -0.000000038146972} + rotation: {x: -0.00042277697, y: -0.00027530172, z: -0.028401557, w: 0.99959654} + scale: {x: 1.0000002, y: 1.0000004, z: 1.0000001} + - name: Neck + parentName: Upper Chest + position: {x: -0.25694403, y: 0.000041007996, z: 0.000000044311598} + rotation: {x: 0.0000031539769, y: -0.0000013356142, z: -0.22457728, w: 0.97445625} + scale: {x: 1.0000005, y: 1.0000008, z: 1.0000002} + - name: Head + parentName: Neck + position: {x: -0.11607208, y: 0.000000038146972, z: -0.00000007108523} + rotation: {x: 0.000015159988, y: 0.0000026277648, z: 0.09472142, w: 0.9955039} + scale: {x: 0.99999994, y: 1, z: 1} + - name: Upper Leg_L + parentName: Hips + position: {x: 0.00000015258789, y: 0.0000002002716, z: 0.11154587} + rotation: {x: 0.040178895, y: 0.9962392, z: 0.07296066, w: 0.023874106} + scale: {x: 1.0000002, y: 1.0000004, z: 1.0000004} + - name: Lower Leg_L + parentName: Upper Leg_L + position: {x: -0.457519, y: -0.0000002479553, z: 0.000000019073486} + rotation: {x: -0.0000014811519, y: 0.000000057741993, z: 0.009576383, w: 0.99995416} + scale: {x: 1, y: 1.0000001, z: 1} + - name: Foot_L + parentName: Lower Leg_L + position: {x: -0.4170541, y: 0.000000005960464, z: -0.00000019073485} + rotation: {x: -0.000029601193, y: 0.022161571, z: -0.0010140386, w: 0.9997539} + scale: {x: 1.0000004, y: 1.0000004, z: 1.0000001} + - name: Toes_L + parentName: Foot_L + position: {x: -0.06536754, y: 0.13628978, z: 0.0005053997} + rotation: {x: 0.0000107720325, y: 0.000010317189, z: -0.7071067, w: 0.70710677} + scale: {x: 1.0000001, y: 0.9999998, z: 1.0000005} + armTwist: 0.5 + foreArmTwist: 0.5 + upperLegTwist: 0.5 + legTwist: 0.5 + armStretch: 0.05 + legStretch: 0.05 + feetSpacing: 0 + globalScale: 1 + rootMotionBoneName: + hasTranslationDoF: 1 + hasExtraRoot: 1 + skeletonHasParents: 1 + lastHumanDescriptionAvatarSource: {fileID: 9000000, guid: 42f77f859e2dfc9478d5ef7e36515908, type: 3} + autoGenerateAvatarMappingIfUnspecified: 1 + animationType: 3 + humanoidOversampling: 1 + avatarSetup: 2 + addHumanoidExtraRootOnlyWhenUsingAvatar: 1 + importBlendShapeDeformPercent: 1 + remapMaterialsIfMaterialImportModeIsNone: 0 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/04_Models/Characters/ToonCharacterModular/Animations/FeMale@Speak_RightHandFront.fbx b/Assets/04_Models/Characters/ToonCharacterModular/Animations/FeMale@Speak_RightHandFront.fbx new file mode 100644 index 00000000..8bb1b46a --- /dev/null +++ b/Assets/04_Models/Characters/ToonCharacterModular/Animations/FeMale@Speak_RightHandFront.fbx @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8a37aff545455c5a9a0a81d8c70062287c448c58764e709f926244217a4f41be +size 2127792 diff --git a/Assets/04_Models/Characters/ToonCharacterModular/Animations/FeMale@Speak_RightHandFront.fbx.meta b/Assets/04_Models/Characters/ToonCharacterModular/Animations/FeMale@Speak_RightHandFront.fbx.meta new file mode 100644 index 00000000..be9def6d --- /dev/null +++ b/Assets/04_Models/Characters/ToonCharacterModular/Animations/FeMale@Speak_RightHandFront.fbx.meta @@ -0,0 +1,1310 @@ +fileFormatVersion: 2 +guid: acc6cc8555ee8bc4796b8a3040449d36 +ModelImporter: + serializedVersion: 24501 + internalIDToNameTable: + - first: + 1: 100000 + second: //RootNode + - first: + 1: 100002 + second: Ankle_L + - first: + 1: 100004 + second: Ankle_R + - first: + 1: 100006 + second: Chest_M + - first: + 1: 100008 + second: Cup_L + - first: + 1: 100010 + second: Cup_R + - first: + 1: 100012 + second: Elbow_L + - first: + 1: 100014 + second: Elbow_R + - first: + 1: 100016 + second: Head_M + - first: + 1: 100018 + second: HeadEnd_M + - first: + 1: 100020 + second: Hip_L + - first: + 1: 100022 + second: Hip_R + - first: + 1: 100024 + second: IndexFinger1_L + - first: + 1: 100026 + second: IndexFinger1_R + - first: + 1: 100028 + second: IndexFinger2_L + - first: + 1: 100030 + second: IndexFinger2_R + - first: + 1: 100032 + second: IndexFinger3_L + - first: + 1: 100034 + second: IndexFinger3_R + - first: + 1: 100036 + second: IndexFinger4_L + - first: + 1: 100038 + second: IndexFinger4_R + - first: + 1: 100040 + second: Knee_L + - first: + 1: 100042 + second: Knee_R + - first: + 1: 100044 + second: MiddleFinger1_L + - first: + 1: 100046 + second: MiddleFinger1_R + - first: + 1: 100048 + second: MiddleFinger2_L + - first: + 1: 100050 + second: MiddleFinger2_R + - first: + 1: 100052 + second: MiddleFinger3_L + - first: + 1: 100054 + second: MiddleFinger3_R + - first: + 1: 100056 + second: MiddleFinger4_L + - first: + 1: 100058 + second: MiddleFinger4_R + - first: + 1: 100060 + second: Neck_M + - first: + 1: 100062 + second: PinkyFinger1_L + - first: + 1: 100064 + second: PinkyFinger1_R + - first: + 1: 100066 + second: PinkyFinger2_L + - first: + 1: 100068 + second: PinkyFinger2_R + - first: + 1: 100070 + second: PinkyFinger3_L + - first: + 1: 100072 + second: PinkyFinger3_R + - first: + 1: 100074 + second: PinkyFinger4_L + - first: + 1: 100076 + second: PinkyFinger4_R + - first: + 1: 100078 + second: RingFinger1_L + - first: + 1: 100080 + second: RingFinger1_R + - first: + 1: 100082 + second: RingFinger2_L + - first: + 1: 100084 + second: RingFinger2_R + - first: + 1: 100086 + second: RingFinger3_L + - first: + 1: 100088 + second: RingFinger3_R + - first: + 1: 100090 + second: RingFinger4_L + - first: + 1: 100092 + second: RingFinger4_R + - first: + 1: 100094 + second: Root + - first: + 1: 100096 + second: Root_M + - first: + 1: 100098 + second: Scapula_L + - first: + 1: 100100 + second: Scapula_R + - first: + 1: 100102 + second: Shoulder_L + - first: + 1: 100104 + second: Shoulder_R + - first: + 1: 100106 + second: Spine1_M + - first: + 1: 100108 + second: ThumbFinger1_L + - first: + 1: 100110 + second: ThumbFinger1_R + - first: + 1: 100112 + second: ThumbFinger2_L + - first: + 1: 100114 + second: ThumbFinger2_R + - first: + 1: 100116 + second: ThumbFinger3_L + - first: + 1: 100118 + second: ThumbFinger3_R + - first: + 1: 100120 + second: ThumbFinger4_L + - first: + 1: 100122 + second: ThumbFinger4_R + - first: + 1: 100124 + second: Toes_L + - first: + 1: 100126 + second: Toes_R + - first: + 1: 100128 + second: ToesEnd_L + - first: + 1: 100130 + second: ToesEnd_R + - first: + 1: 100132 + second: Wrist_L + - first: + 1: 100134 + second: Wrist_R + - first: + 4: 400000 + second: //RootNode + - first: + 4: 400002 + second: Ankle_L + - first: + 4: 400004 + second: Ankle_R + - first: + 4: 400006 + second: Chest_M + - first: + 4: 400008 + second: Cup_L + - first: + 4: 400010 + second: Cup_R + - first: + 4: 400012 + second: Elbow_L + - first: + 4: 400014 + second: Elbow_R + - first: + 4: 400016 + second: Head_M + - first: + 4: 400018 + second: HeadEnd_M + - first: + 4: 400020 + second: Hip_L + - first: + 4: 400022 + second: Hip_R + - first: + 4: 400024 + second: IndexFinger1_L + - first: + 4: 400026 + second: IndexFinger1_R + - first: + 4: 400028 + second: IndexFinger2_L + - first: + 4: 400030 + second: IndexFinger2_R + - first: + 4: 400032 + second: IndexFinger3_L + - first: + 4: 400034 + second: IndexFinger3_R + - first: + 4: 400036 + second: IndexFinger4_L + - first: + 4: 400038 + second: IndexFinger4_R + - first: + 4: 400040 + second: Knee_L + - first: + 4: 400042 + second: Knee_R + - first: + 4: 400044 + second: MiddleFinger1_L + - first: + 4: 400046 + second: MiddleFinger1_R + - first: + 4: 400048 + second: MiddleFinger2_L + - first: + 4: 400050 + second: MiddleFinger2_R + - first: + 4: 400052 + second: MiddleFinger3_L + - first: + 4: 400054 + second: MiddleFinger3_R + - first: + 4: 400056 + second: MiddleFinger4_L + - first: + 4: 400058 + second: MiddleFinger4_R + - first: + 4: 400060 + second: Neck_M + - first: + 4: 400062 + second: PinkyFinger1_L + - first: + 4: 400064 + second: PinkyFinger1_R + - first: + 4: 400066 + second: PinkyFinger2_L + - first: + 4: 400068 + second: PinkyFinger2_R + - first: + 4: 400070 + second: PinkyFinger3_L + - first: + 4: 400072 + second: PinkyFinger3_R + - first: + 4: 400074 + second: PinkyFinger4_L + - first: + 4: 400076 + second: PinkyFinger4_R + - first: + 4: 400078 + second: RingFinger1_L + - first: + 4: 400080 + second: RingFinger1_R + - first: + 4: 400082 + second: RingFinger2_L + - first: + 4: 400084 + second: RingFinger2_R + - first: + 4: 400086 + second: RingFinger3_L + - first: + 4: 400088 + second: RingFinger3_R + - first: + 4: 400090 + second: RingFinger4_L + - first: + 4: 400092 + second: RingFinger4_R + - first: + 4: 400094 + second: Root + - first: + 4: 400096 + second: Root_M + - first: + 4: 400098 + second: Scapula_L + - first: + 4: 400100 + second: Scapula_R + - first: + 4: 400102 + second: Shoulder_L + - first: + 4: 400104 + second: Shoulder_R + - first: + 4: 400106 + second: Spine1_M + - first: + 4: 400108 + second: ThumbFinger1_L + - first: + 4: 400110 + second: ThumbFinger1_R + - first: + 4: 400112 + second: ThumbFinger2_L + - first: + 4: 400114 + second: ThumbFinger2_R + - first: + 4: 400116 + second: ThumbFinger3_L + - first: + 4: 400118 + second: ThumbFinger3_R + - first: + 4: 400120 + second: ThumbFinger4_L + - first: + 4: 400122 + second: ThumbFinger4_R + - first: + 4: 400124 + second: Toes_L + - first: + 4: 400126 + second: Toes_R + - first: + 4: 400128 + second: ToesEnd_L + - first: + 4: 400130 + second: ToesEnd_R + - first: + 4: 400132 + second: Wrist_L + - first: + 4: 400134 + second: Wrist_R + - first: + 74: 7400000 + second: FeMale_Speak_RightHandFront + - first: + 95: 9500000 + second: //RootNode + externalObjects: {} + materials: + materialImportMode: 1 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + searchTexturesGlobally: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 0 + motionNodeName: + animationImportErrors: + animationImportWarnings: + animationRetargetingWarnings: + animationDoRetargetingWarnings: 0 + importAnimatedCustomProperties: 0 + importConstraints: 0 + animationCompression: 0 + animationRotationError: 0.5 + animationPositionError: 0.5 + animationScaleError: 0.5 + animationWrapMode: 0 + extraExposedTransformPaths: [] + extraUserProperties: [] + clipAnimations: + - serializedVersion: 16 + name: FeMale_Speak_RightHandFront + takeName: Take 001 + internalID: 0 + firstFrame: 0 + lastFrame: 204 + 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: 1 + heightFromFeet: 0 + mirror: 0 + bodyMask: 01000000010000000100000001000000010000000100000001000000010000000100000001000000010000000100000001000000 + curves: [] + events: [] + transformMask: [] + maskType: 3 + maskSource: {instanceID: 0} + additiveReferencePoseFrame: 0 + isReadable: 1 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importPhysicalCameras: 0 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 0 + fileIdsGeneration: 1 + 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 + importUVs: -1 + importVertexColors: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 0 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + tangentSpace: + normalSmoothAngle: 60 + normalImportMode: 0 + tangentImportMode: 3 + normalCalculationMode: 4 + legacyComputeAllNormalsFromSmoothingGroupsWhenMeshHasBlendShapes: 1 + blendShapeNormalImportMode: 1 + normalSmoothingSource: 0 + calculateBlendshapeNormalsDeltaFromImportedNormals: 1 + referencedClips: [] + importAnimation: 1 + humanDescription: + serializedVersion: 3 + human: + - boneName: Root_M + 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: Hip_L + humanName: LeftUpperLeg + limit: + min: {x: -60, y: -60, z: -90} + max: {x: 60, y: 60, z: 50} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: Hip_R + humanName: RightUpperLeg + limit: + min: {x: -60, y: -60, z: -90} + max: {x: 60, y: 60, z: 50} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: Knee_L + humanName: LeftLowerLeg + limit: + min: {x: -90, y: 0, z: -80} + max: {x: 90, y: 0, z: 80} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: Knee_R + humanName: RightLowerLeg + limit: + min: {x: -90, y: 0, z: -80} + max: {x: 90, y: 0, z: 80} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: Ankle_L + humanName: LeftFoot + limit: + min: {x: 0, y: -30, z: -50} + max: {x: 0, y: 30, z: 50} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: Ankle_R + humanName: RightFoot + limit: + min: {x: 0, y: -30, z: -50} + max: {x: 0, y: 30, z: 50} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: Spine1_M + humanName: Spine + limit: + min: {x: -40, y: -40, z: -40} + max: {x: 40, y: 40, z: 40} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: Chest_M + humanName: Chest + limit: + min: {x: -40, y: -40, z: -40} + max: {x: 40, y: 40, z: 40} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: Neck_M + humanName: Neck + limit: + min: {x: -40, y: -40, z: -40} + max: {x: 40, y: 40, z: 40} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: Head_M + humanName: Head + limit: + min: {x: -40, y: -40, z: -40} + max: {x: 40, y: 40, z: 40} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: Scapula_L + humanName: LeftShoulder + limit: + min: {x: 0, y: -15, z: -15} + max: {x: 0, y: 15, z: 30} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: Scapula_R + humanName: RightShoulder + limit: + min: {x: 0, y: -15, z: -15} + max: {x: 0, y: 15, z: 30} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: Shoulder_L + humanName: LeftUpperArm + limit: + min: {x: -90, y: -100, z: -60} + max: {x: 90, y: 100, z: 100} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: Shoulder_R + humanName: RightUpperArm + limit: + min: {x: -90, y: -100, z: -60} + max: {x: 90, y: 100, z: 100} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: Elbow_L + humanName: LeftLowerArm + limit: + min: {x: -90, y: 0, z: -80} + max: {x: 90, y: 0, z: 80} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: Elbow_R + humanName: RightLowerArm + limit: + min: {x: -90, y: 0, z: -80} + max: {x: 90, y: 0, z: 80} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: Wrist_L + humanName: LeftHand + limit: + min: {x: 0, y: -40, z: -80} + max: {x: 0, y: 40, z: 80} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: Wrist_R + humanName: RightHand + limit: + min: {x: 0, y: -40, z: -80} + max: {x: 0, y: 40, z: 80} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: Toes_L + humanName: LeftToes + limit: + min: {x: 0, y: 0, z: -50} + max: {x: 0, y: 0, z: 50} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: Toes_R + humanName: RightToes + limit: + min: {x: 0, y: 0, z: -50} + max: {x: 0, y: 0, z: 50} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: ThumbFinger1_L + humanName: Left Thumb Proximal + limit: + min: {x: 0, y: -25, z: -20} + max: {x: 0, y: 25, z: 20} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: ThumbFinger2_L + humanName: Left Thumb Intermediate + limit: + min: {x: 0, y: 0, z: -40} + max: {x: 0, y: 0, z: 35} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: ThumbFinger3_L + humanName: Left Thumb Distal + limit: + min: {x: 0, y: 0, z: -40} + max: {x: 0, y: 0, z: 35} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: IndexFinger1_L + humanName: Left Index Proximal + limit: + min: {x: 0, y: -20, z: -50} + max: {x: 0, y: 20, z: 50} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: IndexFinger2_L + humanName: Left Index Intermediate + limit: + min: {x: 0, y: 0, z: -45} + max: {x: 0, y: 0, z: 45} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: IndexFinger3_L + humanName: Left Index Distal + limit: + min: {x: 0, y: 0, z: -45} + max: {x: 0, y: 0, z: 45} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: MiddleFinger1_L + humanName: Left Middle Proximal + limit: + min: {x: 0, y: -7.5, z: -50} + max: {x: 0, y: 7.5, z: 50} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: MiddleFinger2_L + humanName: Left Middle Intermediate + limit: + min: {x: 0, y: 0, z: -45} + max: {x: 0, y: 0, z: 45} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: MiddleFinger3_L + humanName: Left Middle Distal + limit: + min: {x: 0, y: 0, z: -45} + max: {x: 0, y: 0, z: 45} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: RingFinger1_L + humanName: Left Ring Proximal + limit: + min: {x: 0, y: -7.5, z: -50} + max: {x: 0, y: 7.5, z: 50} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: RingFinger2_L + humanName: Left Ring Intermediate + limit: + min: {x: 0, y: 0, z: -45} + max: {x: 0, y: 0, z: 45} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: RingFinger3_L + humanName: Left Ring Distal + limit: + min: {x: 0, y: 0, z: -45} + max: {x: 0, y: 0, z: 45} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: PinkyFinger1_L + humanName: Left Little Proximal + limit: + min: {x: 0, y: -20, z: -50} + max: {x: 0, y: 20, z: 50} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: PinkyFinger2_L + humanName: Left Little Intermediate + limit: + min: {x: 0, y: 0, z: -45} + max: {x: 0, y: 0, z: 45} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: PinkyFinger3_L + humanName: Left Little Distal + limit: + min: {x: 0, y: 0, z: -45} + max: {x: 0, y: 0, z: 45} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: ThumbFinger1_R + humanName: Right Thumb Proximal + limit: + min: {x: 0, y: -25, z: -20} + max: {x: 0, y: 25, z: 20} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: ThumbFinger2_R + humanName: Right Thumb Intermediate + limit: + min: {x: 0, y: 0, z: -40} + max: {x: 0, y: 0, z: 35} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: ThumbFinger3_R + humanName: Right Thumb Distal + limit: + min: {x: 0, y: 0, z: -40} + max: {x: 0, y: 0, z: 35} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: IndexFinger1_R + humanName: Right Index Proximal + limit: + min: {x: 0, y: -20, z: -50} + max: {x: 0, y: 20, z: 50} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: IndexFinger2_R + humanName: Right Index Intermediate + limit: + min: {x: 0, y: 0, z: -45} + max: {x: 0, y: 0, z: 45} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: IndexFinger3_R + humanName: Right Index Distal + limit: + min: {x: 0, y: 0, z: -45} + max: {x: 0, y: 0, z: 45} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: MiddleFinger1_R + humanName: Right Middle Proximal + limit: + min: {x: 0, y: -7.5, z: -50} + max: {x: 0, y: 7.5, z: 50} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: MiddleFinger2_R + humanName: Right Middle Intermediate + limit: + min: {x: 0, y: 0, z: -45} + max: {x: 0, y: 0, z: 45} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: MiddleFinger3_R + humanName: Right Middle Distal + limit: + min: {x: 0, y: 0, z: -45} + max: {x: 0, y: 0, z: 45} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: RingFinger1_R + humanName: Right Ring Proximal + limit: + min: {x: 0, y: -7.5, z: -50} + max: {x: 0, y: 7.5, z: 50} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: RingFinger2_R + humanName: Right Ring Intermediate + limit: + min: {x: 0, y: 0, z: -45} + max: {x: 0, y: 0, z: 45} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: RingFinger3_R + humanName: Right Ring Distal + limit: + min: {x: 0, y: 0, z: -45} + max: {x: 0, y: 0, z: 45} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: PinkyFinger1_R + humanName: Right Little Proximal + limit: + min: {x: 0, y: -20, z: -50} + max: {x: 0, y: 20, z: 50} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: PinkyFinger2_R + humanName: Right Little Intermediate + limit: + min: {x: 0, y: 0, z: -45} + max: {x: 0, y: 0, z: 45} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: PinkyFinger3_R + humanName: Right Little Distal + limit: + min: {x: 0, y: 0, z: -45} + max: {x: 0, y: 0, z: 45} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + skeleton: + - name: AGIA_anime_girl(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: girl_geo + parentName: AGIA_anime_girl(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: Root + parentName: AGIA_anime_girl(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: Root_M + parentName: Root + position: {x: -1.6881752e-17, y: 0.8221307, z: 0.003411732} + rotation: {x: 0.5013384, y: -0.498658, z: -0.5013385, w: 0.498658} + scale: {x: 1, y: 1, z: 1.0000005} + - name: Hip_L + parentName: Root_M + position: {x: 0.049029913, y: -0.0042761336, z: 0.07817752} + rotation: {x: -0.9999121, y: -0.008365451, z: 0.008970841, w: 0.00503616} + scale: {x: 0.9999999, y: 0.99999994, z: 0.9999999} + - name: Knee_L + parentName: Hip_L + position: {x: 0.31095535, y: 1.9984014e-16, z: 3.375078e-16} + rotation: {x: -0, y: -0.000000059604645, z: 0.028239071, w: 0.99960124} + scale: {x: 1.0000001, y: 1.0000001, z: 1.0000001} + - name: Ankle_L + parentName: Knee_L + position: {x: 0.3902205, y: 7.904788e-16, z: 1.1652013e-13} + rotation: {x: -0.0014988184, y: 0.009021997, z: -0.022584245, w: 0.99970317} + scale: {x: 1.0000004, y: 1.0000004, z: 1.0000001} + - name: Toes_L + parentName: Ankle_L + position: {x: 0.056979615, y: -0.08035891, z: -4.8849814e-16} + rotation: {x: 0.010053083, y: -0.00864619, z: 0.6276857, w: -0.7783539} + scale: {x: 1.0000002, y: 1, z: 0.99999994} + - name: ToesEnd_L + parentName: Toes_L + position: {x: 0.053199217, y: -1.4699353e-15, z: 4.4408918e-17} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: Hip_R + parentName: Root_M + position: {x: 0.049029913, y: -0.0042761336, z: -0.07817752} + rotation: {x: -0.008365377, y: 0.9999121, z: -0.0050361003, w: 0.008970811} + scale: {x: 1.0000006, y: 1.0000005, z: 1.0000005} + - name: Knee_R + parentName: Hip_R + position: {x: -0.31095535, y: -3.7747583e-17, z: -3.907985e-16} + rotation: {x: 0.000000014901159, y: 0.000000014901159, z: 0.028239008, w: 0.9996012} + scale: {x: 0.99999994, y: 1.0000001, z: 1.0000005} + - name: Ankle_R + parentName: Knee_R + position: {x: -0.3902205, y: -2.4202863e-16, z: -1.164313e-13} + rotation: {x: -0.0014988185, y: 0.0090219965, z: -0.022584233, w: 0.9997031} + scale: {x: 1.0000001, y: 1.0000006, z: 1.0000005} + - name: Toes_R + parentName: Ankle_R + position: {x: -0.056979615, y: 0.08035891, z: 6.3060666e-16} + rotation: {x: -0.010053068, y: 0.00864619, z: -0.6276857, w: 0.7783539} + scale: {x: 1.0000004, y: 1.0000001, z: 0.9999999} + - name: ToesEnd_R + parentName: Toes_R + position: {x: -0.053199217, y: 2.1316282e-16, z: -5.3290704e-17} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: Spine1_M + parentName: Root_M + position: {x: -0.16367193, y: -4.1355808e-17, z: -7.0154835e-17} + rotation: {x: 0.000000029802322, y: 0.000000029802322, z: -0.020509928, w: 0.9997897} + scale: {x: 1.0000001, y: 1.0000002, z: 1.0000005} + - name: Chest_M + parentName: Spine1_M + position: {x: -0.11722062, y: 2.1316282e-16, z: 2.2266296e-15} + rotation: {x: -0, y: -0, z: 0.10804819, w: 0.9941457} + scale: {x: 1.0000004, y: 1.0000004, z: 1.0000001} + - name: Neck_M + parentName: Chest_M + position: {x: -0.13164777, y: -1.4566126e-15, z: 3.81513e-15} + rotation: {x: -0.000000014901161, y: 0.000000029802322, z: -0.07216133, w: 0.997393} + scale: {x: 1.0000006, y: 1.0000005, z: 1.0000004} + - name: Head_M + parentName: Neck_M + position: {x: -0.06983942, y: -8.437695e-17, z: 2.2530748e-16} + rotation: {x: 0.000000029802326, y: -0.000000029802326, z: -0.012843312, w: 0.99991757} + scale: {x: 1.0000005, y: 1.0000005, z: 1.0000005} + - name: HeadEnd_M + parentName: Head_M + position: {x: -0.21138681, y: -1.1857181e-15, z: 4.1343533e-17} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: Scapula_L + parentName: Chest_M + position: {x: -0.09045057, y: -0.005105916, z: 0.05628626} + rotation: {x: 0.7091064, y: -0.056436185, z: 0.6999917, w: 0.06320398} + scale: {x: 1.0000005, y: 1.0000005, z: 1} + - name: Shoulder_L + parentName: Scapula_L + position: {x: 0.051529888, y: -3.7525537e-16, z: -1.4210854e-16} + rotation: {x: -0.000169646, y: 0.0060237874, z: 0.028163454, w: 0.9995852} + scale: {x: 1.0000011, y: 1.0000005, z: 1.0000004} + - name: Elbow_L + parentName: Shoulder_L + position: {x: 0.22561638, y: -2.7755576e-17, z: -2.5579537e-15} + rotation: {x: -0.000000056257704, y: -0.0000000018626451, z: -0.052133556, w: 0.9986402} + scale: {x: 0.99999946, y: 0.99999964, z: 0.99999946} + - name: Wrist_L + parentName: Elbow_L + position: {x: 0.19679473, y: -3.375078e-16, z: -4.2632563e-16} + rotation: {x: 0.000022500233, y: 0.0071581835, z: -0.021106109, w: -0.9997516} + scale: {x: 1.0000015, y: 1.0000011, z: 1.0000012} + - name: Cup_L + parentName: Wrist_L + position: {x: 0.013477467, y: 0.008853624, z: -0.000092230075} + rotation: {x: 0.000055692257, y: -0.013246045, z: -0.004210803, w: 0.99990344} + scale: {x: 1.0000006, y: 1.0000005, z: 1.0000004} + - name: PinkyFinger1_L + parentName: Cup_L + position: {x: 0.058395766, y: 0.021628032, z: 0.0057751928} + rotation: {x: -0.025173824, y: -0.05282505, z: 0.0101833325, w: 0.9982345} + scale: {x: 1.0000006, y: 0.9999995, z: 1.0000005} + - name: PinkyFinger2_L + parentName: PinkyFinger1_L + position: {x: 0.017601052, y: -2.4868996e-16, z: 3.410605e-15} + rotation: {x: 0.0023334378, y: 0.023385163, z: 0.0010650605, w: 0.9997233} + scale: {x: 1.0000014, y: 1.0000007, z: 1.000001} + - name: PinkyFinger3_L + parentName: PinkyFinger2_L + position: {x: 0.015209734, y: 2.4868996e-16, z: -3.126388e-15} + rotation: {x: 0.018712314, y: 0.030862018, z: 0.00075492257, w: 0.9993482} + scale: {x: 0.9999998, y: 1.0000001, z: 0.99999994} + - name: PinkyFinger4_L + parentName: PinkyFinger3_L + position: {x: 0.01156861, y: -5.1514347e-16, z: -2.5579537e-15} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: RingFinger1_L + parentName: Cup_L + position: {x: 0.06475955, y: 0.008285569, z: 0.0016940392} + rotation: {x: -0.0027281959, y: -0.024829378, z: 0.0051750992, w: 0.9996746} + scale: {x: 1.0000006, y: 1.0000001, z: 1.0000006} + - name: RingFinger2_L + parentName: RingFinger1_L + position: {x: 0.023359291, y: -1.7763568e-17, z: -1.7053025e-15} + rotation: {x: -0.0024679585, y: -0.0040618293, z: 0.0006997865, w: 0.9999885} + scale: {x: 1.0000018, y: 1.000001, z: 1.0000006} + - name: RingFinger3_L + parentName: RingFinger2_L + position: {x: 0.020763746, y: -6.217249e-17, z: 1.1368684e-15} + rotation: {x: 0.004942991, y: 0.022975236, z: 0.0000466276, w: 0.99972385} + scale: {x: 0.9999999, y: 0.9999999, z: 1} + - name: RingFinger4_L + parentName: RingFinger3_L + position: {x: 0.0134010995, y: 3.819167e-16, z: 1.4779288e-14} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: IndexFinger1_L + parentName: Wrist_L + position: {x: 0.08020333, y: -0.014229389, z: 0.000391285} + rotation: {x: -0.002588066, y: 0.048218295, z: 0.00344205, w: -0.9988276} + scale: {x: 0.9999994, y: 0.99999976, z: 0.99999976} + - name: IndexFinger2_L + parentName: IndexFinger1_L + position: {x: 0.021702277, y: 5.551115e-19, z: 1.2789769e-15} + rotation: {x: -0.000027297705, y: 0.016812366, z: -0.0021088459, w: 0.9998565} + scale: {x: 1.0000007, y: 1.0000001, z: 1.0000005} + - name: IndexFinger3_L + parentName: IndexFinger2_L + position: {x: 0.020081853, y: 3.6470825e-16, z: -9.947598e-16} + rotation: {x: 0.014348729, y: -0.033318978, z: -0.0018568151, w: -0.99934006} + scale: {x: 1.0000004, y: 1.0000002, z: 1.0000002} + - name: IndexFinger4_L + parentName: IndexFinger3_L + position: {x: 0.020291885, y: 1.0613732e-15, z: 6.536993e-15} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: MiddleFinger1_L + parentName: Wrist_L + position: {x: 0.080908075, y: 1.3544721e-16, z: 9.947598e-16} + rotation: {x: -0.00032578845, y: -0.063066535, z: 0.008807439, w: 0.99797046} + scale: {x: 1.000001, y: 1.0000005, z: 1.0000002} + - name: MiddleFinger2_L + parentName: MiddleFinger1_L + position: {x: 0.024306025, y: 9.992007e-18, z: 4.2632563e-16} + rotation: {x: 0.00031929335, y: 0.037315007, z: 0.000026158988, w: 0.9993036} + scale: {x: 1.0000004, y: 0.9999998, z: 1} + - name: MiddleFinger3_L + parentName: MiddleFinger2_L + position: {x: 0.02174336, y: -1.2212453e-17, z: -2.2737367e-15} + rotation: {x: 0.0004660858, y: 0.018896898, z: -0.0000016018746, w: 0.9998213} + scale: {x: 1.0000002, y: 1.0000006, z: 1.0000001} + - name: MiddleFinger4_L + parentName: MiddleFinger3_L + position: {x: 0.020258557, y: 1.2212454e-16, z: 9.947598e-15} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: ThumbFinger1_L + parentName: Wrist_L + position: {x: 0.0122109745, y: -0.012995028, z: 0.01051513} + rotation: {x: -0.4349838, y: 0.09530166, z: -0.33323053, w: 0.8310621} + scale: {x: 1.0000005, y: 0.9999995, z: 1.0000012} + - name: ThumbFinger2_L + parentName: ThumbFinger1_L + position: {x: 0.0216491, y: 2.9842794e-15, z: -1.7307507e-10} + rotation: {x: -0, y: -0, z: -0.000000014901161, w: 1} + scale: {x: 1.0000004, y: 1, z: 1.0000005} + - name: ThumbFinger3_L + parentName: ThumbFinger2_L + position: {x: 0.01988721, y: 6.6791017e-15, z: -4.2632563e-16} + rotation: {x: -0, y: -0, z: -0.000000014901161, w: 1} + scale: {x: 1.0000004, y: 1, z: 1.0000005} + - name: ThumbFinger4_L + parentName: ThumbFinger3_L + position: {x: 0.023714418, y: 0.000000031623927, z: 0.00000002020898} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: Scapula_R + parentName: Chest_M + position: {x: -0.09045057, y: -0.005105916, z: -0.05628626} + rotation: {x: 0.056436256, y: 0.7091063, z: 0.06320407, w: -0.6999917} + scale: {x: 1.0000019, y: 1.0000012, z: 1.000001} + - name: Shoulder_R + parentName: Scapula_R + position: {x: -0.051529888, y: 3.4416913e-16, z: -1.4210854e-16} + rotation: {x: -0.00016961619, y: 0.006023787, z: 0.028163454, w: 0.9995852} + scale: {x: 1.000002, y: 1.0000008, z: 1.0000007} + - name: Elbow_R + parentName: Shoulder_R + position: {x: -0.22561638, y: -9.7144515e-17, z: 1.847411e-15} + rotation: {x: -0.000000056257704, y: -0.0000000018626451, z: -0.052133556, w: 0.9986402} + scale: {x: 0.9999998, y: 0.9999999, z: 0.99999994} + - name: Wrist_R + parentName: Elbow_R + position: {x: -0.19679473, y: 1.8651746e-16, z: -4.2632563e-16} + rotation: {x: -0.000022500259, y: -0.0071581835, z: 0.021106109, w: 0.9997517} + scale: {x: 1.0000005, y: 1.0000002, z: 1.0000002} + - name: Cup_R + parentName: Wrist_R + position: {x: -0.013477467, y: -0.008853624, z: 0.000092230075} + rotation: {x: 0.00005575185, y: -0.013246046, z: -0.004210806, w: 0.99990344} + scale: {x: 0.99999994, y: 1.0000001, z: 1} + - name: PinkyFinger1_R + parentName: Cup_R + position: {x: -0.058395766, y: -0.021628032, z: -0.0057751928} + rotation: {x: -0.025173767, y: -0.052825026, z: 0.010183335, w: 0.99823457} + scale: {x: 1.0000002, y: 1, z: 1.0000005} + - name: PinkyFinger2_R + parentName: PinkyFinger1_R + position: {x: -0.017601052, y: -7.105427e-17, z: -7.105427e-16} + rotation: {x: 0.002333378, y: 0.023385158, z: 0.001065068, w: 0.9997233} + scale: {x: 1.0000018, y: 1.0000005, z: 1.0000007} + - name: PinkyFinger3_R + parentName: PinkyFinger2_R + position: {x: -0.015209734, y: 8.8817837e-17, z: 1.7053025e-15} + rotation: {x: 0.018712314, y: 0.030862005, z: 0.0007549207, w: 0.9993482} + scale: {x: 0.99999785, y: 0.99999875, z: 0.99999875} + - name: PinkyFinger4_R + parentName: PinkyFinger3_R + position: {x: -0.01156861, y: 2.753353e-16, z: 1.1368684e-15} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: RingFinger1_R + parentName: Cup_R + position: {x: -0.06475955, y: -0.008285569, z: -0.0016940392} + rotation: {x: -0.0027282555, y: -0.02482938, z: 0.0051751044, w: 0.9996746} + scale: {x: 1.0000011, y: 1.0000005, z: 1.0000007} + - name: RingFinger2_R + parentName: RingFinger1_R + position: {x: -0.023359291, y: 8.881784e-18, z: 1.7053025e-15} + rotation: {x: -0.0024679583, y: -0.004061822, z: 0.00069978647, w: 0.9999885} + scale: {x: 1.0000007, y: 1.0000006, z: 1.0000005} + - name: RingFinger3_R + parentName: RingFinger2_R + position: {x: -0.020763746, y: 5.3290704e-17, z: 0} + rotation: {x: 0.0049429014, y: 0.022975229, z: 0.000046631325, w: 0.99972385} + scale: {x: 1.000001, y: 1.0000002, z: 1.0000002} + - name: RingFinger4_R + parentName: RingFinger3_R + position: {x: -0.0134010995, y: -3.7303492e-16, z: -1.6484591e-14} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: IndexFinger1_R + parentName: Wrist_R + position: {x: -0.08020333, y: 0.014229389, z: -0.000391285} + rotation: {x: 0.002588066, y: -0.048218288, z: -0.0034420523, w: 0.9988276} + scale: {x: 0.99999964, y: 1, z: 1} + - name: IndexFinger2_R + parentName: IndexFinger1_R + position: {x: -0.021702277, y: -4.70457e-17, z: -2.7000624e-15} + rotation: {x: -0.00002729753, y: 0.016812354, z: -0.0021088384, w: 0.9998565} + scale: {x: 1.0000007, y: 1.0000004, z: 1.0000007} + - name: IndexFinger3_R + parentName: IndexFinger2_R + position: {x: -0.020081853, y: -3.8802293e-16, z: 5.684342e-16} + rotation: {x: -0.014348729, y: 0.033318978, z: 0.0018568123, w: 0.99934006} + scale: {x: 1.0000005, y: 1.0000004, z: 1} + - name: IndexFinger4_R + parentName: IndexFinger3_R + position: {x: -0.020291885, y: -1.0791367e-15, z: -6.110667e-15} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: MiddleFinger1_R + parentName: Wrist_R + position: {x: -0.080908075, y: -2.1094237e-16, z: -4.2632563e-16} + rotation: {x: -0.00032575865, y: -0.06306654, z: 0.008807432, w: 0.99797046} + scale: {x: 0.99999964, y: 0.99999994, z: 0.9999999} + - name: MiddleFinger2_R + parentName: MiddleFinger1_R + position: {x: -0.024306025, y: -2.5535128e-17, z: -7.105427e-16} + rotation: {x: 0.00031923375, y: 0.037315004, z: 0.000026162714, w: 0.9993036} + scale: {x: 1.0000007, y: 1.0000004, z: 1.0000006} + - name: MiddleFinger3_R + parentName: MiddleFinger2_R + position: {x: -0.02174336, y: -9.992007e-18, z: 3.126388e-15} + rotation: {x: 0.00046617526, y: 0.01889691, z: -0.0000016037372, w: 0.9998213} + scale: {x: 1.0000011, y: 1.0000008, z: 1.0000004} + - name: MiddleFinger4_R + parentName: MiddleFinger3_R + position: {x: -0.020258557, y: -1.2989609e-16, z: -9.094947e-15} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: ThumbFinger1_R + parentName: Wrist_R + position: {x: -0.0122109745, y: 0.012995028, z: -0.01051513} + rotation: {x: -0.43498293, y: 0.09530314, z: -0.3332298, w: 0.8310626} + scale: {x: 1.000001, y: 1.0000017, z: 0.9999996} + - name: ThumbFinger2_R + parentName: ThumbFinger1_R + position: {x: -0.0216491, y: -3.5527137e-15, z: 1.7307378e-10} + rotation: {x: -0, y: -0, z: -0.000000007450581, w: 1} + scale: {x: 1.0000001, y: 1.0000006, z: 1.0000001} + - name: ThumbFinger3_R + parentName: ThumbFinger2_R + position: {x: -0.01988721, y: -5.968559e-15, z: 9.947598e-16} + rotation: {x: -0, y: -0, z: -0.000000007450581, w: 1} + scale: {x: 1.0000001, y: 1.0000006, z: 1.0000001} + - name: ThumbFinger4_R + parentName: ThumbFinger3_R + position: {x: -0.023714418, y: -0.000000031623927, z: -0.00000002020898} + 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.02 + legStretch: 0.02 + feetSpacing: 0 + globalScale: 1 + rootMotionBoneName: + hasTranslationDoF: 0 + hasExtraRoot: 1 + skeletonHasParents: 1 + lastHumanDescriptionAvatarSource: {fileID: 9000000, guid: 9088f5532f81dbc498f53c047c65e3a0, type: 3} + autoGenerateAvatarMappingIfUnspecified: 1 + animationType: 3 + humanoidOversampling: 1 + avatarSetup: 2 + addHumanoidExtraRootOnlyWhenUsingAvatar: 0 + importBlendShapeDeformPercent: 0 + remapMaterialsIfMaterialImportModeIsNone: 1 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/04_Models/Characters/ToonCharacterModular/Animations/FeMale@Surprise2.fbx b/Assets/04_Models/Characters/ToonCharacterModular/Animations/FeMale@Surprise2.fbx new file mode 100644 index 00000000..4910c666 --- /dev/null +++ b/Assets/04_Models/Characters/ToonCharacterModular/Animations/FeMale@Surprise2.fbx @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:91380d6e54112fd899620e77032e02c3343fdb996ced42667efec4f218f1eecb +size 2139904 diff --git a/Assets/04_Models/Characters/ToonCharacterModular/Animations/FeMale@Surprise2.fbx.meta b/Assets/04_Models/Characters/ToonCharacterModular/Animations/FeMale@Surprise2.fbx.meta new file mode 100644 index 00000000..4e09c3e0 --- /dev/null +++ b/Assets/04_Models/Characters/ToonCharacterModular/Animations/FeMale@Surprise2.fbx.meta @@ -0,0 +1,1310 @@ +fileFormatVersion: 2 +guid: 193b3e73c542fcc41b5ec398770b7316 +ModelImporter: + serializedVersion: 24501 + internalIDToNameTable: + - first: + 1: 100000 + second: //RootNode + - first: + 1: 100002 + second: Ankle_L + - first: + 1: 100004 + second: Ankle_R + - first: + 1: 100006 + second: Chest_M + - first: + 1: 100008 + second: Cup_L + - first: + 1: 100010 + second: Cup_R + - first: + 1: 100012 + second: Elbow_L + - first: + 1: 100014 + second: Elbow_R + - first: + 1: 100016 + second: Head_M + - first: + 1: 100018 + second: HeadEnd_M + - first: + 1: 100020 + second: Hip_L + - first: + 1: 100022 + second: Hip_R + - first: + 1: 100024 + second: IndexFinger1_L + - first: + 1: 100026 + second: IndexFinger1_R + - first: + 1: 100028 + second: IndexFinger2_L + - first: + 1: 100030 + second: IndexFinger2_R + - first: + 1: 100032 + second: IndexFinger3_L + - first: + 1: 100034 + second: IndexFinger3_R + - first: + 1: 100036 + second: IndexFinger4_L + - first: + 1: 100038 + second: IndexFinger4_R + - first: + 1: 100040 + second: Knee_L + - first: + 1: 100042 + second: Knee_R + - first: + 1: 100044 + second: MiddleFinger1_L + - first: + 1: 100046 + second: MiddleFinger1_R + - first: + 1: 100048 + second: MiddleFinger2_L + - first: + 1: 100050 + second: MiddleFinger2_R + - first: + 1: 100052 + second: MiddleFinger3_L + - first: + 1: 100054 + second: MiddleFinger3_R + - first: + 1: 100056 + second: MiddleFinger4_L + - first: + 1: 100058 + second: MiddleFinger4_R + - first: + 1: 100060 + second: Neck_M + - first: + 1: 100062 + second: PinkyFinger1_L + - first: + 1: 100064 + second: PinkyFinger1_R + - first: + 1: 100066 + second: PinkyFinger2_L + - first: + 1: 100068 + second: PinkyFinger2_R + - first: + 1: 100070 + second: PinkyFinger3_L + - first: + 1: 100072 + second: PinkyFinger3_R + - first: + 1: 100074 + second: PinkyFinger4_L + - first: + 1: 100076 + second: PinkyFinger4_R + - first: + 1: 100078 + second: RingFinger1_L + - first: + 1: 100080 + second: RingFinger1_R + - first: + 1: 100082 + second: RingFinger2_L + - first: + 1: 100084 + second: RingFinger2_R + - first: + 1: 100086 + second: RingFinger3_L + - first: + 1: 100088 + second: RingFinger3_R + - first: + 1: 100090 + second: RingFinger4_L + - first: + 1: 100092 + second: RingFinger4_R + - first: + 1: 100094 + second: Root + - first: + 1: 100096 + second: Root_M + - first: + 1: 100098 + second: Scapula_L + - first: + 1: 100100 + second: Scapula_R + - first: + 1: 100102 + second: Shoulder_L + - first: + 1: 100104 + second: Shoulder_R + - first: + 1: 100106 + second: Spine1_M + - first: + 1: 100108 + second: ThumbFinger1_L + - first: + 1: 100110 + second: ThumbFinger1_R + - first: + 1: 100112 + second: ThumbFinger2_L + - first: + 1: 100114 + second: ThumbFinger2_R + - first: + 1: 100116 + second: ThumbFinger3_L + - first: + 1: 100118 + second: ThumbFinger3_R + - first: + 1: 100120 + second: ThumbFinger4_L + - first: + 1: 100122 + second: ThumbFinger4_R + - first: + 1: 100124 + second: Toes_L + - first: + 1: 100126 + second: Toes_R + - first: + 1: 100128 + second: ToesEnd_L + - first: + 1: 100130 + second: ToesEnd_R + - first: + 1: 100132 + second: Wrist_L + - first: + 1: 100134 + second: Wrist_R + - first: + 4: 400000 + second: //RootNode + - first: + 4: 400002 + second: Ankle_L + - first: + 4: 400004 + second: Ankle_R + - first: + 4: 400006 + second: Chest_M + - first: + 4: 400008 + second: Cup_L + - first: + 4: 400010 + second: Cup_R + - first: + 4: 400012 + second: Elbow_L + - first: + 4: 400014 + second: Elbow_R + - first: + 4: 400016 + second: Head_M + - first: + 4: 400018 + second: HeadEnd_M + - first: + 4: 400020 + second: Hip_L + - first: + 4: 400022 + second: Hip_R + - first: + 4: 400024 + second: IndexFinger1_L + - first: + 4: 400026 + second: IndexFinger1_R + - first: + 4: 400028 + second: IndexFinger2_L + - first: + 4: 400030 + second: IndexFinger2_R + - first: + 4: 400032 + second: IndexFinger3_L + - first: + 4: 400034 + second: IndexFinger3_R + - first: + 4: 400036 + second: IndexFinger4_L + - first: + 4: 400038 + second: IndexFinger4_R + - first: + 4: 400040 + second: Knee_L + - first: + 4: 400042 + second: Knee_R + - first: + 4: 400044 + second: MiddleFinger1_L + - first: + 4: 400046 + second: MiddleFinger1_R + - first: + 4: 400048 + second: MiddleFinger2_L + - first: + 4: 400050 + second: MiddleFinger2_R + - first: + 4: 400052 + second: MiddleFinger3_L + - first: + 4: 400054 + second: MiddleFinger3_R + - first: + 4: 400056 + second: MiddleFinger4_L + - first: + 4: 400058 + second: MiddleFinger4_R + - first: + 4: 400060 + second: Neck_M + - first: + 4: 400062 + second: PinkyFinger1_L + - first: + 4: 400064 + second: PinkyFinger1_R + - first: + 4: 400066 + second: PinkyFinger2_L + - first: + 4: 400068 + second: PinkyFinger2_R + - first: + 4: 400070 + second: PinkyFinger3_L + - first: + 4: 400072 + second: PinkyFinger3_R + - first: + 4: 400074 + second: PinkyFinger4_L + - first: + 4: 400076 + second: PinkyFinger4_R + - first: + 4: 400078 + second: RingFinger1_L + - first: + 4: 400080 + second: RingFinger1_R + - first: + 4: 400082 + second: RingFinger2_L + - first: + 4: 400084 + second: RingFinger2_R + - first: + 4: 400086 + second: RingFinger3_L + - first: + 4: 400088 + second: RingFinger3_R + - first: + 4: 400090 + second: RingFinger4_L + - first: + 4: 400092 + second: RingFinger4_R + - first: + 4: 400094 + second: Root + - first: + 4: 400096 + second: Root_M + - first: + 4: 400098 + second: Scapula_L + - first: + 4: 400100 + second: Scapula_R + - first: + 4: 400102 + second: Shoulder_L + - first: + 4: 400104 + second: Shoulder_R + - first: + 4: 400106 + second: Spine1_M + - first: + 4: 400108 + second: ThumbFinger1_L + - first: + 4: 400110 + second: ThumbFinger1_R + - first: + 4: 400112 + second: ThumbFinger2_L + - first: + 4: 400114 + second: ThumbFinger2_R + - first: + 4: 400116 + second: ThumbFinger3_L + - first: + 4: 400118 + second: ThumbFinger3_R + - first: + 4: 400120 + second: ThumbFinger4_L + - first: + 4: 400122 + second: ThumbFinger4_R + - first: + 4: 400124 + second: Toes_L + - first: + 4: 400126 + second: Toes_R + - first: + 4: 400128 + second: ToesEnd_L + - first: + 4: 400130 + second: ToesEnd_R + - first: + 4: 400132 + second: Wrist_L + - first: + 4: 400134 + second: Wrist_R + - first: + 74: 7400000 + second: FeMale_Surprise2 + - first: + 95: 9500000 + second: //RootNode + externalObjects: {} + materials: + materialImportMode: 1 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + searchTexturesGlobally: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 0 + motionNodeName: + animationImportErrors: + animationImportWarnings: + animationRetargetingWarnings: + animationDoRetargetingWarnings: 0 + importAnimatedCustomProperties: 0 + importConstraints: 0 + animationCompression: 0 + animationRotationError: 0.5 + animationPositionError: 0.5 + animationScaleError: 0.5 + animationWrapMode: 0 + extraExposedTransformPaths: [] + extraUserProperties: [] + clipAnimations: + - serializedVersion: 16 + name: FeMale_Surprise2 + takeName: Take 001 + internalID: 0 + firstFrame: 0 + lastFrame: 204 + 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: 1 + heightFromFeet: 0 + mirror: 0 + bodyMask: 01000000010000000100000001000000010000000100000001000000010000000100000001000000010000000100000001000000 + curves: [] + events: [] + transformMask: [] + maskType: 3 + maskSource: {instanceID: 0} + additiveReferencePoseFrame: 0 + isReadable: 1 + meshes: + lODScreenPercentages: [] + globalScale: 1 + meshCompression: 0 + addColliders: 0 + useSRGBMaterialColor: 1 + sortHierarchyByName: 1 + importPhysicalCameras: 0 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + nodeNameCollisionStrategy: 0 + fileIdsGeneration: 1 + 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 + importUVs: -1 + importVertexColors: 1 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVMarginMethod: 0 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + tangentSpace: + normalSmoothAngle: 60 + normalImportMode: 0 + tangentImportMode: 3 + normalCalculationMode: 4 + legacyComputeAllNormalsFromSmoothingGroupsWhenMeshHasBlendShapes: 1 + blendShapeNormalImportMode: 1 + normalSmoothingSource: 0 + calculateBlendshapeNormalsDeltaFromImportedNormals: 1 + referencedClips: [] + importAnimation: 1 + humanDescription: + serializedVersion: 3 + human: + - boneName: Root_M + 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: Hip_L + humanName: LeftUpperLeg + limit: + min: {x: -60, y: -60, z: -90} + max: {x: 60, y: 60, z: 50} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: Hip_R + humanName: RightUpperLeg + limit: + min: {x: -60, y: -60, z: -90} + max: {x: 60, y: 60, z: 50} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: Knee_L + humanName: LeftLowerLeg + limit: + min: {x: -90, y: 0, z: -80} + max: {x: 90, y: 0, z: 80} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: Knee_R + humanName: RightLowerLeg + limit: + min: {x: -90, y: 0, z: -80} + max: {x: 90, y: 0, z: 80} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: Ankle_L + humanName: LeftFoot + limit: + min: {x: 0, y: -30, z: -50} + max: {x: 0, y: 30, z: 50} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: Ankle_R + humanName: RightFoot + limit: + min: {x: 0, y: -30, z: -50} + max: {x: 0, y: 30, z: 50} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: Spine1_M + humanName: Spine + limit: + min: {x: -40, y: -40, z: -40} + max: {x: 40, y: 40, z: 40} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: Chest_M + humanName: Chest + limit: + min: {x: -40, y: -40, z: -40} + max: {x: 40, y: 40, z: 40} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: Neck_M + humanName: Neck + limit: + min: {x: -40, y: -40, z: -40} + max: {x: 40, y: 40, z: 40} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: Head_M + humanName: Head + limit: + min: {x: -40, y: -40, z: -40} + max: {x: 40, y: 40, z: 40} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: Scapula_L + humanName: LeftShoulder + limit: + min: {x: 0, y: -15, z: -15} + max: {x: 0, y: 15, z: 30} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: Scapula_R + humanName: RightShoulder + limit: + min: {x: 0, y: -15, z: -15} + max: {x: 0, y: 15, z: 30} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: Shoulder_L + humanName: LeftUpperArm + limit: + min: {x: -90, y: -100, z: -60} + max: {x: 90, y: 100, z: 100} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: Shoulder_R + humanName: RightUpperArm + limit: + min: {x: -90, y: -100, z: -60} + max: {x: 90, y: 100, z: 100} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: Elbow_L + humanName: LeftLowerArm + limit: + min: {x: -90, y: 0, z: -80} + max: {x: 90, y: 0, z: 80} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: Elbow_R + humanName: RightLowerArm + limit: + min: {x: -90, y: 0, z: -80} + max: {x: 90, y: 0, z: 80} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: Wrist_L + humanName: LeftHand + limit: + min: {x: 0, y: -40, z: -80} + max: {x: 0, y: 40, z: 80} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: Wrist_R + humanName: RightHand + limit: + min: {x: 0, y: -40, z: -80} + max: {x: 0, y: 40, z: 80} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: Toes_L + humanName: LeftToes + limit: + min: {x: 0, y: 0, z: -50} + max: {x: 0, y: 0, z: 50} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: Toes_R + humanName: RightToes + limit: + min: {x: 0, y: 0, z: -50} + max: {x: 0, y: 0, z: 50} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: ThumbFinger1_L + humanName: Left Thumb Proximal + limit: + min: {x: 0, y: -25, z: -20} + max: {x: 0, y: 25, z: 20} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: ThumbFinger2_L + humanName: Left Thumb Intermediate + limit: + min: {x: 0, y: 0, z: -40} + max: {x: 0, y: 0, z: 35} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: ThumbFinger3_L + humanName: Left Thumb Distal + limit: + min: {x: 0, y: 0, z: -40} + max: {x: 0, y: 0, z: 35} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: IndexFinger1_L + humanName: Left Index Proximal + limit: + min: {x: 0, y: -20, z: -50} + max: {x: 0, y: 20, z: 50} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: IndexFinger2_L + humanName: Left Index Intermediate + limit: + min: {x: 0, y: 0, z: -45} + max: {x: 0, y: 0, z: 45} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: IndexFinger3_L + humanName: Left Index Distal + limit: + min: {x: 0, y: 0, z: -45} + max: {x: 0, y: 0, z: 45} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: MiddleFinger1_L + humanName: Left Middle Proximal + limit: + min: {x: 0, y: -7.5, z: -50} + max: {x: 0, y: 7.5, z: 50} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: MiddleFinger2_L + humanName: Left Middle Intermediate + limit: + min: {x: 0, y: 0, z: -45} + max: {x: 0, y: 0, z: 45} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: MiddleFinger3_L + humanName: Left Middle Distal + limit: + min: {x: 0, y: 0, z: -45} + max: {x: 0, y: 0, z: 45} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: RingFinger1_L + humanName: Left Ring Proximal + limit: + min: {x: 0, y: -7.5, z: -50} + max: {x: 0, y: 7.5, z: 50} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: RingFinger2_L + humanName: Left Ring Intermediate + limit: + min: {x: 0, y: 0, z: -45} + max: {x: 0, y: 0, z: 45} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: RingFinger3_L + humanName: Left Ring Distal + limit: + min: {x: 0, y: 0, z: -45} + max: {x: 0, y: 0, z: 45} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: PinkyFinger1_L + humanName: Left Little Proximal + limit: + min: {x: 0, y: -20, z: -50} + max: {x: 0, y: 20, z: 50} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: PinkyFinger2_L + humanName: Left Little Intermediate + limit: + min: {x: 0, y: 0, z: -45} + max: {x: 0, y: 0, z: 45} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: PinkyFinger3_L + humanName: Left Little Distal + limit: + min: {x: 0, y: 0, z: -45} + max: {x: 0, y: 0, z: 45} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: ThumbFinger1_R + humanName: Right Thumb Proximal + limit: + min: {x: 0, y: -25, z: -20} + max: {x: 0, y: 25, z: 20} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: ThumbFinger2_R + humanName: Right Thumb Intermediate + limit: + min: {x: 0, y: 0, z: -40} + max: {x: 0, y: 0, z: 35} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: ThumbFinger3_R + humanName: Right Thumb Distal + limit: + min: {x: 0, y: 0, z: -40} + max: {x: 0, y: 0, z: 35} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: IndexFinger1_R + humanName: Right Index Proximal + limit: + min: {x: 0, y: -20, z: -50} + max: {x: 0, y: 20, z: 50} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: IndexFinger2_R + humanName: Right Index Intermediate + limit: + min: {x: 0, y: 0, z: -45} + max: {x: 0, y: 0, z: 45} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: IndexFinger3_R + humanName: Right Index Distal + limit: + min: {x: 0, y: 0, z: -45} + max: {x: 0, y: 0, z: 45} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: MiddleFinger1_R + humanName: Right Middle Proximal + limit: + min: {x: 0, y: -7.5, z: -50} + max: {x: 0, y: 7.5, z: 50} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: MiddleFinger2_R + humanName: Right Middle Intermediate + limit: + min: {x: 0, y: 0, z: -45} + max: {x: 0, y: 0, z: 45} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: MiddleFinger3_R + humanName: Right Middle Distal + limit: + min: {x: 0, y: 0, z: -45} + max: {x: 0, y: 0, z: 45} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: RingFinger1_R + humanName: Right Ring Proximal + limit: + min: {x: 0, y: -7.5, z: -50} + max: {x: 0, y: 7.5, z: 50} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: RingFinger2_R + humanName: Right Ring Intermediate + limit: + min: {x: 0, y: 0, z: -45} + max: {x: 0, y: 0, z: 45} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: RingFinger3_R + humanName: Right Ring Distal + limit: + min: {x: 0, y: 0, z: -45} + max: {x: 0, y: 0, z: 45} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: PinkyFinger1_R + humanName: Right Little Proximal + limit: + min: {x: 0, y: -20, z: -50} + max: {x: 0, y: 20, z: 50} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: PinkyFinger2_R + humanName: Right Little Intermediate + limit: + min: {x: 0, y: 0, z: -45} + max: {x: 0, y: 0, z: 45} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: PinkyFinger3_R + humanName: Right Little Distal + limit: + min: {x: 0, y: 0, z: -45} + max: {x: 0, y: 0, z: 45} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + skeleton: + - name: AGIA_anime_girl(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: girl_geo + parentName: AGIA_anime_girl(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: Root + parentName: AGIA_anime_girl(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: Root_M + parentName: Root + position: {x: -1.6881752e-17, y: 0.8221307, z: 0.003411732} + rotation: {x: 0.5013384, y: -0.498658, z: -0.5013385, w: 0.498658} + scale: {x: 1, y: 1, z: 1.0000005} + - name: Hip_L + parentName: Root_M + position: {x: 0.049029913, y: -0.0042761336, z: 0.07817752} + rotation: {x: -0.9999121, y: -0.008365451, z: 0.008970841, w: 0.00503616} + scale: {x: 0.9999999, y: 0.99999994, z: 0.9999999} + - name: Knee_L + parentName: Hip_L + position: {x: 0.31095535, y: 1.9984014e-16, z: 3.375078e-16} + rotation: {x: -0, y: -0.000000059604645, z: 0.028239071, w: 0.99960124} + scale: {x: 1.0000001, y: 1.0000001, z: 1.0000001} + - name: Ankle_L + parentName: Knee_L + position: {x: 0.3902205, y: 7.904788e-16, z: 1.1652013e-13} + rotation: {x: -0.0014988184, y: 0.009021997, z: -0.022584245, w: 0.99970317} + scale: {x: 1.0000004, y: 1.0000004, z: 1.0000001} + - name: Toes_L + parentName: Ankle_L + position: {x: 0.056979615, y: -0.08035891, z: -4.8849814e-16} + rotation: {x: 0.010053083, y: -0.00864619, z: 0.6276857, w: -0.7783539} + scale: {x: 1.0000002, y: 1, z: 0.99999994} + - name: ToesEnd_L + parentName: Toes_L + position: {x: 0.053199217, y: -1.4699353e-15, z: 4.4408918e-17} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: Hip_R + parentName: Root_M + position: {x: 0.049029913, y: -0.0042761336, z: -0.07817752} + rotation: {x: -0.008365377, y: 0.9999121, z: -0.0050361003, w: 0.008970811} + scale: {x: 1.0000006, y: 1.0000005, z: 1.0000005} + - name: Knee_R + parentName: Hip_R + position: {x: -0.31095535, y: -3.7747583e-17, z: -3.907985e-16} + rotation: {x: 0.000000014901159, y: 0.000000014901159, z: 0.028239008, w: 0.9996012} + scale: {x: 0.99999994, y: 1.0000001, z: 1.0000005} + - name: Ankle_R + parentName: Knee_R + position: {x: -0.3902205, y: -2.4202863e-16, z: -1.164313e-13} + rotation: {x: -0.0014988185, y: 0.0090219965, z: -0.022584233, w: 0.9997031} + scale: {x: 1.0000001, y: 1.0000006, z: 1.0000005} + - name: Toes_R + parentName: Ankle_R + position: {x: -0.056979615, y: 0.08035891, z: 6.3060666e-16} + rotation: {x: -0.010053068, y: 0.00864619, z: -0.6276857, w: 0.7783539} + scale: {x: 1.0000004, y: 1.0000001, z: 0.9999999} + - name: ToesEnd_R + parentName: Toes_R + position: {x: -0.053199217, y: 2.1316282e-16, z: -5.3290704e-17} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: Spine1_M + parentName: Root_M + position: {x: -0.16367193, y: -4.1355808e-17, z: -7.0154835e-17} + rotation: {x: 0.000000029802322, y: 0.000000029802322, z: -0.020509928, w: 0.9997897} + scale: {x: 1.0000001, y: 1.0000002, z: 1.0000005} + - name: Chest_M + parentName: Spine1_M + position: {x: -0.11722062, y: 2.1316282e-16, z: 2.2266296e-15} + rotation: {x: -0, y: -0, z: 0.10804819, w: 0.9941457} + scale: {x: 1.0000004, y: 1.0000004, z: 1.0000001} + - name: Neck_M + parentName: Chest_M + position: {x: -0.13164777, y: -1.4566126e-15, z: 3.81513e-15} + rotation: {x: -0.000000014901161, y: 0.000000029802322, z: -0.07216133, w: 0.997393} + scale: {x: 1.0000006, y: 1.0000005, z: 1.0000004} + - name: Head_M + parentName: Neck_M + position: {x: -0.06983942, y: -8.437695e-17, z: 2.2530748e-16} + rotation: {x: 0.000000029802326, y: -0.000000029802326, z: -0.012843312, w: 0.99991757} + scale: {x: 1.0000005, y: 1.0000005, z: 1.0000005} + - name: HeadEnd_M + parentName: Head_M + position: {x: -0.21138681, y: -1.1857181e-15, z: 4.1343533e-17} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: Scapula_L + parentName: Chest_M + position: {x: -0.09045057, y: -0.005105916, z: 0.05628626} + rotation: {x: 0.7091064, y: -0.056436185, z: 0.6999917, w: 0.06320398} + scale: {x: 1.0000005, y: 1.0000005, z: 1} + - name: Shoulder_L + parentName: Scapula_L + position: {x: 0.051529888, y: -3.7525537e-16, z: -1.4210854e-16} + rotation: {x: -0.000169646, y: 0.0060237874, z: 0.028163454, w: 0.9995852} + scale: {x: 1.0000011, y: 1.0000005, z: 1.0000004} + - name: Elbow_L + parentName: Shoulder_L + position: {x: 0.22561638, y: -2.7755576e-17, z: -2.5579537e-15} + rotation: {x: -0.000000056257704, y: -0.0000000018626451, z: -0.052133556, w: 0.9986402} + scale: {x: 0.99999946, y: 0.99999964, z: 0.99999946} + - name: Wrist_L + parentName: Elbow_L + position: {x: 0.19679473, y: -3.375078e-16, z: -4.2632563e-16} + rotation: {x: 0.000022500233, y: 0.0071581835, z: -0.021106109, w: -0.9997516} + scale: {x: 1.0000015, y: 1.0000011, z: 1.0000012} + - name: Cup_L + parentName: Wrist_L + position: {x: 0.013477467, y: 0.008853624, z: -0.000092230075} + rotation: {x: 0.000055692257, y: -0.013246045, z: -0.004210803, w: 0.99990344} + scale: {x: 1.0000006, y: 1.0000005, z: 1.0000004} + - name: PinkyFinger1_L + parentName: Cup_L + position: {x: 0.058395766, y: 0.021628032, z: 0.0057751928} + rotation: {x: -0.025173824, y: -0.05282505, z: 0.0101833325, w: 0.9982345} + scale: {x: 1.0000006, y: 0.9999995, z: 1.0000005} + - name: PinkyFinger2_L + parentName: PinkyFinger1_L + position: {x: 0.017601052, y: -2.4868996e-16, z: 3.410605e-15} + rotation: {x: 0.0023334378, y: 0.023385163, z: 0.0010650605, w: 0.9997233} + scale: {x: 1.0000014, y: 1.0000007, z: 1.000001} + - name: PinkyFinger3_L + parentName: PinkyFinger2_L + position: {x: 0.015209734, y: 2.4868996e-16, z: -3.126388e-15} + rotation: {x: 0.018712314, y: 0.030862018, z: 0.00075492257, w: 0.9993482} + scale: {x: 0.9999998, y: 1.0000001, z: 0.99999994} + - name: PinkyFinger4_L + parentName: PinkyFinger3_L + position: {x: 0.01156861, y: -5.1514347e-16, z: -2.5579537e-15} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: RingFinger1_L + parentName: Cup_L + position: {x: 0.06475955, y: 0.008285569, z: 0.0016940392} + rotation: {x: -0.0027281959, y: -0.024829378, z: 0.0051750992, w: 0.9996746} + scale: {x: 1.0000006, y: 1.0000001, z: 1.0000006} + - name: RingFinger2_L + parentName: RingFinger1_L + position: {x: 0.023359291, y: -1.7763568e-17, z: -1.7053025e-15} + rotation: {x: -0.0024679585, y: -0.0040618293, z: 0.0006997865, w: 0.9999885} + scale: {x: 1.0000018, y: 1.000001, z: 1.0000006} + - name: RingFinger3_L + parentName: RingFinger2_L + position: {x: 0.020763746, y: -6.217249e-17, z: 1.1368684e-15} + rotation: {x: 0.004942991, y: 0.022975236, z: 0.0000466276, w: 0.99972385} + scale: {x: 0.9999999, y: 0.9999999, z: 1} + - name: RingFinger4_L + parentName: RingFinger3_L + position: {x: 0.0134010995, y: 3.819167e-16, z: 1.4779288e-14} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: IndexFinger1_L + parentName: Wrist_L + position: {x: 0.08020333, y: -0.014229389, z: 0.000391285} + rotation: {x: -0.002588066, y: 0.048218295, z: 0.00344205, w: -0.9988276} + scale: {x: 0.9999994, y: 0.99999976, z: 0.99999976} + - name: IndexFinger2_L + parentName: IndexFinger1_L + position: {x: 0.021702277, y: 5.551115e-19, z: 1.2789769e-15} + rotation: {x: -0.000027297705, y: 0.016812366, z: -0.0021088459, w: 0.9998565} + scale: {x: 1.0000007, y: 1.0000001, z: 1.0000005} + - name: IndexFinger3_L + parentName: IndexFinger2_L + position: {x: 0.020081853, y: 3.6470825e-16, z: -9.947598e-16} + rotation: {x: 0.014348729, y: -0.033318978, z: -0.0018568151, w: -0.99934006} + scale: {x: 1.0000004, y: 1.0000002, z: 1.0000002} + - name: IndexFinger4_L + parentName: IndexFinger3_L + position: {x: 0.020291885, y: 1.0613732e-15, z: 6.536993e-15} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: MiddleFinger1_L + parentName: Wrist_L + position: {x: 0.080908075, y: 1.3544721e-16, z: 9.947598e-16} + rotation: {x: -0.00032578845, y: -0.063066535, z: 0.008807439, w: 0.99797046} + scale: {x: 1.000001, y: 1.0000005, z: 1.0000002} + - name: MiddleFinger2_L + parentName: MiddleFinger1_L + position: {x: 0.024306025, y: 9.992007e-18, z: 4.2632563e-16} + rotation: {x: 0.00031929335, y: 0.037315007, z: 0.000026158988, w: 0.9993036} + scale: {x: 1.0000004, y: 0.9999998, z: 1} + - name: MiddleFinger3_L + parentName: MiddleFinger2_L + position: {x: 0.02174336, y: -1.2212453e-17, z: -2.2737367e-15} + rotation: {x: 0.0004660858, y: 0.018896898, z: -0.0000016018746, w: 0.9998213} + scale: {x: 1.0000002, y: 1.0000006, z: 1.0000001} + - name: MiddleFinger4_L + parentName: MiddleFinger3_L + position: {x: 0.020258557, y: 1.2212454e-16, z: 9.947598e-15} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: ThumbFinger1_L + parentName: Wrist_L + position: {x: 0.0122109745, y: -0.012995028, z: 0.01051513} + rotation: {x: -0.4349838, y: 0.09530166, z: -0.33323053, w: 0.8310621} + scale: {x: 1.0000005, y: 0.9999995, z: 1.0000012} + - name: ThumbFinger2_L + parentName: ThumbFinger1_L + position: {x: 0.0216491, y: 2.9842794e-15, z: -1.7307507e-10} + rotation: {x: -0, y: -0, z: -0.000000014901161, w: 1} + scale: {x: 1.0000004, y: 1, z: 1.0000005} + - name: ThumbFinger3_L + parentName: ThumbFinger2_L + position: {x: 0.01988721, y: 6.6791017e-15, z: -4.2632563e-16} + rotation: {x: -0, y: -0, z: -0.000000014901161, w: 1} + scale: {x: 1.0000004, y: 1, z: 1.0000005} + - name: ThumbFinger4_L + parentName: ThumbFinger3_L + position: {x: 0.023714418, y: 0.000000031623927, z: 0.00000002020898} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: Scapula_R + parentName: Chest_M + position: {x: -0.09045057, y: -0.005105916, z: -0.05628626} + rotation: {x: 0.056436256, y: 0.7091063, z: 0.06320407, w: -0.6999917} + scale: {x: 1.0000019, y: 1.0000012, z: 1.000001} + - name: Shoulder_R + parentName: Scapula_R + position: {x: -0.051529888, y: 3.4416913e-16, z: -1.4210854e-16} + rotation: {x: -0.00016961619, y: 0.006023787, z: 0.028163454, w: 0.9995852} + scale: {x: 1.000002, y: 1.0000008, z: 1.0000007} + - name: Elbow_R + parentName: Shoulder_R + position: {x: -0.22561638, y: -9.7144515e-17, z: 1.847411e-15} + rotation: {x: -0.000000056257704, y: -0.0000000018626451, z: -0.052133556, w: 0.9986402} + scale: {x: 0.9999998, y: 0.9999999, z: 0.99999994} + - name: Wrist_R + parentName: Elbow_R + position: {x: -0.19679473, y: 1.8651746e-16, z: -4.2632563e-16} + rotation: {x: -0.000022500259, y: -0.0071581835, z: 0.021106109, w: 0.9997517} + scale: {x: 1.0000005, y: 1.0000002, z: 1.0000002} + - name: Cup_R + parentName: Wrist_R + position: {x: -0.013477467, y: -0.008853624, z: 0.000092230075} + rotation: {x: 0.00005575185, y: -0.013246046, z: -0.004210806, w: 0.99990344} + scale: {x: 0.99999994, y: 1.0000001, z: 1} + - name: PinkyFinger1_R + parentName: Cup_R + position: {x: -0.058395766, y: -0.021628032, z: -0.0057751928} + rotation: {x: -0.025173767, y: -0.052825026, z: 0.010183335, w: 0.99823457} + scale: {x: 1.0000002, y: 1, z: 1.0000005} + - name: PinkyFinger2_R + parentName: PinkyFinger1_R + position: {x: -0.017601052, y: -7.105427e-17, z: -7.105427e-16} + rotation: {x: 0.002333378, y: 0.023385158, z: 0.001065068, w: 0.9997233} + scale: {x: 1.0000018, y: 1.0000005, z: 1.0000007} + - name: PinkyFinger3_R + parentName: PinkyFinger2_R + position: {x: -0.015209734, y: 8.8817837e-17, z: 1.7053025e-15} + rotation: {x: 0.018712314, y: 0.030862005, z: 0.0007549207, w: 0.9993482} + scale: {x: 0.99999785, y: 0.99999875, z: 0.99999875} + - name: PinkyFinger4_R + parentName: PinkyFinger3_R + position: {x: -0.01156861, y: 2.753353e-16, z: 1.1368684e-15} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: RingFinger1_R + parentName: Cup_R + position: {x: -0.06475955, y: -0.008285569, z: -0.0016940392} + rotation: {x: -0.0027282555, y: -0.02482938, z: 0.0051751044, w: 0.9996746} + scale: {x: 1.0000011, y: 1.0000005, z: 1.0000007} + - name: RingFinger2_R + parentName: RingFinger1_R + position: {x: -0.023359291, y: 8.881784e-18, z: 1.7053025e-15} + rotation: {x: -0.0024679583, y: -0.004061822, z: 0.00069978647, w: 0.9999885} + scale: {x: 1.0000007, y: 1.0000006, z: 1.0000005} + - name: RingFinger3_R + parentName: RingFinger2_R + position: {x: -0.020763746, y: 5.3290704e-17, z: 0} + rotation: {x: 0.0049429014, y: 0.022975229, z: 0.000046631325, w: 0.99972385} + scale: {x: 1.000001, y: 1.0000002, z: 1.0000002} + - name: RingFinger4_R + parentName: RingFinger3_R + position: {x: -0.0134010995, y: -3.7303492e-16, z: -1.6484591e-14} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: IndexFinger1_R + parentName: Wrist_R + position: {x: -0.08020333, y: 0.014229389, z: -0.000391285} + rotation: {x: 0.002588066, y: -0.048218288, z: -0.0034420523, w: 0.9988276} + scale: {x: 0.99999964, y: 1, z: 1} + - name: IndexFinger2_R + parentName: IndexFinger1_R + position: {x: -0.021702277, y: -4.70457e-17, z: -2.7000624e-15} + rotation: {x: -0.00002729753, y: 0.016812354, z: -0.0021088384, w: 0.9998565} + scale: {x: 1.0000007, y: 1.0000004, z: 1.0000007} + - name: IndexFinger3_R + parentName: IndexFinger2_R + position: {x: -0.020081853, y: -3.8802293e-16, z: 5.684342e-16} + rotation: {x: -0.014348729, y: 0.033318978, z: 0.0018568123, w: 0.99934006} + scale: {x: 1.0000005, y: 1.0000004, z: 1} + - name: IndexFinger4_R + parentName: IndexFinger3_R + position: {x: -0.020291885, y: -1.0791367e-15, z: -6.110667e-15} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: MiddleFinger1_R + parentName: Wrist_R + position: {x: -0.080908075, y: -2.1094237e-16, z: -4.2632563e-16} + rotation: {x: -0.00032575865, y: -0.06306654, z: 0.008807432, w: 0.99797046} + scale: {x: 0.99999964, y: 0.99999994, z: 0.9999999} + - name: MiddleFinger2_R + parentName: MiddleFinger1_R + position: {x: -0.024306025, y: -2.5535128e-17, z: -7.105427e-16} + rotation: {x: 0.00031923375, y: 0.037315004, z: 0.000026162714, w: 0.9993036} + scale: {x: 1.0000007, y: 1.0000004, z: 1.0000006} + - name: MiddleFinger3_R + parentName: MiddleFinger2_R + position: {x: -0.02174336, y: -9.992007e-18, z: 3.126388e-15} + rotation: {x: 0.00046617526, y: 0.01889691, z: -0.0000016037372, w: 0.9998213} + scale: {x: 1.0000011, y: 1.0000008, z: 1.0000004} + - name: MiddleFinger4_R + parentName: MiddleFinger3_R + position: {x: -0.020258557, y: -1.2989609e-16, z: -9.094947e-15} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: ThumbFinger1_R + parentName: Wrist_R + position: {x: -0.0122109745, y: 0.012995028, z: -0.01051513} + rotation: {x: -0.43498293, y: 0.09530314, z: -0.3332298, w: 0.8310626} + scale: {x: 1.000001, y: 1.0000017, z: 0.9999996} + - name: ThumbFinger2_R + parentName: ThumbFinger1_R + position: {x: -0.0216491, y: -3.5527137e-15, z: 1.7307378e-10} + rotation: {x: -0, y: -0, z: -0.000000007450581, w: 1} + scale: {x: 1.0000001, y: 1.0000006, z: 1.0000001} + - name: ThumbFinger3_R + parentName: ThumbFinger2_R + position: {x: -0.01988721, y: -5.968559e-15, z: 9.947598e-16} + rotation: {x: -0, y: -0, z: -0.000000007450581, w: 1} + scale: {x: 1.0000001, y: 1.0000006, z: 1.0000001} + - name: ThumbFinger4_R + parentName: ThumbFinger3_R + position: {x: -0.023714418, y: -0.000000031623927, z: -0.00000002020898} + 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.02 + legStretch: 0.02 + feetSpacing: 0 + globalScale: 1 + rootMotionBoneName: + hasTranslationDoF: 0 + hasExtraRoot: 1 + skeletonHasParents: 1 + lastHumanDescriptionAvatarSource: {fileID: 9000000, guid: 9088f5532f81dbc498f53c047c65e3a0, type: 3} + autoGenerateAvatarMappingIfUnspecified: 1 + animationType: 3 + humanoidOversampling: 1 + avatarSetup: 2 + addHumanoidExtraRootOnlyWhenUsingAvatar: 0 + importBlendShapeDeformPercent: 0 + remapMaterialsIfMaterialImportModeIsNone: 1 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/04_Models/Characters/ToonCharacterModular/Animations/FeMale_Speak_ArmsCrossedPouting2.anim b/Assets/04_Models/Characters/ToonCharacterModular/Animations/FeMale_Speak_ArmsCrossedPouting2.anim new file mode 100644 index 00000000..afa9783b --- /dev/null +++ b/Assets/04_Models/Characters/ToonCharacterModular/Animations/FeMale_Speak_ArmsCrossedPouting2.anim @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1b923f280e944a8fffd1bcb2d8f7239dfc874ecc365cd1a9b27c6f956789edb9 +size 249240 diff --git a/Assets/04_Models/Characters/ToonCharacterModular/Animations/FeMale_Speak_ArmsCrossedPouting2.anim.meta b/Assets/04_Models/Characters/ToonCharacterModular/Animations/FeMale_Speak_ArmsCrossedPouting2.anim.meta new file mode 100644 index 00000000..2c8449f4 --- /dev/null +++ b/Assets/04_Models/Characters/ToonCharacterModular/Animations/FeMale_Speak_ArmsCrossedPouting2.anim.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 26fdb37499f96f04fa3dfa442a51aaa8 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 7400000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/04_Models/Characters/Yuna_V3/Animations/YunaAnimController.controller b/Assets/04_Models/Characters/Yuna_V3/Animations/YunaAnimController.controller index 30b5cdba..713b0b29 100644 --- a/Assets/04_Models/Characters/Yuna_V3/Animations/YunaAnimController.controller +++ b/Assets/04_Models/Characters/Yuna_V3/Animations/YunaAnimController.controller @@ -1,5 +1,31 @@ %YAML 1.1 %TAG !u! tag:unity3d.com,2011: +--- !u!1102 &-7821398430342194127 +AnimatorState: + serializedVersion: 6 + m_ObjectHideFlags: 1 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: BMAC_Sad + 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: 0103d1054b85b5c4da54dc2c38bb10e3, type: 2} + m_Tag: + m_SpeedParameter: + m_MirrorParameter: + m_CycleOffsetParameter: + m_TimeParameter: --- !u!1102 &-7554134846070093921 AnimatorState: serializedVersion: 6 @@ -78,6 +104,32 @@ AnimatorState: m_MirrorParameter: m_CycleOffsetParameter: m_TimeParameter: +--- !u!1102 &-4760128629331054822 +AnimatorState: + serializedVersion: 6 + m_ObjectHideFlags: 1 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: BMAC_Surprised + 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: 046c1bbcad271b241b0b897da4d6f666, type: 2} + m_Tag: + m_SpeedParameter: + m_MirrorParameter: + m_CycleOffsetParameter: + m_TimeParameter: --- !u!1102 &-4045008453672279003 AnimatorState: serializedVersion: 6 @@ -356,6 +408,32 @@ AnimatorState: m_MirrorParameter: m_CycleOffsetParameter: m_TimeParameter: +--- !u!1102 &3126718305276133703 +AnimatorState: + serializedVersion: 6 + m_ObjectHideFlags: 1 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: BMAC_Angry + 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: 274311329317ccf449acea8dce3be8fe, type: 2} + m_Tag: + m_SpeedParameter: + m_MirrorParameter: + m_CycleOffsetParameter: + m_TimeParameter: --- !u!1102 &3177651702764995727 AnimatorState: serializedVersion: 6 @@ -547,6 +625,32 @@ BlendTree: m_UseAutomaticThresholds: 0 m_NormalizedBlendValues: 0 m_BlendType: 0 +--- !u!1102 &7726640879992917831 +AnimatorState: + serializedVersion: 6 + m_ObjectHideFlags: 1 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: BMAC_Smile + 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: e7510dca54ee3594f97801611253e13f, type: 2} + m_Tag: + m_SpeedParameter: + m_MirrorParameter: + m_CycleOffsetParameter: + m_TimeParameter: --- !u!1107 &7902121381184392205 AnimatorStateMachine: serializedVersion: 7 @@ -571,6 +675,18 @@ AnimatorStateMachine: - serializedVersion: 1 m_State: {fileID: -7554134846070093921} m_Position: {x: 270, y: 380, z: 0} + - serializedVersion: 1 + m_State: {fileID: 3126718305276133703} + m_Position: {x: 500, y: 370, z: 0} + - serializedVersion: 1 + m_State: {fileID: -7821398430342194127} + m_Position: {x: 490, y: 300, z: 0} + - serializedVersion: 1 + m_State: {fileID: 7726640879992917831} + m_Position: {x: 500, y: 470, z: 0} + - serializedVersion: 1 + m_State: {fileID: -4760128629331054822} + m_Position: {x: 510, y: 560, z: 0} m_ChildStateMachines: [] m_AnyStateTransitions: [] m_EntryTransitions: [] diff --git a/Assets/07_Data/Communications/Expressions/Angry.asset b/Assets/07_Data/Communications/Expressions/Angry.asset new file mode 100644 index 00000000..70b3b133 --- /dev/null +++ b/Assets/07_Data/Communications/Expressions/Angry.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:74a4faf6f3ee05d4661b9911e9bde4c75f61b6cee8dfb98c06b7f6cffa7aa016 +size 566 diff --git a/Assets/07_Data/Communications/Expressions/Angry.asset.meta b/Assets/07_Data/Communications/Expressions/Angry.asset.meta new file mode 100644 index 00000000..746d2d2a --- /dev/null +++ b/Assets/07_Data/Communications/Expressions/Angry.asset.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 10032ec6688cc164da9b7fd7b59b8d9d +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 11400000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/07_Data/Communications/Expressions/Neutral.asset b/Assets/07_Data/Communications/Expressions/Neutral.asset new file mode 100644 index 00000000..ee71e050 --- /dev/null +++ b/Assets/07_Data/Communications/Expressions/Neutral.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c1c396349d2ed71ca2b84966430ed2b872627304d30179e526a59eef278b19ed +size 568 diff --git a/Assets/07_Data/Communications/Expressions/Neutral.asset.meta b/Assets/07_Data/Communications/Expressions/Neutral.asset.meta new file mode 100644 index 00000000..0eedf65e --- /dev/null +++ b/Assets/07_Data/Communications/Expressions/Neutral.asset.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: eb39cd79d79d93646aa2ccada74434e4 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 11400000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/07_Data/Communications/Expressions/Sad_E.asset b/Assets/07_Data/Communications/Expressions/Sad_E.asset new file mode 100644 index 00000000..4d1ccb05 --- /dev/null +++ b/Assets/07_Data/Communications/Expressions/Sad_E.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2c0f093beaa2170e7e9cc57314723945545f6d58d7d20708dee30300d96c68e3 +size 566 diff --git a/Assets/07_Data/Communications/Expressions/Sad_E.asset.meta b/Assets/07_Data/Communications/Expressions/Sad_E.asset.meta new file mode 100644 index 00000000..667ca799 --- /dev/null +++ b/Assets/07_Data/Communications/Expressions/Sad_E.asset.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: ca323e438a088dd4ca6982891b9ef880 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 11400000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/07_Data/Communications/Gestures/Cheer.asset b/Assets/07_Data/Communications/Gestures/Cheer.asset new file mode 100644 index 00000000..993d86e9 --- /dev/null +++ b/Assets/07_Data/Communications/Gestures/Cheer.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8a652f96121e55b797da56da5fccc0dbbde69b6995f63928036292587c78584b +size 572 diff --git a/Assets/07_Data/Communications/Gestures/Cheer.asset.meta b/Assets/07_Data/Communications/Gestures/Cheer.asset.meta new file mode 100644 index 00000000..2ecb73dd --- /dev/null +++ b/Assets/07_Data/Communications/Gestures/Cheer.asset.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 8c5dae7c875d256449f81835af98802b +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 11400000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/07_Data/Communications/Gestures/CuteAndShy.asset b/Assets/07_Data/Communications/Gestures/CuteAndShy.asset new file mode 100644 index 00000000..6c2df5af --- /dev/null +++ b/Assets/07_Data/Communications/Gestures/CuteAndShy.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:35a37982aea001672dd1937b884909782fa3adc211219b833502da2a1e019c8b +size 577 diff --git a/Assets/07_Data/Communications/Gestures/CuteAndShy.asset.meta b/Assets/07_Data/Communications/Gestures/CuteAndShy.asset.meta new file mode 100644 index 00000000..c545e756 --- /dev/null +++ b/Assets/07_Data/Communications/Gestures/CuteAndShy.asset.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 26770f603fe071942b38ae08815c77e0 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 11400000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/07_Data/Communications/Gestures/HappyAndGo.asset b/Assets/07_Data/Communications/Gestures/HappyAndGo.asset new file mode 100644 index 00000000..9e05bc43 --- /dev/null +++ b/Assets/07_Data/Communications/Gestures/HappyAndGo.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:29743c13fc4006d8ce17af708046f5689b33db3a1258a7b65b2cd99464c7fc3c +size 577 diff --git a/Assets/07_Data/Communications/Gestures/HappyAndGo.asset.meta b/Assets/07_Data/Communications/Gestures/HappyAndGo.asset.meta new file mode 100644 index 00000000..7d8df5f4 --- /dev/null +++ b/Assets/07_Data/Communications/Gestures/HappyAndGo.asset.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 0a28c41174f7337449dfbbf92f654a43 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 11400000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/07_Data/Communications/Gestures/Speak_ArmsCrossedPouting.asset b/Assets/07_Data/Communications/Gestures/Speak_ArmsCrossedPouting.asset index b781af16..7e5fddef 100644 --- a/Assets/07_Data/Communications/Gestures/Speak_ArmsCrossedPouting.asset +++ b/Assets/07_Data/Communications/Gestures/Speak_ArmsCrossedPouting.asset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:e187587546e886fa01562f050682ec8c64343e5db27a5f13ce3976e3a37bc5fb -size 591 +oid sha256:3466f2dac1523d4f36e521406f3e185cd8baf71bde6ac0a219b84a9febd734a1 +size 579 diff --git a/Assets/07_Data/Communications/Gestures/Speak_RightHandFront.asset b/Assets/07_Data/Communications/Gestures/Speak_RightHandFront.asset new file mode 100644 index 00000000..1d638494 --- /dev/null +++ b/Assets/07_Data/Communications/Gestures/Speak_RightHandFront.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1a8962de9f241e2939c18fca6d23b5484b4d773eca93cb8289f0ccec888727f9 +size 575 diff --git a/Assets/07_Data/Communications/Gestures/Speak_RightHandFront.asset.meta b/Assets/07_Data/Communications/Gestures/Speak_RightHandFront.asset.meta new file mode 100644 index 00000000..f81bca93 --- /dev/null +++ b/Assets/07_Data/Communications/Gestures/Speak_RightHandFront.asset.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 4804073f4d38b724b9c65a2f4fb0182a +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 11400000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/07_Data/Communications/Gestures/Surprise2_G.asset b/Assets/07_Data/Communications/Gestures/Surprise2_G.asset new file mode 100644 index 00000000..2cf77b64 --- /dev/null +++ b/Assets/07_Data/Communications/Gestures/Surprise2_G.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0f332a002a2892338102615748b42301f7e433ed9671a344cdae38ac18854d07 +size 566 diff --git a/Assets/07_Data/Communications/Gestures/Surprise2_G.asset.meta b/Assets/07_Data/Communications/Gestures/Surprise2_G.asset.meta new file mode 100644 index 00000000..8d513e4d --- /dev/null +++ b/Assets/07_Data/Communications/Gestures/Surprise2_G.asset.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 5932dda9a2e62094b985c410968f198e +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 11400000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/07_Data/DialogGraph/Chapter1/Chapter1_Yuna2.dlg b/Assets/07_Data/DialogGraph/Chapter1/Chapter1_Yuna2.dlg index ab55d202..1f0d83c1 100644 --- a/Assets/07_Data/DialogGraph/Chapter1/Chapter1_Yuna2.dlg +++ b/Assets/07_Data/DialogGraph/Chapter1/Chapter1_Yuna2.dlg @@ -45,8 +45,8 @@ MonoBehaviour: serializedVersion: 2 x: -86 y: 92 - width: 636 - height: 480 + width: 664 + height: 663 m_GraphElementMetaData: - m_Guid: m_Value0: 11886921906498108818 @@ -227,11 +227,11 @@ MonoBehaviour: - rid: 4848514365209968928 type: {class: 'Constant`1[[GestureData, Assembly-CSharp]]', ns: Unity.GraphToolkit.Editor, asm: UnityEditor.GraphToolkitModule} data: - m_Value: {fileID: 0} + m_Value: {fileID: 11400000, guid: 5932dda9a2e62094b985c410968f198e, type: 2} - rid: 4848514365209968929 type: {class: 'Constant`1[[ExpressionData, Assembly-CSharp]]', ns: Unity.GraphToolkit.Editor, asm: UnityEditor.GraphToolkitModule} data: - m_Value: {fileID: 0} + m_Value: {fileID: 11400000, guid: ca323e438a088dd4ca6982891b9ef880, type: 2} - rid: 4848514365209968931 type: {class: 'Constant`1[[UnityEngine.AudioClip, UnityEngine.AudioModule]]', ns: Unity.GraphToolkit.Editor, asm: UnityEditor.GraphToolkitModule} data: diff --git a/Assets/07_Data/DialogGraph/Chapter2/Chapter2_Yuna1.dlg b/Assets/07_Data/DialogGraph/Chapter2/Chapter2_Yuna1.dlg index 6603b513..ca809135 100644 --- a/Assets/07_Data/DialogGraph/Chapter2/Chapter2_Yuna1.dlg +++ b/Assets/07_Data/DialogGraph/Chapter2/Chapter2_Yuna1.dlg @@ -53,8 +53,8 @@ MonoBehaviour: serializedVersion: 2 x: -86 y: -201 - width: 2141 - height: 1068 + width: 2176 + height: 1378 m_GraphElementMetaData: - m_Guid: m_Value0: 11886921906498108818 @@ -298,11 +298,11 @@ MonoBehaviour: - rid: 4848514365209968928 type: {class: 'Constant`1[[GestureData, Assembly-CSharp]]', ns: Unity.GraphToolkit.Editor, asm: UnityEditor.GraphToolkitModule} data: - m_Value: {fileID: 0} + m_Value: {fileID: 11400000, guid: 07738100e7df0324f9113f2c03988bba, type: 2} - rid: 4848514365209968929 type: {class: 'Constant`1[[ExpressionData, Assembly-CSharp]]', ns: Unity.GraphToolkit.Editor, asm: UnityEditor.GraphToolkitModule} data: - m_Value: {fileID: 0} + m_Value: {fileID: 11400000, guid: 663bdb99f43ce05449065cab1c80442b, type: 2} - rid: 4848514365209968931 type: {class: 'Constant`1[[UnityEngine.AudioClip, UnityEngine.AudioModule]]', ns: Unity.GraphToolkit.Editor, asm: UnityEditor.GraphToolkitModule} data: @@ -511,11 +511,11 @@ MonoBehaviour: - rid: 4848514521070567484 type: {class: 'Constant`1[[GestureData, Assembly-CSharp]]', ns: Unity.GraphToolkit.Editor, asm: UnityEditor.GraphToolkitModule} data: - m_Value: {fileID: 0} + m_Value: {fileID: 11400000, guid: 4804073f4d38b724b9c65a2f4fb0182a, type: 2} - rid: 4848514521070567485 type: {class: 'Constant`1[[ExpressionData, Assembly-CSharp]]', ns: Unity.GraphToolkit.Editor, asm: UnityEditor.GraphToolkitModule} data: - m_Value: {fileID: 0} + m_Value: {fileID: 11400000, guid: 8d319ccbbede8ab42af41a96c04a1222, type: 2} - rid: 4848514521070567487 type: {class: 'Constant`1[[UnityEngine.AudioClip, UnityEngine.AudioModule]]', ns: Unity.GraphToolkit.Editor, asm: UnityEditor.GraphToolkitModule} data: @@ -553,7 +553,7 @@ MonoBehaviour: serializedVersion: 2 Hash: 742e152decd723ce554a73e6ed170e19 m_Version: 2 - m_Position: {x: 1074.6835, y: 69.79523} + m_Position: {x: 1181.3728, y: 71.544235} m_Title: m_Tooltip: m_NodePreviewModel: @@ -865,7 +865,7 @@ MonoBehaviour: - rid: 4848514521070567538 type: {class: 'Constant`1[[System.String, mscorlib]]', ns: Unity.GraphToolkit.Editor, asm: UnityEditor.GraphToolkitModule} data: - m_Value: + m_Value: NextScene - rid: 4848514521070567539 type: {class: 'Constant`1[[CharacterData, Assembly-CSharp]]', ns: Unity.GraphToolkit.Editor, asm: UnityEditor.GraphToolkitModule} data: @@ -887,7 +887,7 @@ MonoBehaviour: - rid: 4848514521070567543 type: {class: 'Constant`1[[GestureData, Assembly-CSharp]]', ns: Unity.GraphToolkit.Editor, asm: UnityEditor.GraphToolkitModule} data: - m_Value: {fileID: 0} + m_Value: {fileID: 11400000, guid: 0a28c41174f7337449dfbbf92f654a43, type: 2} - rid: 4848514521070567544 type: {class: 'Constant`1[[ExpressionData, Assembly-CSharp]]', ns: Unity.GraphToolkit.Editor, asm: UnityEditor.GraphToolkitModule} data: @@ -1058,11 +1058,11 @@ MonoBehaviour: - rid: 4848514521070567561 type: {class: 'Constant`1[[GestureData, Assembly-CSharp]]', ns: Unity.GraphToolkit.Editor, asm: UnityEditor.GraphToolkitModule} data: - m_Value: {fileID: 0} + m_Value: {fileID: 11400000, guid: 26770f603fe071942b38ae08815c77e0, type: 2} - rid: 4848514521070567562 type: {class: 'Constant`1[[ExpressionData, Assembly-CSharp]]', ns: Unity.GraphToolkit.Editor, asm: UnityEditor.GraphToolkitModule} data: - m_Value: {fileID: 0} + m_Value: {fileID: 11400000, guid: ca323e438a088dd4ca6982891b9ef880, type: 2} - rid: 4848514521070567564 type: {class: 'Constant`1[[UnityEngine.AudioClip, UnityEngine.AudioModule]]', ns: Unity.GraphToolkit.Editor, asm: UnityEditor.GraphToolkitModule} data: diff --git a/Assets/07_Data/DialogGraph/Chapter2/Chapter2_Yuna2.dlg b/Assets/07_Data/DialogGraph/Chapter2/Chapter2_Yuna2.dlg index fd5e7166..b246d535 100644 --- a/Assets/07_Data/DialogGraph/Chapter2/Chapter2_Yuna2.dlg +++ b/Assets/07_Data/DialogGraph/Chapter2/Chapter2_Yuna2.dlg @@ -51,8 +51,8 @@ MonoBehaviour: serializedVersion: 2 x: -86 y: 90 - width: 1986 - height: 557 + width: 2058 + height: 666 m_GraphElementMetaData: - m_Guid: m_Value0: 11886921906498108818 @@ -280,11 +280,11 @@ MonoBehaviour: - rid: 4848514365209968928 type: {class: 'Constant`1[[GestureData, Assembly-CSharp]]', ns: Unity.GraphToolkit.Editor, asm: UnityEditor.GraphToolkitModule} data: - m_Value: {fileID: 0} + m_Value: {fileID: 11400000, guid: 8c5dae7c875d256449f81835af98802b, type: 2} - rid: 4848514365209968929 type: {class: 'Constant`1[[ExpressionData, Assembly-CSharp]]', ns: Unity.GraphToolkit.Editor, asm: UnityEditor.GraphToolkitModule} data: - m_Value: {fileID: 0} + m_Value: {fileID: 11400000, guid: 10032ec6688cc164da9b7fd7b59b8d9d, type: 2} - rid: 4848514365209968931 type: {class: 'Constant`1[[UnityEngine.AudioClip, UnityEngine.AudioModule]]', ns: Unity.GraphToolkit.Editor, asm: UnityEditor.GraphToolkitModule} data: @@ -681,11 +681,11 @@ MonoBehaviour: - rid: 4848514679798759773 type: {class: 'Constant`1[[GestureData, Assembly-CSharp]]', ns: Unity.GraphToolkit.Editor, asm: UnityEditor.GraphToolkitModule} data: - m_Value: {fileID: 0} + m_Value: {fileID: 11400000, guid: 4804073f4d38b724b9c65a2f4fb0182a, type: 2} - rid: 4848514679798759774 type: {class: 'Constant`1[[ExpressionData, Assembly-CSharp]]', ns: Unity.GraphToolkit.Editor, asm: UnityEditor.GraphToolkitModule} data: - m_Value: {fileID: 0} + m_Value: {fileID: 11400000, guid: 8d319ccbbede8ab42af41a96c04a1222, type: 2} - rid: 4848514679798759776 type: {class: 'Constant`1[[UnityEngine.AudioClip, UnityEngine.AudioModule]]', ns: Unity.GraphToolkit.Editor, asm: UnityEditor.GraphToolkitModule} data: @@ -731,7 +731,7 @@ MonoBehaviour: serializedVersion: 2 Hash: c437ea73127f1d7609a8f7e7ecf97514 m_Version: 2 - m_Position: {x: 1531.147, y: 95.372635} + m_Position: {x: 1603.053, y: 90.44481} m_Title: m_Tooltip: m_NodePreviewModel: diff --git a/Assets/07_Data/DialogGraph/Chapter5/Chapter5_Yuna0.dlg b/Assets/07_Data/DialogGraph/Chapter5/Chapter5_Yuna0.dlg index 306e70b6..99a3e23b 100644 --- a/Assets/07_Data/DialogGraph/Chapter5/Chapter5_Yuna0.dlg +++ b/Assets/07_Data/DialogGraph/Chapter5/Chapter5_Yuna0.dlg @@ -46,9 +46,9 @@ MonoBehaviour: m_LastKnownBounds: serializedVersion: 2 x: -86 - y: 28 - width: 1097 - height: 664 + y: 12 + width: 1296 + height: 680 m_GraphElementMetaData: - m_Guid: m_Value0: 11886921906498108818 @@ -244,7 +244,7 @@ MonoBehaviour: - rid: 4848514365209968928 type: {class: 'Constant`1[[GestureData, Assembly-CSharp]]', ns: Unity.GraphToolkit.Editor, asm: UnityEditor.GraphToolkitModule} data: - m_Value: {fileID: 0} + m_Value: {fileID: 11400000, guid: 4804073f4d38b724b9c65a2f4fb0182a, type: 2} - rid: 4848514365209968929 type: {class: 'Constant`1[[ExpressionData, Assembly-CSharp]]', ns: Unity.GraphToolkit.Editor, asm: UnityEditor.GraphToolkitModule} data: @@ -347,7 +347,7 @@ MonoBehaviour: serializedVersion: 2 Hash: bcd550c8ceb5a685f90da102d62a8db6 m_Version: 2 - m_Position: {x: 641.6658, y: 27.767273} + m_Position: {x: 840.79016, y: 11.676416} m_Title: m_Tooltip: m_NodePreviewModel: diff --git a/Assets/07_Data/DialogGraph/Chapter5/Chapter5_Yuna1.dlg b/Assets/07_Data/DialogGraph/Chapter5/Chapter5_Yuna1.dlg index f23c0ab1..a5d465e4 100644 --- a/Assets/07_Data/DialogGraph/Chapter5/Chapter5_Yuna1.dlg +++ b/Assets/07_Data/DialogGraph/Chapter5/Chapter5_Yuna1.dlg @@ -91,7 +91,7 @@ MonoBehaviour: serializedVersion: 2 x: -86 y: -2011 - width: 6072 + width: 6138 height: 3170 m_GraphElementMetaData: - m_Guid: @@ -641,11 +641,11 @@ MonoBehaviour: - rid: 4848514365209968928 type: {class: 'Constant`1[[GestureData, Assembly-CSharp]]', ns: Unity.GraphToolkit.Editor, asm: UnityEditor.GraphToolkitModule} data: - m_Value: {fileID: 0} + m_Value: {fileID: 11400000, guid: 4804073f4d38b724b9c65a2f4fb0182a, type: 2} - rid: 4848514365209968929 type: {class: 'Constant`1[[ExpressionData, Assembly-CSharp]]', ns: Unity.GraphToolkit.Editor, asm: UnityEditor.GraphToolkitModule} data: - m_Value: {fileID: 0} + m_Value: {fileID: 11400000, guid: 8d319ccbbede8ab42af41a96c04a1222, type: 2} - rid: 4848514365209968931 type: {class: 'Constant`1[[UnityEngine.AudioClip, UnityEngine.AudioModule]]', ns: Unity.GraphToolkit.Editor, asm: UnityEditor.GraphToolkitModule} data: @@ -2994,7 +2994,7 @@ MonoBehaviour: - rid: 4848514747977957888 type: {class: 'Constant`1[[ExpressionData, Assembly-CSharp]]', ns: Unity.GraphToolkit.Editor, asm: UnityEditor.GraphToolkitModule} data: - m_Value: {fileID: 0} + m_Value: {fileID: 11400000, guid: 8d319ccbbede8ab42af41a96c04a1222, type: 2} - rid: 4848514747977957890 type: {class: 'Constant`1[[UnityEngine.AudioClip, UnityEngine.AudioModule]]', ns: Unity.GraphToolkit.Editor, asm: UnityEditor.GraphToolkitModule} data: @@ -3818,11 +3818,11 @@ MonoBehaviour: - rid: 4848514771894665711 type: {class: 'Constant`1[[GestureData, Assembly-CSharp]]', ns: Unity.GraphToolkit.Editor, asm: UnityEditor.GraphToolkitModule} data: - m_Value: {fileID: 0} + m_Value: {fileID: 11400000, guid: 8c5dae7c875d256449f81835af98802b, type: 2} - rid: 4848514771894665712 type: {class: 'Constant`1[[ExpressionData, Assembly-CSharp]]', ns: Unity.GraphToolkit.Editor, asm: UnityEditor.GraphToolkitModule} data: - m_Value: {fileID: 0} + m_Value: {fileID: 11400000, guid: eb39cd79d79d93646aa2ccada74434e4, type: 2} - rid: 4848514771894665714 type: {class: 'Constant`1[[UnityEngine.AudioClip, UnityEngine.AudioModule]]', ns: Unity.GraphToolkit.Editor, asm: UnityEditor.GraphToolkitModule} data: @@ -4018,11 +4018,11 @@ MonoBehaviour: - rid: 4848514771894665736 type: {class: 'Constant`1[[GestureData, Assembly-CSharp]]', ns: Unity.GraphToolkit.Editor, asm: UnityEditor.GraphToolkitModule} data: - m_Value: {fileID: 0} + m_Value: {fileID: 11400000, guid: 26770f603fe071942b38ae08815c77e0, type: 2} - rid: 4848514771894665737 type: {class: 'Constant`1[[ExpressionData, Assembly-CSharp]]', ns: Unity.GraphToolkit.Editor, asm: UnityEditor.GraphToolkitModule} data: - m_Value: {fileID: 0} + m_Value: {fileID: 11400000, guid: ca323e438a088dd4ca6982891b9ef880, type: 2} - rid: 4848514771894665739 type: {class: 'Constant`1[[UnityEngine.AudioClip, UnityEngine.AudioModule]]', ns: Unity.GraphToolkit.Editor, asm: UnityEditor.GraphToolkitModule} data: @@ -4076,7 +4076,7 @@ MonoBehaviour: serializedVersion: 2 Hash: 37e1a6182b2c8dc062628523e3d9de0c m_Version: 2 - m_Position: {x: 2747.346, y: -1967.3955} + m_Position: {x: 2868.308, y: -1967.3955} m_Title: m_Tooltip: m_NodePreviewModel: @@ -4217,11 +4217,11 @@ MonoBehaviour: - rid: 4848514771894665761 type: {class: 'Constant`1[[GestureData, Assembly-CSharp]]', ns: Unity.GraphToolkit.Editor, asm: UnityEditor.GraphToolkitModule} data: - m_Value: {fileID: 0} + m_Value: {fileID: 11400000, guid: 4804073f4d38b724b9c65a2f4fb0182a, type: 2} - rid: 4848514771894665762 type: {class: 'Constant`1[[ExpressionData, Assembly-CSharp]]', ns: Unity.GraphToolkit.Editor, asm: UnityEditor.GraphToolkitModule} data: - m_Value: {fileID: 0} + m_Value: {fileID: 11400000, guid: 8d319ccbbede8ab42af41a96c04a1222, type: 2} - rid: 4848514771894665764 type: {class: 'Constant`1[[UnityEngine.AudioClip, UnityEngine.AudioModule]]', ns: Unity.GraphToolkit.Editor, asm: UnityEditor.GraphToolkitModule} data: @@ -4275,7 +4275,7 @@ MonoBehaviour: serializedVersion: 2 Hash: b1b526da1b08b33fe6ad5e45c289fc07 m_Version: 2 - m_Position: {x: 3185.7957, y: -1974.3243} + m_Position: {x: 3478.8962, y: -1974.3243} m_Title: m_Tooltip: m_NodePreviewModel: @@ -4474,7 +4474,7 @@ MonoBehaviour: serializedVersion: 2 Hash: 5fa03f43a0821e387160008a617af130 m_Version: 2 - m_Position: {x: 3630.7388, y: -1987.0011} + m_Position: {x: 3923.8394, y: -1987.0011} m_Title: m_Tooltip: m_NodePreviewModel: @@ -4674,7 +4674,7 @@ MonoBehaviour: serializedVersion: 2 Hash: 0b021bce0ce5eead3e14028e5f974c50 m_Version: 2 - m_Position: {x: 4107.428, y: -2010.584} + m_Position: {x: 4400.529, y: -2010.584} m_Title: m_Tooltip: m_NodePreviewModel: @@ -4874,7 +4874,7 @@ MonoBehaviour: serializedVersion: 2 Hash: dbf8229b5e3f1031a9541b0e8fff6b02 m_Version: 2 - m_Position: {x: 4599.354, y: -2009.2145} + m_Position: {x: 4892.4546, y: -2009.2145} m_Title: m_Tooltip: m_NodePreviewModel: @@ -5073,7 +5073,7 @@ MonoBehaviour: serializedVersion: 2 Hash: 1a29d50de83d24350b6b6f865c5d6137 m_Version: 2 - m_Position: {x: 5098.61, y: -2002.2374} + m_Position: {x: 5391.7104, y: -2002.2374} m_Title: m_Tooltip: m_NodePreviewModel: diff --git a/ProjectSettings/EditorBuildSettings.asset b/ProjectSettings/EditorBuildSettings.asset index a353ef68..186d7f40 100644 --- a/ProjectSettings/EditorBuildSettings.asset +++ b/ProjectSettings/EditorBuildSettings.asset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:aea5b6027a45dd5282ed8bebc1d85cf5e253b1711ddc134976b7f8ce634b555f -size 1012 +oid sha256:391cf3e29e6156ae117acfb6cc3a99ef5a762b64e6fd3ffeb04c3b1098b31183 +size 1123 From be268a1deb8c95e34db4e2eadc2474d7637d2842 Mon Sep 17 00:00:00 2001 From: nakjun Date: Mon, 27 Jul 2026 20:58:13 +0900 Subject: [PATCH 2/6] =?UTF-8?q?=EB=94=9C=EB=A0=88=EC=9D=B4=20=EC=88=98?= =?UTF-8?q?=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Assets/01_Scenes/Festival_Chapter5.unity | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Assets/01_Scenes/Festival_Chapter5.unity b/Assets/01_Scenes/Festival_Chapter5.unity index fe03e1a0..c1f27f80 100644 --- a/Assets/01_Scenes/Festival_Chapter5.unity +++ b/Assets/01_Scenes/Festival_Chapter5.unity @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:ba8b92471c5d9b5b8ea4600b1c2704fe3f1087331cfab5349234ab965b74b324 +oid sha256:6da96a6b7d06294f13b27c24abbd8a731e8071b700d2e49f42c3ba2316d9cbcf size 1943248 From b7bef052e0a8e7939a88a3f9872c50fd3ebfa11a Mon Sep 17 00:00:00 2001 From: nakjun Date: Mon, 27 Jul 2026 21:25:20 +0900 Subject: [PATCH 3/6] =?UTF-8?q?=EC=9D=80=EC=9E=94=EB=94=94=20=EB=AA=85?= =?UTF-8?q?=EC=98=88=EC=86=8C=EB=B0=A9=EA=B4=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Chapter5/Chapter5_Styracosaurus1.dlg | 14 +++++------ .../Voice/Chapter5/Styracosaurus.meta | 8 +++++++ .../Chapter5_Styracosaurus1_1.WAV | 3 +++ .../Chapter5_Styracosaurus1_1.WAV.meta | 23 +++++++++++++++++++ .../Chapter5_Styracosaurus1_2.WAV | 3 +++ .../Chapter5_Styracosaurus1_2.WAV.meta | 23 +++++++++++++++++++ .../Chapter5_Styracosaurus1_3.WAV | 3 +++ .../Chapter5_Styracosaurus1_3.WAV.meta | 23 +++++++++++++++++++ .../Chapter5_Styracosaurus1_4.WAV | 3 +++ .../Chapter5_Styracosaurus1_4.WAV.meta | 23 +++++++++++++++++++ .../Chapter5_Styracosaurus1_5.WAV | 3 +++ .../Chapter5_Styracosaurus1_5.WAV.meta | 23 +++++++++++++++++++ .../Chapter5_Styracosaurus1_6.WAV | 3 +++ .../Chapter5_Styracosaurus1_6.WAV.meta | 23 +++++++++++++++++++ 14 files changed, 171 insertions(+), 7 deletions(-) create mode 100644 Assets/11_Audio/Voice/Chapter5/Styracosaurus.meta create mode 100644 Assets/11_Audio/Voice/Chapter5/Styracosaurus/Chapter5_Styracosaurus1_1.WAV create mode 100644 Assets/11_Audio/Voice/Chapter5/Styracosaurus/Chapter5_Styracosaurus1_1.WAV.meta create mode 100644 Assets/11_Audio/Voice/Chapter5/Styracosaurus/Chapter5_Styracosaurus1_2.WAV create mode 100644 Assets/11_Audio/Voice/Chapter5/Styracosaurus/Chapter5_Styracosaurus1_2.WAV.meta create mode 100644 Assets/11_Audio/Voice/Chapter5/Styracosaurus/Chapter5_Styracosaurus1_3.WAV create mode 100644 Assets/11_Audio/Voice/Chapter5/Styracosaurus/Chapter5_Styracosaurus1_3.WAV.meta create mode 100644 Assets/11_Audio/Voice/Chapter5/Styracosaurus/Chapter5_Styracosaurus1_4.WAV create mode 100644 Assets/11_Audio/Voice/Chapter5/Styracosaurus/Chapter5_Styracosaurus1_4.WAV.meta create mode 100644 Assets/11_Audio/Voice/Chapter5/Styracosaurus/Chapter5_Styracosaurus1_5.WAV create mode 100644 Assets/11_Audio/Voice/Chapter5/Styracosaurus/Chapter5_Styracosaurus1_5.WAV.meta create mode 100644 Assets/11_Audio/Voice/Chapter5/Styracosaurus/Chapter5_Styracosaurus1_6.WAV create mode 100644 Assets/11_Audio/Voice/Chapter5/Styracosaurus/Chapter5_Styracosaurus1_6.WAV.meta diff --git a/Assets/07_Data/DialogGraph/Chapter5/Chapter5_Styracosaurus1.dlg b/Assets/07_Data/DialogGraph/Chapter5/Chapter5_Styracosaurus1.dlg index 1a1370d1..52bc1abf 100644 --- a/Assets/07_Data/DialogGraph/Chapter5/Chapter5_Styracosaurus1.dlg +++ b/Assets/07_Data/DialogGraph/Chapter5/Chapter5_Styracosaurus1.dlg @@ -264,7 +264,7 @@ MonoBehaviour: serializedVersion: 2 Hash: 6b3d58371649cb15ac50ee24dfa5c95c m_Version: 2 - m_Position: {x: 3340.8809, y: 14.211363} + m_Position: {x: 3339.3599, y: 14.211363} m_Title: m_Tooltip: m_NodePreviewModel: @@ -1872,11 +1872,11 @@ MonoBehaviour: - rid: 4848514839927849668 type: {class: 'Constant`1[[UnityEngine.AudioClip, UnityEngine.AudioModule]]', ns: Unity.GraphToolkit.Editor, asm: UnityEditor.GraphToolkitModule} data: - m_Value: {fileID: 0} + m_Value: {fileID: 8300000, guid: 3ca7b509af8386245b9496f239cba4c1, type: 3} - rid: 4848514839927849669 type: {class: 'Constant`1[[UnityEngine.AudioClip, UnityEngine.AudioModule]]', ns: Unity.GraphToolkit.Editor, asm: UnityEditor.GraphToolkitModule} data: - m_Value: {fileID: 0} + m_Value: {fileID: 8300000, guid: 65d2f13097460174897b7968076836aa, type: 3} - rid: 4848514839927849670 type: {class: 'Constant`1[[UnityEngine.AudioClip, UnityEngine.AudioModule]]', ns: Unity.GraphToolkit.Editor, asm: UnityEditor.GraphToolkitModule} data: @@ -1888,16 +1888,16 @@ MonoBehaviour: - rid: 4848514839927849672 type: {class: 'Constant`1[[UnityEngine.AudioClip, UnityEngine.AudioModule]]', ns: Unity.GraphToolkit.Editor, asm: UnityEditor.GraphToolkitModule} data: - m_Value: {fileID: 0} + m_Value: {fileID: 8300000, guid: f02258bbfed99844b925f0eb5887279d, type: 3} - rid: 4848514839927849673 type: {class: 'Constant`1[[UnityEngine.AudioClip, UnityEngine.AudioModule]]', ns: Unity.GraphToolkit.Editor, asm: UnityEditor.GraphToolkitModule} data: - m_Value: {fileID: 0} + m_Value: {fileID: 8300000, guid: 905b965bf3061444d9c521b07b1e2651, type: 3} - rid: 4848514839927849674 type: {class: 'Constant`1[[UnityEngine.AudioClip, UnityEngine.AudioModule]]', ns: Unity.GraphToolkit.Editor, asm: UnityEditor.GraphToolkitModule} data: - m_Value: {fileID: 0} + m_Value: {fileID: 8300000, guid: 85536186d7cb78d4886bca2a500a6ed3, type: 3} - rid: 4848514839927849675 type: {class: 'Constant`1[[UnityEngine.AudioClip, UnityEngine.AudioModule]]', ns: Unity.GraphToolkit.Editor, asm: UnityEditor.GraphToolkitModule} data: - m_Value: {fileID: 0} + m_Value: {fileID: 8300000, guid: 1d1d8430374e54848b87737973d059f8, type: 3} diff --git a/Assets/11_Audio/Voice/Chapter5/Styracosaurus.meta b/Assets/11_Audio/Voice/Chapter5/Styracosaurus.meta new file mode 100644 index 00000000..0397a954 --- /dev/null +++ b/Assets/11_Audio/Voice/Chapter5/Styracosaurus.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: cf3bd76caa8562c4481e6fb70d4113ce +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/11_Audio/Voice/Chapter5/Styracosaurus/Chapter5_Styracosaurus1_1.WAV b/Assets/11_Audio/Voice/Chapter5/Styracosaurus/Chapter5_Styracosaurus1_1.WAV new file mode 100644 index 00000000..17a25510 --- /dev/null +++ b/Assets/11_Audio/Voice/Chapter5/Styracosaurus/Chapter5_Styracosaurus1_1.WAV @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e16c81f6d51785a16ec8e8994547e16c48e7271754f59c7e58f30e161a138c6f +size 604990 diff --git a/Assets/11_Audio/Voice/Chapter5/Styracosaurus/Chapter5_Styracosaurus1_1.WAV.meta b/Assets/11_Audio/Voice/Chapter5/Styracosaurus/Chapter5_Styracosaurus1_1.WAV.meta new file mode 100644 index 00000000..c507f40e --- /dev/null +++ b/Assets/11_Audio/Voice/Chapter5/Styracosaurus/Chapter5_Styracosaurus1_1.WAV.meta @@ -0,0 +1,23 @@ +fileFormatVersion: 2 +guid: 65d2f13097460174897b7968076836aa +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/11_Audio/Voice/Chapter5/Styracosaurus/Chapter5_Styracosaurus1_2.WAV b/Assets/11_Audio/Voice/Chapter5/Styracosaurus/Chapter5_Styracosaurus1_2.WAV new file mode 100644 index 00000000..87ac8479 --- /dev/null +++ b/Assets/11_Audio/Voice/Chapter5/Styracosaurus/Chapter5_Styracosaurus1_2.WAV @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8362ef4c813a6de9267bc747deef7545ad8c0e760f801d6f160352e7c9fcb809 +size 963746 diff --git a/Assets/11_Audio/Voice/Chapter5/Styracosaurus/Chapter5_Styracosaurus1_2.WAV.meta b/Assets/11_Audio/Voice/Chapter5/Styracosaurus/Chapter5_Styracosaurus1_2.WAV.meta new file mode 100644 index 00000000..a66b1046 --- /dev/null +++ b/Assets/11_Audio/Voice/Chapter5/Styracosaurus/Chapter5_Styracosaurus1_2.WAV.meta @@ -0,0 +1,23 @@ +fileFormatVersion: 2 +guid: f02258bbfed99844b925f0eb5887279d +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/11_Audio/Voice/Chapter5/Styracosaurus/Chapter5_Styracosaurus1_3.WAV b/Assets/11_Audio/Voice/Chapter5/Styracosaurus/Chapter5_Styracosaurus1_3.WAV new file mode 100644 index 00000000..31e902db --- /dev/null +++ b/Assets/11_Audio/Voice/Chapter5/Styracosaurus/Chapter5_Styracosaurus1_3.WAV @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:894089f6e66054313ab95c48c99f700b82f6ec3a37d0a75e0024b784699d79f2 +size 476998 diff --git a/Assets/11_Audio/Voice/Chapter5/Styracosaurus/Chapter5_Styracosaurus1_3.WAV.meta b/Assets/11_Audio/Voice/Chapter5/Styracosaurus/Chapter5_Styracosaurus1_3.WAV.meta new file mode 100644 index 00000000..5d2c060f --- /dev/null +++ b/Assets/11_Audio/Voice/Chapter5/Styracosaurus/Chapter5_Styracosaurus1_3.WAV.meta @@ -0,0 +1,23 @@ +fileFormatVersion: 2 +guid: 905b965bf3061444d9c521b07b1e2651 +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/11_Audio/Voice/Chapter5/Styracosaurus/Chapter5_Styracosaurus1_4.WAV b/Assets/11_Audio/Voice/Chapter5/Styracosaurus/Chapter5_Styracosaurus1_4.WAV new file mode 100644 index 00000000..3b4af0bf --- /dev/null +++ b/Assets/11_Audio/Voice/Chapter5/Styracosaurus/Chapter5_Styracosaurus1_4.WAV @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:87b116f9447148abe33c9709ea2dfd58ba174d28a9d3c376c01b6fa2ef88cfd3 +size 426914 diff --git a/Assets/11_Audio/Voice/Chapter5/Styracosaurus/Chapter5_Styracosaurus1_4.WAV.meta b/Assets/11_Audio/Voice/Chapter5/Styracosaurus/Chapter5_Styracosaurus1_4.WAV.meta new file mode 100644 index 00000000..7302b65c --- /dev/null +++ b/Assets/11_Audio/Voice/Chapter5/Styracosaurus/Chapter5_Styracosaurus1_4.WAV.meta @@ -0,0 +1,23 @@ +fileFormatVersion: 2 +guid: 85536186d7cb78d4886bca2a500a6ed3 +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/11_Audio/Voice/Chapter5/Styracosaurus/Chapter5_Styracosaurus1_5.WAV b/Assets/11_Audio/Voice/Chapter5/Styracosaurus/Chapter5_Styracosaurus1_5.WAV new file mode 100644 index 00000000..75296a7e --- /dev/null +++ b/Assets/11_Audio/Voice/Chapter5/Styracosaurus/Chapter5_Styracosaurus1_5.WAV @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fcc843d01588e8a994f020702d6b91ca03553513f051588e2777cfb45037b7e9 +size 624506 diff --git a/Assets/11_Audio/Voice/Chapter5/Styracosaurus/Chapter5_Styracosaurus1_5.WAV.meta b/Assets/11_Audio/Voice/Chapter5/Styracosaurus/Chapter5_Styracosaurus1_5.WAV.meta new file mode 100644 index 00000000..96b7d5ee --- /dev/null +++ b/Assets/11_Audio/Voice/Chapter5/Styracosaurus/Chapter5_Styracosaurus1_5.WAV.meta @@ -0,0 +1,23 @@ +fileFormatVersion: 2 +guid: 3ca7b509af8386245b9496f239cba4c1 +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/11_Audio/Voice/Chapter5/Styracosaurus/Chapter5_Styracosaurus1_6.WAV b/Assets/11_Audio/Voice/Chapter5/Styracosaurus/Chapter5_Styracosaurus1_6.WAV new file mode 100644 index 00000000..9c346059 --- /dev/null +++ b/Assets/11_Audio/Voice/Chapter5/Styracosaurus/Chapter5_Styracosaurus1_6.WAV @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7917cf76850c2dcb6427c43f3902405462fd6c35d5c5eba7f56ccaa45bc37d8d +size 376826 diff --git a/Assets/11_Audio/Voice/Chapter5/Styracosaurus/Chapter5_Styracosaurus1_6.WAV.meta b/Assets/11_Audio/Voice/Chapter5/Styracosaurus/Chapter5_Styracosaurus1_6.WAV.meta new file mode 100644 index 00000000..c1e41af6 --- /dev/null +++ b/Assets/11_Audio/Voice/Chapter5/Styracosaurus/Chapter5_Styracosaurus1_6.WAV.meta @@ -0,0 +1,23 @@ +fileFormatVersion: 2 +guid: 1d1d8430374e54848b87737973d059f8 +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: From efb2cc45a5ad1c3d8c190f196787f6ded0a9bae6 Mon Sep 17 00:00:00 2001 From: nakjun Date: Tue, 28 Jul 2026 10:03:30 +0900 Subject: [PATCH 4/6] =?UTF-8?q?=EB=9D=BC=EC=9D=B4=ED=8C=85=20=EB=B2=A0?= =?UTF-8?q?=EC=9D=B4=ED=82=B9=201,2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Assets/01_Scenes/Festival_Chapter5.unity | 4 ++-- Assets/01_Scenes/Hischool_Chapter1.unity | 4 ++-- Assets/01_Scenes/Hischool_Chapter1/LightingData.asset | 4 ++-- Assets/01_Scenes/Hischool_Chapter1/Lightmap-0_comp_dir.png | 4 ++-- Assets/01_Scenes/Hischool_Chapter1/Lightmap-0_comp_light.exr | 4 ++-- Assets/01_Scenes/Hischool_Chapter1/Lightmap-1_comp_dir.png | 4 ++-- Assets/01_Scenes/Hischool_Chapter1/Lightmap-1_comp_light.exr | 4 ++-- Assets/01_Scenes/Hischool_Chapter1/Lightmap-2_comp_dir.png | 4 ++-- Assets/01_Scenes/Hischool_Chapter1/Lightmap-2_comp_light.exr | 4 ++-- .../Hischool_Chapter1/Lightmap-2_comp_shadowmask.png | 4 ++-- Assets/01_Scenes/Hischool_Chapter1/Lightmap-3_comp_dir.png | 4 ++-- Assets/01_Scenes/Hischool_Chapter1/Lightmap-3_comp_light.exr | 4 ++-- .../Hischool_Chapter1/Lightmap-3_comp_shadowmask.png | 4 ++-- Assets/01_Scenes/Hischool_Chapter1/Lightmap-4_comp_dir.png | 4 ++-- Assets/01_Scenes/Hischool_Chapter1/Lightmap-4_comp_light.exr | 4 ++-- .../Hischool_Chapter1/Lightmap-4_comp_shadowmask.png | 4 ++-- Assets/01_Scenes/Hischool_Chapter1/Lightmap-5_comp_dir.png | 4 ++-- Assets/01_Scenes/Hischool_Chapter1/Lightmap-5_comp_light.exr | 4 ++-- .../Hischool_Chapter1/Lightmap-5_comp_shadowmask.png | 4 ++-- Assets/01_Scenes/Hischool_Chapter1/Lightmap-6_comp_dir.png | 4 ++-- Assets/01_Scenes/Hischool_Chapter1/Lightmap-6_comp_light.exr | 4 ++-- .../Hischool_Chapter1/Lightmap-6_comp_shadowmask.png | 4 ++-- Assets/01_Scenes/Hischool_Chapter1/Lightmap-7_comp_dir.png | 4 ++-- Assets/01_Scenes/Hischool_Chapter1/Lightmap-7_comp_light.exr | 4 ++-- .../Hischool_Chapter1/Lightmap-7_comp_shadowmask.png | 4 ++-- Assets/01_Scenes/Hischool_Chapter1/Lightmap-8_comp_dir.png | 4 ++-- Assets/01_Scenes/Hischool_Chapter1/Lightmap-8_comp_light.exr | 4 ++-- .../Hischool_Chapter1/Lightmap-8_comp_shadowmask.png | 4 ++-- Assets/01_Scenes/Hischool_Chapter1/ReflectionProbe-0.exr | 4 ++-- Assets/01_Scenes/Hischool_Chapter1/ReflectionProbe-1.exr | 4 ++-- Assets/01_Scenes/Hischool_Chapter1/ReflectionProbe-10.exr | 4 ++-- Assets/01_Scenes/Hischool_Chapter1/ReflectionProbe-11.exr | 4 ++-- Assets/01_Scenes/Hischool_Chapter1/ReflectionProbe-12.exr | 4 ++-- Assets/01_Scenes/Hischool_Chapter1/ReflectionProbe-13.exr | 4 ++-- Assets/01_Scenes/Hischool_Chapter1/ReflectionProbe-14.exr | 4 ++-- Assets/01_Scenes/Hischool_Chapter1/ReflectionProbe-15.exr | 4 ++-- Assets/01_Scenes/Hischool_Chapter1/ReflectionProbe-16.exr | 4 ++-- Assets/01_Scenes/Hischool_Chapter1/ReflectionProbe-17.exr | 4 ++-- Assets/01_Scenes/Hischool_Chapter1/ReflectionProbe-18.exr | 4 ++-- Assets/01_Scenes/Hischool_Chapter1/ReflectionProbe-19.exr | 4 ++-- Assets/01_Scenes/Hischool_Chapter1/ReflectionProbe-2.exr | 4 ++-- Assets/01_Scenes/Hischool_Chapter1/ReflectionProbe-20.exr | 4 ++-- Assets/01_Scenes/Hischool_Chapter1/ReflectionProbe-21.exr | 4 ++-- Assets/01_Scenes/Hischool_Chapter1/ReflectionProbe-22.exr | 4 ++-- Assets/01_Scenes/Hischool_Chapter1/ReflectionProbe-23.exr | 4 ++-- Assets/01_Scenes/Hischool_Chapter1/ReflectionProbe-24.exr | 4 ++-- Assets/01_Scenes/Hischool_Chapter1/ReflectionProbe-25.exr | 4 ++-- Assets/01_Scenes/Hischool_Chapter1/ReflectionProbe-26.exr | 4 ++-- Assets/01_Scenes/Hischool_Chapter1/ReflectionProbe-3.exr | 4 ++-- Assets/01_Scenes/Hischool_Chapter1/ReflectionProbe-4.exr | 4 ++-- Assets/01_Scenes/Hischool_Chapter1/ReflectionProbe-5.exr | 4 ++-- Assets/01_Scenes/Hischool_Chapter1/ReflectionProbe-6.exr | 4 ++-- Assets/01_Scenes/Hischool_Chapter1/ReflectionProbe-7.exr | 4 ++-- Assets/01_Scenes/Hischool_Chapter1/ReflectionProbe-8.exr | 4 ++-- Assets/01_Scenes/Hischool_Chapter1/ReflectionProbe-9.exr | 4 ++-- Assets/01_Scenes/Hischool_Chapter2.unity | 4 ++-- Assets/01_Scenes/Hischool_Chapter2/LightingData.asset | 4 ++-- Assets/01_Scenes/Hischool_Chapter2/Lightmap-0_comp_dir.png | 4 ++-- Assets/01_Scenes/Hischool_Chapter2/Lightmap-0_comp_light.exr | 4 ++-- Assets/01_Scenes/Hischool_Chapter2/Lightmap-1_comp_dir.png | 4 ++-- Assets/01_Scenes/Hischool_Chapter2/Lightmap-1_comp_light.exr | 4 ++-- Assets/01_Scenes/Hischool_Chapter2/Lightmap-2_comp_dir.png | 4 ++-- Assets/01_Scenes/Hischool_Chapter2/Lightmap-2_comp_light.exr | 4 ++-- Assets/01_Scenes/Hischool_Chapter2/Lightmap-3_comp_dir.png | 4 ++-- Assets/01_Scenes/Hischool_Chapter2/Lightmap-3_comp_light.exr | 4 ++-- Assets/01_Scenes/Hischool_Chapter2/Lightmap-4_comp_dir.png | 4 ++-- Assets/01_Scenes/Hischool_Chapter2/Lightmap-4_comp_light.exr | 4 ++-- Assets/01_Scenes/Hischool_Chapter2/Lightmap-5_comp_dir.png | 4 ++-- Assets/01_Scenes/Hischool_Chapter2/Lightmap-5_comp_light.exr | 4 ++-- Assets/01_Scenes/Hischool_Chapter2/Lightmap-6_comp_dir.png | 4 ++-- Assets/01_Scenes/Hischool_Chapter2/Lightmap-6_comp_light.exr | 4 ++-- Assets/01_Scenes/Hischool_Chapter2/Lightmap-7_comp_dir.png | 4 ++-- Assets/01_Scenes/Hischool_Chapter2/Lightmap-7_comp_light.exr | 4 ++-- Assets/01_Scenes/Hischool_Chapter2/Lightmap-8_comp_dir.png | 4 ++-- Assets/01_Scenes/Hischool_Chapter2/Lightmap-8_comp_light.exr | 4 ++-- Assets/01_Scenes/Hischool_Chapter2/ReflectionProbe-0.exr | 4 ++-- Assets/01_Scenes/Hischool_Chapter2/ReflectionProbe-1.exr | 4 ++-- Assets/01_Scenes/Hischool_Chapter2/ReflectionProbe-10.exr | 4 ++-- Assets/01_Scenes/Hischool_Chapter2/ReflectionProbe-11.exr | 4 ++-- Assets/01_Scenes/Hischool_Chapter2/ReflectionProbe-12.exr | 4 ++-- Assets/01_Scenes/Hischool_Chapter2/ReflectionProbe-13.exr | 4 ++-- Assets/01_Scenes/Hischool_Chapter2/ReflectionProbe-14.exr | 4 ++-- Assets/01_Scenes/Hischool_Chapter2/ReflectionProbe-15.exr | 4 ++-- Assets/01_Scenes/Hischool_Chapter2/ReflectionProbe-16.exr | 4 ++-- Assets/01_Scenes/Hischool_Chapter2/ReflectionProbe-17.exr | 4 ++-- Assets/01_Scenes/Hischool_Chapter2/ReflectionProbe-18.exr | 4 ++-- Assets/01_Scenes/Hischool_Chapter2/ReflectionProbe-19.exr | 4 ++-- Assets/01_Scenes/Hischool_Chapter2/ReflectionProbe-2.exr | 4 ++-- Assets/01_Scenes/Hischool_Chapter2/ReflectionProbe-20.exr | 4 ++-- Assets/01_Scenes/Hischool_Chapter2/ReflectionProbe-21.exr | 4 ++-- Assets/01_Scenes/Hischool_Chapter2/ReflectionProbe-22.exr | 4 ++-- Assets/01_Scenes/Hischool_Chapter2/ReflectionProbe-23.exr | 4 ++-- Assets/01_Scenes/Hischool_Chapter2/ReflectionProbe-24.exr | 4 ++-- Assets/01_Scenes/Hischool_Chapter2/ReflectionProbe-25.exr | 4 ++-- Assets/01_Scenes/Hischool_Chapter2/ReflectionProbe-26.exr | 4 ++-- Assets/01_Scenes/Hischool_Chapter2/ReflectionProbe-3.exr | 4 ++-- Assets/01_Scenes/Hischool_Chapter2/ReflectionProbe-4.exr | 4 ++-- Assets/01_Scenes/Hischool_Chapter2/ReflectionProbe-5.exr | 4 ++-- Assets/01_Scenes/Hischool_Chapter2/ReflectionProbe-6.exr | 4 ++-- Assets/01_Scenes/Hischool_Chapter2/ReflectionProbe-7.exr | 4 ++-- Assets/01_Scenes/Hischool_Chapter2/ReflectionProbe-8.exr | 4 ++-- Assets/01_Scenes/Hischool_Chapter2/ReflectionProbe-9.exr | 4 ++-- Assets/XR/Settings/OpenXR Package Settings.asset | 4 ++-- 103 files changed, 206 insertions(+), 206 deletions(-) diff --git a/Assets/01_Scenes/Festival_Chapter5.unity b/Assets/01_Scenes/Festival_Chapter5.unity index c1f27f80..9aaa6677 100644 --- a/Assets/01_Scenes/Festival_Chapter5.unity +++ b/Assets/01_Scenes/Festival_Chapter5.unity @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:6da96a6b7d06294f13b27c24abbd8a731e8071b700d2e49f42c3ba2316d9cbcf -size 1943248 +oid sha256:e169013f62a06f1b380b6f68a867e47941471fc1646f47334ec6ff1bc7917fb7 +size 1943452 diff --git a/Assets/01_Scenes/Hischool_Chapter1.unity b/Assets/01_Scenes/Hischool_Chapter1.unity index f76d7a27..e60842d0 100644 --- a/Assets/01_Scenes/Hischool_Chapter1.unity +++ b/Assets/01_Scenes/Hischool_Chapter1.unity @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:bf67e0640eda951bca62a8b2e1df5c02653e0aa82733aedcb896721ee93e5bd6 -size 4279918 +oid sha256:958d24f86ae192fb6e19c74f4d5cddd1b089c0150bb7148090c75efeff1cff8a +size 4271416 diff --git a/Assets/01_Scenes/Hischool_Chapter1/LightingData.asset b/Assets/01_Scenes/Hischool_Chapter1/LightingData.asset index e078d865..aae4173d 100644 --- a/Assets/01_Scenes/Hischool_Chapter1/LightingData.asset +++ b/Assets/01_Scenes/Hischool_Chapter1/LightingData.asset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:eb53b7221d5746da016df53f8ef2071225d52ab19b4e5383e1325a1ba46c02d1 -size 159425 +oid sha256:1d38aef79a4475eb0c95bc2eb6d0b82d2234af8783ba7776de1c37ec06d1153c +size 159089 diff --git a/Assets/01_Scenes/Hischool_Chapter1/Lightmap-0_comp_dir.png b/Assets/01_Scenes/Hischool_Chapter1/Lightmap-0_comp_dir.png index 3bd6fd84..df2c3bcd 100644 --- a/Assets/01_Scenes/Hischool_Chapter1/Lightmap-0_comp_dir.png +++ b/Assets/01_Scenes/Hischool_Chapter1/Lightmap-0_comp_dir.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:d90f06b3c26fc3b6403c42fcb444b26f55da1d965f18b12bdbf48460e6cec95f -size 3148696 +oid sha256:4915f18c077a58ea905f73971bdbe20f7428c05c42238d843fafa7c94f8a9c00 +size 3150932 diff --git a/Assets/01_Scenes/Hischool_Chapter1/Lightmap-0_comp_light.exr b/Assets/01_Scenes/Hischool_Chapter1/Lightmap-0_comp_light.exr index e635b78c..503914d0 100644 --- a/Assets/01_Scenes/Hischool_Chapter1/Lightmap-0_comp_light.exr +++ b/Assets/01_Scenes/Hischool_Chapter1/Lightmap-0_comp_light.exr @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:8bb22c966a63b32838ce0ef7ca8fa80987dea916a3cece0793c8fef164c83d59 -size 34511488 +oid sha256:ade9fb3fcc71f71e2f8f2058f9d2ab8afec67868a29cb1c46471e9eece1f8a34 +size 34536618 diff --git a/Assets/01_Scenes/Hischool_Chapter1/Lightmap-1_comp_dir.png b/Assets/01_Scenes/Hischool_Chapter1/Lightmap-1_comp_dir.png index fc519f45..45ccb2e7 100644 --- a/Assets/01_Scenes/Hischool_Chapter1/Lightmap-1_comp_dir.png +++ b/Assets/01_Scenes/Hischool_Chapter1/Lightmap-1_comp_dir.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:d7bd667ab635e1bdf837f9c955a9988b3bb76bd1938fdf30e3c4fecf77da1d8a -size 3466428 +oid sha256:1658f9a026d5d48d8ad1532ad744350b8f9fc9eecf642779c06f5ec61c5a4a9a +size 3463139 diff --git a/Assets/01_Scenes/Hischool_Chapter1/Lightmap-1_comp_light.exr b/Assets/01_Scenes/Hischool_Chapter1/Lightmap-1_comp_light.exr index 30325796..f7dbd362 100644 --- a/Assets/01_Scenes/Hischool_Chapter1/Lightmap-1_comp_light.exr +++ b/Assets/01_Scenes/Hischool_Chapter1/Lightmap-1_comp_light.exr @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:81c04d9382e0bc28b320432e3032507938097ecd1252a113cf6dfaa7b7cf2ed3 -size 39385501 +oid sha256:9c2fa7f8f65baefc7524098096e6c6ab921167c8b465ce498830fac5111cf620 +size 39390702 diff --git a/Assets/01_Scenes/Hischool_Chapter1/Lightmap-2_comp_dir.png b/Assets/01_Scenes/Hischool_Chapter1/Lightmap-2_comp_dir.png index 1069f962..7364c2fc 100644 --- a/Assets/01_Scenes/Hischool_Chapter1/Lightmap-2_comp_dir.png +++ b/Assets/01_Scenes/Hischool_Chapter1/Lightmap-2_comp_dir.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:a953ced20fdbd88a31da5f0f1ca48b936606cc867dc9a4fb6407ff6b9fd24f94 -size 3106164 +oid sha256:7d0a014113a9a43cea4b5fbfde4340326d8cd8ad653e08e5f64ae6bed6b664ac +size 3049345 diff --git a/Assets/01_Scenes/Hischool_Chapter1/Lightmap-2_comp_light.exr b/Assets/01_Scenes/Hischool_Chapter1/Lightmap-2_comp_light.exr index 4867e5df..c5ca7a6f 100644 --- a/Assets/01_Scenes/Hischool_Chapter1/Lightmap-2_comp_light.exr +++ b/Assets/01_Scenes/Hischool_Chapter1/Lightmap-2_comp_light.exr @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:0fd9e3bc3fd711fd8b8bc633aa5574e731c548a629140f0753ac8092ea60b51f -size 38951840 +oid sha256:2f0e08955a844efd48cf841da9a0ed85c06a7c87130cede851e52ad2031b9b34 +size 38759035 diff --git a/Assets/01_Scenes/Hischool_Chapter1/Lightmap-2_comp_shadowmask.png b/Assets/01_Scenes/Hischool_Chapter1/Lightmap-2_comp_shadowmask.png index 1ba44b68..860b05dc 100644 --- a/Assets/01_Scenes/Hischool_Chapter1/Lightmap-2_comp_shadowmask.png +++ b/Assets/01_Scenes/Hischool_Chapter1/Lightmap-2_comp_shadowmask.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:2cf1d51cfaf78eab6838de02dadfa9fc186fa799ccb9143cddae3f322a587fbd -size 100051 +oid sha256:fcf2cbd45a5c5bbb4a68ba3b887a019c671379ab8ae06d54accc3f2effad0643 +size 99505 diff --git a/Assets/01_Scenes/Hischool_Chapter1/Lightmap-3_comp_dir.png b/Assets/01_Scenes/Hischool_Chapter1/Lightmap-3_comp_dir.png index 5704d6fa..173be882 100644 --- a/Assets/01_Scenes/Hischool_Chapter1/Lightmap-3_comp_dir.png +++ b/Assets/01_Scenes/Hischool_Chapter1/Lightmap-3_comp_dir.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:9cd920711963bf14d6280225d3eaf6acb530d92b22301d4966d3b50f56d57d59 -size 3253470 +oid sha256:28e19ee65007d863b52ed9424016ae2514a79372d7d736a7c574795045f364d9 +size 3270543 diff --git a/Assets/01_Scenes/Hischool_Chapter1/Lightmap-3_comp_light.exr b/Assets/01_Scenes/Hischool_Chapter1/Lightmap-3_comp_light.exr index 9c63ff69..2defc3bf 100644 --- a/Assets/01_Scenes/Hischool_Chapter1/Lightmap-3_comp_light.exr +++ b/Assets/01_Scenes/Hischool_Chapter1/Lightmap-3_comp_light.exr @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:392fd4580ac50b976985efa5e0c87d741c0138c5c10ef9a5f1a9eafacba01aba -size 38806099 +oid sha256:02e61e88cb5f86038fab48b0473eee872fb9555268c915b0a1a231da54e263ee +size 38865517 diff --git a/Assets/01_Scenes/Hischool_Chapter1/Lightmap-3_comp_shadowmask.png b/Assets/01_Scenes/Hischool_Chapter1/Lightmap-3_comp_shadowmask.png index 14627743..0d34024e 100644 --- a/Assets/01_Scenes/Hischool_Chapter1/Lightmap-3_comp_shadowmask.png +++ b/Assets/01_Scenes/Hischool_Chapter1/Lightmap-3_comp_shadowmask.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:aba9b684f9330df6e2981872acea531cef86195cafea2d88d93ee21481ff6873 -size 86372 +oid sha256:bb737de798aa0e283339ca9be1424e9b2e1593a78f925eab7d9d57ab7057ed2c +size 85786 diff --git a/Assets/01_Scenes/Hischool_Chapter1/Lightmap-4_comp_dir.png b/Assets/01_Scenes/Hischool_Chapter1/Lightmap-4_comp_dir.png index a8baa0d7..94bff305 100644 --- a/Assets/01_Scenes/Hischool_Chapter1/Lightmap-4_comp_dir.png +++ b/Assets/01_Scenes/Hischool_Chapter1/Lightmap-4_comp_dir.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:76a34fdfeb8baa426b504455b40c39b580116768fe901f51f95b03684d7084a4 -size 2846882 +oid sha256:6d19738cc0afeb45b1a83799c58f2d3bd8638789b731c8d6cdab5571be255a62 +size 2837974 diff --git a/Assets/01_Scenes/Hischool_Chapter1/Lightmap-4_comp_light.exr b/Assets/01_Scenes/Hischool_Chapter1/Lightmap-4_comp_light.exr index 94d38127..22b7be18 100644 --- a/Assets/01_Scenes/Hischool_Chapter1/Lightmap-4_comp_light.exr +++ b/Assets/01_Scenes/Hischool_Chapter1/Lightmap-4_comp_light.exr @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:1dfdbeaabdb788516467f54a8a032fea6a1f8c37f77b60c29132c5b3624d6cd0 -size 36247412 +oid sha256:ade86c5a32ca0b680c601f5b391fa5ee508643031a410ab4446dd5d866aa5706 +size 36212894 diff --git a/Assets/01_Scenes/Hischool_Chapter1/Lightmap-4_comp_shadowmask.png b/Assets/01_Scenes/Hischool_Chapter1/Lightmap-4_comp_shadowmask.png index 4463d292..94962035 100644 --- a/Assets/01_Scenes/Hischool_Chapter1/Lightmap-4_comp_shadowmask.png +++ b/Assets/01_Scenes/Hischool_Chapter1/Lightmap-4_comp_shadowmask.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:134ea741edf558a060bd8ad2bbe2173c7af0f536c6d088185244f1bdb48c51c6 -size 35080 +oid sha256:5a57b672b9b759f6e6c76bb65ccad1f5742f20023cb0b69307c79c3890056af2 +size 29402 diff --git a/Assets/01_Scenes/Hischool_Chapter1/Lightmap-5_comp_dir.png b/Assets/01_Scenes/Hischool_Chapter1/Lightmap-5_comp_dir.png index ea2289d4..0e33520e 100644 --- a/Assets/01_Scenes/Hischool_Chapter1/Lightmap-5_comp_dir.png +++ b/Assets/01_Scenes/Hischool_Chapter1/Lightmap-5_comp_dir.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:af5f20acdc20460d47e26bd7fd5cfd15023f02cb466d40f4b998bfdd7a082286 -size 2635648 +oid sha256:66bdc3a24b7b681e9a2a54f390287da6774217966e857736fc97592914e3c3c9 +size 2516324 diff --git a/Assets/01_Scenes/Hischool_Chapter1/Lightmap-5_comp_light.exr b/Assets/01_Scenes/Hischool_Chapter1/Lightmap-5_comp_light.exr index c3e32d7e..c21f0659 100644 --- a/Assets/01_Scenes/Hischool_Chapter1/Lightmap-5_comp_light.exr +++ b/Assets/01_Scenes/Hischool_Chapter1/Lightmap-5_comp_light.exr @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:52890296a59f45875bd1166af1bc90b26764e8021ed6ba9e416595ad7f66f7f0 -size 33019762 +oid sha256:c6020cd7d8302c52aa2979e589695e5ab5a85c05c4c02f3a5555d6365c15cb9d +size 31396162 diff --git a/Assets/01_Scenes/Hischool_Chapter1/Lightmap-5_comp_shadowmask.png b/Assets/01_Scenes/Hischool_Chapter1/Lightmap-5_comp_shadowmask.png index 970e892c..51c7f1a7 100644 --- a/Assets/01_Scenes/Hischool_Chapter1/Lightmap-5_comp_shadowmask.png +++ b/Assets/01_Scenes/Hischool_Chapter1/Lightmap-5_comp_shadowmask.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:16c851423cd3ece742c4e27868d3f5ba376b26629693f786cdd294d54ed9e65c -size 77782 +oid sha256:a71ef80ddb12aa6ddf967b90a54bf8711b597e9f8ea5d1774ebf0dd43f07f270 +size 81066 diff --git a/Assets/01_Scenes/Hischool_Chapter1/Lightmap-6_comp_dir.png b/Assets/01_Scenes/Hischool_Chapter1/Lightmap-6_comp_dir.png index 50bc642a..2287d46e 100644 --- a/Assets/01_Scenes/Hischool_Chapter1/Lightmap-6_comp_dir.png +++ b/Assets/01_Scenes/Hischool_Chapter1/Lightmap-6_comp_dir.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:a9c317bcc9f336106bfacc1b2652354821992d47db8d7a3d71e7fbce7d8d3bec -size 1967889 +oid sha256:4971a07db2839355d46b38518538cb2d291ff9688ec4033b44b101a50e322262 +size 1894947 diff --git a/Assets/01_Scenes/Hischool_Chapter1/Lightmap-6_comp_light.exr b/Assets/01_Scenes/Hischool_Chapter1/Lightmap-6_comp_light.exr index badc9ec9..ec08d07e 100644 --- a/Assets/01_Scenes/Hischool_Chapter1/Lightmap-6_comp_light.exr +++ b/Assets/01_Scenes/Hischool_Chapter1/Lightmap-6_comp_light.exr @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:235926856e1ead97a2896a5b5d00c874348d179c6752e6ec18fbad2977390615 -size 39388105 +oid sha256:d71177bd28bd284635057f21a8a6ddad2ae28fc1a3b272903e5452f12b57dd8a +size 39961657 diff --git a/Assets/01_Scenes/Hischool_Chapter1/Lightmap-6_comp_shadowmask.png b/Assets/01_Scenes/Hischool_Chapter1/Lightmap-6_comp_shadowmask.png index 6063a955..5b2760eb 100644 --- a/Assets/01_Scenes/Hischool_Chapter1/Lightmap-6_comp_shadowmask.png +++ b/Assets/01_Scenes/Hischool_Chapter1/Lightmap-6_comp_shadowmask.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:e9f88878e3ada758f1de5e2d95c05acbbd4c664555a855655f3522e0a36b7692 -size 111458 +oid sha256:dad83f4aa582c2d91e95c6d2fa75c88ed3c741e8a5e68b375529942cfba975e6 +size 110797 diff --git a/Assets/01_Scenes/Hischool_Chapter1/Lightmap-7_comp_dir.png b/Assets/01_Scenes/Hischool_Chapter1/Lightmap-7_comp_dir.png index 0da2da07..bc2421e5 100644 --- a/Assets/01_Scenes/Hischool_Chapter1/Lightmap-7_comp_dir.png +++ b/Assets/01_Scenes/Hischool_Chapter1/Lightmap-7_comp_dir.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:a10ee0ed648ccb2b13d3fedf6dbe514bd96dbef464efbaa06afd6562a7d5c107 -size 1622119 +oid sha256:a6b5e5c0e3740522ac2fdb4d1afa32bce9a43260e163f38835f8b493875736fa +size 1628263 diff --git a/Assets/01_Scenes/Hischool_Chapter1/Lightmap-7_comp_light.exr b/Assets/01_Scenes/Hischool_Chapter1/Lightmap-7_comp_light.exr index df8203bd..5051f4a2 100644 --- a/Assets/01_Scenes/Hischool_Chapter1/Lightmap-7_comp_light.exr +++ b/Assets/01_Scenes/Hischool_Chapter1/Lightmap-7_comp_light.exr @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:4e2dc951d9124c5854e461ae144865a6876fb4e0a6b2dfd7d3e4b5f24916a99a -size 41749141 +oid sha256:608faa61fe0eebb16b4f95c7669e10d9a8d1a4d5067315bb513b523f63373fc5 +size 41677955 diff --git a/Assets/01_Scenes/Hischool_Chapter1/Lightmap-7_comp_shadowmask.png b/Assets/01_Scenes/Hischool_Chapter1/Lightmap-7_comp_shadowmask.png index 299e2dbb..a93999c2 100644 --- a/Assets/01_Scenes/Hischool_Chapter1/Lightmap-7_comp_shadowmask.png +++ b/Assets/01_Scenes/Hischool_Chapter1/Lightmap-7_comp_shadowmask.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:28b59b8edd23289f2460008a8a7108cd3c3939b5a3cd392b8b6c1f2369c7f6fe -size 127354 +oid sha256:78b2df0266edb0ddb6ba8f09a9bbb512ce2ab1d3302b48c85192fee4f887648c +size 126687 diff --git a/Assets/01_Scenes/Hischool_Chapter1/Lightmap-8_comp_dir.png b/Assets/01_Scenes/Hischool_Chapter1/Lightmap-8_comp_dir.png index 131c14d1..38a73bf2 100644 --- a/Assets/01_Scenes/Hischool_Chapter1/Lightmap-8_comp_dir.png +++ b/Assets/01_Scenes/Hischool_Chapter1/Lightmap-8_comp_dir.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:36c0504298014d02d6ad84bf34287dd008b81ff381cbe973af8ff2ce8681ae80 -size 1291555 +oid sha256:e10838233f3dad42a517c72d11451f44ee56cec6c69ede059fc807345366dc32 +size 1213361 diff --git a/Assets/01_Scenes/Hischool_Chapter1/Lightmap-8_comp_light.exr b/Assets/01_Scenes/Hischool_Chapter1/Lightmap-8_comp_light.exr index 6ab84871..03d65308 100644 --- a/Assets/01_Scenes/Hischool_Chapter1/Lightmap-8_comp_light.exr +++ b/Assets/01_Scenes/Hischool_Chapter1/Lightmap-8_comp_light.exr @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:93fab514ffd5705a3cf5d51212b7f3f13cb18843fa8dc2315e9a671c957a8306 -size 16754534 +oid sha256:72b638890eb8002854630005635332e4705fd8d5965f3537c91339a021a0a235 +size 14397877 diff --git a/Assets/01_Scenes/Hischool_Chapter1/Lightmap-8_comp_shadowmask.png b/Assets/01_Scenes/Hischool_Chapter1/Lightmap-8_comp_shadowmask.png index cfc60e6a..80b81abc 100644 --- a/Assets/01_Scenes/Hischool_Chapter1/Lightmap-8_comp_shadowmask.png +++ b/Assets/01_Scenes/Hischool_Chapter1/Lightmap-8_comp_shadowmask.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:b5aa483bc8fbf2e23f19606e299e447cdffbb44ec32b14e17d824b51afe254e7 -size 183496 +oid sha256:1f98800962a45ac3c52981d6eaa4c681d3f4552699baa6014fc40e66f1d4da4d +size 179530 diff --git a/Assets/01_Scenes/Hischool_Chapter1/ReflectionProbe-0.exr b/Assets/01_Scenes/Hischool_Chapter1/ReflectionProbe-0.exr index 9598fd29..eccd90ab 100644 --- a/Assets/01_Scenes/Hischool_Chapter1/ReflectionProbe-0.exr +++ b/Assets/01_Scenes/Hischool_Chapter1/ReflectionProbe-0.exr @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:ffb489b4e564f118f50ac789e87672ab71f57c289240ec926b7d7acd0ba50230 -size 1245447 +oid sha256:faff9d797acf05260711f8e48789ed15750694a95a4635cd91b19435edd288c2 +size 1246855 diff --git a/Assets/01_Scenes/Hischool_Chapter1/ReflectionProbe-1.exr b/Assets/01_Scenes/Hischool_Chapter1/ReflectionProbe-1.exr index 80dc97f1..10611a49 100644 --- a/Assets/01_Scenes/Hischool_Chapter1/ReflectionProbe-1.exr +++ b/Assets/01_Scenes/Hischool_Chapter1/ReflectionProbe-1.exr @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:3f13c11f9a0134b4d30f21d52c386aa7e9876a057b96c9eb07988642fef59529 -size 1360275 +oid sha256:d38990c558ce0657e99e790d692acf4f3ef057c64900cc5a0e59e866f48fba30 +size 1360230 diff --git a/Assets/01_Scenes/Hischool_Chapter1/ReflectionProbe-10.exr b/Assets/01_Scenes/Hischool_Chapter1/ReflectionProbe-10.exr index 064b8cdc..7e24ce67 100644 --- a/Assets/01_Scenes/Hischool_Chapter1/ReflectionProbe-10.exr +++ b/Assets/01_Scenes/Hischool_Chapter1/ReflectionProbe-10.exr @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:9faa120836ae15e27d1ead1a0aeb7f629e047372a4324ab4c650314908731a9b -size 1352158 +oid sha256:729d8170038086a8b79333b6ecacbda85a8b953432a9976d4e0ec371140ef90f +size 1352288 diff --git a/Assets/01_Scenes/Hischool_Chapter1/ReflectionProbe-11.exr b/Assets/01_Scenes/Hischool_Chapter1/ReflectionProbe-11.exr index 21513e75..e2c52992 100644 --- a/Assets/01_Scenes/Hischool_Chapter1/ReflectionProbe-11.exr +++ b/Assets/01_Scenes/Hischool_Chapter1/ReflectionProbe-11.exr @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:7b9750e91f4c467177cc698e5ea114d1941549d5929916f405bcea1df7c388d5 -size 1356550 +oid sha256:6e2166958e5a93c2a45f20f6e51d0f1c3e78aa4d5b61768ce0922d46cba22912 +size 1356712 diff --git a/Assets/01_Scenes/Hischool_Chapter1/ReflectionProbe-12.exr b/Assets/01_Scenes/Hischool_Chapter1/ReflectionProbe-12.exr index e942e825..62556626 100644 --- a/Assets/01_Scenes/Hischool_Chapter1/ReflectionProbe-12.exr +++ b/Assets/01_Scenes/Hischool_Chapter1/ReflectionProbe-12.exr @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:47b1561ee6a0fb950700b193b02b3a6386073dc0642bffd827e78064b68ac379 -size 1324595 +oid sha256:5d23d604ecb92fafae9b57d1ee94af02b8ab21dadc95d074fb7c17c2bfd229a1 +size 1324099 diff --git a/Assets/01_Scenes/Hischool_Chapter1/ReflectionProbe-13.exr b/Assets/01_Scenes/Hischool_Chapter1/ReflectionProbe-13.exr index 157d42dc..2dd66f99 100644 --- a/Assets/01_Scenes/Hischool_Chapter1/ReflectionProbe-13.exr +++ b/Assets/01_Scenes/Hischool_Chapter1/ReflectionProbe-13.exr @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:d3ba44a9e31988355b626bc47274911b381537e622022905f8c6801c3a30dff0 -size 1387220 +oid sha256:6a3f0270092a0ffc51352a3871526abf6e48436f66fd7e5be7d31045d56eae1a +size 1386920 diff --git a/Assets/01_Scenes/Hischool_Chapter1/ReflectionProbe-14.exr b/Assets/01_Scenes/Hischool_Chapter1/ReflectionProbe-14.exr index a54716a9..2b86f39b 100644 --- a/Assets/01_Scenes/Hischool_Chapter1/ReflectionProbe-14.exr +++ b/Assets/01_Scenes/Hischool_Chapter1/ReflectionProbe-14.exr @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:fc1741b5b581f4b2f7a556641bc352bc5bdbdc362cee8845251407120c32d26d -size 1278849 +oid sha256:04680af7f4a7711ba7eefe0f4f41b8cf822ea093eb578e22642020b3f625f24a +size 1278722 diff --git a/Assets/01_Scenes/Hischool_Chapter1/ReflectionProbe-15.exr b/Assets/01_Scenes/Hischool_Chapter1/ReflectionProbe-15.exr index 3f187f8a..8b251e15 100644 --- a/Assets/01_Scenes/Hischool_Chapter1/ReflectionProbe-15.exr +++ b/Assets/01_Scenes/Hischool_Chapter1/ReflectionProbe-15.exr @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:8181a7ef758bd8e0a33e50590d8f2b709df1347250c8b388d2e3afaf2efd6ca9 -size 1326451 +oid sha256:4444b3b97328e6aee42f6603845fe82c97d6e0188cfce5a73f9cc0ba0cb2afb6 +size 1326626 diff --git a/Assets/01_Scenes/Hischool_Chapter1/ReflectionProbe-16.exr b/Assets/01_Scenes/Hischool_Chapter1/ReflectionProbe-16.exr index 02117f02..a3a7806a 100644 --- a/Assets/01_Scenes/Hischool_Chapter1/ReflectionProbe-16.exr +++ b/Assets/01_Scenes/Hischool_Chapter1/ReflectionProbe-16.exr @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:fa83a05208e4c0865c64c0290266fabd5059048b903b767a832047973e23eef3 -size 1376597 +oid sha256:f637a8a05d69ece04e1299daae8aa21f51de61fd27a68881ed1531d238c0d716 +size 1377981 diff --git a/Assets/01_Scenes/Hischool_Chapter1/ReflectionProbe-17.exr b/Assets/01_Scenes/Hischool_Chapter1/ReflectionProbe-17.exr index 818063e2..0ba9f3da 100644 --- a/Assets/01_Scenes/Hischool_Chapter1/ReflectionProbe-17.exr +++ b/Assets/01_Scenes/Hischool_Chapter1/ReflectionProbe-17.exr @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:ad5f3ffedbfae098dfe1f649ba9bce990e5d3d95ff58d8fe7fa475684ee4921f -size 1314115 +oid sha256:06d7b080080e5addb925f1046e4e295f8fadfdf32fd254fd5e2554da6839625f +size 1311893 diff --git a/Assets/01_Scenes/Hischool_Chapter1/ReflectionProbe-18.exr b/Assets/01_Scenes/Hischool_Chapter1/ReflectionProbe-18.exr index 02f79307..8d9a13c4 100644 --- a/Assets/01_Scenes/Hischool_Chapter1/ReflectionProbe-18.exr +++ b/Assets/01_Scenes/Hischool_Chapter1/ReflectionProbe-18.exr @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:1b9ca1d36518d5066b11f77322fc992713087fbdc4afa1ec2560a5fb74cfa5a3 -size 1385513 +oid sha256:95f19ba4d41323325ce2d2adae2705b2dc6d0318ea79f83db7b7d919aeb0833d +size 1385677 diff --git a/Assets/01_Scenes/Hischool_Chapter1/ReflectionProbe-19.exr b/Assets/01_Scenes/Hischool_Chapter1/ReflectionProbe-19.exr index 93c0d6f3..f96ed07a 100644 --- a/Assets/01_Scenes/Hischool_Chapter1/ReflectionProbe-19.exr +++ b/Assets/01_Scenes/Hischool_Chapter1/ReflectionProbe-19.exr @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:cde7f1f1c5fc624d7e437cf5a6950843cb9831158b94615ed1c81bd5625c8e97 -size 1281117 +oid sha256:082c3b2505c37393939391099b6a795dbb856a2f57509be07090051f6e323ea1 +size 1281604 diff --git a/Assets/01_Scenes/Hischool_Chapter1/ReflectionProbe-2.exr b/Assets/01_Scenes/Hischool_Chapter1/ReflectionProbe-2.exr index bd7e6469..2e67dc6e 100644 --- a/Assets/01_Scenes/Hischool_Chapter1/ReflectionProbe-2.exr +++ b/Assets/01_Scenes/Hischool_Chapter1/ReflectionProbe-2.exr @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:78233dc077e64dc268b3a0c22053cfb4a1cfcf080e7a4ebd57969281c9827393 -size 1346511 +oid sha256:00aee212a96bfec8d93aaf3675e72043209ca501223932c8ee092f3a9f8d038d +size 1346977 diff --git a/Assets/01_Scenes/Hischool_Chapter1/ReflectionProbe-20.exr b/Assets/01_Scenes/Hischool_Chapter1/ReflectionProbe-20.exr index 4748881a..e694f3bb 100644 --- a/Assets/01_Scenes/Hischool_Chapter1/ReflectionProbe-20.exr +++ b/Assets/01_Scenes/Hischool_Chapter1/ReflectionProbe-20.exr @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:d9220a7f831ec7c48b3ab5b890928fb1fcc007f8fa6d61bb48456458a2a7e515 -size 1318416 +oid sha256:3fb5cac3a2b76679415f94396032de2732258b9a3f63b8d24d5724746157e82b +size 1318379 diff --git a/Assets/01_Scenes/Hischool_Chapter1/ReflectionProbe-21.exr b/Assets/01_Scenes/Hischool_Chapter1/ReflectionProbe-21.exr index 50abe947..219434ea 100644 --- a/Assets/01_Scenes/Hischool_Chapter1/ReflectionProbe-21.exr +++ b/Assets/01_Scenes/Hischool_Chapter1/ReflectionProbe-21.exr @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:f3e43cb05b1e1784cbc230e0ffd619e9546dbb70d3166e183049b082040cf12c -size 1282161 +oid sha256:e97ce6a5f8ba46d603fb36bf85d79a64e9db36be3aa8f345fa4c94a0294ece90 +size 1282129 diff --git a/Assets/01_Scenes/Hischool_Chapter1/ReflectionProbe-22.exr b/Assets/01_Scenes/Hischool_Chapter1/ReflectionProbe-22.exr index 50ac7eef..676b369d 100644 --- a/Assets/01_Scenes/Hischool_Chapter1/ReflectionProbe-22.exr +++ b/Assets/01_Scenes/Hischool_Chapter1/ReflectionProbe-22.exr @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:4cb7551b7d242f72a7bfff177d9c3fbf45ec6cadc9483652b24bca436ba2fc9a -size 1344915 +oid sha256:7487825aab3d9b9ac5c6bd3aa3d5aaf051b39241e20971bbdd4b35be8cfff18b +size 1344664 diff --git a/Assets/01_Scenes/Hischool_Chapter1/ReflectionProbe-23.exr b/Assets/01_Scenes/Hischool_Chapter1/ReflectionProbe-23.exr index 403d5f8f..613ffc7b 100644 --- a/Assets/01_Scenes/Hischool_Chapter1/ReflectionProbe-23.exr +++ b/Assets/01_Scenes/Hischool_Chapter1/ReflectionProbe-23.exr @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:83907f3bba6443f3ed0d7ca784427493c36c730c74c4048b98c48f5d0bc9a74f -size 1323182 +oid sha256:96aeeb708c52b80ea737f1504186d4b0c64499345a517a4ef988d9e5c0deddd8 +size 1323834 diff --git a/Assets/01_Scenes/Hischool_Chapter1/ReflectionProbe-24.exr b/Assets/01_Scenes/Hischool_Chapter1/ReflectionProbe-24.exr index e81b42c8..e3492710 100644 --- a/Assets/01_Scenes/Hischool_Chapter1/ReflectionProbe-24.exr +++ b/Assets/01_Scenes/Hischool_Chapter1/ReflectionProbe-24.exr @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:bad0d6b83dcaa4b50f76f35578a6ac06bd3c0d62b0e15b56f75f3d253dbecee0 -size 1341360 +oid sha256:c9c9efa3e89acfd1d6212e9b04486fe5f2fd4326db99af0d57197dc52d900efd +size 1341845 diff --git a/Assets/01_Scenes/Hischool_Chapter1/ReflectionProbe-25.exr b/Assets/01_Scenes/Hischool_Chapter1/ReflectionProbe-25.exr index 868ccd2e..6c6fae90 100644 --- a/Assets/01_Scenes/Hischool_Chapter1/ReflectionProbe-25.exr +++ b/Assets/01_Scenes/Hischool_Chapter1/ReflectionProbe-25.exr @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:99fac97ef162235d93b2311514740af93cd94871ed77e739de078da4e2f3ff84 -size 356871 +oid sha256:1b3c95aa4ccef7dfd61e5fa026d4a9298aa6ecce7ae73923818ca7a87670079c +size 357117 diff --git a/Assets/01_Scenes/Hischool_Chapter1/ReflectionProbe-26.exr b/Assets/01_Scenes/Hischool_Chapter1/ReflectionProbe-26.exr index 619190f5..cddf5785 100644 --- a/Assets/01_Scenes/Hischool_Chapter1/ReflectionProbe-26.exr +++ b/Assets/01_Scenes/Hischool_Chapter1/ReflectionProbe-26.exr @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:241fca0142b1db90adb7a3cbc6f466e761b76acf8d22b0820c418f648eeb3b54 -size 1052598 +oid sha256:c2ddce02302cc631d66f714bb0fc55b5aa1bb011a4fe09f811b0e0dad2bfda3e +size 1050109 diff --git a/Assets/01_Scenes/Hischool_Chapter1/ReflectionProbe-3.exr b/Assets/01_Scenes/Hischool_Chapter1/ReflectionProbe-3.exr index 47679cde..5af2191d 100644 --- a/Assets/01_Scenes/Hischool_Chapter1/ReflectionProbe-3.exr +++ b/Assets/01_Scenes/Hischool_Chapter1/ReflectionProbe-3.exr @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:c157d139ce1f5249fa8cdcf57ef907b92a8f9acf41db2c1dad398ad062b5de39 -size 1405798 +oid sha256:2f5351c27720aa783eba826737477c079da2e266774ee719ec684730d63a4c0d +size 1406094 diff --git a/Assets/01_Scenes/Hischool_Chapter1/ReflectionProbe-4.exr b/Assets/01_Scenes/Hischool_Chapter1/ReflectionProbe-4.exr index b9e6cf60..f25c4509 100644 --- a/Assets/01_Scenes/Hischool_Chapter1/ReflectionProbe-4.exr +++ b/Assets/01_Scenes/Hischool_Chapter1/ReflectionProbe-4.exr @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:b1ce2c5be4d32006e5886eb9e516adff450ce43f33ddcaea4758c98d0e077f9d -size 1323129 +oid sha256:d857e1c93dce7f95f17e80a9813e0d6c8fefe5c276c6fb06db102e32a6c45841 +size 1322722 diff --git a/Assets/01_Scenes/Hischool_Chapter1/ReflectionProbe-5.exr b/Assets/01_Scenes/Hischool_Chapter1/ReflectionProbe-5.exr index 34e48ee6..1f37b64e 100644 --- a/Assets/01_Scenes/Hischool_Chapter1/ReflectionProbe-5.exr +++ b/Assets/01_Scenes/Hischool_Chapter1/ReflectionProbe-5.exr @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:5c61f3739ea3a8c75d639099720ffc39b59b2850600bd69fd73f5ad657017d16 -size 1348898 +oid sha256:ffe5f7f5e9da27c7240e62f0215be58fcc652afbe4bd746c2b38f265aba66968 +size 1348832 diff --git a/Assets/01_Scenes/Hischool_Chapter1/ReflectionProbe-6.exr b/Assets/01_Scenes/Hischool_Chapter1/ReflectionProbe-6.exr index bb02d009..2b8655ab 100644 --- a/Assets/01_Scenes/Hischool_Chapter1/ReflectionProbe-6.exr +++ b/Assets/01_Scenes/Hischool_Chapter1/ReflectionProbe-6.exr @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:e85ac8bb0af7c6defbd54ff219d8ea7deb62bb0ff0cd6ceb568c4d4e6e8ddca5 -size 1349055 +oid sha256:5abb784af02371204ca75da0a296ed7a16e7384ef25f19f084a960f2102910da +size 1348806 diff --git a/Assets/01_Scenes/Hischool_Chapter1/ReflectionProbe-7.exr b/Assets/01_Scenes/Hischool_Chapter1/ReflectionProbe-7.exr index 6da9cbdb..b00f23cd 100644 --- a/Assets/01_Scenes/Hischool_Chapter1/ReflectionProbe-7.exr +++ b/Assets/01_Scenes/Hischool_Chapter1/ReflectionProbe-7.exr @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:f01f12580ac327b33c01958a24f907febe90f02aecb65473ae924b0615d7fe74 -size 1339229 +oid sha256:32cbcee148fa10ba1f62da13848ce9b638940dd08dab39d3373d7d0612a97830 +size 1338858 diff --git a/Assets/01_Scenes/Hischool_Chapter1/ReflectionProbe-8.exr b/Assets/01_Scenes/Hischool_Chapter1/ReflectionProbe-8.exr index 1fadc9a8..1270cab3 100644 --- a/Assets/01_Scenes/Hischool_Chapter1/ReflectionProbe-8.exr +++ b/Assets/01_Scenes/Hischool_Chapter1/ReflectionProbe-8.exr @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:41a473670b998d5912c0e218150da81c67546b75a2f3f594ca918169c3be9370 -size 1292228 +oid sha256:58141afe30026c06331ec5e2a7a4022f17169bd662df0d6a0c3f40fd2c1782a9 +size 1291998 diff --git a/Assets/01_Scenes/Hischool_Chapter1/ReflectionProbe-9.exr b/Assets/01_Scenes/Hischool_Chapter1/ReflectionProbe-9.exr index 5d7cd72b..bdc4a3cf 100644 --- a/Assets/01_Scenes/Hischool_Chapter1/ReflectionProbe-9.exr +++ b/Assets/01_Scenes/Hischool_Chapter1/ReflectionProbe-9.exr @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:e2dc24fab285ba98b72240645cf0810b9fe6ee5ebb37794d72a1f003d84f53b0 -size 1328813 +oid sha256:72a9611ed9f208f6eb64b10d40fea6c1f69ee360c16780911178a1671245a5ae +size 1328833 diff --git a/Assets/01_Scenes/Hischool_Chapter2.unity b/Assets/01_Scenes/Hischool_Chapter2.unity index 07e14260..7b45887f 100644 --- a/Assets/01_Scenes/Hischool_Chapter2.unity +++ b/Assets/01_Scenes/Hischool_Chapter2.unity @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:0604282ebcb24c630ca678e725debe9f6807c78ba55f40961e217a54d6ad2e41 -size 4760057 +oid sha256:7721853e5f38834eedb1973f978c7fa9f4dc4c6402d957479da1cd01fa933c01 +size 4748669 diff --git a/Assets/01_Scenes/Hischool_Chapter2/LightingData.asset b/Assets/01_Scenes/Hischool_Chapter2/LightingData.asset index da365234..a97d317e 100644 --- a/Assets/01_Scenes/Hischool_Chapter2/LightingData.asset +++ b/Assets/01_Scenes/Hischool_Chapter2/LightingData.asset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:88d763b0a2fc836ed7bf7c5b43d2fdc54cf833fe19a8e7e648b97fe7b5c61707 -size 158049 +oid sha256:ea0fb6fdab1c1456aaff156ed31e6fdfeb4e7917ab444ad528efa87157c8a3e3 +size 157601 diff --git a/Assets/01_Scenes/Hischool_Chapter2/Lightmap-0_comp_dir.png b/Assets/01_Scenes/Hischool_Chapter2/Lightmap-0_comp_dir.png index 8a131560..d671586d 100644 --- a/Assets/01_Scenes/Hischool_Chapter2/Lightmap-0_comp_dir.png +++ b/Assets/01_Scenes/Hischool_Chapter2/Lightmap-0_comp_dir.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:dcfd756339f26e293ca31b4cf487a60bd1b572c91543f311de931635f6256a03 -size 2563624 +oid sha256:547264b8d92ab6969757a33c8583b75114aa029fa51eb699254236ee9113b1d0 +size 2566792 diff --git a/Assets/01_Scenes/Hischool_Chapter2/Lightmap-0_comp_light.exr b/Assets/01_Scenes/Hischool_Chapter2/Lightmap-0_comp_light.exr index 16771e46..7e193d9e 100644 --- a/Assets/01_Scenes/Hischool_Chapter2/Lightmap-0_comp_light.exr +++ b/Assets/01_Scenes/Hischool_Chapter2/Lightmap-0_comp_light.exr @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:0cf5427a4192d474fb1b481dd742495ba9909366a461849a187675372792b5c9 -size 34468456 +oid sha256:5d3cf25ee18dc5a9c8ff04cc2c9d04e20ea5ff6c0fb7069a17496c93eb3d0d45 +size 34464818 diff --git a/Assets/01_Scenes/Hischool_Chapter2/Lightmap-1_comp_dir.png b/Assets/01_Scenes/Hischool_Chapter2/Lightmap-1_comp_dir.png index 90c255d0..9da4e4a0 100644 --- a/Assets/01_Scenes/Hischool_Chapter2/Lightmap-1_comp_dir.png +++ b/Assets/01_Scenes/Hischool_Chapter2/Lightmap-1_comp_dir.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:00c97ef1a60c99755295ec48fed7f37e00b2c4b2899e897bd9ff23d1c9151cfd -size 2909042 +oid sha256:f12efd24b7d9a0f8b489b8d3541ef31b5119485b79da10db2f6ffedc938baea1 +size 2946350 diff --git a/Assets/01_Scenes/Hischool_Chapter2/Lightmap-1_comp_light.exr b/Assets/01_Scenes/Hischool_Chapter2/Lightmap-1_comp_light.exr index d3ba196b..2aa5a41a 100644 --- a/Assets/01_Scenes/Hischool_Chapter2/Lightmap-1_comp_light.exr +++ b/Assets/01_Scenes/Hischool_Chapter2/Lightmap-1_comp_light.exr @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:e403469761cd2b84c08a11a92b3dc3e8c2d27a2ba49681662e7366f5624c7146 -size 39147487 +oid sha256:a3543980facda6dd7d197273feae52823f04fbca8232342c99364b86cd3e473a +size 39143245 diff --git a/Assets/01_Scenes/Hischool_Chapter2/Lightmap-2_comp_dir.png b/Assets/01_Scenes/Hischool_Chapter2/Lightmap-2_comp_dir.png index 0dc6f60f..09f9e856 100644 --- a/Assets/01_Scenes/Hischool_Chapter2/Lightmap-2_comp_dir.png +++ b/Assets/01_Scenes/Hischool_Chapter2/Lightmap-2_comp_dir.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:59cf65e9162b45f0dbac2f5554ca27fd134cd1a8fbd9466eb96f55bfcabce2d8 -size 2492055 +oid sha256:1c88ad8c9ccc06d058bc32a0fdf7d04d3520231452e6b21cf2060f666f969566 +size 2425945 diff --git a/Assets/01_Scenes/Hischool_Chapter2/Lightmap-2_comp_light.exr b/Assets/01_Scenes/Hischool_Chapter2/Lightmap-2_comp_light.exr index 25b9d4a7..3ffe6e51 100644 --- a/Assets/01_Scenes/Hischool_Chapter2/Lightmap-2_comp_light.exr +++ b/Assets/01_Scenes/Hischool_Chapter2/Lightmap-2_comp_light.exr @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:c01c6fff3418d8d36b0e7d9c0da0903f8a8d4af8b71672701e2bf030c6380f5b -size 38547471 +oid sha256:c0639404c7833af4523d3848bf5c95b3f25d2a98fb42f9ef576017beaf09d614 +size 38444035 diff --git a/Assets/01_Scenes/Hischool_Chapter2/Lightmap-3_comp_dir.png b/Assets/01_Scenes/Hischool_Chapter2/Lightmap-3_comp_dir.png index d87ebbc7..3cc1aff0 100644 --- a/Assets/01_Scenes/Hischool_Chapter2/Lightmap-3_comp_dir.png +++ b/Assets/01_Scenes/Hischool_Chapter2/Lightmap-3_comp_dir.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:3fc3d3a1b8ad3e7a70abf82bd8e45267ac6020a694d5e6f9b08178ed31b8b26c -size 2731093 +oid sha256:529d12a61a4d3e9bdd2e50844f84ed0c975201a39ca8699cbe451522ff2c1e51 +size 2657305 diff --git a/Assets/01_Scenes/Hischool_Chapter2/Lightmap-3_comp_light.exr b/Assets/01_Scenes/Hischool_Chapter2/Lightmap-3_comp_light.exr index 4d6e6b95..d1215c40 100644 --- a/Assets/01_Scenes/Hischool_Chapter2/Lightmap-3_comp_light.exr +++ b/Assets/01_Scenes/Hischool_Chapter2/Lightmap-3_comp_light.exr @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:0d22b961ca20f7c7ac7669759ef1a87ac05c761a0ed307943695fc860ca8949e -size 38776884 +oid sha256:2c447b9dbd23b92a4b12b4bf43a3839fe2d8787ed2ca0225eae51ea31f153e16 +size 38818451 diff --git a/Assets/01_Scenes/Hischool_Chapter2/Lightmap-4_comp_dir.png b/Assets/01_Scenes/Hischool_Chapter2/Lightmap-4_comp_dir.png index 30fc106e..a7762857 100644 --- a/Assets/01_Scenes/Hischool_Chapter2/Lightmap-4_comp_dir.png +++ b/Assets/01_Scenes/Hischool_Chapter2/Lightmap-4_comp_dir.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:50d594ebddc0f64cc0b7efec90deb9cebbb9355b6c7a738f1c105e5addc9aa59 -size 2289818 +oid sha256:62a77280a34f700e2aeac7e4f97abd3991508098f5cc73891ae6b1b3555d71ab +size 2452065 diff --git a/Assets/01_Scenes/Hischool_Chapter2/Lightmap-4_comp_light.exr b/Assets/01_Scenes/Hischool_Chapter2/Lightmap-4_comp_light.exr index 726b8150..03e8321a 100644 --- a/Assets/01_Scenes/Hischool_Chapter2/Lightmap-4_comp_light.exr +++ b/Assets/01_Scenes/Hischool_Chapter2/Lightmap-4_comp_light.exr @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:0c74c59c6f4c22beaa8841ada9ac167e26104ab4b752b806a734e66f954c82f7 -size 35923658 +oid sha256:550cb272602bd2b2a8754b08ccb274eff7bc48684e25820b853ee33c6a1ac801 +size 36155778 diff --git a/Assets/01_Scenes/Hischool_Chapter2/Lightmap-5_comp_dir.png b/Assets/01_Scenes/Hischool_Chapter2/Lightmap-5_comp_dir.png index e03d3818..7fe5a512 100644 --- a/Assets/01_Scenes/Hischool_Chapter2/Lightmap-5_comp_dir.png +++ b/Assets/01_Scenes/Hischool_Chapter2/Lightmap-5_comp_dir.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:ed528b2eae760c941e2283f5621289a895a0cb117f87b8208bf939274ce43611 -size 2211158 +oid sha256:7e5b8bc80bb5d88efae6e8dca7e5ac39d2406a83b1b0f3045e22e0eefefaf310 +size 2112585 diff --git a/Assets/01_Scenes/Hischool_Chapter2/Lightmap-5_comp_light.exr b/Assets/01_Scenes/Hischool_Chapter2/Lightmap-5_comp_light.exr index fd1cbcbb..f1a9e0ee 100644 --- a/Assets/01_Scenes/Hischool_Chapter2/Lightmap-5_comp_light.exr +++ b/Assets/01_Scenes/Hischool_Chapter2/Lightmap-5_comp_light.exr @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:5031328fda3436e52d90dc53ec893e92a42abbd81b8eff6c65e4634f90b6ba40 -size 32072231 +oid sha256:6f8115f60233d7779bd1dff76f170e93e08f491830d5661a2da73950232d17dc +size 31535767 diff --git a/Assets/01_Scenes/Hischool_Chapter2/Lightmap-6_comp_dir.png b/Assets/01_Scenes/Hischool_Chapter2/Lightmap-6_comp_dir.png index 7f599be7..b5f5b201 100644 --- a/Assets/01_Scenes/Hischool_Chapter2/Lightmap-6_comp_dir.png +++ b/Assets/01_Scenes/Hischool_Chapter2/Lightmap-6_comp_dir.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:78ad44f7cdff6892702be7195b5880f060cef3c4323ef94a98a9b648f1b92b95 -size 1464158 +oid sha256:88789d699f50735eb76142015b8ba03e271206b30c3e60039bc1c77b635d3fae +size 1283175 diff --git a/Assets/01_Scenes/Hischool_Chapter2/Lightmap-6_comp_light.exr b/Assets/01_Scenes/Hischool_Chapter2/Lightmap-6_comp_light.exr index 9a0ad9c5..521afa88 100644 --- a/Assets/01_Scenes/Hischool_Chapter2/Lightmap-6_comp_light.exr +++ b/Assets/01_Scenes/Hischool_Chapter2/Lightmap-6_comp_light.exr @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:98db7f4025a397aedaa1e0b3b3d0ea005a8ea16da3a94d3780ca19266ceb2ffb -size 39377570 +oid sha256:d81602e1ffa400cbb968c0a4c1617e931aac941746eede3ddceeec3400e2739a +size 40857873 diff --git a/Assets/01_Scenes/Hischool_Chapter2/Lightmap-7_comp_dir.png b/Assets/01_Scenes/Hischool_Chapter2/Lightmap-7_comp_dir.png index 51c29c01..472624f0 100644 --- a/Assets/01_Scenes/Hischool_Chapter2/Lightmap-7_comp_dir.png +++ b/Assets/01_Scenes/Hischool_Chapter2/Lightmap-7_comp_dir.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:f7fdebd8b73f6933b732267f48ea757d5e1e2ec57120b3d14de92487fc80f5f1 -size 1230894 +oid sha256:9f25579a54815d5ff243ab24d4ea4cc0892a11be7625c595501108787933e9b1 +size 1257709 diff --git a/Assets/01_Scenes/Hischool_Chapter2/Lightmap-7_comp_light.exr b/Assets/01_Scenes/Hischool_Chapter2/Lightmap-7_comp_light.exr index 1a3da609..6409c489 100644 --- a/Assets/01_Scenes/Hischool_Chapter2/Lightmap-7_comp_light.exr +++ b/Assets/01_Scenes/Hischool_Chapter2/Lightmap-7_comp_light.exr @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:26dd54380f0628409d7b2e2dd454a9b3d920a4ef8075e9242332717b4de60a2d -size 41297944 +oid sha256:9c21b9d48e6c282caf6682fdb250bb4fdde7a65a57f12ca37c39b01839af38e4 +size 38549046 diff --git a/Assets/01_Scenes/Hischool_Chapter2/Lightmap-8_comp_dir.png b/Assets/01_Scenes/Hischool_Chapter2/Lightmap-8_comp_dir.png index 385f366b..499744e9 100644 --- a/Assets/01_Scenes/Hischool_Chapter2/Lightmap-8_comp_dir.png +++ b/Assets/01_Scenes/Hischool_Chapter2/Lightmap-8_comp_dir.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:4268ecd3d63dcb5b7f79a56eb70385af87873026819e3c286276771a88947359 -size 1076386 +oid sha256:6b61e40ee6db22d0c96e0f49f80255ec8146b5d5d5ed0fd5674252caa7b0d051 +size 946815 diff --git a/Assets/01_Scenes/Hischool_Chapter2/Lightmap-8_comp_light.exr b/Assets/01_Scenes/Hischool_Chapter2/Lightmap-8_comp_light.exr index 16944a24..c15703b7 100644 --- a/Assets/01_Scenes/Hischool_Chapter2/Lightmap-8_comp_light.exr +++ b/Assets/01_Scenes/Hischool_Chapter2/Lightmap-8_comp_light.exr @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:f08d1964e1e51c996e53bd09c2d1b544561d3d63a308f0f67282734d63c5ffdd -size 15016792 +oid sha256:c7b1bc359648378c2708c423acf1fde5f78fcd86c7d554ab0a66c2d2cc1ef969 +size 12006658 diff --git a/Assets/01_Scenes/Hischool_Chapter2/ReflectionProbe-0.exr b/Assets/01_Scenes/Hischool_Chapter2/ReflectionProbe-0.exr index ff1963ca..4eb34776 100644 --- a/Assets/01_Scenes/Hischool_Chapter2/ReflectionProbe-0.exr +++ b/Assets/01_Scenes/Hischool_Chapter2/ReflectionProbe-0.exr @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:fa7a901493eb0fb197e65d618f5153913451d70c8e2629cba5040d534cf54d2f -size 1240437 +oid sha256:387ab3cf0af9370ed06cdec000c777bc51aafcfa57ab0ab760d20b1eec5d991e +size 1241565 diff --git a/Assets/01_Scenes/Hischool_Chapter2/ReflectionProbe-1.exr b/Assets/01_Scenes/Hischool_Chapter2/ReflectionProbe-1.exr index 40ea1aa7..6b0e5fae 100644 --- a/Assets/01_Scenes/Hischool_Chapter2/ReflectionProbe-1.exr +++ b/Assets/01_Scenes/Hischool_Chapter2/ReflectionProbe-1.exr @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:de2aa9aa3b5ee42658aae8506881a8d720da25c36e060e84cc16e98d34580344 -size 1358257 +oid sha256:faede2531df5b959133c0a1d1528f80b2f0d237fa2a32a69f447d493582a3ca3 +size 1358277 diff --git a/Assets/01_Scenes/Hischool_Chapter2/ReflectionProbe-10.exr b/Assets/01_Scenes/Hischool_Chapter2/ReflectionProbe-10.exr index 50dc4b94..b55d0b68 100644 --- a/Assets/01_Scenes/Hischool_Chapter2/ReflectionProbe-10.exr +++ b/Assets/01_Scenes/Hischool_Chapter2/ReflectionProbe-10.exr @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:b792cfd39edebec9472166360305defd3fcdbcd632a18e0b2ac2d8a3ae61ea9a -size 1347434 +oid sha256:a028b691207ba0a1a17483901d7cc3d231139489cbee1f58602024d6733d26d9 +size 1347261 diff --git a/Assets/01_Scenes/Hischool_Chapter2/ReflectionProbe-11.exr b/Assets/01_Scenes/Hischool_Chapter2/ReflectionProbe-11.exr index 993f37b7..74863a23 100644 --- a/Assets/01_Scenes/Hischool_Chapter2/ReflectionProbe-11.exr +++ b/Assets/01_Scenes/Hischool_Chapter2/ReflectionProbe-11.exr @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:37dcf52fcea82b8fb196897a341b251d56112941f36897291a7b8f6cd6cdfd76 -size 1357702 +oid sha256:97e3d26ed0d07da5c160c9bf94b5b04103e0fc4e3135b9f893800edf8c3ea154 +size 1357641 diff --git a/Assets/01_Scenes/Hischool_Chapter2/ReflectionProbe-12.exr b/Assets/01_Scenes/Hischool_Chapter2/ReflectionProbe-12.exr index a935a680..837dfd10 100644 --- a/Assets/01_Scenes/Hischool_Chapter2/ReflectionProbe-12.exr +++ b/Assets/01_Scenes/Hischool_Chapter2/ReflectionProbe-12.exr @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:4bf6e59a48587d8f6ac169a7ac39f2b69c9f8a73a8b6dbd31cd6e6d741b447b7 -size 1320350 +oid sha256:c3db732a3245464f3703c3df61536fd7df7c2f6e402801c55cb85bc98c9e0f9f +size 1319204 diff --git a/Assets/01_Scenes/Hischool_Chapter2/ReflectionProbe-13.exr b/Assets/01_Scenes/Hischool_Chapter2/ReflectionProbe-13.exr index c06a33cf..3070c85d 100644 --- a/Assets/01_Scenes/Hischool_Chapter2/ReflectionProbe-13.exr +++ b/Assets/01_Scenes/Hischool_Chapter2/ReflectionProbe-13.exr @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:e6d3eb9e634c1c689a75e42604688ad8ca83e8d344826ee7cf3e1579c868b3b5 -size 1383412 +oid sha256:6db70f1a2fc0d25637a9c627cdcf149eeda8c00a59cd5d7addb2e3cd9e2c844a +size 1384078 diff --git a/Assets/01_Scenes/Hischool_Chapter2/ReflectionProbe-14.exr b/Assets/01_Scenes/Hischool_Chapter2/ReflectionProbe-14.exr index ada8af2a..0de24ab0 100644 --- a/Assets/01_Scenes/Hischool_Chapter2/ReflectionProbe-14.exr +++ b/Assets/01_Scenes/Hischool_Chapter2/ReflectionProbe-14.exr @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:1eb2d54cef52c764f180128afac926021835de5fb6ebbc911067beac5e32d613 -size 1274233 +oid sha256:d47fff26f832693488d9b751e4e37ddf6006cf484a1511a3589649eb4745661b +size 1273987 diff --git a/Assets/01_Scenes/Hischool_Chapter2/ReflectionProbe-15.exr b/Assets/01_Scenes/Hischool_Chapter2/ReflectionProbe-15.exr index 601fe9b0..da8f6921 100644 --- a/Assets/01_Scenes/Hischool_Chapter2/ReflectionProbe-15.exr +++ b/Assets/01_Scenes/Hischool_Chapter2/ReflectionProbe-15.exr @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:95d090603b695ab141cf7876a6d345e2c716681be0b4ff9ddaf53e7bd7a2899b -size 1323081 +oid sha256:3d79892a83f2d6bfc15fd0cfcf662256095b0535c44be31f90d05940e45b8fe6 +size 1322670 diff --git a/Assets/01_Scenes/Hischool_Chapter2/ReflectionProbe-16.exr b/Assets/01_Scenes/Hischool_Chapter2/ReflectionProbe-16.exr index 68ebb865..1c60c24f 100644 --- a/Assets/01_Scenes/Hischool_Chapter2/ReflectionProbe-16.exr +++ b/Assets/01_Scenes/Hischool_Chapter2/ReflectionProbe-16.exr @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:5f848886a29613a465fa9e1e1e78ccafdf3f26af65e045d3ef68dfef43b4035b -size 1370163 +oid sha256:087373db3af7baa04c3113885206783bd3645179dede71a5968edcbcd0001fdb +size 1370148 diff --git a/Assets/01_Scenes/Hischool_Chapter2/ReflectionProbe-17.exr b/Assets/01_Scenes/Hischool_Chapter2/ReflectionProbe-17.exr index 9166dce5..9a449d06 100644 --- a/Assets/01_Scenes/Hischool_Chapter2/ReflectionProbe-17.exr +++ b/Assets/01_Scenes/Hischool_Chapter2/ReflectionProbe-17.exr @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:cf8876c5c7114d846caa7eca597125871fd14b502ed2dc475947d30092876504 -size 1307652 +oid sha256:505ea96ecae2fcc68d621cae1f692e0767f0dcda0bf5bfc215449631548fb98e +size 1304863 diff --git a/Assets/01_Scenes/Hischool_Chapter2/ReflectionProbe-18.exr b/Assets/01_Scenes/Hischool_Chapter2/ReflectionProbe-18.exr index be6e7234..7f1999fc 100644 --- a/Assets/01_Scenes/Hischool_Chapter2/ReflectionProbe-18.exr +++ b/Assets/01_Scenes/Hischool_Chapter2/ReflectionProbe-18.exr @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:c789b116d9abfdf2794576366c394a0e8b780b1360ac864eea11ac09caf96dac -size 1378795 +oid sha256:973466c72a5ca3e9a756b722b9a7aea10d95c3eb2d86d6fd1ee4a9187d2188cb +size 1381557 diff --git a/Assets/01_Scenes/Hischool_Chapter2/ReflectionProbe-19.exr b/Assets/01_Scenes/Hischool_Chapter2/ReflectionProbe-19.exr index cd609a17..6906ddd3 100644 --- a/Assets/01_Scenes/Hischool_Chapter2/ReflectionProbe-19.exr +++ b/Assets/01_Scenes/Hischool_Chapter2/ReflectionProbe-19.exr @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:c78d7819c0b9a3c4ba79d266206f43db99c9fb7b64a64bd5e85cbfac63f3ac4e -size 1276429 +oid sha256:b5cae539dfa9d17df17218d2941d33cfe86dcdb86ffb94d9ddfdf71072854b11 +size 1276205 diff --git a/Assets/01_Scenes/Hischool_Chapter2/ReflectionProbe-2.exr b/Assets/01_Scenes/Hischool_Chapter2/ReflectionProbe-2.exr index 3fa93b94..ab465ec0 100644 --- a/Assets/01_Scenes/Hischool_Chapter2/ReflectionProbe-2.exr +++ b/Assets/01_Scenes/Hischool_Chapter2/ReflectionProbe-2.exr @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:defeeead1415e0176afd811af627f52a981f67c4b7cb46d48709b9926d72afba -size 1343777 +oid sha256:38f3d6efc222861032370ee51972be240ef95578492f076fb50edc2a77a5224b +size 1343338 diff --git a/Assets/01_Scenes/Hischool_Chapter2/ReflectionProbe-20.exr b/Assets/01_Scenes/Hischool_Chapter2/ReflectionProbe-20.exr index c76c3013..8e724d8e 100644 --- a/Assets/01_Scenes/Hischool_Chapter2/ReflectionProbe-20.exr +++ b/Assets/01_Scenes/Hischool_Chapter2/ReflectionProbe-20.exr @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:476dc956c6936829d5bb5619e71390915f72f22a67c8e5ba81f56c521c2a6382 -size 1317366 +oid sha256:daa5772b56e4ec187a02ec2569eacbc59e53c2424e4a9895dd6da30c848bad5f +size 1317438 diff --git a/Assets/01_Scenes/Hischool_Chapter2/ReflectionProbe-21.exr b/Assets/01_Scenes/Hischool_Chapter2/ReflectionProbe-21.exr index 83cee401..f55e9bb1 100644 --- a/Assets/01_Scenes/Hischool_Chapter2/ReflectionProbe-21.exr +++ b/Assets/01_Scenes/Hischool_Chapter2/ReflectionProbe-21.exr @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:6eed48237b4785f0497b665d66f2f9e4da53c458285769783144448e3f96a414 -size 1279736 +oid sha256:a3665c4991a123d052cd33b7bd5b239d4b489d6d5ecbc873cfedce301d8d951d +size 1279891 diff --git a/Assets/01_Scenes/Hischool_Chapter2/ReflectionProbe-22.exr b/Assets/01_Scenes/Hischool_Chapter2/ReflectionProbe-22.exr index a96e2e45..2b30cd0e 100644 --- a/Assets/01_Scenes/Hischool_Chapter2/ReflectionProbe-22.exr +++ b/Assets/01_Scenes/Hischool_Chapter2/ReflectionProbe-22.exr @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:36f34c49cd95031ebea80bac41f703bd3147542e97ef0b3b9a665414c47a6075 -size 1343032 +oid sha256:a4d2b722e70126f439188b0e31fba052ea704ec89c2a72bac5b4eaa152d2b676 +size 1342352 diff --git a/Assets/01_Scenes/Hischool_Chapter2/ReflectionProbe-23.exr b/Assets/01_Scenes/Hischool_Chapter2/ReflectionProbe-23.exr index c31f35de..0cfd0c0c 100644 --- a/Assets/01_Scenes/Hischool_Chapter2/ReflectionProbe-23.exr +++ b/Assets/01_Scenes/Hischool_Chapter2/ReflectionProbe-23.exr @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:582bb9e0f3c578705693d525305b46f18162b963184e064bac7c8c432dc51a24 -size 1319877 +oid sha256:1bb5836b9dc4814042425aa09dae3130a4e7d7f0c4821565ac8a66f6a7567e61 +size 1318930 diff --git a/Assets/01_Scenes/Hischool_Chapter2/ReflectionProbe-24.exr b/Assets/01_Scenes/Hischool_Chapter2/ReflectionProbe-24.exr index f939a471..dc57edf1 100644 --- a/Assets/01_Scenes/Hischool_Chapter2/ReflectionProbe-24.exr +++ b/Assets/01_Scenes/Hischool_Chapter2/ReflectionProbe-24.exr @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:a13644f6af1810a189d42879b4418f62b6d504349a2c196530e672e36d24b3b6 -size 1337286 +oid sha256:fadf4ab9ae1ddd15505490769bc9308be555ac311a75089cce232f4c981ecaf4 +size 1336800 diff --git a/Assets/01_Scenes/Hischool_Chapter2/ReflectionProbe-25.exr b/Assets/01_Scenes/Hischool_Chapter2/ReflectionProbe-25.exr index ac48818c..6bd79eff 100644 --- a/Assets/01_Scenes/Hischool_Chapter2/ReflectionProbe-25.exr +++ b/Assets/01_Scenes/Hischool_Chapter2/ReflectionProbe-25.exr @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:972e21e71af7f3d5b65dc858a437dc361e71397b7447cf9d24656647a7a8059b -size 357738 +oid sha256:12145999dcbf9ae863ee7cad3aec1d43fdac46e883d24272b45057339006ac53 +size 357441 diff --git a/Assets/01_Scenes/Hischool_Chapter2/ReflectionProbe-26.exr b/Assets/01_Scenes/Hischool_Chapter2/ReflectionProbe-26.exr index ccb83772..7006c487 100644 --- a/Assets/01_Scenes/Hischool_Chapter2/ReflectionProbe-26.exr +++ b/Assets/01_Scenes/Hischool_Chapter2/ReflectionProbe-26.exr @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:87b17f862783b12db22372fc40d3ed1857d2f0065ff003a359c25d2a0c91de5a -size 1032975 +oid sha256:6f2281d69146ae511dadfa92491f9b7389ed66a5e03b8db98762c12149e7e3dc +size 1033759 diff --git a/Assets/01_Scenes/Hischool_Chapter2/ReflectionProbe-3.exr b/Assets/01_Scenes/Hischool_Chapter2/ReflectionProbe-3.exr index 4f96d8cd..1eba8a8b 100644 --- a/Assets/01_Scenes/Hischool_Chapter2/ReflectionProbe-3.exr +++ b/Assets/01_Scenes/Hischool_Chapter2/ReflectionProbe-3.exr @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:5eb201a7f9ccc661adb2c14a8d99afbeecca0afaecbb864cdb1a26fd775ccdd6 -size 1402473 +oid sha256:3a42b80e5311040b5ae6856244f25aa88558557ca4ae6968bff30716c8fdded2 +size 1404151 diff --git a/Assets/01_Scenes/Hischool_Chapter2/ReflectionProbe-4.exr b/Assets/01_Scenes/Hischool_Chapter2/ReflectionProbe-4.exr index ad07a304..f5a77a5f 100644 --- a/Assets/01_Scenes/Hischool_Chapter2/ReflectionProbe-4.exr +++ b/Assets/01_Scenes/Hischool_Chapter2/ReflectionProbe-4.exr @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:89f340e5a70dd3c8bbecca60b58b04939dc55c18788ca5ad03e21dd457611e31 -size 1312863 +oid sha256:7b542af7f4aa8ced116a2ed50e249ab56292d60daf911eb44ec2df03cc565c6b +size 1312773 diff --git a/Assets/01_Scenes/Hischool_Chapter2/ReflectionProbe-5.exr b/Assets/01_Scenes/Hischool_Chapter2/ReflectionProbe-5.exr index 864d81e2..3ee76410 100644 --- a/Assets/01_Scenes/Hischool_Chapter2/ReflectionProbe-5.exr +++ b/Assets/01_Scenes/Hischool_Chapter2/ReflectionProbe-5.exr @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:6785ba112c9c91e063e7139cc26bd3039ea661f8c388bf78ad34847e091245bc -size 1347769 +oid sha256:3f730e3a9f1354e18c6d2a8208863bfa1000bd0205f22b6a0576da8be0870e82 +size 1347706 diff --git a/Assets/01_Scenes/Hischool_Chapter2/ReflectionProbe-6.exr b/Assets/01_Scenes/Hischool_Chapter2/ReflectionProbe-6.exr index b6e132fd..5aa5cf86 100644 --- a/Assets/01_Scenes/Hischool_Chapter2/ReflectionProbe-6.exr +++ b/Assets/01_Scenes/Hischool_Chapter2/ReflectionProbe-6.exr @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:603181779e08a7e5114ca7bb9ed4abfee71031435779cc83b1b7fb47926b8f22 -size 1345877 +oid sha256:89b057b99037e89393ce21994ba5b43d08b45ed5ef81bcab1598829d351efe4b +size 1346338 diff --git a/Assets/01_Scenes/Hischool_Chapter2/ReflectionProbe-7.exr b/Assets/01_Scenes/Hischool_Chapter2/ReflectionProbe-7.exr index 8a213c7b..e3e79c3c 100644 --- a/Assets/01_Scenes/Hischool_Chapter2/ReflectionProbe-7.exr +++ b/Assets/01_Scenes/Hischool_Chapter2/ReflectionProbe-7.exr @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:8eed40f44c4c34b14ada6a40c43ca4cf8e162830aabc59479347efa9b8172287 -size 1330880 +oid sha256:63dfebb5528864745e5862689a58355523d9474b58c8a5680163b498f9aaf71a +size 1329980 diff --git a/Assets/01_Scenes/Hischool_Chapter2/ReflectionProbe-8.exr b/Assets/01_Scenes/Hischool_Chapter2/ReflectionProbe-8.exr index 0c096262..5a70cc5f 100644 --- a/Assets/01_Scenes/Hischool_Chapter2/ReflectionProbe-8.exr +++ b/Assets/01_Scenes/Hischool_Chapter2/ReflectionProbe-8.exr @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:03217516ae44af8fba4773bea139f6177def800f00a1304ceca8b9605accf8dd -size 1292026 +oid sha256:8cb9baa11a8df0c4a3475c243edafdf5f61d6c356d98908ca2596b0f19289acb +size 1291818 diff --git a/Assets/01_Scenes/Hischool_Chapter2/ReflectionProbe-9.exr b/Assets/01_Scenes/Hischool_Chapter2/ReflectionProbe-9.exr index eaf1a9b8..04bd25ed 100644 --- a/Assets/01_Scenes/Hischool_Chapter2/ReflectionProbe-9.exr +++ b/Assets/01_Scenes/Hischool_Chapter2/ReflectionProbe-9.exr @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:c984442286f3c7e8f602d6c8a8091fd4a40d9e76d3c1b0815e236f9c75c50054 -size 1323907 +oid sha256:5f8df020bb809a12581e69c05cadaf11882f0bece19facdaa2769a02016dd918 +size 1324337 diff --git a/Assets/XR/Settings/OpenXR Package Settings.asset b/Assets/XR/Settings/OpenXR Package Settings.asset index e6763f10..aef63cad 100644 --- a/Assets/XR/Settings/OpenXR Package Settings.asset +++ b/Assets/XR/Settings/OpenXR Package Settings.asset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:b9dac0dfd3a516e4457bb135f8d4ecd0ad732cde1236e3acdca4f8ca30e01fea -size 91508 +oid sha256:326a73e1f515e6580383cb97850a8adffc961cd190ce69973f1ce1c62a3e2f27 +size 93951 From fab2663cc602db02ffc2a58cd44c2efff8758e25 Mon Sep 17 00:00:00 2001 From: nakjun Date: Tue, 28 Jul 2026 10:22:05 +0900 Subject: [PATCH 5/6] =?UTF-8?q?=ED=98=B8=EA=B0=90=EB=8F=84=20=EC=A7=84?= =?UTF-8?q?=ED=96=89=EB=8F=84=20=EB=B0=B0=EB=B6=84=20(=EC=B1=95=ED=84=B01,?= =?UTF-8?q?2,5)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Assets/01_Scenes/Festival_Chapter5.unity | 4 ++-- Assets/01_Scenes/Hischool_Chapter2.unity | 4 ++-- Assets/01_Scenes/Intro.unity | 4 ++-- .../07_Data/DialogGraph/Chapter1/Chapter1_Carnotaurus4.dlg | 4 ++-- .../07_Data/DialogGraph/Chapter2/Chapter2_Carnotaurus2.dlg | 2 +- .../DialogGraph/Chapter2/Chapter2_Styracosaurus1.dlg | 2 +- Assets/07_Data/DialogGraph/Chapter2/Chapter2_Yuna1.dlg | 2 +- .../07_Data/DialogGraph/Chapter5/Chapter5_Carnotaurus1.dlg | 6 +++--- .../DialogGraph/Chapter5/Chapter5_Styracosaurus1.dlg | 2 +- Assets/07_Data/DialogGraph/Chapter5/Chapter5_Yuna1.dlg | 6 +++--- ProjectSettings/EditorBuildSettings.asset | 4 ++-- 11 files changed, 20 insertions(+), 20 deletions(-) diff --git a/Assets/01_Scenes/Festival_Chapter5.unity b/Assets/01_Scenes/Festival_Chapter5.unity index 9aaa6677..d7e422f7 100644 --- a/Assets/01_Scenes/Festival_Chapter5.unity +++ b/Assets/01_Scenes/Festival_Chapter5.unity @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:e169013f62a06f1b380b6f68a867e47941471fc1646f47334ec6ff1bc7917fb7 -size 1943452 +oid sha256:b64797479329462f20fdacc6c0a50e9207dab9ef17b6c26752e79876d88c394c +size 1940977 diff --git a/Assets/01_Scenes/Hischool_Chapter2.unity b/Assets/01_Scenes/Hischool_Chapter2.unity index 7b45887f..1f60a6a1 100644 --- a/Assets/01_Scenes/Hischool_Chapter2.unity +++ b/Assets/01_Scenes/Hischool_Chapter2.unity @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:7721853e5f38834eedb1973f978c7fa9f4dc4c6402d957479da1cd01fa933c01 -size 4748669 +oid sha256:b377ade3a185dd6c50fefb78b33fbfcf164faedb8b58d80b34f58eb5d9821e42 +size 4749327 diff --git a/Assets/01_Scenes/Intro.unity b/Assets/01_Scenes/Intro.unity index c3f16a02..4cae6790 100644 --- a/Assets/01_Scenes/Intro.unity +++ b/Assets/01_Scenes/Intro.unity @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:152335006c231a414ccd1f5fe7a5d3eb80d1a8e8fa2ba290f31e9a0dea70aff7 -size 110296 +oid sha256:47777ef09af98aeb4dc54409de303b180e8cda4bd696443879ad69d6cc83ff2f +size 114529 diff --git a/Assets/07_Data/DialogGraph/Chapter1/Chapter1_Carnotaurus4.dlg b/Assets/07_Data/DialogGraph/Chapter1/Chapter1_Carnotaurus4.dlg index aa64896d..6924e13a 100644 --- a/Assets/07_Data/DialogGraph/Chapter1/Chapter1_Carnotaurus4.dlg +++ b/Assets/07_Data/DialogGraph/Chapter1/Chapter1_Carnotaurus4.dlg @@ -2009,7 +2009,7 @@ MonoBehaviour: - rid: 4848514548136411250 type: {class: 'Constant`1[[System.Int32, mscorlib]]', ns: Unity.GraphToolkit.Editor, asm: UnityEditor.GraphToolkitModule} data: - m_Value: 20 + m_Value: 25 - rid: 4848514548136411251 type: {class: 'Constant`1[[System.Int32, mscorlib]]', ns: Unity.GraphToolkit.Editor, asm: UnityEditor.GraphToolkitModule} data: @@ -2077,7 +2077,7 @@ MonoBehaviour: - rid: 4848514551248584818 type: {class: 'Constant`1[[System.Int32, mscorlib]]', ns: Unity.GraphToolkit.Editor, asm: UnityEditor.GraphToolkitModule} data: - m_Value: 1 + m_Value: 20 - rid: 4848514770275401992 type: {class: 'Constant`1[[System.Boolean, mscorlib]]', ns: Unity.GraphToolkit.Editor, asm: UnityEditor.GraphToolkitModule} data: diff --git a/Assets/07_Data/DialogGraph/Chapter2/Chapter2_Carnotaurus2.dlg b/Assets/07_Data/DialogGraph/Chapter2/Chapter2_Carnotaurus2.dlg index 1430531f..33c62ece 100644 --- a/Assets/07_Data/DialogGraph/Chapter2/Chapter2_Carnotaurus2.dlg +++ b/Assets/07_Data/DialogGraph/Chapter2/Chapter2_Carnotaurus2.dlg @@ -1353,7 +1353,7 @@ MonoBehaviour: - rid: 4848514566923223164 type: {class: 'Constant`1[[System.Int32, mscorlib]]', ns: Unity.GraphToolkit.Editor, asm: UnityEditor.GraphToolkitModule} data: - m_Value: 20 + m_Value: 25 - rid: 4848514566923223165 type: {class: 'Constant`1[[System.Int32, mscorlib]]', ns: Unity.GraphToolkit.Editor, asm: UnityEditor.GraphToolkitModule} data: diff --git a/Assets/07_Data/DialogGraph/Chapter2/Chapter2_Styracosaurus1.dlg b/Assets/07_Data/DialogGraph/Chapter2/Chapter2_Styracosaurus1.dlg index 551a0046..535c87ef 100644 --- a/Assets/07_Data/DialogGraph/Chapter2/Chapter2_Styracosaurus1.dlg +++ b/Assets/07_Data/DialogGraph/Chapter2/Chapter2_Styracosaurus1.dlg @@ -920,7 +920,7 @@ MonoBehaviour: - rid: 4848514566923223236 type: {class: 'Constant`1[[System.Int32, mscorlib]]', ns: Unity.GraphToolkit.Editor, asm: UnityEditor.GraphToolkitModule} data: - m_Value: 20 + m_Value: 30 - rid: 4848514566923223237 type: {class: 'Constant`1[[System.Int32, mscorlib]]', ns: Unity.GraphToolkit.Editor, asm: UnityEditor.GraphToolkitModule} data: diff --git a/Assets/07_Data/DialogGraph/Chapter2/Chapter2_Yuna1.dlg b/Assets/07_Data/DialogGraph/Chapter2/Chapter2_Yuna1.dlg index ca809135..a218bc35 100644 --- a/Assets/07_Data/DialogGraph/Chapter2/Chapter2_Yuna1.dlg +++ b/Assets/07_Data/DialogGraph/Chapter2/Chapter2_Yuna1.dlg @@ -1117,7 +1117,7 @@ MonoBehaviour: - rid: 4848514566923223246 type: {class: 'Constant`1[[System.Int32, mscorlib]]', ns: Unity.GraphToolkit.Editor, asm: UnityEditor.GraphToolkitModule} data: - m_Value: 20 + m_Value: 30 - rid: 4848514566923223247 type: {class: 'Constant`1[[System.Int32, mscorlib]]', ns: Unity.GraphToolkit.Editor, asm: UnityEditor.GraphToolkitModule} data: diff --git a/Assets/07_Data/DialogGraph/Chapter5/Chapter5_Carnotaurus1.dlg b/Assets/07_Data/DialogGraph/Chapter5/Chapter5_Carnotaurus1.dlg index bcbd93b3..c11e6839 100644 --- a/Assets/07_Data/DialogGraph/Chapter5/Chapter5_Carnotaurus1.dlg +++ b/Assets/07_Data/DialogGraph/Chapter5/Chapter5_Carnotaurus1.dlg @@ -1548,7 +1548,7 @@ MonoBehaviour: - rid: 6600512841564291281 type: {class: 'Constant`1[[System.Int32, mscorlib]]', ns: Unity.GraphToolkit.Editor, asm: UnityEditor.GraphToolkitModule} data: - m_Value: 5 + m_Value: 0 - rid: 6600512841564291282 type: {class: 'Constant`1[[System.Int32, mscorlib]]', ns: Unity.GraphToolkit.Editor, asm: UnityEditor.GraphToolkitModule} data: @@ -3039,11 +3039,11 @@ MonoBehaviour: - rid: 6600512841564291449 type: {class: 'Constant`1[[System.Int32, mscorlib]]', ns: Unity.GraphToolkit.Editor, asm: UnityEditor.GraphToolkitModule} data: - m_Value: 5 + m_Value: 0 - rid: 6600512841564291450 type: {class: 'Constant`1[[System.Int32, mscorlib]]', ns: Unity.GraphToolkit.Editor, asm: UnityEditor.GraphToolkitModule} data: - m_Value: 1 + m_Value: 20 - rid: 6600512841564291451 type: {class: DialogLineNode, ns: DinoLove.Dialog.GraphTool.Editor, asm: Assembly-CSharp-Editor} data: diff --git a/Assets/07_Data/DialogGraph/Chapter5/Chapter5_Styracosaurus1.dlg b/Assets/07_Data/DialogGraph/Chapter5/Chapter5_Styracosaurus1.dlg index 52bc1abf..2a225530 100644 --- a/Assets/07_Data/DialogGraph/Chapter5/Chapter5_Styracosaurus1.dlg +++ b/Assets/07_Data/DialogGraph/Chapter5/Chapter5_Styracosaurus1.dlg @@ -1865,7 +1865,7 @@ MonoBehaviour: - rid: 4848514753014268350 type: {class: 'Constant`1[[System.Int32, mscorlib]]', ns: Unity.GraphToolkit.Editor, asm: UnityEditor.GraphToolkitModule} data: - m_Value: 0 + m_Value: 20 - rid: 4848514753014268351 type: {class: DialogLineNode, ns: DinoLove.Dialog.GraphTool.Editor, asm: Assembly-CSharp-Editor} data: diff --git a/Assets/07_Data/DialogGraph/Chapter5/Chapter5_Yuna1.dlg b/Assets/07_Data/DialogGraph/Chapter5/Chapter5_Yuna1.dlg index a5d465e4..9e8f170c 100644 --- a/Assets/07_Data/DialogGraph/Chapter5/Chapter5_Yuna1.dlg +++ b/Assets/07_Data/DialogGraph/Chapter5/Chapter5_Yuna1.dlg @@ -2417,7 +2417,7 @@ MonoBehaviour: - rid: 4848514747977957826 type: {class: 'Constant`1[[System.Int32, mscorlib]]', ns: Unity.GraphToolkit.Editor, asm: UnityEditor.GraphToolkitModule} data: - m_Value: 0 + m_Value: -100 - rid: 4848514747977957827 type: {class: 'Constant`1[[System.Int32, mscorlib]]', ns: Unity.GraphToolkit.Editor, asm: UnityEditor.GraphToolkitModule} data: @@ -3026,7 +3026,7 @@ MonoBehaviour: - rid: 4848514747977957897 type: {class: 'Constant`1[[System.Int32, mscorlib]]', ns: Unity.GraphToolkit.Editor, asm: UnityEditor.GraphToolkitModule} data: - m_Value: 0 + m_Value: 20 - rid: 4848514747977957898 type: {class: DialogLineNode, ns: DinoLove.Dialog.GraphTool.Editor, asm: Assembly-CSharp-Editor} data: @@ -5206,7 +5206,7 @@ MonoBehaviour: - rid: 4848514771894665889 type: {class: 'Constant`1[[System.Int32, mscorlib]]', ns: Unity.GraphToolkit.Editor, asm: UnityEditor.GraphToolkitModule} data: - m_Value: 0 + m_Value: 20 - rid: 4848514771894665890 type: {class: DialogStagingNode, ns: DinoLove.Dialog.GraphTool.Editor, asm: Assembly-CSharp-Editor} data: diff --git a/ProjectSettings/EditorBuildSettings.asset b/ProjectSettings/EditorBuildSettings.asset index 186d7f40..d37efef7 100644 --- a/ProjectSettings/EditorBuildSettings.asset +++ b/ProjectSettings/EditorBuildSettings.asset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:391cf3e29e6156ae117acfb6cc3a99ef5a762b64e6fd3ffeb04c3b1098b31183 -size 1123 +oid sha256:2ddac7d7bac409dd1f42d22c8ce664619d910ab73ae3b41a7ba03b45a985b6c9 +size 1341 From 506d9cdb8e7399070d7b0471898e0d2339f9e153 Mon Sep 17 00:00:00 2001 From: nakjun Date: Tue, 28 Jul 2026 11:42:21 +0900 Subject: [PATCH 6/6] =?UTF-8?q?=EC=8A=A4=EC=B9=B4=EC=9D=B4=EB=B0=95?= =?UTF-8?q?=EC=8A=A4=20=EC=98=A4=EB=A5=98=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Assets/01_Scenes/Intro.meta | 8 +++ Assets/01_Scenes/Intro.unity | 4 +- Assets/01_Scenes/Intro/Intro Baking Set.asset | 3 + .../Intro/Intro Baking Set.asset.meta | 8 +++ .../Intro/IntroLightingSettings.lighting | 69 +++++++++++++++++++ .../Intro/IntroLightingSettings.lighting.meta | 8 +++ .../Intro/IntroLightmapParameters.giparams | 28 ++++++++ .../IntroLightmapParameters.giparams.meta | 8 +++ Assets/01_Scenes/Intro/LightingData.asset | 3 + .../01_Scenes/Intro/LightingData.asset.meta | 8 +++ Assets/05_Textures/SkyTextures/Skybox.exr | 4 +- .../06_Materials/SkyBox/SkyBox_Hischool.mat | 4 +- Assets/11_Audio/BGM/Intro/Paradise_Cut.MP3 | 3 + .../11_Audio/BGM/Intro/Paradise_Cut.MP3.meta | 23 +++++++ 14 files changed, 175 insertions(+), 6 deletions(-) create mode 100644 Assets/01_Scenes/Intro.meta create mode 100644 Assets/01_Scenes/Intro/Intro Baking Set.asset create mode 100644 Assets/01_Scenes/Intro/Intro Baking Set.asset.meta create mode 100644 Assets/01_Scenes/Intro/IntroLightingSettings.lighting create mode 100644 Assets/01_Scenes/Intro/IntroLightingSettings.lighting.meta create mode 100644 Assets/01_Scenes/Intro/IntroLightmapParameters.giparams create mode 100644 Assets/01_Scenes/Intro/IntroLightmapParameters.giparams.meta create mode 100644 Assets/01_Scenes/Intro/LightingData.asset create mode 100644 Assets/01_Scenes/Intro/LightingData.asset.meta create mode 100644 Assets/11_Audio/BGM/Intro/Paradise_Cut.MP3 create mode 100644 Assets/11_Audio/BGM/Intro/Paradise_Cut.MP3.meta diff --git a/Assets/01_Scenes/Intro.meta b/Assets/01_Scenes/Intro.meta new file mode 100644 index 00000000..5e43fed2 --- /dev/null +++ b/Assets/01_Scenes/Intro.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 8925c1dd8aab5c14fb83bc806d4e2937 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/01_Scenes/Intro.unity b/Assets/01_Scenes/Intro.unity index 4cae6790..cf253e7a 100644 --- a/Assets/01_Scenes/Intro.unity +++ b/Assets/01_Scenes/Intro.unity @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:47777ef09af98aeb4dc54409de303b180e8cda4bd696443879ad69d6cc83ff2f -size 114529 +oid sha256:6a0c295614b46252360c91f090249e3664c1d0e2ee8eca879bf5a8d48f59040c +size 122412 diff --git a/Assets/01_Scenes/Intro/Intro Baking Set.asset b/Assets/01_Scenes/Intro/Intro Baking Set.asset new file mode 100644 index 00000000..34f766f2 --- /dev/null +++ b/Assets/01_Scenes/Intro/Intro Baking Set.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:79cddd32e0cf0aabb723f9e1d024fe987815a46b413a2f62dff6883626bdc516 +size 3328 diff --git a/Assets/01_Scenes/Intro/Intro Baking Set.asset.meta b/Assets/01_Scenes/Intro/Intro Baking Set.asset.meta new file mode 100644 index 00000000..7161ac93 --- /dev/null +++ b/Assets/01_Scenes/Intro/Intro Baking Set.asset.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 20e4fd6abd1e88c4d83cdd05a2df86e9 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 11400000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/01_Scenes/Intro/IntroLightingSettings.lighting b/Assets/01_Scenes/Intro/IntroLightingSettings.lighting new file mode 100644 index 00000000..12c030ae --- /dev/null +++ b/Assets/01_Scenes/Intro/IntroLightingSettings.lighting @@ -0,0 +1,69 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!850595691 &4890085278179872738 +LightingSettings: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: IntroLightingSettings + serializedVersion: 10 + m_EnableBakedLightmaps: 1 + m_EnableRealtimeLightmaps: 0 + m_RealtimeEnvironmentLighting: 1 + m_BounceScale: 1 + m_AlbedoBoost: 1 + m_IndirectOutputScale: 1 + m_UsingShadowmask: 1 + m_BakeBackend: 2 + m_LightmapMaxSize: 1024 + m_LightmapSizeFixed: 0 + m_UseMipmapLimits: 1 + m_BakeResolution: 40 + m_Padding: 2 + m_LightmapCompression: 3 + m_LightmapPackingMode: 0 + m_LightmapPackingMethod: 1 + m_XAtlasPackingAttempts: 16384 + m_XAtlasBruteForce: 0 + m_XAtlasBlockAlign: 0 + m_XAtlasRepackUnderutilizedLightmaps: 1 + m_AO: 0 + m_AOMaxDistance: 1 + m_CompAOExponent: 1 + m_CompAOExponentDirect: 0 + m_ExtractAO: 0 + m_MixedBakeMode: 2 + m_LightmapsBakeMode: 1 + m_FilterMode: 1 + m_LightmapParameters: {fileID: 111300000, guid: ae0a0d61ef0355a4b809ea54ee4c4ee6, type: 2} + m_ExportTrainingData: 0 + m_EnableWorkerProcessBaking: 1 + m_TrainingDataDestination: TrainingData + m_RealtimeResolution: 2 + m_ForceWhiteAlbedo: 0 + m_ForceUpdates: 0 + m_PVRCulling: 1 + m_PVRSampling: 1 + m_PVRDirectSampleCount: 32 + m_PVRSampleCount: 512 + m_PVREnvironmentSampleCount: 256 + m_PVREnvironmentReferencePointCount: 2048 + m_LightProbeSampleCountMultiplier: 4 + m_PVRBounces: 2 + m_PVRMinBounces: 2 + m_PVREnvironmentImportanceSampling: 1 + m_PVRFilteringMode: 1 + m_PVRDenoiserTypeDirect: 1 + m_PVRDenoiserTypeIndirect: 1 + m_PVRDenoiserTypeAO: 1 + m_PVRFilterTypeDirect: 0 + m_PVRFilterTypeIndirect: 0 + m_PVRFilterTypeAO: 0 + m_PVRFilteringGaussRadiusDirect: 1 + m_PVRFilteringGaussRadiusIndirect: 1 + m_PVRFilteringGaussRadiusAO: 1 + m_PVRFilteringAtrousPositionSigmaDirect: 0.5 + m_PVRFilteringAtrousPositionSigmaIndirect: 2 + m_PVRFilteringAtrousPositionSigmaAO: 1 + m_RespectSceneVisibilityWhenBakingGI: 0 diff --git a/Assets/01_Scenes/Intro/IntroLightingSettings.lighting.meta b/Assets/01_Scenes/Intro/IntroLightingSettings.lighting.meta new file mode 100644 index 00000000..e1f1a0cd --- /dev/null +++ b/Assets/01_Scenes/Intro/IntroLightingSettings.lighting.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: ba58725bd66827c4a82853aaf63348d9 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 4890085278179872738 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/01_Scenes/Intro/IntroLightmapParameters.giparams b/Assets/01_Scenes/Intro/IntroLightmapParameters.giparams new file mode 100644 index 00000000..c07b9143 --- /dev/null +++ b/Assets/01_Scenes/Intro/IntroLightmapParameters.giparams @@ -0,0 +1,28 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!1113 &111300000 +LightmapParameters: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: IntroLightmapParameters + serializedVersion: 4 + resolution: 1 + clusterResolution: 0.5 + irradianceBudget: 128 + irradianceQuality: 8192 + backFaceTolerance: 0.9 + isTransparent: 0 + modellingTolerance: 0.01 + systemTag: -1 + edgeStitching: 1 + blurRadius: 2 + directLightQuality: 64 + antiAliasingSamples: 2 + pushoff: 0.0001 + bakedLightmapTag: -1 + limitLightmapCount: 0 + maxLightmapCount: 1 + AOQuality: 256 + AOAntiAliasingSamples: 4 diff --git a/Assets/01_Scenes/Intro/IntroLightmapParameters.giparams.meta b/Assets/01_Scenes/Intro/IntroLightmapParameters.giparams.meta new file mode 100644 index 00000000..d586d13d --- /dev/null +++ b/Assets/01_Scenes/Intro/IntroLightmapParameters.giparams.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: ae0a0d61ef0355a4b809ea54ee4c4ee6 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 111300000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/01_Scenes/Intro/LightingData.asset b/Assets/01_Scenes/Intro/LightingData.asset new file mode 100644 index 00000000..0a339998 --- /dev/null +++ b/Assets/01_Scenes/Intro/LightingData.asset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b9a501d56574ded20df72705fa01c8bbb3ec68ad4ca506fb1cebaeb3baa5230b +size 17745 diff --git a/Assets/01_Scenes/Intro/LightingData.asset.meta b/Assets/01_Scenes/Intro/LightingData.asset.meta new file mode 100644 index 00000000..4040f3a1 --- /dev/null +++ b/Assets/01_Scenes/Intro/LightingData.asset.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 79dfd675449a58b4bb445d3749d0c46b +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 112000000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/05_Textures/SkyTextures/Skybox.exr b/Assets/05_Textures/SkyTextures/Skybox.exr index 6eed9874..5059edf7 100644 --- a/Assets/05_Textures/SkyTextures/Skybox.exr +++ b/Assets/05_Textures/SkyTextures/Skybox.exr @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:82cd25920143eb52e08bd226f82fceeab92ed9d6086d422bc172cc194136f054 -size 20524196 +oid sha256:b8bb1f949c7f9f19c24a825d76577f88370fa01738ea9b96fde646fd97b53bdc +size 26024076 diff --git a/Assets/06_Materials/SkyBox/SkyBox_Hischool.mat b/Assets/06_Materials/SkyBox/SkyBox_Hischool.mat index 972453a2..94e1490c 100644 --- a/Assets/06_Materials/SkyBox/SkyBox_Hischool.mat +++ b/Assets/06_Materials/SkyBox/SkyBox_Hischool.mat @@ -115,7 +115,7 @@ Material: - _DstBlend: 0 - _DstBlendAlpha: 0 - _EnvironmentReflections: 1 - - _Exposure: 0.0085 + - _Exposure: 1 - _GlossMapScale: 0 - _Glossiness: 0 - _GlossyReflections: 0 @@ -143,6 +143,6 @@ Material: - _Color: {r: 1, g: 1, b: 1, a: 1} - _EmissionColor: {r: 0, g: 0, b: 0, a: 1} - _SpecColor: {r: 0.19999996, g: 0.19999996, b: 0.19999996, a: 1} - - _Tint: {r: 0.5, g: 0.5, b: 0.5, a: 0.5} + - _Tint: {r: 0.5566038, g: 0.5566038, b: 0.5566038, a: 0.39215687} m_BuildTextureStacks: [] m_AllowLocking: 1 diff --git a/Assets/11_Audio/BGM/Intro/Paradise_Cut.MP3 b/Assets/11_Audio/BGM/Intro/Paradise_Cut.MP3 new file mode 100644 index 00000000..73eca9fe --- /dev/null +++ b/Assets/11_Audio/BGM/Intro/Paradise_Cut.MP3 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6b09ef2476a861baa2a6380fb6a86571cb72cd06ea1324274393d364649c38a5 +size 7929521 diff --git a/Assets/11_Audio/BGM/Intro/Paradise_Cut.MP3.meta b/Assets/11_Audio/BGM/Intro/Paradise_Cut.MP3.meta new file mode 100644 index 00000000..0c4a7387 --- /dev/null +++ b/Assets/11_Audio/BGM/Intro/Paradise_Cut.MP3.meta @@ -0,0 +1,23 @@ +fileFormatVersion: 2 +guid: dced6cc998f5aa64d9a9704749de3f9c +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: