diff --git a/Assets/KSH/DungeonTestScene.unity b/Assets/KSH/DungeonTestScene.unity index ef53d9cf..a5a9f208 100644 --- a/Assets/KSH/DungeonTestScene.unity +++ b/Assets/KSH/DungeonTestScene.unity @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:ff6a666d13d5a89f474099d59df1f9fcd604c72466c9ab8be7a5e3059779c1f4 -size 247877 +oid sha256:40618f96d07ba42391fdb160fda8d033bc650752cd76802cfd2f1073780ee864 +size 241617 diff --git a/Assets/KSH/ReHousing.unity b/Assets/KSH/ReHousing.unity index f916a437..68d04af1 100644 --- a/Assets/KSH/ReHousing.unity +++ b/Assets/KSH/ReHousing.unity @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:c3eedfd699dca74ee7ede9b69930c040c41c2af3d8775b77ef57c1cb82f51706 -size 448468 +oid sha256:ed1eda5019f114f453e33368651d3e2e0efba570cdd4cae63844778e5d14149f +size 551146 diff --git a/Assets/LIN/Scripts/DailyRoutine/InteractionController.cs b/Assets/LIN/Scripts/DailyRoutine/InteractionController.cs index 4b6d4256..351d623d 100644 --- a/Assets/LIN/Scripts/DailyRoutine/InteractionController.cs +++ b/Assets/LIN/Scripts/DailyRoutine/InteractionController.cs @@ -24,6 +24,14 @@ public class InteractionController : MonoBehaviour // 상호작용 가능한 사물 범위에 들어올 때 private void OnTriggerEnter(Collider other) { + if(other.gameObject.layer == LayerMask.NameToLayer("NPC")) + { + housingCanvasController.ShowNpcInteractionButton(() => + { + GameManager.Instance.StartNPCDialogue(GamePhase.Gameplay); + }); + } + if (interactionLayerMask == (interactionLayerMask | (1 << other.gameObject.layer))) { ActionType interactionType = other.gameObject.GetComponent().RoutineEnter(); @@ -36,6 +44,8 @@ public class InteractionController : MonoBehaviour // 사물에서 벗어날 때 UI 정리 private void OnTriggerExit(Collider other) { + if(other.gameObject.layer == LayerMask.NameToLayer("NPC")) housingCanvasController.HideInteractionButton(); + if (interactionLayerMask == (interactionLayerMask | (1 << other.gameObject.layer))) { housingCanvasController.HideInteractionButton(); @@ -54,7 +64,6 @@ public class InteractionController : MonoBehaviour { playerStats.PerformAction(interactionType); interactionAnimationPanelController.ShowAnimationPanel(interactionType,interactionTexts.AnimationText); - } else { diff --git a/Assets/LIN/Scripts/UI/HousingCanvasController.cs b/Assets/LIN/Scripts/UI/HousingCanvasController.cs index aa023719..5259ac73 100644 --- a/Assets/LIN/Scripts/UI/HousingCanvasController.cs +++ b/Assets/LIN/Scripts/UI/HousingCanvasController.cs @@ -24,8 +24,19 @@ public class HousingCanvasController : MonoBehaviour interactionButton.SetActive(false); suddenPanel.SetActive(false); } + + #region NPC 상호 작용 + + public void ShowNpcInteractionButton(Action onInteractionButtonPressed) + { + interactionButton.SetActive(true); + OnInteractionButtonPressed = onInteractionButtonPressed; + } + + #endregion #region 상호작용 일상 행동 + // 상호작용 가능한 사물에 가까이 갔을 때 화면에 텍스트, 버튼 표시 public void ShowInteractionButton(string actText, string descText,Action onInteractionButtonPressed) { @@ -35,6 +46,7 @@ public class HousingCanvasController : MonoBehaviour //각 행동 별로 실행되어야 할 이벤트 구독 OnInteractionButtonPressed = onInteractionButtonPressed; } + //범위에서 벗어나면 상호작용 버튼 off public void HideInteractionButton() { diff --git a/Assets/StoreAssets/Suriyun_Cat/Animations/CatAnimationController.controller b/Assets/StoreAssets/Suriyun_Cat/Animations/CatAnimationController.controller new file mode 100644 index 00000000..07b709f2 --- /dev/null +++ b/Assets/StoreAssets/Suriyun_Cat/Animations/CatAnimationController.controller @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ca090f62477a7c524487d5788a188f2b3ba0b9005d7cefa18a542fab1669c011 +size 2063 diff --git a/Assets/StoreAssets/Suriyun_Cat/Animations/CatAnimationController.controller.meta b/Assets/StoreAssets/Suriyun_Cat/Animations/CatAnimationController.controller.meta new file mode 100644 index 00000000..dff5ebbc --- /dev/null +++ b/Assets/StoreAssets/Suriyun_Cat/Animations/CatAnimationController.controller.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 584fdc40ae0d4e24eb04147d05a598b4 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 9100000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/StoreAssets/Suriyun_Cat/Animations/Pspsps Animations/Character Animations/Anim_Chibi@Quadruped_Chiling.fbx b/Assets/StoreAssets/Suriyun_Cat/Animations/Pspsps Animations/Character Animations/Anim_Chibi@Quadruped_Chiling.fbx new file mode 100644 index 00000000..629dd2e3 --- /dev/null +++ b/Assets/StoreAssets/Suriyun_Cat/Animations/Pspsps Animations/Character Animations/Anim_Chibi@Quadruped_Chiling.fbx @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:13007625318ea168ddbba9f91a6660b2002a118b8cac57c6da97e0627db926c4 +size 850688 diff --git a/Assets/StoreAssets/Suriyun_Cat/Animations/Pspsps Animations/Character Animations/Anim_Chibi@Quadruped_Chiling.fbx.meta b/Assets/StoreAssets/Suriyun_Cat/Animations/Pspsps Animations/Character Animations/Anim_Chibi@Quadruped_Chiling.fbx.meta new file mode 100644 index 00000000..2d12b504 --- /dev/null +++ b/Assets/StoreAssets/Suriyun_Cat/Animations/Pspsps Animations/Character Animations/Anim_Chibi@Quadruped_Chiling.fbx.meta @@ -0,0 +1,1352 @@ +fileFormatVersion: 2 +guid: 249e65ec3fc1c66458211853c227e968 +ModelImporter: + serializedVersion: 22200 + internalIDToNameTable: + - first: + 74: -8614900457148323362 + second: Quadruped_Chiling + externalObjects: {} + materials: + materialImportMode: 1 + 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: 3 + animationRotationError: 0.5 + animationPositionError: 0.5 + animationScaleError: 0.5 + animationWrapMode: 0 + extraExposedTransformPaths: [] + extraUserProperties: [] + clipAnimations: + - serializedVersion: 16 + name: Quadruped_Chiling + takeName: Anim_Chibi@Quadruped_Chiling + internalID: 0 + firstFrame: 111 + lastFrame: 134 + 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: + - path: + weight: 1 + - path: root + weight: 1 + - path: root/pelvis + weight: 1 + - path: root/pelvis/short_tail_1 + weight: 1 + - path: root/pelvis/short_tail_1/short_tail_2 + weight: 1 + - path: root/pelvis/spine_01 + weight: 1 + - path: root/pelvis/spine_01/Body_equipment + weight: 1 + - path: root/pelvis/spine_01/spine_02 + weight: 1 + - path: root/pelvis/spine_01/spine_02/spine_03 + weight: 1 + - path: root/pelvis/spine_01/spine_02/spine_03/Chest_equipment + weight: 1 + - path: root/pelvis/spine_01/spine_02/spine_03/clavicle_l + weight: 1 + - path: root/pelvis/spine_01/spine_02/spine_03/clavicle_l/upperarm_l + weight: 1 + - path: root/pelvis/spine_01/spine_02/spine_03/clavicle_l/upperarm_l/lowerarm_l + weight: 1 + - path: root/pelvis/spine_01/spine_02/spine_03/clavicle_l/upperarm_l/lowerarm_l/hand_l + weight: 1 + - path: root/pelvis/spine_01/spine_02/spine_03/clavicle_l/upperarm_l/lowerarm_l/hand_l/cup_l + weight: 1 + - path: root/pelvis/spine_01/spine_02/spine_03/clavicle_l/upperarm_l/lowerarm_l/hand_l/cup_l/pinky_01_l + weight: 1 + - path: root/pelvis/spine_01/spine_02/spine_03/clavicle_l/upperarm_l/lowerarm_l/hand_l/cup_l/pinky_01_l/pinky_02_l + weight: 1 + - path: root/pelvis/spine_01/spine_02/spine_03/clavicle_l/upperarm_l/lowerarm_l/hand_l/cup_l/pinky_01_l/pinky_02_l/pinky_03_l + weight: 1 + - path: root/pelvis/spine_01/spine_02/spine_03/clavicle_l/upperarm_l/lowerarm_l/hand_l/cup_l/pinky_01_l/pinky_02_l/pinky_03_l/pinky_04_l + weight: 1 + - path: root/pelvis/spine_01/spine_02/spine_03/clavicle_l/upperarm_l/lowerarm_l/hand_l/cup_l/ring_01_l + weight: 1 + - path: root/pelvis/spine_01/spine_02/spine_03/clavicle_l/upperarm_l/lowerarm_l/hand_l/cup_l/ring_01_l/ring_02_l + weight: 1 + - path: root/pelvis/spine_01/spine_02/spine_03/clavicle_l/upperarm_l/lowerarm_l/hand_l/cup_l/ring_01_l/ring_02_l/ring_03_l + weight: 1 + - path: root/pelvis/spine_01/spine_02/spine_03/clavicle_l/upperarm_l/lowerarm_l/hand_l/cup_l/ring_01_l/ring_02_l/ring_03_l/ring_04_l + weight: 1 + - path: root/pelvis/spine_01/spine_02/spine_03/clavicle_l/upperarm_l/lowerarm_l/hand_l/Hand_l_equipment + weight: 1 + - path: root/pelvis/spine_01/spine_02/spine_03/clavicle_l/upperarm_l/lowerarm_l/hand_l/index_01_l + weight: 1 + - path: root/pelvis/spine_01/spine_02/spine_03/clavicle_l/upperarm_l/lowerarm_l/hand_l/index_01_l/index_02_l + weight: 1 + - path: root/pelvis/spine_01/spine_02/spine_03/clavicle_l/upperarm_l/lowerarm_l/hand_l/index_01_l/index_02_l/index_03_l + weight: 1 + - path: root/pelvis/spine_01/spine_02/spine_03/clavicle_l/upperarm_l/lowerarm_l/hand_l/index_01_l/index_02_l/index_03_l/index_04_l + weight: 1 + - path: root/pelvis/spine_01/spine_02/spine_03/clavicle_l/upperarm_l/lowerarm_l/hand_l/middle_01_l + weight: 1 + - path: root/pelvis/spine_01/spine_02/spine_03/clavicle_l/upperarm_l/lowerarm_l/hand_l/middle_01_l/middle_02_l + weight: 1 + - path: root/pelvis/spine_01/spine_02/spine_03/clavicle_l/upperarm_l/lowerarm_l/hand_l/middle_01_l/middle_02_l/middle_03_l + weight: 1 + - path: root/pelvis/spine_01/spine_02/spine_03/clavicle_l/upperarm_l/lowerarm_l/hand_l/middle_01_l/middle_02_l/middle_03_l/middle_04_l + weight: 1 + - path: root/pelvis/spine_01/spine_02/spine_03/clavicle_l/upperarm_l/lowerarm_l/hand_l/thumb_01_l + weight: 1 + - path: root/pelvis/spine_01/spine_02/spine_03/clavicle_l/upperarm_l/lowerarm_l/hand_l/thumb_01_l/thumb_02_l + weight: 1 + - path: root/pelvis/spine_01/spine_02/spine_03/clavicle_l/upperarm_l/lowerarm_l/hand_l/thumb_01_l/thumb_02_l/thumb_03_l + weight: 1 + - path: root/pelvis/spine_01/spine_02/spine_03/clavicle_l/upperarm_l/lowerarm_l/hand_l/thumb_01_l/thumb_02_l/thumb_03_l/thumb_04_l + weight: 1 + - path: root/pelvis/spine_01/spine_02/spine_03/clavicle_r + weight: 1 + - path: root/pelvis/spine_01/spine_02/spine_03/clavicle_r/upperarm_r + weight: 1 + - path: root/pelvis/spine_01/spine_02/spine_03/clavicle_r/upperarm_r/lowerarm_r + weight: 1 + - path: root/pelvis/spine_01/spine_02/spine_03/clavicle_r/upperarm_r/lowerarm_r/hand_r + weight: 1 + - path: root/pelvis/spine_01/spine_02/spine_03/clavicle_r/upperarm_r/lowerarm_r/hand_r/cup_r + weight: 1 + - path: root/pelvis/spine_01/spine_02/spine_03/clavicle_r/upperarm_r/lowerarm_r/hand_r/cup_r/pinky_01_r + weight: 1 + - path: root/pelvis/spine_01/spine_02/spine_03/clavicle_r/upperarm_r/lowerarm_r/hand_r/cup_r/pinky_01_r/pinky_02_r + weight: 1 + - path: root/pelvis/spine_01/spine_02/spine_03/clavicle_r/upperarm_r/lowerarm_r/hand_r/cup_r/pinky_01_r/pinky_02_r/pinky_03_r + weight: 1 + - path: root/pelvis/spine_01/spine_02/spine_03/clavicle_r/upperarm_r/lowerarm_r/hand_r/cup_r/pinky_01_r/pinky_02_r/pinky_03_r/pinky_04_r + weight: 1 + - path: root/pelvis/spine_01/spine_02/spine_03/clavicle_r/upperarm_r/lowerarm_r/hand_r/cup_r/ring_01_r + weight: 1 + - path: root/pelvis/spine_01/spine_02/spine_03/clavicle_r/upperarm_r/lowerarm_r/hand_r/cup_r/ring_01_r/ring_02_r + weight: 1 + - path: root/pelvis/spine_01/spine_02/spine_03/clavicle_r/upperarm_r/lowerarm_r/hand_r/cup_r/ring_01_r/ring_02_r/ring_03_r + weight: 1 + - path: root/pelvis/spine_01/spine_02/spine_03/clavicle_r/upperarm_r/lowerarm_r/hand_r/cup_r/ring_01_r/ring_02_r/ring_03_r/ring_04_r + weight: 1 + - path: root/pelvis/spine_01/spine_02/spine_03/clavicle_r/upperarm_r/lowerarm_r/hand_r/Hand_r_equipment + weight: 1 + - path: root/pelvis/spine_01/spine_02/spine_03/clavicle_r/upperarm_r/lowerarm_r/hand_r/index_01_r + weight: 1 + - path: root/pelvis/spine_01/spine_02/spine_03/clavicle_r/upperarm_r/lowerarm_r/hand_r/index_01_r/index_02_r + weight: 1 + - path: root/pelvis/spine_01/spine_02/spine_03/clavicle_r/upperarm_r/lowerarm_r/hand_r/index_01_r/index_02_r/index_03_r + weight: 1 + - path: root/pelvis/spine_01/spine_02/spine_03/clavicle_r/upperarm_r/lowerarm_r/hand_r/index_01_r/index_02_r/index_03_r/index_04_r + weight: 1 + - path: root/pelvis/spine_01/spine_02/spine_03/clavicle_r/upperarm_r/lowerarm_r/hand_r/middle_01_r + weight: 1 + - path: root/pelvis/spine_01/spine_02/spine_03/clavicle_r/upperarm_r/lowerarm_r/hand_r/middle_01_r/middle_02_r + weight: 1 + - path: root/pelvis/spine_01/spine_02/spine_03/clavicle_r/upperarm_r/lowerarm_r/hand_r/middle_01_r/middle_02_r/middle_03_r + weight: 1 + - path: root/pelvis/spine_01/spine_02/spine_03/clavicle_r/upperarm_r/lowerarm_r/hand_r/middle_01_r/middle_02_r/middle_03_r/middle_04_r + weight: 1 + - path: root/pelvis/spine_01/spine_02/spine_03/clavicle_r/upperarm_r/lowerarm_r/hand_r/thumb_01_r + weight: 1 + - path: root/pelvis/spine_01/spine_02/spine_03/clavicle_r/upperarm_r/lowerarm_r/hand_r/thumb_01_r/thumb_02_r + weight: 1 + - path: root/pelvis/spine_01/spine_02/spine_03/clavicle_r/upperarm_r/lowerarm_r/hand_r/thumb_01_r/thumb_02_r/thumb_03_r + weight: 1 + - path: root/pelvis/spine_01/spine_02/spine_03/clavicle_r/upperarm_r/lowerarm_r/hand_r/thumb_01_r/thumb_02_r/thumb_03_r/thumb_04_r + weight: 1 + - path: root/pelvis/spine_01/spine_02/spine_03/neck_01 + weight: 1 + - path: root/pelvis/spine_01/spine_02/spine_03/neck_01/head + weight: 1 + - path: root/pelvis/spine_01/spine_02/spine_03/neck_01/head/catears_l1 + weight: 1 + - path: root/pelvis/spine_01/spine_02/spine_03/neck_01/head/catears_l1/catears_l2 + weight: 1 + - path: root/pelvis/spine_01/spine_02/spine_03/neck_01/head/catears_l1/catears_l2/catears_l3 + weight: 1 + - path: root/pelvis/spine_01/spine_02/spine_03/neck_01/head/catears_r1 + weight: 1 + - path: root/pelvis/spine_01/spine_02/spine_03/neck_01/head/catears_r1/catears_r2 + weight: 1 + - path: root/pelvis/spine_01/spine_02/spine_03/neck_01/head/catears_r1/catears_r2/catears_r3 + weight: 1 + - path: root/pelvis/spine_01/spine_02/spine_03/neck_01/head/ears_l1 + weight: 1 + - path: root/pelvis/spine_01/spine_02/spine_03/neck_01/head/ears_l1/ears_l2 + weight: 1 + - path: root/pelvis/spine_01/spine_02/spine_03/neck_01/head/ears_l1/ears_l2/ears_l3 + weight: 1 + - path: root/pelvis/spine_01/spine_02/spine_03/neck_01/head/ears_r1 + weight: 1 + - path: root/pelvis/spine_01/spine_02/spine_03/neck_01/head/ears_r1/ears_r2 + weight: 1 + - path: root/pelvis/spine_01/spine_02/spine_03/neck_01/head/ears_r1/ears_r2/ears_r3 + weight: 1 + - path: root/pelvis/spine_01/spine_02/spine_03/neck_01/head/Eye_L + weight: 1 + - path: root/pelvis/spine_01/spine_02/spine_03/neck_01/head/Eye_L/EyeEnd_L + weight: 1 + - path: root/pelvis/spine_01/spine_02/spine_03/neck_01/head/Eye_R + weight: 1 + - path: root/pelvis/spine_01/spine_02/spine_03/neck_01/head/Eye_R/EyeEnd_R + weight: 1 + - path: root/pelvis/spine_01/spine_02/spine_03/neck_01/head/Head_equipment + weight: 1 + - path: root/pelvis/spine_01/spine_02/spine_03/neck_01/head/HeadEnd_M + weight: 1 + - path: root/pelvis/spine_01/spine_02/spine_03/neck_01/head/Jaw_M + weight: 1 + - path: root/pelvis/spine_01/spine_02/spine_03/neck_01/head/Jaw_M/JawEnd_M + weight: 1 + - path: root/pelvis/spine_01/spine_02/spine_03/neck_01/head/rabbit_ears_l1 + weight: 1 + - path: root/pelvis/spine_01/spine_02/spine_03/neck_01/head/rabbit_ears_l1/rabbit_ears_l2 + weight: 1 + - path: root/pelvis/spine_01/spine_02/spine_03/neck_01/head/rabbit_ears_l1/rabbit_ears_l2/rabbit_ears_l3 + weight: 1 + - path: root/pelvis/spine_01/spine_02/spine_03/neck_01/head/rabbit_ears_l1/rabbit_ears_l2/rabbit_ears_l3/rabbit_ears_l4 + weight: 1 + - path: root/pelvis/spine_01/spine_02/spine_03/neck_01/head/rabbit_ears_l1/rabbit_ears_l2/rabbit_ears_l3/rabbit_ears_l4/rabbit_ears_l5 + weight: 1 + - path: root/pelvis/spine_01/spine_02/spine_03/neck_01/head/rabbit_ears_r1 + weight: 1 + - path: root/pelvis/spine_01/spine_02/spine_03/neck_01/head/rabbit_ears_r1/rabbit_ears_r2 + weight: 1 + - path: root/pelvis/spine_01/spine_02/spine_03/neck_01/head/rabbit_ears_r1/rabbit_ears_r2/rabbit_ears_r3 + weight: 1 + - path: root/pelvis/spine_01/spine_02/spine_03/neck_01/head/rabbit_ears_r1/rabbit_ears_r2/rabbit_ears_r3/rabbit_ears_r4 + weight: 1 + - path: root/pelvis/spine_01/spine_02/spine_03/neck_01/head/rabbit_ears_r1/rabbit_ears_r2/rabbit_ears_r3/rabbit_ears_r4/rabbit_ears_r5 + weight: 1 + - path: root/pelvis/tail01 + weight: 1 + - path: root/pelvis/tail01/tail02 + weight: 1 + - path: root/pelvis/tail01/tail02/tail03 + weight: 1 + - path: root/pelvis/tail01/tail02/tail03/tail04 + weight: 1 + - path: root/pelvis/tail01/tail02/tail03/tail04/tail05 + weight: 1 + - path: root/pelvis/thigh_l + weight: 1 + - path: root/pelvis/thigh_l/calf_l + weight: 1 + - path: root/pelvis/thigh_l/calf_l/foot_l + weight: 1 + - path: root/pelvis/thigh_l/calf_l/foot_l/ball_l + weight: 1 + - path: root/pelvis/thigh_l/calf_l/foot_l/ball_l/ball_l_02 + weight: 1 + - path: root/pelvis/thigh_r + weight: 1 + - path: root/pelvis/thigh_r/calf_r + weight: 1 + - path: root/pelvis/thigh_r/calf_r/foot_r + weight: 1 + - path: root/pelvis/thigh_r/calf_r/foot_r/ball_r + weight: 1 + - path: root/pelvis/thigh_r/calf_r/foot_r/ball_r/ball_r_02 + weight: 1 + maskType: 1 + maskSource: {fileID: 31900000, guid: 69887b248fdf7e64abf63a884b391a4d, type: 2} + additiveReferencePoseFrame: 110.88 + 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: 0 + 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: 0 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + tangentSpace: + normalSmoothAngle: 60 + normalImportMode: 0 + tangentImportMode: 3 + normalCalculationMode: 4 + legacyComputeAllNormalsFromSmoothingGroupsWhenMeshHasBlendShapes: 0 + blendShapeNormalImportMode: 1 + normalSmoothingSource: 0 + referencedClips: [] + importAnimation: 1 + humanDescription: + serializedVersion: 3 + human: + - boneName: pelvis + humanName: Hips + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: thigh_l + humanName: LeftUpperLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: thigh_r + humanName: RightUpperLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: calf_l + humanName: LeftLowerLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: calf_r + humanName: RightLowerLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: foot_l + humanName: LeftFoot + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: foot_r + humanName: RightFoot + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: spine_01 + humanName: Spine + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: spine_02 + humanName: Chest + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: neck_01 + humanName: Neck + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: head + humanName: Head + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: clavicle_l + humanName: LeftShoulder + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: clavicle_r + humanName: RightShoulder + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: upperarm_l + humanName: LeftUpperArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: upperarm_r + humanName: RightUpperArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: lowerarm_l + humanName: LeftLowerArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: lowerarm_r + humanName: RightLowerArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: hand_l + humanName: LeftHand + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: hand_r + humanName: RightHand + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: ball_l_02 + humanName: LeftToes + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: ball_r_02 + 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: Eye_L + humanName: LeftEye + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: Eye_R + humanName: RightEye + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: Jaw_M + humanName: Jaw + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: thumb_01_l + humanName: Left Thumb Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: thumb_02_l + humanName: Left Thumb Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: thumb_03_l + humanName: Left Thumb Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: index_01_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_02_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_03_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_01_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_02_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_03_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_01_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_02_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_03_l + humanName: Left Ring Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: pinky_01_l + humanName: Left Little Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: pinky_02_l + humanName: Left Little Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: pinky_03_l + humanName: Left Little Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: thumb_01_r + humanName: Right Thumb Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: thumb_02_r + humanName: Right Thumb Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: thumb_03_r + humanName: Right Thumb Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: index_01_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_02_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_03_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_01_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_02_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_03_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_01_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_02_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_03_r + humanName: Right Ring Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: pinky_01_r + humanName: Right Little Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: pinky_02_r + humanName: Right Little Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: pinky_03_r + humanName: Right Little Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: spine_03 + 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: Chibi_Humanoid_Avatar(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: root + parentName: Chibi_Humanoid_Avatar(Clone) + position: {x: -7.97287e-17, y: -1.4210854e-16, z: 4.3298696e-17} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: pelvis + parentName: root + position: {x: 7.145355e-17, y: 0.3590527, z: -0.0064596897} + rotation: {x: 0.49148893, y: -0.5083686, z: -0.49148893, w: 0.5083686} + scale: {x: 1, y: 1, z: 1} + - name: thigh_r + parentName: pelvis + position: {x: 0.020984039, y: -0.007746861, z: -0.21348922} + rotation: {x: -0.04016816, y: 0.9991325, z: -0.010738504, w: -0.0023285814} + scale: {x: 1, y: 1, z: 1} + - name: calf_r + parentName: thigh_r + position: {x: -0.18052627, y: -1.3322676e-16, z: -3.1974422e-16} + rotation: {x: 0, y: 0, z: 0.099963166, w: 0.9949911} + scale: {x: 1, y: 1, z: 1} + - name: foot_r + parentName: calf_r + position: {x: -0.13916215, y: 5.062617e-16, z: 1.4210854e-16} + rotation: {x: -0.01911769, y: -0.00070640014, z: -0.043059837, w: 0.9988893} + scale: {x: 1, y: 1, z: 1} + - name: ball_r + parentName: foot_r + position: {x: -0.010533721, y: 0.041665323, z: -2.842171e-16} + rotation: {x: 0.0063922573, y: 0.0051184404, z: -0.62501913, w: 0.7805665} + scale: {x: 1, y: 1, z: 1} + - name: ball_r_02 + parentName: ball_r + position: {x: -0.042483583, y: -4.161116e-15, z: 0.000000039237683} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: spine_01 + parentName: pelvis + position: {x: -0.11659071, y: 4.8072656e-16, z: -1.0787449e-16} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: spine_02 + parentName: spine_01 + position: {x: -0.11659071, y: 4.718448e-16, z: -1.7044439e-16} + rotation: {x: 0, y: 0, z: 0.03248174, w: 0.9994723} + scale: {x: 1, y: 1, z: 1} + - name: spine_03 + parentName: spine_02 + position: {x: -0.16774303, y: 2.842171e-16, z: -1.04349324e-16} + rotation: {x: 0, y: 0, z: -0.1542978, w: 0.9880244} + scale: {x: 1, y: 1, z: 1} + - name: clavicle_r + parentName: spine_03 + position: {x: -0.06811171, y: 0.016595716, z: -0.14820191} + rotation: {x: 0.032161284, y: -0.71431756, z: 0.11852793, w: 0.68896097} + scale: {x: 1, y: 1, z: 1} + - name: upperarm_r + parentName: clavicle_r + position: {x: -0.07712384, y: 1.1812772e-15, z: -9.947598e-16} + rotation: {x: 0.0773395, y: 0.015999898, z: -0.044162437, w: 0.99589777} + scale: {x: 1, y: 1, z: 1} + - name: lowerarm_r + parentName: upperarm_r + position: {x: -0.2517576, y: 3.0198067e-16, z: 1.1368684e-15} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: hand_r + parentName: lowerarm_r + position: {x: -0.22869253, y: 7.105427e-17, z: 7.105427e-16} + rotation: {x: 6.938894e-17, y: -1.0833356e-33, z: -1.5612511e-17, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: middle_01_r + parentName: hand_r + position: {x: -0.09803901, y: -3.5527136e-17, z: -2.842171e-16} + rotation: {x: -0.016859, y: -0.0772194, z: 0.0028675944, w: 0.9968674} + scale: {x: 1, y: 1, z: 1} + - name: middle_02_r + parentName: middle_01_r + position: {x: -0.038769238, y: -1.7763568e-17, z: -1.4210854e-16} + rotation: {x: 0.03001885, y: -0.03945842, z: -0.0040334114, w: 0.9987621} + scale: {x: 1, y: 1, z: 1} + - name: middle_03_r + parentName: middle_02_r + position: {x: -0.040027287, y: -1.0658141e-16, z: 1.4210854e-16} + rotation: {x: 0.0065667694, y: -0.038803533, z: 0.0045389077, w: 0.999215} + scale: {x: 1, y: 1, z: 1} + - name: middle_04_r + parentName: middle_03_r + position: {x: -0.037305653, y: -8.881784e-18, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: thumb_01_r + parentName: hand_r + position: {x: -0.02134813, y: 0.07035614, z: -0.039544} + rotation: {x: -0.61776274, y: 0.13377738, z: -0.35522214, w: 0.6886872} + scale: {x: 1, y: 1, z: 1} + - name: thumb_02_r + parentName: thumb_01_r + position: {x: -0.05523822, y: 0, z: -1.1013412e-15} + rotation: {x: -0.0121451, y: 0.0049000825, z: 0.039093893, w: 0.99914974} + scale: {x: 1, y: 1, z: 1} + - name: thumb_03_r + parentName: thumb_02_r + position: {x: -0.029465482, y: 0, z: 2.4868996e-16} + rotation: {x: -0.02598971, y: -0.0017890756, z: 0.03824424, w: 0.9989288} + scale: {x: 1, y: 1, z: 1} + - name: thumb_04_r + parentName: thumb_03_r + position: {x: -0.023924602, y: 0, z: 7.105427e-17} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: index_01_r + parentName: hand_r + position: {x: -0.09991405, y: 0.037073765, z: -0.0036836944} + rotation: {x: 0.009854632, y: -0.06354492, z: -0.035094682, w: 0.997313} + scale: {x: 1, y: 1, z: 1} + - name: index_02_r + parentName: index_01_r + position: {x: -0.03643808, y: -5.0848214e-16, z: -5.684342e-16} + rotation: {x: 0.0056443936, y: -0.03929569, z: -0.0038016667, w: 0.9992044} + scale: {x: 1, y: 1, z: 1} + - name: index_03_r + parentName: index_02_r + position: {x: -0.035263915, y: -6.217249e-17, z: 1.847411e-15} + rotation: {x: -0.0071803136, y: -0.03818158, z: 0.007895683, w: 0.9992139} + scale: {x: 1, y: 1, z: 1} + - name: index_04_r + parentName: index_03_r + position: {x: -0.027298061, y: -1.0658141e-16, z: -1.563194e-15} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: cup_r + parentName: hand_r + position: {x: -0.008487943, y: -0.0041985167, z: -0.0011565371} + rotation: {x: -0.00063062744, y: -0.008900923, z: 0.06358822, w: 0.99793637} + scale: {x: 1, y: 1, z: 1} + - name: pinky_01_r + parentName: cup_r + position: {x: -0.08094637, y: -0.036209043, z: -0.008335483} + rotation: {x: -0.008872239, y: -0.023159215, z: -0.00061652897, w: 0.99969226} + scale: {x: 1, y: 1, z: 1} + - name: pinky_02_r + parentName: pinky_01_r + position: {x: -0.028854312, y: -7.105427e-17, z: -8.5265126e-16} + rotation: {x: -0.0033607401, y: -0.0399435, z: -0.005443123, w: 0.99918157} + scale: {x: 1, y: 1, z: 1} + - name: pinky_03_r + parentName: pinky_02_r + position: {x: -0.023566289, y: 3.5527135e-16, z: 1.1368684e-15} + rotation: {x: -0.025013803, y: -0.038439002, z: -0.0017993893, w: 0.9989462} + scale: {x: 1, y: 1, z: 1} + - name: pinky_04_r + parentName: pinky_03_r + position: {x: -0.0293414, y: -3.5527135e-16, z: 4.2632563e-16} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: ring_01_r + parentName: cup_r + position: {x: -0.08916332, y: -0.01552607, z: -0.0027549511} + rotation: {x: -0.02685257, y: -0.053124383, z: -0.02886147, w: 0.9978095} + scale: {x: 1, y: 1, z: 1} + - name: ring_02_r + parentName: ring_01_r + position: {x: -0.037284084, y: 2.842171e-16, z: -2.2737367e-15} + rotation: {x: 0.0016190425, y: -0.039832465, z: 0.0004005827, w: 0.99920505} + scale: {x: 1, y: 1, z: 1} + - name: ring_03_r + parentName: ring_02_r + position: {x: -0.03615039, y: -4.2632563e-16, z: 1.4210854e-15} + rotation: {x: -0.011273785, y: -0.03634874, z: -0.017581433, w: 0.99912095} + scale: {x: 1, y: 1, z: 1} + - name: ring_04_r + parentName: ring_03_r + position: {x: -0.027998645, y: 2.842171e-16, z: 1.1368684e-15} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: Hand_r_equipment + parentName: hand_r + position: {x: -0.071717314, y: -0.008393532, z: -0.07169423} + rotation: {x: 0.0068377545, y: 0.7600093, z: 0.6495589, w: 0.020306554} + scale: {x: 1, y: 1, z: 1} + - name: neck_01 + parentName: spine_03 + position: {x: -0.100067444, y: -2.1316282e-16, z: 1.970298e-16} + rotation: {x: 0, y: 0, z: -0.074045286, w: 0.9972549} + scale: {x: 1, y: 1, z: 1} + - name: head + parentName: neck_01 + position: {x: -0.02629805, y: -3.5527136e-17, z: -1.5519624e-17} + rotation: {x: 0, y: 0, z: 0.17869695, w: 0.9839042} + scale: {x: 1, y: 1, z: 1} + - name: Eye_R + parentName: head + position: {x: -0.4071262, y: 0.3473162, z: -0.16987707} + rotation: {x: 0.5, y: 0.5, z: -0.5, w: 0.5} + scale: {x: 1, y: 1, z: 1} + - name: EyeEnd_R + parentName: Eye_R + position: {x: -0.053281333, y: 5.684342e-16, z: -1.065814e-15} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: Jaw_M + parentName: head + position: {x: -0.05101526, y: 0.2876312, z: -3.5414823e-16} + rotation: {x: 0, y: 0, z: -0.78643805, w: 0.61766917} + scale: {x: 1, y: 1, z: 1} + - name: JawEnd_M + parentName: Jaw_M + position: {x: -0.113684185, y: 5.684342e-16, z: -1.3292045e-16} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: HeadEnd_M + parentName: head + position: {x: -0.8511138, y: 6.1242674e-16, z: -2.23472e-16} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: Eye_L + parentName: head + position: {x: -0.4071262, y: 0.3473162, z: 0.16987707} + rotation: {x: -0.5, y: -0.5, z: -0.5, w: 0.5} + scale: {x: 1, y: 1, z: 1} + - name: EyeEnd_L + parentName: Eye_L + position: {x: -0.053281333, y: 2.2737367e-15, z: 8.5265126e-16} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: catears_r1 + parentName: head + position: {x: -0.6328281, y: -0.045856588, z: -0.33683398} + rotation: {x: 0.3517171, y: 0.7074806, z: -0.54890835, w: 0.2728845} + scale: {x: 1, y: 1, z: 1} + - name: catears_r2 + parentName: catears_r1 + position: {x: 0.08282707, y: -0.0000009463735, z: 0.00000008864178} + rotation: {x: -0.059636705, y: 0.09924432, z: 0.106072664, w: 0.98759437} + scale: {x: 1, y: 1, z: 1} + - name: catears_r3 + parentName: catears_r2 + position: {x: 0.12977353, y: 0.0000011342388, z: -0.00000013708586} + rotation: {x: 0.051521488, y: -0.23363665, z: 0.2090918, w: 0.9481773} + scale: {x: 1, y: 1, z: 1} + - name: catears_l1 + parentName: head + position: {x: -0.6328281, y: -0.04585657, z: 0.33683437} + rotation: {x: -0.70748055, y: 0.35171714, z: 0.27288446, w: 0.5489084} + scale: {x: 1, y: 1, z: 1} + - name: catears_l2 + parentName: catears_l1 + position: {x: -0.08282578, y: 4.3975105e-17, z: -1.0269563e-17} + rotation: {x: -0.059636705, y: 0.09924432, z: 0.106072664, w: 0.98759437} + scale: {x: 1, y: 1, z: 1} + - name: catears_l3 + parentName: catears_l2 + position: {x: -0.12977435, y: -2.3096108e-16, z: 3.4416914e-17} + rotation: {x: 0.051521488, y: -0.23363665, z: 0.2090918, w: 0.9481773} + scale: {x: 1, y: 1, z: 1} + - name: ears_l1 + parentName: head + position: {x: -0.29893956, y: 0.00065100734, z: 0.4818343} + rotation: {x: -0.4961981, y: 0.5037732, z: 0.5037732, w: 0.4961981} + scale: {x: 1, y: 1, z: 1} + - name: ears_l2 + parentName: ears_l1 + position: {x: -0.08323166, y: 0.00906778, z: 0} + rotation: {x: 0, y: 0, z: -0.0075751054, w: 0.99997133} + scale: {x: 1, y: 1, z: 1} + - name: ears_l3 + parentName: ears_l2 + position: {x: -0.08352148, y: 0.008665383, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: ears_r1 + parentName: head + position: {x: -0.2989381, y: 0.00065100734, z: -0.481834} + rotation: {x: 0.5037732, y: 0.4961981, z: -0.4961981, w: 0.5037732} + scale: {x: 1, y: 1, z: 1} + - name: ears_r2 + parentName: ears_r1 + position: {x: 0.08323211, y: -0.009071989, z: 1.1109982e-18} + rotation: {x: 0.00000001053641, y: -7.981671e-11, z: -0.0075751054, w: 0.99997133} + scale: {x: 1, y: 1, z: 1} + - name: ears_r3 + parentName: ears_r2 + position: {x: 0.083521, y: -0.00866, z: 1.8249585e-10} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: Head_equipment + parentName: head + position: {x: -0.000000023831111, y: -1.41579725e-11, z: 3.1386756e-16} + rotation: {x: -0.5, y: 0.5, z: 0.5, w: 0.5} + scale: {x: 1, y: 1, z: 1} + - name: rabbit_ears_l1 + parentName: head + position: {x: -0.7671371, y: -0.007979299, z: 0.1900594} + rotation: {x: 7.182875e-16, y: 0.142911, z: -1.8155141e-15, w: 0.98973554} + scale: {x: 1, y: 1, z: 1} + - name: rabbit_ears_l2 + parentName: rabbit_ears_l1 + position: {x: -0.12435393, y: -1.380606e-17, z: -2.9455213e-18} + rotation: {x: 0, y: -0.0021245151, z: -0, w: 0.99999774} + scale: {x: 1, y: 1, z: 1} + - name: rabbit_ears_l3 + parentName: rabbit_ears_l2 + position: {x: -0.19884825, y: -4.673433e-31, z: -1.0302869e-15} + rotation: {x: 0, y: 0.014221186, z: -0, w: 0.9998989} + scale: {x: 1, y: 1, z: 1} + - name: rabbit_ears_l4 + parentName: rabbit_ears_l3 + position: {x: -0.24156539, y: 9.860761e-33, z: 3.0999348e-17} + rotation: {x: 0, y: -0.014612687, z: -0, w: 0.99989325} + scale: {x: 1, y: 1, z: 1} + - name: rabbit_ears_l5 + parentName: rabbit_ears_l4 + position: {x: -0.16246277, y: -1.774937e-32, z: -7.022122e-16} + rotation: {x: -0.5652562, y: 0.42483583, z: 0.42483583, w: 0.5652562} + scale: {x: 1, y: 1, z: 1} + - name: rabbit_ears_r1 + parentName: head + position: {x: -0.76713806, y: -0.007979303, z: -0.19005899} + rotation: {x: -0.142911, y: -8.284253e-16, z: 0.98973554, w: -6.027865e-17} + scale: {x: 1, y: 1, z: 1} + - name: rabbit_ears_r2 + parentName: rabbit_ears_r1 + position: {x: 0.124349885, y: -4.3742785e-16, z: -0.0000019627425} + rotation: {x: -6.018545e-35, y: -0.0021245151, z: -6.50125e-17, w: 0.99999774} + scale: {x: 1, y: 1, z: 1} + - name: rabbit_ears_r3 + parentName: rabbit_ears_r2 + position: {x: 0.19885482, y: -7.0277117e-16, z: 0.0000018277557} + rotation: {x: 2.8891874e-34, y: 0.014221186, z: -7.7608295e-17, w: 0.9998989} + scale: {x: 1, y: 1, z: 1} + - name: rabbit_ears_r4 + parentName: rabbit_ears_r3 + position: {x: 0.2415585, y: -8.4598993e-16, z: -0.000001972059} + rotation: {x: 0.0000000074497852, y: -0.014612687, z: 1.0887293e-10, w: 0.99989325} + scale: {x: 1, y: 1, z: 1} + - name: rabbit_ears_r5 + parentName: rabbit_ears_r4 + position: {x: 0.16246666, y: -5.7287506e-16, z: 0.0000012133444} + rotation: {x: -0.5652562, y: 0.42483583, z: 0.42483583, w: 0.5652562} + scale: {x: 1, y: 1, z: 1} + - name: clavicle_l + parentName: spine_03 + position: {x: -0.06811171, y: 0.016595716, z: 0.14820191} + rotation: {x: 0.71431756, y: 0.032161284, z: 0.68896097, w: -0.11852792} + scale: {x: 1, y: 1, z: 1} + - name: upperarm_l + parentName: clavicle_l + position: {x: 0.07712384, y: 5.6177284e-16, z: 8.5265126e-16} + rotation: {x: 0.0773395, y: 0.015999898, z: -0.044162437, w: 0.99589777} + scale: {x: 1, y: 1, z: 1} + - name: lowerarm_l + parentName: upperarm_l + position: {x: 0.2517576, y: -3.0198067e-16, z: 1.4210854e-15} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: hand_l + parentName: lowerarm_l + position: {x: 0.22869253, y: -8.8817837e-17, z: -2.2737367e-15} + rotation: {x: 2.7755576e-17, y: -4.814825e-35, z: -1.7347235e-18, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: middle_01_l + parentName: hand_l + position: {x: 0.09803901, y: -5.3290704e-17, z: 2.842171e-16} + rotation: {x: -0.016858978, y: -0.07721935, z: 0.0028675941, w: 0.9968675} + scale: {x: 1, y: 1, z: 1} + - name: middle_02_l + parentName: middle_01_l + position: {x: 0.038769238, y: 1.7763568e-17, z: -1.847411e-15} + rotation: {x: 0.030018795, y: -0.039458398, z: -0.0040334365, w: 0.9987621} + scale: {x: 1, y: 1, z: 1} + - name: middle_03_l + parentName: middle_02_l + position: {x: 0.040027287, y: -1.0658141e-16, z: -2.2737367e-15} + rotation: {x: 0.0065668514, y: -0.03880391, z: 0.004538058, w: 0.99921507} + scale: {x: 1, y: 1, z: 1} + - name: middle_04_l + parentName: middle_03_l + position: {x: 0.037305653, y: 1.3322676e-16, z: 3.2684964e-15} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: thumb_01_l + parentName: hand_l + position: {x: 0.02134813, y: -0.07035614, z: 0.039544} + rotation: {x: -0.617763, y: 0.13377708, z: -0.35522237, w: 0.688687} + scale: {x: 1, y: 1, z: 1} + - name: thumb_02_l + parentName: thumb_01_l + position: {x: 0.05523822, y: 4.2632563e-16, z: 4.0856205e-16} + rotation: {x: -0.01214498, y: 0.0049005807, z: 0.039095934, w: 0.9991497} + scale: {x: 1, y: 1, z: 1} + - name: thumb_03_l + parentName: thumb_02_l + position: {x: 0.029465482, y: -1.4210854e-16, z: -4.796163e-16} + rotation: {x: -0.025989592, y: -0.0017877439, z: 0.03824587, w: 0.9989288} + scale: {x: 1, y: 1, z: 1} + - name: thumb_04_l + parentName: thumb_03_l + position: {x: 0.023924602, y: 9.947598e-16, z: 7.105427e-17} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: index_01_l + parentName: hand_l + position: {x: 0.09991405, y: -0.037073765, z: 0.0036836944} + rotation: {x: 0.00985464, y: -0.063544914, z: -0.035094675, w: 0.997313} + scale: {x: 1, y: 1, z: 1} + - name: index_02_l + parentName: index_01_l + position: {x: 0.03643808, y: 4.596323e-16, z: -1.1368684e-15} + rotation: {x: 0.005644415, y: -0.03929582, z: -0.0038020932, w: 0.9992044} + scale: {x: 1, y: 1, z: 1} + - name: index_03_l + parentName: index_02_l + position: {x: 0.035263915, y: -6.2616577e-16, z: 7.105427e-16} + rotation: {x: -0.007180413, y: -0.03817956, z: 0.0078948075, w: 0.99921393} + scale: {x: 1, y: 1, z: 1} + - name: index_04_l + parentName: index_03_l + position: {x: 0.027298061, y: 1.0658141e-16, z: 9.947598e-16} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: cup_l + parentName: hand_l + position: {x: 0.008487943, y: 0.0041985167, z: 0.0011565371} + rotation: {x: -0.00063062744, y: -0.008900923, z: 0.06358822, w: 0.99793637} + scale: {x: 1, y: 1, z: 1} + - name: pinky_01_l + parentName: cup_l + position: {x: 0.08094637, y: 0.036209043, z: 0.008335483} + rotation: {x: -0.008872085, y: -0.023159143, z: -0.0006156796, w: 0.9996922} + scale: {x: 1, y: 1, z: 1} + - name: pinky_02_l + parentName: pinky_01_l + position: {x: 0.028854312, y: -4.2632563e-16, z: 8.5265126e-16} + rotation: {x: -0.0033606838, y: -0.03994216, z: -0.005443243, w: 0.99918157} + scale: {x: 1, y: 1, z: 1} + - name: pinky_03_l + parentName: pinky_02_l + position: {x: 0.023566289, y: 3.5527135e-16, z: -9.947598e-16} + rotation: {x: -0.025013776, y: -0.038437095, z: -0.0017992624, w: 0.9989463} + scale: {x: 1, y: 1, z: 1} + - name: pinky_04_l + parentName: pinky_03_l + position: {x: 0.0293414, y: -8.171241e-16, z: -9.947598e-16} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: ring_01_l + parentName: cup_l + position: {x: 0.08916332, y: 0.01552607, z: 0.0027549511} + rotation: {x: -0.026852543, y: -0.053124446, z: -0.028861433, w: 0.9978096} + scale: {x: 1, y: 1, z: 1} + - name: ring_02_l + parentName: ring_01_l + position: {x: 0.037284084, y: -4.2632563e-16, z: 2.842171e-16} + rotation: {x: 0.0016190197, y: -0.03983278, z: 0.0003998217, w: 0.999205} + scale: {x: 1, y: 1, z: 1} + - name: ring_03_l + parentName: ring_02_l + position: {x: 0.03615039, y: 2.4868996e-16, z: 2.5579537e-15} + rotation: {x: -0.01127379, y: -0.036347788, z: -0.017580679, w: 0.99912095} + scale: {x: 1, y: 1, z: 1} + - name: ring_04_l + parentName: ring_03_l + position: {x: 0.027998645, y: 1.3322676e-16, z: -1.2789769e-15} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: Hand_l_equipment + parentName: hand_l + position: {x: 0.07171857, y: 0.008393485, z: 0.071694255} + rotation: {x: -0.020306554, y: -0.6495589, z: 0.7600093, w: 0.0068377545} + scale: {x: 1, y: 1, z: 1} + - name: Chest_equipment + parentName: spine_03 + position: {x: 0.00000003347651, y: 0.000000006615356, z: 3.6168006e-17} + rotation: {x: 0.5498939, y: -0.44454098, z: -0.5498939, w: -0.44454098} + scale: {x: 1, y: 1, z: 1} + - name: Body_equipment + parentName: spine_01 + position: {x: -0.28397974, y: -0.010891423, z: -8.393871e-17} + rotation: {x: -0.49148893, y: 0.5083686, z: 0.49148893, w: 0.5083686} + scale: {x: 1, y: 1, z: 1} + - name: thigh_l + parentName: pelvis + position: {x: 0.020984039, y: -0.007746861, z: 0.21348922} + rotation: {x: 0.9991325, y: 0.04016816, z: 0.0023285814, w: -0.010738504} + scale: {x: 1, y: 1, z: 1} + - name: calf_l + parentName: thigh_l + position: {x: 0.18052627, y: 1.4654943e-16, z: 2.1316282e-16} + rotation: {x: 0, y: 0, z: 0.099963166, w: 0.9949911} + scale: {x: 1, y: 1, z: 1} + - name: foot_l + parentName: calf_l + position: {x: 0.13916215, y: -1.3000712e-15, z: -2.4868996e-16} + rotation: {x: -0.01911769, y: -0.00070640014, z: -0.043059837, w: 0.9988893} + scale: {x: 1, y: 1, z: 1} + - name: ball_l + parentName: foot_l + position: {x: 0.010533721, y: -0.041665323, z: 1.4210854e-16} + rotation: {x: 0.0063926373, y: 0.0051187444, z: -0.6250192, w: 0.78056645} + scale: {x: 1, y: 1, z: 1} + - name: ball_l_02 + parentName: ball_l + position: {x: 0.042483583, y: -2.8643753e-16, z: 0.00000000109071} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: tail01 + parentName: pelvis + position: {x: 0.051698957, y: -0.24261716, z: -6.6123945e-17} + rotation: {x: -0.49148893, y: 0.5083686, z: 0.49148893, w: 0.5083686} + scale: {x: 1, y: 1, z: 1} + - name: tail02 + parentName: tail01 + position: {x: 1.4791142e-33, y: -0.07674059, z: -0.07478956} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: tail03 + parentName: tail02 + position: {x: -6.669206e-17, y: -0.035118576, z: -0.13657223} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: tail04 + parentName: tail03 + position: {x: -4.4758975e-17, y: 0.020160662, z: -0.11641157} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: tail05 + parentName: tail04 + position: {x: -1.8550005e-17, y: 0.03316754, z: -0.05853096} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: short_tail_1 + parentName: pelvis + position: {x: -0.07192494, y: -0.24255544, z: -1.4793249e-16} + rotation: {x: -1.2437499e-15, y: -1.4109186e-15, z: 0.68329304, w: 0.73014426} + scale: {x: 1, y: 1, z: 1} + - name: short_tail_2 + parentName: short_tail_1 + position: {x: -0.1667836, y: 0.050014894, z: -3.9796156e-17} + rotation: {x: -0.011493115, y: 0.70701337, z: 0.011493115, w: 0.70701337} + scale: {x: 1, y: 1, z: 1} + armTwist: 0.5 + foreArmTwist: 0.5 + upperLegTwist: 0.5 + legTwist: 0.5 + armStretch: 0.05 + legStretch: 0.05 + feetSpacing: 0 + globalScale: 1 + rootMotionBoneName: + hasTranslationDoF: 0 + hasExtraRoot: 1 + skeletonHasParents: 1 + lastHumanDescriptionAvatarSource: {fileID: 9000000, guid: 40652f2acecba7946a15c0dab99f7d97, + type: 3} + autoGenerateAvatarMappingIfUnspecified: 1 + animationType: 3 + humanoidOversampling: 1 + avatarSetup: 2 + addHumanoidExtraRootOnlyWhenUsingAvatar: 0 + importBlendShapeDeformPercent: 0 + remapMaterialsIfMaterialImportModeIsNone: 1 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 192633 + packageName: Pspsps Cat + packageVersion: 3.1 + assetPath: Assets/Suriyun/Animations/Pspsps Animations/Character Animations/Anim_Chibi@Quadruped_Chiling.fbx + uploadId: 698227 diff --git a/Assets/StoreAssets/Suriyun_Cat/Animations/Pspsps Animations/Character Animations/Anim_Chibi@Quadruped_Eating.fbx b/Assets/StoreAssets/Suriyun_Cat/Animations/Pspsps Animations/Character Animations/Anim_Chibi@Quadruped_Eating.fbx new file mode 100644 index 00000000..3401c374 --- /dev/null +++ b/Assets/StoreAssets/Suriyun_Cat/Animations/Pspsps Animations/Character Animations/Anim_Chibi@Quadruped_Eating.fbx @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e245b27bfc5c9eef0bcd480a786fe77cd07c7bee97adbf41e11e1363ca5de18c +size 842112 diff --git a/Assets/StoreAssets/Suriyun_Cat/Animations/Pspsps Animations/Character Animations/Anim_Chibi@Quadruped_Eating.fbx.meta b/Assets/StoreAssets/Suriyun_Cat/Animations/Pspsps Animations/Character Animations/Anim_Chibi@Quadruped_Eating.fbx.meta new file mode 100644 index 00000000..9f983b82 --- /dev/null +++ b/Assets/StoreAssets/Suriyun_Cat/Animations/Pspsps Animations/Character Animations/Anim_Chibi@Quadruped_Eating.fbx.meta @@ -0,0 +1,1356 @@ +fileFormatVersion: 2 +guid: ea71be23fe20837438a5e8aa0e200e2e +ModelImporter: + serializedVersion: 22200 + internalIDToNameTable: + - first: + 74: 8951346216918815154 + second: Quadruped_Eating + externalObjects: {} + materials: + materialImportMode: 1 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 0 + motionNodeName: + rigImportErrors: + rigImportWarnings: + animationImportErrors: + animationImportWarnings: "\nClip 'Anim_Chibi@Quadruped_Eating' has import animation + warnings that might lower retargeting quality:\nNote: Activate translation + DOF on avatar to improve retargeting quality.\n\t'ball_r' is inbetween humanoid + transforms and has rotation animation that will be discarded.\n\t'ball_l' is + inbetween humanoid transforms and has rotation animation that will be discarded.\n" + animationRetargetingWarnings: + animationDoRetargetingWarnings: 0 + importAnimatedCustomProperties: 0 + importConstraints: 0 + animationCompression: 3 + animationRotationError: 0.5 + animationPositionError: 0.5 + animationScaleError: 0.5 + animationWrapMode: 0 + extraExposedTransformPaths: [] + extraUserProperties: [] + clipAnimations: + - serializedVersion: 16 + name: Quadruped_Eating + takeName: Anim_Chibi@Quadruped_Eating + internalID: 0 + firstFrame: 81 + lastFrame: 104 + 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: + - path: + weight: 1 + - path: root + weight: 1 + - path: root/pelvis + weight: 1 + - path: root/pelvis/short_tail_1 + weight: 1 + - path: root/pelvis/short_tail_1/short_tail_2 + weight: 1 + - path: root/pelvis/spine_01 + weight: 1 + - path: root/pelvis/spine_01/Body_equipment + weight: 1 + - path: root/pelvis/spine_01/spine_02 + weight: 1 + - path: root/pelvis/spine_01/spine_02/spine_03 + weight: 1 + - path: root/pelvis/spine_01/spine_02/spine_03/Chest_equipment + weight: 1 + - path: root/pelvis/spine_01/spine_02/spine_03/clavicle_l + weight: 1 + - path: root/pelvis/spine_01/spine_02/spine_03/clavicle_l/upperarm_l + weight: 1 + - path: root/pelvis/spine_01/spine_02/spine_03/clavicle_l/upperarm_l/lowerarm_l + weight: 1 + - path: root/pelvis/spine_01/spine_02/spine_03/clavicle_l/upperarm_l/lowerarm_l/hand_l + weight: 1 + - path: root/pelvis/spine_01/spine_02/spine_03/clavicle_l/upperarm_l/lowerarm_l/hand_l/cup_l + weight: 1 + - path: root/pelvis/spine_01/spine_02/spine_03/clavicle_l/upperarm_l/lowerarm_l/hand_l/cup_l/pinky_01_l + weight: 1 + - path: root/pelvis/spine_01/spine_02/spine_03/clavicle_l/upperarm_l/lowerarm_l/hand_l/cup_l/pinky_01_l/pinky_02_l + weight: 1 + - path: root/pelvis/spine_01/spine_02/spine_03/clavicle_l/upperarm_l/lowerarm_l/hand_l/cup_l/pinky_01_l/pinky_02_l/pinky_03_l + weight: 1 + - path: root/pelvis/spine_01/spine_02/spine_03/clavicle_l/upperarm_l/lowerarm_l/hand_l/cup_l/pinky_01_l/pinky_02_l/pinky_03_l/pinky_04_l + weight: 1 + - path: root/pelvis/spine_01/spine_02/spine_03/clavicle_l/upperarm_l/lowerarm_l/hand_l/cup_l/ring_01_l + weight: 1 + - path: root/pelvis/spine_01/spine_02/spine_03/clavicle_l/upperarm_l/lowerarm_l/hand_l/cup_l/ring_01_l/ring_02_l + weight: 1 + - path: root/pelvis/spine_01/spine_02/spine_03/clavicle_l/upperarm_l/lowerarm_l/hand_l/cup_l/ring_01_l/ring_02_l/ring_03_l + weight: 1 + - path: root/pelvis/spine_01/spine_02/spine_03/clavicle_l/upperarm_l/lowerarm_l/hand_l/cup_l/ring_01_l/ring_02_l/ring_03_l/ring_04_l + weight: 1 + - path: root/pelvis/spine_01/spine_02/spine_03/clavicle_l/upperarm_l/lowerarm_l/hand_l/Hand_l_equipment + weight: 1 + - path: root/pelvis/spine_01/spine_02/spine_03/clavicle_l/upperarm_l/lowerarm_l/hand_l/index_01_l + weight: 1 + - path: root/pelvis/spine_01/spine_02/spine_03/clavicle_l/upperarm_l/lowerarm_l/hand_l/index_01_l/index_02_l + weight: 1 + - path: root/pelvis/spine_01/spine_02/spine_03/clavicle_l/upperarm_l/lowerarm_l/hand_l/index_01_l/index_02_l/index_03_l + weight: 1 + - path: root/pelvis/spine_01/spine_02/spine_03/clavicle_l/upperarm_l/lowerarm_l/hand_l/index_01_l/index_02_l/index_03_l/index_04_l + weight: 1 + - path: root/pelvis/spine_01/spine_02/spine_03/clavicle_l/upperarm_l/lowerarm_l/hand_l/middle_01_l + weight: 1 + - path: root/pelvis/spine_01/spine_02/spine_03/clavicle_l/upperarm_l/lowerarm_l/hand_l/middle_01_l/middle_02_l + weight: 1 + - path: root/pelvis/spine_01/spine_02/spine_03/clavicle_l/upperarm_l/lowerarm_l/hand_l/middle_01_l/middle_02_l/middle_03_l + weight: 1 + - path: root/pelvis/spine_01/spine_02/spine_03/clavicle_l/upperarm_l/lowerarm_l/hand_l/middle_01_l/middle_02_l/middle_03_l/middle_04_l + weight: 1 + - path: root/pelvis/spine_01/spine_02/spine_03/clavicle_l/upperarm_l/lowerarm_l/hand_l/thumb_01_l + weight: 1 + - path: root/pelvis/spine_01/spine_02/spine_03/clavicle_l/upperarm_l/lowerarm_l/hand_l/thumb_01_l/thumb_02_l + weight: 1 + - path: root/pelvis/spine_01/spine_02/spine_03/clavicle_l/upperarm_l/lowerarm_l/hand_l/thumb_01_l/thumb_02_l/thumb_03_l + weight: 1 + - path: root/pelvis/spine_01/spine_02/spine_03/clavicle_l/upperarm_l/lowerarm_l/hand_l/thumb_01_l/thumb_02_l/thumb_03_l/thumb_04_l + weight: 1 + - path: root/pelvis/spine_01/spine_02/spine_03/clavicle_r + weight: 1 + - path: root/pelvis/spine_01/spine_02/spine_03/clavicle_r/upperarm_r + weight: 1 + - path: root/pelvis/spine_01/spine_02/spine_03/clavicle_r/upperarm_r/lowerarm_r + weight: 1 + - path: root/pelvis/spine_01/spine_02/spine_03/clavicle_r/upperarm_r/lowerarm_r/hand_r + weight: 1 + - path: root/pelvis/spine_01/spine_02/spine_03/clavicle_r/upperarm_r/lowerarm_r/hand_r/cup_r + weight: 1 + - path: root/pelvis/spine_01/spine_02/spine_03/clavicle_r/upperarm_r/lowerarm_r/hand_r/cup_r/pinky_01_r + weight: 1 + - path: root/pelvis/spine_01/spine_02/spine_03/clavicle_r/upperarm_r/lowerarm_r/hand_r/cup_r/pinky_01_r/pinky_02_r + weight: 1 + - path: root/pelvis/spine_01/spine_02/spine_03/clavicle_r/upperarm_r/lowerarm_r/hand_r/cup_r/pinky_01_r/pinky_02_r/pinky_03_r + weight: 1 + - path: root/pelvis/spine_01/spine_02/spine_03/clavicle_r/upperarm_r/lowerarm_r/hand_r/cup_r/pinky_01_r/pinky_02_r/pinky_03_r/pinky_04_r + weight: 1 + - path: root/pelvis/spine_01/spine_02/spine_03/clavicle_r/upperarm_r/lowerarm_r/hand_r/cup_r/ring_01_r + weight: 1 + - path: root/pelvis/spine_01/spine_02/spine_03/clavicle_r/upperarm_r/lowerarm_r/hand_r/cup_r/ring_01_r/ring_02_r + weight: 1 + - path: root/pelvis/spine_01/spine_02/spine_03/clavicle_r/upperarm_r/lowerarm_r/hand_r/cup_r/ring_01_r/ring_02_r/ring_03_r + weight: 1 + - path: root/pelvis/spine_01/spine_02/spine_03/clavicle_r/upperarm_r/lowerarm_r/hand_r/cup_r/ring_01_r/ring_02_r/ring_03_r/ring_04_r + weight: 1 + - path: root/pelvis/spine_01/spine_02/spine_03/clavicle_r/upperarm_r/lowerarm_r/hand_r/Hand_r_equipment + weight: 1 + - path: root/pelvis/spine_01/spine_02/spine_03/clavicle_r/upperarm_r/lowerarm_r/hand_r/index_01_r + weight: 1 + - path: root/pelvis/spine_01/spine_02/spine_03/clavicle_r/upperarm_r/lowerarm_r/hand_r/index_01_r/index_02_r + weight: 1 + - path: root/pelvis/spine_01/spine_02/spine_03/clavicle_r/upperarm_r/lowerarm_r/hand_r/index_01_r/index_02_r/index_03_r + weight: 1 + - path: root/pelvis/spine_01/spine_02/spine_03/clavicle_r/upperarm_r/lowerarm_r/hand_r/index_01_r/index_02_r/index_03_r/index_04_r + weight: 1 + - path: root/pelvis/spine_01/spine_02/spine_03/clavicle_r/upperarm_r/lowerarm_r/hand_r/middle_01_r + weight: 1 + - path: root/pelvis/spine_01/spine_02/spine_03/clavicle_r/upperarm_r/lowerarm_r/hand_r/middle_01_r/middle_02_r + weight: 1 + - path: root/pelvis/spine_01/spine_02/spine_03/clavicle_r/upperarm_r/lowerarm_r/hand_r/middle_01_r/middle_02_r/middle_03_r + weight: 1 + - path: root/pelvis/spine_01/spine_02/spine_03/clavicle_r/upperarm_r/lowerarm_r/hand_r/middle_01_r/middle_02_r/middle_03_r/middle_04_r + weight: 1 + - path: root/pelvis/spine_01/spine_02/spine_03/clavicle_r/upperarm_r/lowerarm_r/hand_r/thumb_01_r + weight: 1 + - path: root/pelvis/spine_01/spine_02/spine_03/clavicle_r/upperarm_r/lowerarm_r/hand_r/thumb_01_r/thumb_02_r + weight: 1 + - path: root/pelvis/spine_01/spine_02/spine_03/clavicle_r/upperarm_r/lowerarm_r/hand_r/thumb_01_r/thumb_02_r/thumb_03_r + weight: 1 + - path: root/pelvis/spine_01/spine_02/spine_03/clavicle_r/upperarm_r/lowerarm_r/hand_r/thumb_01_r/thumb_02_r/thumb_03_r/thumb_04_r + weight: 1 + - path: root/pelvis/spine_01/spine_02/spine_03/neck_01 + weight: 1 + - path: root/pelvis/spine_01/spine_02/spine_03/neck_01/head + weight: 1 + - path: root/pelvis/spine_01/spine_02/spine_03/neck_01/head/catears_l1 + weight: 1 + - path: root/pelvis/spine_01/spine_02/spine_03/neck_01/head/catears_l1/catears_l2 + weight: 1 + - path: root/pelvis/spine_01/spine_02/spine_03/neck_01/head/catears_l1/catears_l2/catears_l3 + weight: 1 + - path: root/pelvis/spine_01/spine_02/spine_03/neck_01/head/catears_r1 + weight: 1 + - path: root/pelvis/spine_01/spine_02/spine_03/neck_01/head/catears_r1/catears_r2 + weight: 1 + - path: root/pelvis/spine_01/spine_02/spine_03/neck_01/head/catears_r1/catears_r2/catears_r3 + weight: 1 + - path: root/pelvis/spine_01/spine_02/spine_03/neck_01/head/ears_l1 + weight: 1 + - path: root/pelvis/spine_01/spine_02/spine_03/neck_01/head/ears_l1/ears_l2 + weight: 1 + - path: root/pelvis/spine_01/spine_02/spine_03/neck_01/head/ears_l1/ears_l2/ears_l3 + weight: 1 + - path: root/pelvis/spine_01/spine_02/spine_03/neck_01/head/ears_r1 + weight: 1 + - path: root/pelvis/spine_01/spine_02/spine_03/neck_01/head/ears_r1/ears_r2 + weight: 1 + - path: root/pelvis/spine_01/spine_02/spine_03/neck_01/head/ears_r1/ears_r2/ears_r3 + weight: 1 + - path: root/pelvis/spine_01/spine_02/spine_03/neck_01/head/Eye_L + weight: 1 + - path: root/pelvis/spine_01/spine_02/spine_03/neck_01/head/Eye_L/EyeEnd_L + weight: 1 + - path: root/pelvis/spine_01/spine_02/spine_03/neck_01/head/Eye_R + weight: 1 + - path: root/pelvis/spine_01/spine_02/spine_03/neck_01/head/Eye_R/EyeEnd_R + weight: 1 + - path: root/pelvis/spine_01/spine_02/spine_03/neck_01/head/Head_equipment + weight: 1 + - path: root/pelvis/spine_01/spine_02/spine_03/neck_01/head/HeadEnd_M + weight: 1 + - path: root/pelvis/spine_01/spine_02/spine_03/neck_01/head/Jaw_M + weight: 1 + - path: root/pelvis/spine_01/spine_02/spine_03/neck_01/head/Jaw_M/JawEnd_M + weight: 1 + - path: root/pelvis/spine_01/spine_02/spine_03/neck_01/head/rabbit_ears_l1 + weight: 1 + - path: root/pelvis/spine_01/spine_02/spine_03/neck_01/head/rabbit_ears_l1/rabbit_ears_l2 + weight: 1 + - path: root/pelvis/spine_01/spine_02/spine_03/neck_01/head/rabbit_ears_l1/rabbit_ears_l2/rabbit_ears_l3 + weight: 1 + - path: root/pelvis/spine_01/spine_02/spine_03/neck_01/head/rabbit_ears_l1/rabbit_ears_l2/rabbit_ears_l3/rabbit_ears_l4 + weight: 1 + - path: root/pelvis/spine_01/spine_02/spine_03/neck_01/head/rabbit_ears_l1/rabbit_ears_l2/rabbit_ears_l3/rabbit_ears_l4/rabbit_ears_l5 + weight: 1 + - path: root/pelvis/spine_01/spine_02/spine_03/neck_01/head/rabbit_ears_r1 + weight: 1 + - path: root/pelvis/spine_01/spine_02/spine_03/neck_01/head/rabbit_ears_r1/rabbit_ears_r2 + weight: 1 + - path: root/pelvis/spine_01/spine_02/spine_03/neck_01/head/rabbit_ears_r1/rabbit_ears_r2/rabbit_ears_r3 + weight: 1 + - path: root/pelvis/spine_01/spine_02/spine_03/neck_01/head/rabbit_ears_r1/rabbit_ears_r2/rabbit_ears_r3/rabbit_ears_r4 + weight: 1 + - path: root/pelvis/spine_01/spine_02/spine_03/neck_01/head/rabbit_ears_r1/rabbit_ears_r2/rabbit_ears_r3/rabbit_ears_r4/rabbit_ears_r5 + weight: 1 + - path: root/pelvis/tail01 + weight: 1 + - path: root/pelvis/tail01/tail02 + weight: 1 + - path: root/pelvis/tail01/tail02/tail03 + weight: 1 + - path: root/pelvis/tail01/tail02/tail03/tail04 + weight: 1 + - path: root/pelvis/tail01/tail02/tail03/tail04/tail05 + weight: 1 + - path: root/pelvis/thigh_l + weight: 1 + - path: root/pelvis/thigh_l/calf_l + weight: 1 + - path: root/pelvis/thigh_l/calf_l/foot_l + weight: 1 + - path: root/pelvis/thigh_l/calf_l/foot_l/ball_l + weight: 1 + - path: root/pelvis/thigh_l/calf_l/foot_l/ball_l/ball_l_02 + weight: 1 + - path: root/pelvis/thigh_r + weight: 1 + - path: root/pelvis/thigh_r/calf_r + weight: 1 + - path: root/pelvis/thigh_r/calf_r/foot_r + weight: 1 + - path: root/pelvis/thigh_r/calf_r/foot_r/ball_r + weight: 1 + - path: root/pelvis/thigh_r/calf_r/foot_r/ball_r/ball_r_02 + weight: 1 + maskType: 1 + maskSource: {fileID: 31900000, guid: 69887b248fdf7e64abf63a884b391a4d, type: 2} + additiveReferencePoseFrame: 80.88 + 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: 0 + 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: 0 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + tangentSpace: + normalSmoothAngle: 60 + normalImportMode: 0 + tangentImportMode: 3 + normalCalculationMode: 4 + legacyComputeAllNormalsFromSmoothingGroupsWhenMeshHasBlendShapes: 0 + blendShapeNormalImportMode: 1 + normalSmoothingSource: 0 + referencedClips: [] + importAnimation: 1 + humanDescription: + serializedVersion: 3 + human: + - boneName: pelvis + humanName: Hips + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: thigh_l + humanName: LeftUpperLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: thigh_r + humanName: RightUpperLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: calf_l + humanName: LeftLowerLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: calf_r + humanName: RightLowerLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: foot_l + humanName: LeftFoot + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: foot_r + humanName: RightFoot + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: spine_01 + humanName: Spine + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: spine_02 + humanName: Chest + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: neck_01 + humanName: Neck + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: head + humanName: Head + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: clavicle_l + humanName: LeftShoulder + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: clavicle_r + humanName: RightShoulder + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: upperarm_l + humanName: LeftUpperArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: upperarm_r + humanName: RightUpperArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: lowerarm_l + humanName: LeftLowerArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: lowerarm_r + humanName: RightLowerArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: hand_l + humanName: LeftHand + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: hand_r + humanName: RightHand + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: ball_l_02 + humanName: LeftToes + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: ball_r_02 + 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: Eye_L + humanName: LeftEye + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: Eye_R + humanName: RightEye + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: Jaw_M + humanName: Jaw + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: thumb_01_l + humanName: Left Thumb Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: thumb_02_l + humanName: Left Thumb Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: thumb_03_l + humanName: Left Thumb Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: index_01_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_02_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_03_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_01_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_02_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_03_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_01_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_02_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_03_l + humanName: Left Ring Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: pinky_01_l + humanName: Left Little Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: pinky_02_l + humanName: Left Little Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: pinky_03_l + humanName: Left Little Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: thumb_01_r + humanName: Right Thumb Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: thumb_02_r + humanName: Right Thumb Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: thumb_03_r + humanName: Right Thumb Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: index_01_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_02_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_03_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_01_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_02_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_03_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_01_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_02_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_03_r + humanName: Right Ring Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: pinky_01_r + humanName: Right Little Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: pinky_02_r + humanName: Right Little Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: pinky_03_r + humanName: Right Little Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: spine_03 + 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: Chibi_Humanoid_Avatar(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: root + parentName: Chibi_Humanoid_Avatar(Clone) + position: {x: -7.97287e-17, y: -1.4210854e-16, z: 4.3298696e-17} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: pelvis + parentName: root + position: {x: 7.145355e-17, y: 0.3590527, z: -0.0064596897} + rotation: {x: 0.49148893, y: -0.5083686, z: -0.49148893, w: 0.5083686} + scale: {x: 1, y: 1, z: 1} + - name: thigh_r + parentName: pelvis + position: {x: 0.020984039, y: -0.007746861, z: -0.21348922} + rotation: {x: -0.04016816, y: 0.9991325, z: -0.010738504, w: -0.0023285814} + scale: {x: 1, y: 1, z: 1} + - name: calf_r + parentName: thigh_r + position: {x: -0.18052627, y: -1.3322676e-16, z: -3.1974422e-16} + rotation: {x: 0, y: 0, z: 0.099963166, w: 0.9949911} + scale: {x: 1, y: 1, z: 1} + - name: foot_r + parentName: calf_r + position: {x: -0.13916215, y: 5.062617e-16, z: 1.4210854e-16} + rotation: {x: -0.01911769, y: -0.00070640014, z: -0.043059837, w: 0.9988893} + scale: {x: 1, y: 1, z: 1} + - name: ball_r + parentName: foot_r + position: {x: -0.010533721, y: 0.041665323, z: -2.842171e-16} + rotation: {x: 0.0063922573, y: 0.0051184404, z: -0.62501913, w: 0.7805665} + scale: {x: 1, y: 1, z: 1} + - name: ball_r_02 + parentName: ball_r + position: {x: -0.042483583, y: -4.161116e-15, z: 0.000000039237683} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: spine_01 + parentName: pelvis + position: {x: -0.11659071, y: 4.8072656e-16, z: -1.0787449e-16} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: spine_02 + parentName: spine_01 + position: {x: -0.11659071, y: 4.718448e-16, z: -1.7044439e-16} + rotation: {x: 0, y: 0, z: 0.03248174, w: 0.9994723} + scale: {x: 1, y: 1, z: 1} + - name: spine_03 + parentName: spine_02 + position: {x: -0.16774303, y: 2.842171e-16, z: -1.04349324e-16} + rotation: {x: 0, y: 0, z: -0.1542978, w: 0.9880244} + scale: {x: 1, y: 1, z: 1} + - name: clavicle_r + parentName: spine_03 + position: {x: -0.06811171, y: 0.016595716, z: -0.14820191} + rotation: {x: 0.032161284, y: -0.71431756, z: 0.11852793, w: 0.68896097} + scale: {x: 1, y: 1, z: 1} + - name: upperarm_r + parentName: clavicle_r + position: {x: -0.07712384, y: 1.1812772e-15, z: -9.947598e-16} + rotation: {x: 0.0773395, y: 0.015999898, z: -0.044162437, w: 0.99589777} + scale: {x: 1, y: 1, z: 1} + - name: lowerarm_r + parentName: upperarm_r + position: {x: -0.2517576, y: 3.0198067e-16, z: 1.1368684e-15} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: hand_r + parentName: lowerarm_r + position: {x: -0.22869253, y: 7.105427e-17, z: 7.105427e-16} + rotation: {x: 6.938894e-17, y: -1.0833356e-33, z: -1.5612511e-17, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: middle_01_r + parentName: hand_r + position: {x: -0.09803901, y: -3.5527136e-17, z: -2.842171e-16} + rotation: {x: -0.016859, y: -0.0772194, z: 0.0028675944, w: 0.9968674} + scale: {x: 1, y: 1, z: 1} + - name: middle_02_r + parentName: middle_01_r + position: {x: -0.038769238, y: -1.7763568e-17, z: -1.4210854e-16} + rotation: {x: 0.03001885, y: -0.03945842, z: -0.0040334114, w: 0.9987621} + scale: {x: 1, y: 1, z: 1} + - name: middle_03_r + parentName: middle_02_r + position: {x: -0.040027287, y: -1.0658141e-16, z: 1.4210854e-16} + rotation: {x: 0.0065667694, y: -0.038803533, z: 0.0045389077, w: 0.999215} + scale: {x: 1, y: 1, z: 1} + - name: middle_04_r + parentName: middle_03_r + position: {x: -0.037305653, y: -8.881784e-18, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: thumb_01_r + parentName: hand_r + position: {x: -0.02134813, y: 0.07035614, z: -0.039544} + rotation: {x: -0.61776274, y: 0.13377738, z: -0.35522214, w: 0.6886872} + scale: {x: 1, y: 1, z: 1} + - name: thumb_02_r + parentName: thumb_01_r + position: {x: -0.05523822, y: 0, z: -1.1013412e-15} + rotation: {x: -0.0121451, y: 0.0049000825, z: 0.039093893, w: 0.99914974} + scale: {x: 1, y: 1, z: 1} + - name: thumb_03_r + parentName: thumb_02_r + position: {x: -0.029465482, y: 0, z: 2.4868996e-16} + rotation: {x: -0.02598971, y: -0.0017890756, z: 0.03824424, w: 0.9989288} + scale: {x: 1, y: 1, z: 1} + - name: thumb_04_r + parentName: thumb_03_r + position: {x: -0.023924602, y: 0, z: 7.105427e-17} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: index_01_r + parentName: hand_r + position: {x: -0.09991405, y: 0.037073765, z: -0.0036836944} + rotation: {x: 0.009854632, y: -0.06354492, z: -0.035094682, w: 0.997313} + scale: {x: 1, y: 1, z: 1} + - name: index_02_r + parentName: index_01_r + position: {x: -0.03643808, y: -5.0848214e-16, z: -5.684342e-16} + rotation: {x: 0.0056443936, y: -0.03929569, z: -0.0038016667, w: 0.9992044} + scale: {x: 1, y: 1, z: 1} + - name: index_03_r + parentName: index_02_r + position: {x: -0.035263915, y: -6.217249e-17, z: 1.847411e-15} + rotation: {x: -0.0071803136, y: -0.03818158, z: 0.007895683, w: 0.9992139} + scale: {x: 1, y: 1, z: 1} + - name: index_04_r + parentName: index_03_r + position: {x: -0.027298061, y: -1.0658141e-16, z: -1.563194e-15} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: cup_r + parentName: hand_r + position: {x: -0.008487943, y: -0.0041985167, z: -0.0011565371} + rotation: {x: -0.00063062744, y: -0.008900923, z: 0.06358822, w: 0.99793637} + scale: {x: 1, y: 1, z: 1} + - name: pinky_01_r + parentName: cup_r + position: {x: -0.08094637, y: -0.036209043, z: -0.008335483} + rotation: {x: -0.008872239, y: -0.023159215, z: -0.00061652897, w: 0.99969226} + scale: {x: 1, y: 1, z: 1} + - name: pinky_02_r + parentName: pinky_01_r + position: {x: -0.028854312, y: -7.105427e-17, z: -8.5265126e-16} + rotation: {x: -0.0033607401, y: -0.0399435, z: -0.005443123, w: 0.99918157} + scale: {x: 1, y: 1, z: 1} + - name: pinky_03_r + parentName: pinky_02_r + position: {x: -0.023566289, y: 3.5527135e-16, z: 1.1368684e-15} + rotation: {x: -0.025013803, y: -0.038439002, z: -0.0017993893, w: 0.9989462} + scale: {x: 1, y: 1, z: 1} + - name: pinky_04_r + parentName: pinky_03_r + position: {x: -0.0293414, y: -3.5527135e-16, z: 4.2632563e-16} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: ring_01_r + parentName: cup_r + position: {x: -0.08916332, y: -0.01552607, z: -0.0027549511} + rotation: {x: -0.02685257, y: -0.053124383, z: -0.02886147, w: 0.9978095} + scale: {x: 1, y: 1, z: 1} + - name: ring_02_r + parentName: ring_01_r + position: {x: -0.037284084, y: 2.842171e-16, z: -2.2737367e-15} + rotation: {x: 0.0016190425, y: -0.039832465, z: 0.0004005827, w: 0.99920505} + scale: {x: 1, y: 1, z: 1} + - name: ring_03_r + parentName: ring_02_r + position: {x: -0.03615039, y: -4.2632563e-16, z: 1.4210854e-15} + rotation: {x: -0.011273785, y: -0.03634874, z: -0.017581433, w: 0.99912095} + scale: {x: 1, y: 1, z: 1} + - name: ring_04_r + parentName: ring_03_r + position: {x: -0.027998645, y: 2.842171e-16, z: 1.1368684e-15} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: Hand_r_equipment + parentName: hand_r + position: {x: -0.071717314, y: -0.008393532, z: -0.07169423} + rotation: {x: 0.0068377545, y: 0.7600093, z: 0.6495589, w: 0.020306554} + scale: {x: 1, y: 1, z: 1} + - name: neck_01 + parentName: spine_03 + position: {x: -0.100067444, y: -2.1316282e-16, z: 1.970298e-16} + rotation: {x: 0, y: 0, z: -0.074045286, w: 0.9972549} + scale: {x: 1, y: 1, z: 1} + - name: head + parentName: neck_01 + position: {x: -0.02629805, y: -3.5527136e-17, z: -1.5519624e-17} + rotation: {x: 0, y: 0, z: 0.17869695, w: 0.9839042} + scale: {x: 1, y: 1, z: 1} + - name: Eye_R + parentName: head + position: {x: -0.4071262, y: 0.3473162, z: -0.16987707} + rotation: {x: 0.5, y: 0.5, z: -0.5, w: 0.5} + scale: {x: 1, y: 1, z: 1} + - name: EyeEnd_R + parentName: Eye_R + position: {x: -0.053281333, y: 5.684342e-16, z: -1.065814e-15} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: Jaw_M + parentName: head + position: {x: -0.05101526, y: 0.2876312, z: -3.5414823e-16} + rotation: {x: 0, y: 0, z: -0.78643805, w: 0.61766917} + scale: {x: 1, y: 1, z: 1} + - name: JawEnd_M + parentName: Jaw_M + position: {x: -0.113684185, y: 5.684342e-16, z: -1.3292045e-16} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: HeadEnd_M + parentName: head + position: {x: -0.8511138, y: 6.1242674e-16, z: -2.23472e-16} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: Eye_L + parentName: head + position: {x: -0.4071262, y: 0.3473162, z: 0.16987707} + rotation: {x: -0.5, y: -0.5, z: -0.5, w: 0.5} + scale: {x: 1, y: 1, z: 1} + - name: EyeEnd_L + parentName: Eye_L + position: {x: -0.053281333, y: 2.2737367e-15, z: 8.5265126e-16} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: catears_r1 + parentName: head + position: {x: -0.6328281, y: -0.045856588, z: -0.33683398} + rotation: {x: 0.3517171, y: 0.7074806, z: -0.54890835, w: 0.2728845} + scale: {x: 1, y: 1, z: 1} + - name: catears_r2 + parentName: catears_r1 + position: {x: 0.08282707, y: -0.0000009463735, z: 0.00000008864178} + rotation: {x: -0.059636705, y: 0.09924432, z: 0.106072664, w: 0.98759437} + scale: {x: 1, y: 1, z: 1} + - name: catears_r3 + parentName: catears_r2 + position: {x: 0.12977353, y: 0.0000011342388, z: -0.00000013708586} + rotation: {x: 0.051521488, y: -0.23363665, z: 0.2090918, w: 0.9481773} + scale: {x: 1, y: 1, z: 1} + - name: catears_l1 + parentName: head + position: {x: -0.6328281, y: -0.04585657, z: 0.33683437} + rotation: {x: -0.70748055, y: 0.35171714, z: 0.27288446, w: 0.5489084} + scale: {x: 1, y: 1, z: 1} + - name: catears_l2 + parentName: catears_l1 + position: {x: -0.08282578, y: 4.3975105e-17, z: -1.0269563e-17} + rotation: {x: -0.059636705, y: 0.09924432, z: 0.106072664, w: 0.98759437} + scale: {x: 1, y: 1, z: 1} + - name: catears_l3 + parentName: catears_l2 + position: {x: -0.12977435, y: -2.3096108e-16, z: 3.4416914e-17} + rotation: {x: 0.051521488, y: -0.23363665, z: 0.2090918, w: 0.9481773} + scale: {x: 1, y: 1, z: 1} + - name: ears_l1 + parentName: head + position: {x: -0.29893956, y: 0.00065100734, z: 0.4818343} + rotation: {x: -0.4961981, y: 0.5037732, z: 0.5037732, w: 0.4961981} + scale: {x: 1, y: 1, z: 1} + - name: ears_l2 + parentName: ears_l1 + position: {x: -0.08323166, y: 0.00906778, z: 0} + rotation: {x: 0, y: 0, z: -0.0075751054, w: 0.99997133} + scale: {x: 1, y: 1, z: 1} + - name: ears_l3 + parentName: ears_l2 + position: {x: -0.08352148, y: 0.008665383, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: ears_r1 + parentName: head + position: {x: -0.2989381, y: 0.00065100734, z: -0.481834} + rotation: {x: 0.5037732, y: 0.4961981, z: -0.4961981, w: 0.5037732} + scale: {x: 1, y: 1, z: 1} + - name: ears_r2 + parentName: ears_r1 + position: {x: 0.08323211, y: -0.009071989, z: 1.1109982e-18} + rotation: {x: 0.00000001053641, y: -7.981671e-11, z: -0.0075751054, w: 0.99997133} + scale: {x: 1, y: 1, z: 1} + - name: ears_r3 + parentName: ears_r2 + position: {x: 0.083521, y: -0.00866, z: 1.8249585e-10} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: Head_equipment + parentName: head + position: {x: -0.000000023831111, y: -1.41579725e-11, z: 3.1386756e-16} + rotation: {x: -0.5, y: 0.5, z: 0.5, w: 0.5} + scale: {x: 1, y: 1, z: 1} + - name: rabbit_ears_l1 + parentName: head + position: {x: -0.7671371, y: -0.007979299, z: 0.1900594} + rotation: {x: 7.182875e-16, y: 0.142911, z: -1.8155141e-15, w: 0.98973554} + scale: {x: 1, y: 1, z: 1} + - name: rabbit_ears_l2 + parentName: rabbit_ears_l1 + position: {x: -0.12435393, y: -1.380606e-17, z: -2.9455213e-18} + rotation: {x: 0, y: -0.0021245151, z: -0, w: 0.99999774} + scale: {x: 1, y: 1, z: 1} + - name: rabbit_ears_l3 + parentName: rabbit_ears_l2 + position: {x: -0.19884825, y: -4.673433e-31, z: -1.0302869e-15} + rotation: {x: 0, y: 0.014221186, z: -0, w: 0.9998989} + scale: {x: 1, y: 1, z: 1} + - name: rabbit_ears_l4 + parentName: rabbit_ears_l3 + position: {x: -0.24156539, y: 9.860761e-33, z: 3.0999348e-17} + rotation: {x: 0, y: -0.014612687, z: -0, w: 0.99989325} + scale: {x: 1, y: 1, z: 1} + - name: rabbit_ears_l5 + parentName: rabbit_ears_l4 + position: {x: -0.16246277, y: -1.774937e-32, z: -7.022122e-16} + rotation: {x: -0.5652562, y: 0.42483583, z: 0.42483583, w: 0.5652562} + scale: {x: 1, y: 1, z: 1} + - name: rabbit_ears_r1 + parentName: head + position: {x: -0.76713806, y: -0.007979303, z: -0.19005899} + rotation: {x: -0.142911, y: -8.284253e-16, z: 0.98973554, w: -6.027865e-17} + scale: {x: 1, y: 1, z: 1} + - name: rabbit_ears_r2 + parentName: rabbit_ears_r1 + position: {x: 0.124349885, y: -4.3742785e-16, z: -0.0000019627425} + rotation: {x: -6.018545e-35, y: -0.0021245151, z: -6.50125e-17, w: 0.99999774} + scale: {x: 1, y: 1, z: 1} + - name: rabbit_ears_r3 + parentName: rabbit_ears_r2 + position: {x: 0.19885482, y: -7.0277117e-16, z: 0.0000018277557} + rotation: {x: 2.8891874e-34, y: 0.014221186, z: -7.7608295e-17, w: 0.9998989} + scale: {x: 1, y: 1, z: 1} + - name: rabbit_ears_r4 + parentName: rabbit_ears_r3 + position: {x: 0.2415585, y: -8.4598993e-16, z: -0.000001972059} + rotation: {x: 0.0000000074497852, y: -0.014612687, z: 1.0887293e-10, w: 0.99989325} + scale: {x: 1, y: 1, z: 1} + - name: rabbit_ears_r5 + parentName: rabbit_ears_r4 + position: {x: 0.16246666, y: -5.7287506e-16, z: 0.0000012133444} + rotation: {x: -0.5652562, y: 0.42483583, z: 0.42483583, w: 0.5652562} + scale: {x: 1, y: 1, z: 1} + - name: clavicle_l + parentName: spine_03 + position: {x: -0.06811171, y: 0.016595716, z: 0.14820191} + rotation: {x: 0.71431756, y: 0.032161284, z: 0.68896097, w: -0.11852792} + scale: {x: 1, y: 1, z: 1} + - name: upperarm_l + parentName: clavicle_l + position: {x: 0.07712384, y: 5.6177284e-16, z: 8.5265126e-16} + rotation: {x: 0.0773395, y: 0.015999898, z: -0.044162437, w: 0.99589777} + scale: {x: 1, y: 1, z: 1} + - name: lowerarm_l + parentName: upperarm_l + position: {x: 0.2517576, y: -3.0198067e-16, z: 1.4210854e-15} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: hand_l + parentName: lowerarm_l + position: {x: 0.22869253, y: -8.8817837e-17, z: -2.2737367e-15} + rotation: {x: 2.7755576e-17, y: -4.814825e-35, z: -1.7347235e-18, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: middle_01_l + parentName: hand_l + position: {x: 0.09803901, y: -5.3290704e-17, z: 2.842171e-16} + rotation: {x: -0.016858978, y: -0.07721935, z: 0.0028675941, w: 0.9968675} + scale: {x: 1, y: 1, z: 1} + - name: middle_02_l + parentName: middle_01_l + position: {x: 0.038769238, y: 1.7763568e-17, z: -1.847411e-15} + rotation: {x: 0.030018795, y: -0.039458398, z: -0.0040334365, w: 0.9987621} + scale: {x: 1, y: 1, z: 1} + - name: middle_03_l + parentName: middle_02_l + position: {x: 0.040027287, y: -1.0658141e-16, z: -2.2737367e-15} + rotation: {x: 0.0065668514, y: -0.03880391, z: 0.004538058, w: 0.99921507} + scale: {x: 1, y: 1, z: 1} + - name: middle_04_l + parentName: middle_03_l + position: {x: 0.037305653, y: 1.3322676e-16, z: 3.2684964e-15} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: thumb_01_l + parentName: hand_l + position: {x: 0.02134813, y: -0.07035614, z: 0.039544} + rotation: {x: -0.617763, y: 0.13377708, z: -0.35522237, w: 0.688687} + scale: {x: 1, y: 1, z: 1} + - name: thumb_02_l + parentName: thumb_01_l + position: {x: 0.05523822, y: 4.2632563e-16, z: 4.0856205e-16} + rotation: {x: -0.01214498, y: 0.0049005807, z: 0.039095934, w: 0.9991497} + scale: {x: 1, y: 1, z: 1} + - name: thumb_03_l + parentName: thumb_02_l + position: {x: 0.029465482, y: -1.4210854e-16, z: -4.796163e-16} + rotation: {x: -0.025989592, y: -0.0017877439, z: 0.03824587, w: 0.9989288} + scale: {x: 1, y: 1, z: 1} + - name: thumb_04_l + parentName: thumb_03_l + position: {x: 0.023924602, y: 9.947598e-16, z: 7.105427e-17} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: index_01_l + parentName: hand_l + position: {x: 0.09991405, y: -0.037073765, z: 0.0036836944} + rotation: {x: 0.00985464, y: -0.063544914, z: -0.035094675, w: 0.997313} + scale: {x: 1, y: 1, z: 1} + - name: index_02_l + parentName: index_01_l + position: {x: 0.03643808, y: 4.596323e-16, z: -1.1368684e-15} + rotation: {x: 0.005644415, y: -0.03929582, z: -0.0038020932, w: 0.9992044} + scale: {x: 1, y: 1, z: 1} + - name: index_03_l + parentName: index_02_l + position: {x: 0.035263915, y: -6.2616577e-16, z: 7.105427e-16} + rotation: {x: -0.007180413, y: -0.03817956, z: 0.0078948075, w: 0.99921393} + scale: {x: 1, y: 1, z: 1} + - name: index_04_l + parentName: index_03_l + position: {x: 0.027298061, y: 1.0658141e-16, z: 9.947598e-16} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: cup_l + parentName: hand_l + position: {x: 0.008487943, y: 0.0041985167, z: 0.0011565371} + rotation: {x: -0.00063062744, y: -0.008900923, z: 0.06358822, w: 0.99793637} + scale: {x: 1, y: 1, z: 1} + - name: pinky_01_l + parentName: cup_l + position: {x: 0.08094637, y: 0.036209043, z: 0.008335483} + rotation: {x: -0.008872085, y: -0.023159143, z: -0.0006156796, w: 0.9996922} + scale: {x: 1, y: 1, z: 1} + - name: pinky_02_l + parentName: pinky_01_l + position: {x: 0.028854312, y: -4.2632563e-16, z: 8.5265126e-16} + rotation: {x: -0.0033606838, y: -0.03994216, z: -0.005443243, w: 0.99918157} + scale: {x: 1, y: 1, z: 1} + - name: pinky_03_l + parentName: pinky_02_l + position: {x: 0.023566289, y: 3.5527135e-16, z: -9.947598e-16} + rotation: {x: -0.025013776, y: -0.038437095, z: -0.0017992624, w: 0.9989463} + scale: {x: 1, y: 1, z: 1} + - name: pinky_04_l + parentName: pinky_03_l + position: {x: 0.0293414, y: -8.171241e-16, z: -9.947598e-16} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: ring_01_l + parentName: cup_l + position: {x: 0.08916332, y: 0.01552607, z: 0.0027549511} + rotation: {x: -0.026852543, y: -0.053124446, z: -0.028861433, w: 0.9978096} + scale: {x: 1, y: 1, z: 1} + - name: ring_02_l + parentName: ring_01_l + position: {x: 0.037284084, y: -4.2632563e-16, z: 2.842171e-16} + rotation: {x: 0.0016190197, y: -0.03983278, z: 0.0003998217, w: 0.999205} + scale: {x: 1, y: 1, z: 1} + - name: ring_03_l + parentName: ring_02_l + position: {x: 0.03615039, y: 2.4868996e-16, z: 2.5579537e-15} + rotation: {x: -0.01127379, y: -0.036347788, z: -0.017580679, w: 0.99912095} + scale: {x: 1, y: 1, z: 1} + - name: ring_04_l + parentName: ring_03_l + position: {x: 0.027998645, y: 1.3322676e-16, z: -1.2789769e-15} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: Hand_l_equipment + parentName: hand_l + position: {x: 0.07171857, y: 0.008393485, z: 0.071694255} + rotation: {x: -0.020306554, y: -0.6495589, z: 0.7600093, w: 0.0068377545} + scale: {x: 1, y: 1, z: 1} + - name: Chest_equipment + parentName: spine_03 + position: {x: 0.00000003347651, y: 0.000000006615356, z: 3.6168006e-17} + rotation: {x: 0.5498939, y: -0.44454098, z: -0.5498939, w: -0.44454098} + scale: {x: 1, y: 1, z: 1} + - name: Body_equipment + parentName: spine_01 + position: {x: -0.28397974, y: -0.010891423, z: -8.393871e-17} + rotation: {x: -0.49148893, y: 0.5083686, z: 0.49148893, w: 0.5083686} + scale: {x: 1, y: 1, z: 1} + - name: thigh_l + parentName: pelvis + position: {x: 0.020984039, y: -0.007746861, z: 0.21348922} + rotation: {x: 0.9991325, y: 0.04016816, z: 0.0023285814, w: -0.010738504} + scale: {x: 1, y: 1, z: 1} + - name: calf_l + parentName: thigh_l + position: {x: 0.18052627, y: 1.4654943e-16, z: 2.1316282e-16} + rotation: {x: 0, y: 0, z: 0.099963166, w: 0.9949911} + scale: {x: 1, y: 1, z: 1} + - name: foot_l + parentName: calf_l + position: {x: 0.13916215, y: -1.3000712e-15, z: -2.4868996e-16} + rotation: {x: -0.01911769, y: -0.00070640014, z: -0.043059837, w: 0.9988893} + scale: {x: 1, y: 1, z: 1} + - name: ball_l + parentName: foot_l + position: {x: 0.010533721, y: -0.041665323, z: 1.4210854e-16} + rotation: {x: 0.0063926373, y: 0.0051187444, z: -0.6250192, w: 0.78056645} + scale: {x: 1, y: 1, z: 1} + - name: ball_l_02 + parentName: ball_l + position: {x: 0.042483583, y: -2.8643753e-16, z: 0.00000000109071} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: tail01 + parentName: pelvis + position: {x: 0.051698957, y: -0.24261716, z: -6.6123945e-17} + rotation: {x: -0.49148893, y: 0.5083686, z: 0.49148893, w: 0.5083686} + scale: {x: 1, y: 1, z: 1} + - name: tail02 + parentName: tail01 + position: {x: 1.4791142e-33, y: -0.07674059, z: -0.07478956} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: tail03 + parentName: tail02 + position: {x: -6.669206e-17, y: -0.035118576, z: -0.13657223} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: tail04 + parentName: tail03 + position: {x: -4.4758975e-17, y: 0.020160662, z: -0.11641157} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: tail05 + parentName: tail04 + position: {x: -1.8550005e-17, y: 0.03316754, z: -0.05853096} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: short_tail_1 + parentName: pelvis + position: {x: -0.07192494, y: -0.24255544, z: -1.4793249e-16} + rotation: {x: -1.2437499e-15, y: -1.4109186e-15, z: 0.68329304, w: 0.73014426} + scale: {x: 1, y: 1, z: 1} + - name: short_tail_2 + parentName: short_tail_1 + position: {x: -0.1667836, y: 0.050014894, z: -3.9796156e-17} + rotation: {x: -0.011493115, y: 0.70701337, z: 0.011493115, w: 0.70701337} + scale: {x: 1, y: 1, z: 1} + armTwist: 0.5 + foreArmTwist: 0.5 + upperLegTwist: 0.5 + legTwist: 0.5 + armStretch: 0.05 + legStretch: 0.05 + feetSpacing: 0 + globalScale: 1 + rootMotionBoneName: + hasTranslationDoF: 0 + hasExtraRoot: 1 + skeletonHasParents: 1 + lastHumanDescriptionAvatarSource: {fileID: 9000000, guid: 40652f2acecba7946a15c0dab99f7d97, + type: 3} + autoGenerateAvatarMappingIfUnspecified: 1 + animationType: 3 + humanoidOversampling: 1 + avatarSetup: 2 + addHumanoidExtraRootOnlyWhenUsingAvatar: 0 + importBlendShapeDeformPercent: 0 + remapMaterialsIfMaterialImportModeIsNone: 1 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 192633 + packageName: Pspsps Cat + packageVersion: 3.1 + assetPath: Assets/Suriyun/Animations/Pspsps Animations/Character Animations/Anim_Chibi@Quadruped_Eating.fbx + uploadId: 698227 diff --git a/Assets/StoreAssets/Suriyun_Cat/Animations/Pspsps Animations/Character Animations/Anim_Chibi@Quadruped_Idle.fbx b/Assets/StoreAssets/Suriyun_Cat/Animations/Pspsps Animations/Character Animations/Anim_Chibi@Quadruped_Idle.fbx new file mode 100644 index 00000000..00d3e1b8 --- /dev/null +++ b/Assets/StoreAssets/Suriyun_Cat/Animations/Pspsps Animations/Character Animations/Anim_Chibi@Quadruped_Idle.fbx @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f2eafcfb3f7dc7ab0abbfaa4496d739e549e7d32a74be96d0355e2b08f48b23f +size 843520 diff --git a/Assets/StoreAssets/Suriyun_Cat/Animations/Pspsps Animations/Character Animations/Anim_Chibi@Quadruped_Idle.fbx.meta b/Assets/StoreAssets/Suriyun_Cat/Animations/Pspsps Animations/Character Animations/Anim_Chibi@Quadruped_Idle.fbx.meta new file mode 100644 index 00000000..3458be24 --- /dev/null +++ b/Assets/StoreAssets/Suriyun_Cat/Animations/Pspsps Animations/Character Animations/Anim_Chibi@Quadruped_Idle.fbx.meta @@ -0,0 +1,1352 @@ +fileFormatVersion: 2 +guid: 80d10bf4a02796247b93822b55d7fe84 +ModelImporter: + serializedVersion: 22200 + internalIDToNameTable: + - first: + 74: 1053960206402460029 + second: Quadruped_Idle + externalObjects: {} + materials: + materialImportMode: 1 + 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: 3 + animationRotationError: 0.5 + animationPositionError: 0.5 + animationScaleError: 0.5 + animationWrapMode: 0 + extraExposedTransformPaths: [] + extraUserProperties: [] + clipAnimations: + - serializedVersion: 16 + name: Quadruped_Idle + takeName: Anim_Chibi@Quadruped_Idle + internalID: 0 + firstFrame: 1 + lastFrame: 24 + 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: + - path: + weight: 1 + - path: root + weight: 1 + - path: root/pelvis + weight: 1 + - path: root/pelvis/short_tail_1 + weight: 1 + - path: root/pelvis/short_tail_1/short_tail_2 + weight: 1 + - path: root/pelvis/spine_01 + weight: 1 + - path: root/pelvis/spine_01/Body_equipment + weight: 1 + - path: root/pelvis/spine_01/spine_02 + weight: 1 + - path: root/pelvis/spine_01/spine_02/spine_03 + weight: 1 + - path: root/pelvis/spine_01/spine_02/spine_03/Chest_equipment + weight: 1 + - path: root/pelvis/spine_01/spine_02/spine_03/clavicle_l + weight: 1 + - path: root/pelvis/spine_01/spine_02/spine_03/clavicle_l/upperarm_l + weight: 1 + - path: root/pelvis/spine_01/spine_02/spine_03/clavicle_l/upperarm_l/lowerarm_l + weight: 1 + - path: root/pelvis/spine_01/spine_02/spine_03/clavicle_l/upperarm_l/lowerarm_l/hand_l + weight: 1 + - path: root/pelvis/spine_01/spine_02/spine_03/clavicle_l/upperarm_l/lowerarm_l/hand_l/cup_l + weight: 1 + - path: root/pelvis/spine_01/spine_02/spine_03/clavicle_l/upperarm_l/lowerarm_l/hand_l/cup_l/pinky_01_l + weight: 1 + - path: root/pelvis/spine_01/spine_02/spine_03/clavicle_l/upperarm_l/lowerarm_l/hand_l/cup_l/pinky_01_l/pinky_02_l + weight: 1 + - path: root/pelvis/spine_01/spine_02/spine_03/clavicle_l/upperarm_l/lowerarm_l/hand_l/cup_l/pinky_01_l/pinky_02_l/pinky_03_l + weight: 1 + - path: root/pelvis/spine_01/spine_02/spine_03/clavicle_l/upperarm_l/lowerarm_l/hand_l/cup_l/pinky_01_l/pinky_02_l/pinky_03_l/pinky_04_l + weight: 1 + - path: root/pelvis/spine_01/spine_02/spine_03/clavicle_l/upperarm_l/lowerarm_l/hand_l/cup_l/ring_01_l + weight: 1 + - path: root/pelvis/spine_01/spine_02/spine_03/clavicle_l/upperarm_l/lowerarm_l/hand_l/cup_l/ring_01_l/ring_02_l + weight: 1 + - path: root/pelvis/spine_01/spine_02/spine_03/clavicle_l/upperarm_l/lowerarm_l/hand_l/cup_l/ring_01_l/ring_02_l/ring_03_l + weight: 1 + - path: root/pelvis/spine_01/spine_02/spine_03/clavicle_l/upperarm_l/lowerarm_l/hand_l/cup_l/ring_01_l/ring_02_l/ring_03_l/ring_04_l + weight: 1 + - path: root/pelvis/spine_01/spine_02/spine_03/clavicle_l/upperarm_l/lowerarm_l/hand_l/Hand_l_equipment + weight: 1 + - path: root/pelvis/spine_01/spine_02/spine_03/clavicle_l/upperarm_l/lowerarm_l/hand_l/index_01_l + weight: 1 + - path: root/pelvis/spine_01/spine_02/spine_03/clavicle_l/upperarm_l/lowerarm_l/hand_l/index_01_l/index_02_l + weight: 1 + - path: root/pelvis/spine_01/spine_02/spine_03/clavicle_l/upperarm_l/lowerarm_l/hand_l/index_01_l/index_02_l/index_03_l + weight: 1 + - path: root/pelvis/spine_01/spine_02/spine_03/clavicle_l/upperarm_l/lowerarm_l/hand_l/index_01_l/index_02_l/index_03_l/index_04_l + weight: 1 + - path: root/pelvis/spine_01/spine_02/spine_03/clavicle_l/upperarm_l/lowerarm_l/hand_l/middle_01_l + weight: 1 + - path: root/pelvis/spine_01/spine_02/spine_03/clavicle_l/upperarm_l/lowerarm_l/hand_l/middle_01_l/middle_02_l + weight: 1 + - path: root/pelvis/spine_01/spine_02/spine_03/clavicle_l/upperarm_l/lowerarm_l/hand_l/middle_01_l/middle_02_l/middle_03_l + weight: 1 + - path: root/pelvis/spine_01/spine_02/spine_03/clavicle_l/upperarm_l/lowerarm_l/hand_l/middle_01_l/middle_02_l/middle_03_l/middle_04_l + weight: 1 + - path: root/pelvis/spine_01/spine_02/spine_03/clavicle_l/upperarm_l/lowerarm_l/hand_l/thumb_01_l + weight: 1 + - path: root/pelvis/spine_01/spine_02/spine_03/clavicle_l/upperarm_l/lowerarm_l/hand_l/thumb_01_l/thumb_02_l + weight: 1 + - path: root/pelvis/spine_01/spine_02/spine_03/clavicle_l/upperarm_l/lowerarm_l/hand_l/thumb_01_l/thumb_02_l/thumb_03_l + weight: 1 + - path: root/pelvis/spine_01/spine_02/spine_03/clavicle_l/upperarm_l/lowerarm_l/hand_l/thumb_01_l/thumb_02_l/thumb_03_l/thumb_04_l + weight: 1 + - path: root/pelvis/spine_01/spine_02/spine_03/clavicle_r + weight: 1 + - path: root/pelvis/spine_01/spine_02/spine_03/clavicle_r/upperarm_r + weight: 1 + - path: root/pelvis/spine_01/spine_02/spine_03/clavicle_r/upperarm_r/lowerarm_r + weight: 1 + - path: root/pelvis/spine_01/spine_02/spine_03/clavicle_r/upperarm_r/lowerarm_r/hand_r + weight: 1 + - path: root/pelvis/spine_01/spine_02/spine_03/clavicle_r/upperarm_r/lowerarm_r/hand_r/cup_r + weight: 1 + - path: root/pelvis/spine_01/spine_02/spine_03/clavicle_r/upperarm_r/lowerarm_r/hand_r/cup_r/pinky_01_r + weight: 1 + - path: root/pelvis/spine_01/spine_02/spine_03/clavicle_r/upperarm_r/lowerarm_r/hand_r/cup_r/pinky_01_r/pinky_02_r + weight: 1 + - path: root/pelvis/spine_01/spine_02/spine_03/clavicle_r/upperarm_r/lowerarm_r/hand_r/cup_r/pinky_01_r/pinky_02_r/pinky_03_r + weight: 1 + - path: root/pelvis/spine_01/spine_02/spine_03/clavicle_r/upperarm_r/lowerarm_r/hand_r/cup_r/pinky_01_r/pinky_02_r/pinky_03_r/pinky_04_r + weight: 1 + - path: root/pelvis/spine_01/spine_02/spine_03/clavicle_r/upperarm_r/lowerarm_r/hand_r/cup_r/ring_01_r + weight: 1 + - path: root/pelvis/spine_01/spine_02/spine_03/clavicle_r/upperarm_r/lowerarm_r/hand_r/cup_r/ring_01_r/ring_02_r + weight: 1 + - path: root/pelvis/spine_01/spine_02/spine_03/clavicle_r/upperarm_r/lowerarm_r/hand_r/cup_r/ring_01_r/ring_02_r/ring_03_r + weight: 1 + - path: root/pelvis/spine_01/spine_02/spine_03/clavicle_r/upperarm_r/lowerarm_r/hand_r/cup_r/ring_01_r/ring_02_r/ring_03_r/ring_04_r + weight: 1 + - path: root/pelvis/spine_01/spine_02/spine_03/clavicle_r/upperarm_r/lowerarm_r/hand_r/Hand_r_equipment + weight: 1 + - path: root/pelvis/spine_01/spine_02/spine_03/clavicle_r/upperarm_r/lowerarm_r/hand_r/index_01_r + weight: 1 + - path: root/pelvis/spine_01/spine_02/spine_03/clavicle_r/upperarm_r/lowerarm_r/hand_r/index_01_r/index_02_r + weight: 1 + - path: root/pelvis/spine_01/spine_02/spine_03/clavicle_r/upperarm_r/lowerarm_r/hand_r/index_01_r/index_02_r/index_03_r + weight: 1 + - path: root/pelvis/spine_01/spine_02/spine_03/clavicle_r/upperarm_r/lowerarm_r/hand_r/index_01_r/index_02_r/index_03_r/index_04_r + weight: 1 + - path: root/pelvis/spine_01/spine_02/spine_03/clavicle_r/upperarm_r/lowerarm_r/hand_r/middle_01_r + weight: 1 + - path: root/pelvis/spine_01/spine_02/spine_03/clavicle_r/upperarm_r/lowerarm_r/hand_r/middle_01_r/middle_02_r + weight: 1 + - path: root/pelvis/spine_01/spine_02/spine_03/clavicle_r/upperarm_r/lowerarm_r/hand_r/middle_01_r/middle_02_r/middle_03_r + weight: 1 + - path: root/pelvis/spine_01/spine_02/spine_03/clavicle_r/upperarm_r/lowerarm_r/hand_r/middle_01_r/middle_02_r/middle_03_r/middle_04_r + weight: 1 + - path: root/pelvis/spine_01/spine_02/spine_03/clavicle_r/upperarm_r/lowerarm_r/hand_r/thumb_01_r + weight: 1 + - path: root/pelvis/spine_01/spine_02/spine_03/clavicle_r/upperarm_r/lowerarm_r/hand_r/thumb_01_r/thumb_02_r + weight: 1 + - path: root/pelvis/spine_01/spine_02/spine_03/clavicle_r/upperarm_r/lowerarm_r/hand_r/thumb_01_r/thumb_02_r/thumb_03_r + weight: 1 + - path: root/pelvis/spine_01/spine_02/spine_03/clavicle_r/upperarm_r/lowerarm_r/hand_r/thumb_01_r/thumb_02_r/thumb_03_r/thumb_04_r + weight: 1 + - path: root/pelvis/spine_01/spine_02/spine_03/neck_01 + weight: 1 + - path: root/pelvis/spine_01/spine_02/spine_03/neck_01/head + weight: 1 + - path: root/pelvis/spine_01/spine_02/spine_03/neck_01/head/catears_l1 + weight: 1 + - path: root/pelvis/spine_01/spine_02/spine_03/neck_01/head/catears_l1/catears_l2 + weight: 1 + - path: root/pelvis/spine_01/spine_02/spine_03/neck_01/head/catears_l1/catears_l2/catears_l3 + weight: 1 + - path: root/pelvis/spine_01/spine_02/spine_03/neck_01/head/catears_r1 + weight: 1 + - path: root/pelvis/spine_01/spine_02/spine_03/neck_01/head/catears_r1/catears_r2 + weight: 1 + - path: root/pelvis/spine_01/spine_02/spine_03/neck_01/head/catears_r1/catears_r2/catears_r3 + weight: 1 + - path: root/pelvis/spine_01/spine_02/spine_03/neck_01/head/ears_l1 + weight: 1 + - path: root/pelvis/spine_01/spine_02/spine_03/neck_01/head/ears_l1/ears_l2 + weight: 1 + - path: root/pelvis/spine_01/spine_02/spine_03/neck_01/head/ears_l1/ears_l2/ears_l3 + weight: 1 + - path: root/pelvis/spine_01/spine_02/spine_03/neck_01/head/ears_r1 + weight: 1 + - path: root/pelvis/spine_01/spine_02/spine_03/neck_01/head/ears_r1/ears_r2 + weight: 1 + - path: root/pelvis/spine_01/spine_02/spine_03/neck_01/head/ears_r1/ears_r2/ears_r3 + weight: 1 + - path: root/pelvis/spine_01/spine_02/spine_03/neck_01/head/Eye_L + weight: 1 + - path: root/pelvis/spine_01/spine_02/spine_03/neck_01/head/Eye_L/EyeEnd_L + weight: 1 + - path: root/pelvis/spine_01/spine_02/spine_03/neck_01/head/Eye_R + weight: 1 + - path: root/pelvis/spine_01/spine_02/spine_03/neck_01/head/Eye_R/EyeEnd_R + weight: 1 + - path: root/pelvis/spine_01/spine_02/spine_03/neck_01/head/Head_equipment + weight: 1 + - path: root/pelvis/spine_01/spine_02/spine_03/neck_01/head/HeadEnd_M + weight: 1 + - path: root/pelvis/spine_01/spine_02/spine_03/neck_01/head/Jaw_M + weight: 1 + - path: root/pelvis/spine_01/spine_02/spine_03/neck_01/head/Jaw_M/JawEnd_M + weight: 1 + - path: root/pelvis/spine_01/spine_02/spine_03/neck_01/head/rabbit_ears_l1 + weight: 1 + - path: root/pelvis/spine_01/spine_02/spine_03/neck_01/head/rabbit_ears_l1/rabbit_ears_l2 + weight: 1 + - path: root/pelvis/spine_01/spine_02/spine_03/neck_01/head/rabbit_ears_l1/rabbit_ears_l2/rabbit_ears_l3 + weight: 1 + - path: root/pelvis/spine_01/spine_02/spine_03/neck_01/head/rabbit_ears_l1/rabbit_ears_l2/rabbit_ears_l3/rabbit_ears_l4 + weight: 1 + - path: root/pelvis/spine_01/spine_02/spine_03/neck_01/head/rabbit_ears_l1/rabbit_ears_l2/rabbit_ears_l3/rabbit_ears_l4/rabbit_ears_l5 + weight: 1 + - path: root/pelvis/spine_01/spine_02/spine_03/neck_01/head/rabbit_ears_r1 + weight: 1 + - path: root/pelvis/spine_01/spine_02/spine_03/neck_01/head/rabbit_ears_r1/rabbit_ears_r2 + weight: 1 + - path: root/pelvis/spine_01/spine_02/spine_03/neck_01/head/rabbit_ears_r1/rabbit_ears_r2/rabbit_ears_r3 + weight: 1 + - path: root/pelvis/spine_01/spine_02/spine_03/neck_01/head/rabbit_ears_r1/rabbit_ears_r2/rabbit_ears_r3/rabbit_ears_r4 + weight: 1 + - path: root/pelvis/spine_01/spine_02/spine_03/neck_01/head/rabbit_ears_r1/rabbit_ears_r2/rabbit_ears_r3/rabbit_ears_r4/rabbit_ears_r5 + weight: 1 + - path: root/pelvis/tail01 + weight: 1 + - path: root/pelvis/tail01/tail02 + weight: 1 + - path: root/pelvis/tail01/tail02/tail03 + weight: 1 + - path: root/pelvis/tail01/tail02/tail03/tail04 + weight: 1 + - path: root/pelvis/tail01/tail02/tail03/tail04/tail05 + weight: 1 + - path: root/pelvis/thigh_l + weight: 1 + - path: root/pelvis/thigh_l/calf_l + weight: 1 + - path: root/pelvis/thigh_l/calf_l/foot_l + weight: 1 + - path: root/pelvis/thigh_l/calf_l/foot_l/ball_l + weight: 1 + - path: root/pelvis/thigh_l/calf_l/foot_l/ball_l/ball_l_02 + weight: 1 + - path: root/pelvis/thigh_r + weight: 1 + - path: root/pelvis/thigh_r/calf_r + weight: 1 + - path: root/pelvis/thigh_r/calf_r/foot_r + weight: 1 + - path: root/pelvis/thigh_r/calf_r/foot_r/ball_r + weight: 1 + - path: root/pelvis/thigh_r/calf_r/foot_r/ball_r/ball_r_02 + weight: 1 + maskType: 1 + maskSource: {fileID: 31900000, guid: 69887b248fdf7e64abf63a884b391a4d, type: 2} + additiveReferencePoseFrame: 0.96 + 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: 0 + 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: 0 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + tangentSpace: + normalSmoothAngle: 60 + normalImportMode: 0 + tangentImportMode: 3 + normalCalculationMode: 4 + legacyComputeAllNormalsFromSmoothingGroupsWhenMeshHasBlendShapes: 0 + blendShapeNormalImportMode: 1 + normalSmoothingSource: 0 + referencedClips: [] + importAnimation: 1 + humanDescription: + serializedVersion: 3 + human: + - boneName: pelvis + humanName: Hips + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: thigh_l + humanName: LeftUpperLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: thigh_r + humanName: RightUpperLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: calf_l + humanName: LeftLowerLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: calf_r + humanName: RightLowerLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: foot_l + humanName: LeftFoot + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: foot_r + humanName: RightFoot + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: spine_01 + humanName: Spine + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: spine_02 + humanName: Chest + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: neck_01 + humanName: Neck + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: head + humanName: Head + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: clavicle_l + humanName: LeftShoulder + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: clavicle_r + humanName: RightShoulder + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: upperarm_l + humanName: LeftUpperArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: upperarm_r + humanName: RightUpperArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: lowerarm_l + humanName: LeftLowerArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: lowerarm_r + humanName: RightLowerArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: hand_l + humanName: LeftHand + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: hand_r + humanName: RightHand + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: ball_l_02 + humanName: LeftToes + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: ball_r_02 + 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: Eye_L + humanName: LeftEye + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: Eye_R + humanName: RightEye + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: Jaw_M + humanName: Jaw + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: thumb_01_l + humanName: Left Thumb Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: thumb_02_l + humanName: Left Thumb Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: thumb_03_l + humanName: Left Thumb Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: index_01_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_02_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_03_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_01_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_02_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_03_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_01_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_02_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_03_l + humanName: Left Ring Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: pinky_01_l + humanName: Left Little Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: pinky_02_l + humanName: Left Little Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: pinky_03_l + humanName: Left Little Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: thumb_01_r + humanName: Right Thumb Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: thumb_02_r + humanName: Right Thumb Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: thumb_03_r + humanName: Right Thumb Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: index_01_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_02_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_03_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_01_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_02_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_03_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_01_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_02_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_03_r + humanName: Right Ring Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: pinky_01_r + humanName: Right Little Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: pinky_02_r + humanName: Right Little Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: pinky_03_r + humanName: Right Little Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: spine_03 + 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: Chibi_Humanoid_Avatar(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: root + parentName: Chibi_Humanoid_Avatar(Clone) + position: {x: -7.97287e-17, y: -1.4210854e-16, z: 4.3298696e-17} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: pelvis + parentName: root + position: {x: 7.145355e-17, y: 0.3590527, z: -0.0064596897} + rotation: {x: 0.49148893, y: -0.5083686, z: -0.49148893, w: 0.5083686} + scale: {x: 1, y: 1, z: 1} + - name: thigh_r + parentName: pelvis + position: {x: 0.020984039, y: -0.007746861, z: -0.21348922} + rotation: {x: -0.04016816, y: 0.9991325, z: -0.010738504, w: -0.0023285814} + scale: {x: 1, y: 1, z: 1} + - name: calf_r + parentName: thigh_r + position: {x: -0.18052627, y: -1.3322676e-16, z: -3.1974422e-16} + rotation: {x: 0, y: 0, z: 0.099963166, w: 0.9949911} + scale: {x: 1, y: 1, z: 1} + - name: foot_r + parentName: calf_r + position: {x: -0.13916215, y: 5.062617e-16, z: 1.4210854e-16} + rotation: {x: -0.01911769, y: -0.00070640014, z: -0.043059837, w: 0.9988893} + scale: {x: 1, y: 1, z: 1} + - name: ball_r + parentName: foot_r + position: {x: -0.010533721, y: 0.041665323, z: -2.842171e-16} + rotation: {x: 0.0063922573, y: 0.0051184404, z: -0.62501913, w: 0.7805665} + scale: {x: 1, y: 1, z: 1} + - name: ball_r_02 + parentName: ball_r + position: {x: -0.042483583, y: -4.161116e-15, z: 0.000000039237683} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: spine_01 + parentName: pelvis + position: {x: -0.11659071, y: 4.8072656e-16, z: -1.0787449e-16} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: spine_02 + parentName: spine_01 + position: {x: -0.11659071, y: 4.718448e-16, z: -1.7044439e-16} + rotation: {x: 0, y: 0, z: 0.03248174, w: 0.9994723} + scale: {x: 1, y: 1, z: 1} + - name: spine_03 + parentName: spine_02 + position: {x: -0.16774303, y: 2.842171e-16, z: -1.04349324e-16} + rotation: {x: 0, y: 0, z: -0.1542978, w: 0.9880244} + scale: {x: 1, y: 1, z: 1} + - name: clavicle_r + parentName: spine_03 + position: {x: -0.06811171, y: 0.016595716, z: -0.14820191} + rotation: {x: 0.032161284, y: -0.71431756, z: 0.11852793, w: 0.68896097} + scale: {x: 1, y: 1, z: 1} + - name: upperarm_r + parentName: clavicle_r + position: {x: -0.07712384, y: 1.1812772e-15, z: -9.947598e-16} + rotation: {x: 0.0773395, y: 0.015999898, z: -0.044162437, w: 0.99589777} + scale: {x: 1, y: 1, z: 1} + - name: lowerarm_r + parentName: upperarm_r + position: {x: -0.2517576, y: 3.0198067e-16, z: 1.1368684e-15} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: hand_r + parentName: lowerarm_r + position: {x: -0.22869253, y: 7.105427e-17, z: 7.105427e-16} + rotation: {x: 6.938894e-17, y: -1.0833356e-33, z: -1.5612511e-17, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: middle_01_r + parentName: hand_r + position: {x: -0.09803901, y: -3.5527136e-17, z: -2.842171e-16} + rotation: {x: -0.016859, y: -0.0772194, z: 0.0028675944, w: 0.9968674} + scale: {x: 1, y: 1, z: 1} + - name: middle_02_r + parentName: middle_01_r + position: {x: -0.038769238, y: -1.7763568e-17, z: -1.4210854e-16} + rotation: {x: 0.03001885, y: -0.03945842, z: -0.0040334114, w: 0.9987621} + scale: {x: 1, y: 1, z: 1} + - name: middle_03_r + parentName: middle_02_r + position: {x: -0.040027287, y: -1.0658141e-16, z: 1.4210854e-16} + rotation: {x: 0.0065667694, y: -0.038803533, z: 0.0045389077, w: 0.999215} + scale: {x: 1, y: 1, z: 1} + - name: middle_04_r + parentName: middle_03_r + position: {x: -0.037305653, y: -8.881784e-18, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: thumb_01_r + parentName: hand_r + position: {x: -0.02134813, y: 0.07035614, z: -0.039544} + rotation: {x: -0.61776274, y: 0.13377738, z: -0.35522214, w: 0.6886872} + scale: {x: 1, y: 1, z: 1} + - name: thumb_02_r + parentName: thumb_01_r + position: {x: -0.05523822, y: 0, z: -1.1013412e-15} + rotation: {x: -0.0121451, y: 0.0049000825, z: 0.039093893, w: 0.99914974} + scale: {x: 1, y: 1, z: 1} + - name: thumb_03_r + parentName: thumb_02_r + position: {x: -0.029465482, y: 0, z: 2.4868996e-16} + rotation: {x: -0.02598971, y: -0.0017890756, z: 0.03824424, w: 0.9989288} + scale: {x: 1, y: 1, z: 1} + - name: thumb_04_r + parentName: thumb_03_r + position: {x: -0.023924602, y: 0, z: 7.105427e-17} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: index_01_r + parentName: hand_r + position: {x: -0.09991405, y: 0.037073765, z: -0.0036836944} + rotation: {x: 0.009854632, y: -0.06354492, z: -0.035094682, w: 0.997313} + scale: {x: 1, y: 1, z: 1} + - name: index_02_r + parentName: index_01_r + position: {x: -0.03643808, y: -5.0848214e-16, z: -5.684342e-16} + rotation: {x: 0.0056443936, y: -0.03929569, z: -0.0038016667, w: 0.9992044} + scale: {x: 1, y: 1, z: 1} + - name: index_03_r + parentName: index_02_r + position: {x: -0.035263915, y: -6.217249e-17, z: 1.847411e-15} + rotation: {x: -0.0071803136, y: -0.03818158, z: 0.007895683, w: 0.9992139} + scale: {x: 1, y: 1, z: 1} + - name: index_04_r + parentName: index_03_r + position: {x: -0.027298061, y: -1.0658141e-16, z: -1.563194e-15} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: cup_r + parentName: hand_r + position: {x: -0.008487943, y: -0.0041985167, z: -0.0011565371} + rotation: {x: -0.00063062744, y: -0.008900923, z: 0.06358822, w: 0.99793637} + scale: {x: 1, y: 1, z: 1} + - name: pinky_01_r + parentName: cup_r + position: {x: -0.08094637, y: -0.036209043, z: -0.008335483} + rotation: {x: -0.008872239, y: -0.023159215, z: -0.00061652897, w: 0.99969226} + scale: {x: 1, y: 1, z: 1} + - name: pinky_02_r + parentName: pinky_01_r + position: {x: -0.028854312, y: -7.105427e-17, z: -8.5265126e-16} + rotation: {x: -0.0033607401, y: -0.0399435, z: -0.005443123, w: 0.99918157} + scale: {x: 1, y: 1, z: 1} + - name: pinky_03_r + parentName: pinky_02_r + position: {x: -0.023566289, y: 3.5527135e-16, z: 1.1368684e-15} + rotation: {x: -0.025013803, y: -0.038439002, z: -0.0017993893, w: 0.9989462} + scale: {x: 1, y: 1, z: 1} + - name: pinky_04_r + parentName: pinky_03_r + position: {x: -0.0293414, y: -3.5527135e-16, z: 4.2632563e-16} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: ring_01_r + parentName: cup_r + position: {x: -0.08916332, y: -0.01552607, z: -0.0027549511} + rotation: {x: -0.02685257, y: -0.053124383, z: -0.02886147, w: 0.9978095} + scale: {x: 1, y: 1, z: 1} + - name: ring_02_r + parentName: ring_01_r + position: {x: -0.037284084, y: 2.842171e-16, z: -2.2737367e-15} + rotation: {x: 0.0016190425, y: -0.039832465, z: 0.0004005827, w: 0.99920505} + scale: {x: 1, y: 1, z: 1} + - name: ring_03_r + parentName: ring_02_r + position: {x: -0.03615039, y: -4.2632563e-16, z: 1.4210854e-15} + rotation: {x: -0.011273785, y: -0.03634874, z: -0.017581433, w: 0.99912095} + scale: {x: 1, y: 1, z: 1} + - name: ring_04_r + parentName: ring_03_r + position: {x: -0.027998645, y: 2.842171e-16, z: 1.1368684e-15} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: Hand_r_equipment + parentName: hand_r + position: {x: -0.071717314, y: -0.008393532, z: -0.07169423} + rotation: {x: 0.0068377545, y: 0.7600093, z: 0.6495589, w: 0.020306554} + scale: {x: 1, y: 1, z: 1} + - name: neck_01 + parentName: spine_03 + position: {x: -0.100067444, y: -2.1316282e-16, z: 1.970298e-16} + rotation: {x: 0, y: 0, z: -0.074045286, w: 0.9972549} + scale: {x: 1, y: 1, z: 1} + - name: head + parentName: neck_01 + position: {x: -0.02629805, y: -3.5527136e-17, z: -1.5519624e-17} + rotation: {x: 0, y: 0, z: 0.17869695, w: 0.9839042} + scale: {x: 1, y: 1, z: 1} + - name: Eye_R + parentName: head + position: {x: -0.4071262, y: 0.3473162, z: -0.16987707} + rotation: {x: 0.5, y: 0.5, z: -0.5, w: 0.5} + scale: {x: 1, y: 1, z: 1} + - name: EyeEnd_R + parentName: Eye_R + position: {x: -0.053281333, y: 5.684342e-16, z: -1.065814e-15} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: Jaw_M + parentName: head + position: {x: -0.05101526, y: 0.2876312, z: -3.5414823e-16} + rotation: {x: 0, y: 0, z: -0.78643805, w: 0.61766917} + scale: {x: 1, y: 1, z: 1} + - name: JawEnd_M + parentName: Jaw_M + position: {x: -0.113684185, y: 5.684342e-16, z: -1.3292045e-16} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: HeadEnd_M + parentName: head + position: {x: -0.8511138, y: 6.1242674e-16, z: -2.23472e-16} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: Eye_L + parentName: head + position: {x: -0.4071262, y: 0.3473162, z: 0.16987707} + rotation: {x: -0.5, y: -0.5, z: -0.5, w: 0.5} + scale: {x: 1, y: 1, z: 1} + - name: EyeEnd_L + parentName: Eye_L + position: {x: -0.053281333, y: 2.2737367e-15, z: 8.5265126e-16} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: catears_r1 + parentName: head + position: {x: -0.6328281, y: -0.045856588, z: -0.33683398} + rotation: {x: 0.3517171, y: 0.7074806, z: -0.54890835, w: 0.2728845} + scale: {x: 1, y: 1, z: 1} + - name: catears_r2 + parentName: catears_r1 + position: {x: 0.08282707, y: -0.0000009463735, z: 0.00000008864178} + rotation: {x: -0.059636705, y: 0.09924432, z: 0.106072664, w: 0.98759437} + scale: {x: 1, y: 1, z: 1} + - name: catears_r3 + parentName: catears_r2 + position: {x: 0.12977353, y: 0.0000011342388, z: -0.00000013708586} + rotation: {x: 0.051521488, y: -0.23363665, z: 0.2090918, w: 0.9481773} + scale: {x: 1, y: 1, z: 1} + - name: catears_l1 + parentName: head + position: {x: -0.6328281, y: -0.04585657, z: 0.33683437} + rotation: {x: -0.70748055, y: 0.35171714, z: 0.27288446, w: 0.5489084} + scale: {x: 1, y: 1, z: 1} + - name: catears_l2 + parentName: catears_l1 + position: {x: -0.08282578, y: 4.3975105e-17, z: -1.0269563e-17} + rotation: {x: -0.059636705, y: 0.09924432, z: 0.106072664, w: 0.98759437} + scale: {x: 1, y: 1, z: 1} + - name: catears_l3 + parentName: catears_l2 + position: {x: -0.12977435, y: -2.3096108e-16, z: 3.4416914e-17} + rotation: {x: 0.051521488, y: -0.23363665, z: 0.2090918, w: 0.9481773} + scale: {x: 1, y: 1, z: 1} + - name: ears_l1 + parentName: head + position: {x: -0.29893956, y: 0.00065100734, z: 0.4818343} + rotation: {x: -0.4961981, y: 0.5037732, z: 0.5037732, w: 0.4961981} + scale: {x: 1, y: 1, z: 1} + - name: ears_l2 + parentName: ears_l1 + position: {x: -0.08323166, y: 0.00906778, z: 0} + rotation: {x: 0, y: 0, z: -0.0075751054, w: 0.99997133} + scale: {x: 1, y: 1, z: 1} + - name: ears_l3 + parentName: ears_l2 + position: {x: -0.08352148, y: 0.008665383, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: ears_r1 + parentName: head + position: {x: -0.2989381, y: 0.00065100734, z: -0.481834} + rotation: {x: 0.5037732, y: 0.4961981, z: -0.4961981, w: 0.5037732} + scale: {x: 1, y: 1, z: 1} + - name: ears_r2 + parentName: ears_r1 + position: {x: 0.08323211, y: -0.009071989, z: 1.1109982e-18} + rotation: {x: 0.00000001053641, y: -7.981671e-11, z: -0.0075751054, w: 0.99997133} + scale: {x: 1, y: 1, z: 1} + - name: ears_r3 + parentName: ears_r2 + position: {x: 0.083521, y: -0.00866, z: 1.8249585e-10} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: Head_equipment + parentName: head + position: {x: -0.000000023831111, y: -1.41579725e-11, z: 3.1386756e-16} + rotation: {x: -0.5, y: 0.5, z: 0.5, w: 0.5} + scale: {x: 1, y: 1, z: 1} + - name: rabbit_ears_l1 + parentName: head + position: {x: -0.7671371, y: -0.007979299, z: 0.1900594} + rotation: {x: 7.182875e-16, y: 0.142911, z: -1.8155141e-15, w: 0.98973554} + scale: {x: 1, y: 1, z: 1} + - name: rabbit_ears_l2 + parentName: rabbit_ears_l1 + position: {x: -0.12435393, y: -1.380606e-17, z: -2.9455213e-18} + rotation: {x: 0, y: -0.0021245151, z: -0, w: 0.99999774} + scale: {x: 1, y: 1, z: 1} + - name: rabbit_ears_l3 + parentName: rabbit_ears_l2 + position: {x: -0.19884825, y: -4.673433e-31, z: -1.0302869e-15} + rotation: {x: 0, y: 0.014221186, z: -0, w: 0.9998989} + scale: {x: 1, y: 1, z: 1} + - name: rabbit_ears_l4 + parentName: rabbit_ears_l3 + position: {x: -0.24156539, y: 9.860761e-33, z: 3.0999348e-17} + rotation: {x: 0, y: -0.014612687, z: -0, w: 0.99989325} + scale: {x: 1, y: 1, z: 1} + - name: rabbit_ears_l5 + parentName: rabbit_ears_l4 + position: {x: -0.16246277, y: -1.774937e-32, z: -7.022122e-16} + rotation: {x: -0.5652562, y: 0.42483583, z: 0.42483583, w: 0.5652562} + scale: {x: 1, y: 1, z: 1} + - name: rabbit_ears_r1 + parentName: head + position: {x: -0.76713806, y: -0.007979303, z: -0.19005899} + rotation: {x: -0.142911, y: -8.284253e-16, z: 0.98973554, w: -6.027865e-17} + scale: {x: 1, y: 1, z: 1} + - name: rabbit_ears_r2 + parentName: rabbit_ears_r1 + position: {x: 0.124349885, y: -4.3742785e-16, z: -0.0000019627425} + rotation: {x: -6.018545e-35, y: -0.0021245151, z: -6.50125e-17, w: 0.99999774} + scale: {x: 1, y: 1, z: 1} + - name: rabbit_ears_r3 + parentName: rabbit_ears_r2 + position: {x: 0.19885482, y: -7.0277117e-16, z: 0.0000018277557} + rotation: {x: 2.8891874e-34, y: 0.014221186, z: -7.7608295e-17, w: 0.9998989} + scale: {x: 1, y: 1, z: 1} + - name: rabbit_ears_r4 + parentName: rabbit_ears_r3 + position: {x: 0.2415585, y: -8.4598993e-16, z: -0.000001972059} + rotation: {x: 0.0000000074497852, y: -0.014612687, z: 1.0887293e-10, w: 0.99989325} + scale: {x: 1, y: 1, z: 1} + - name: rabbit_ears_r5 + parentName: rabbit_ears_r4 + position: {x: 0.16246666, y: -5.7287506e-16, z: 0.0000012133444} + rotation: {x: -0.5652562, y: 0.42483583, z: 0.42483583, w: 0.5652562} + scale: {x: 1, y: 1, z: 1} + - name: clavicle_l + parentName: spine_03 + position: {x: -0.06811171, y: 0.016595716, z: 0.14820191} + rotation: {x: 0.71431756, y: 0.032161284, z: 0.68896097, w: -0.11852792} + scale: {x: 1, y: 1, z: 1} + - name: upperarm_l + parentName: clavicle_l + position: {x: 0.07712384, y: 5.6177284e-16, z: 8.5265126e-16} + rotation: {x: 0.0773395, y: 0.015999898, z: -0.044162437, w: 0.99589777} + scale: {x: 1, y: 1, z: 1} + - name: lowerarm_l + parentName: upperarm_l + position: {x: 0.2517576, y: -3.0198067e-16, z: 1.4210854e-15} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: hand_l + parentName: lowerarm_l + position: {x: 0.22869253, y: -8.8817837e-17, z: -2.2737367e-15} + rotation: {x: 2.7755576e-17, y: -4.814825e-35, z: -1.7347235e-18, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: middle_01_l + parentName: hand_l + position: {x: 0.09803901, y: -5.3290704e-17, z: 2.842171e-16} + rotation: {x: -0.016858978, y: -0.07721935, z: 0.0028675941, w: 0.9968675} + scale: {x: 1, y: 1, z: 1} + - name: middle_02_l + parentName: middle_01_l + position: {x: 0.038769238, y: 1.7763568e-17, z: -1.847411e-15} + rotation: {x: 0.030018795, y: -0.039458398, z: -0.0040334365, w: 0.9987621} + scale: {x: 1, y: 1, z: 1} + - name: middle_03_l + parentName: middle_02_l + position: {x: 0.040027287, y: -1.0658141e-16, z: -2.2737367e-15} + rotation: {x: 0.0065668514, y: -0.03880391, z: 0.004538058, w: 0.99921507} + scale: {x: 1, y: 1, z: 1} + - name: middle_04_l + parentName: middle_03_l + position: {x: 0.037305653, y: 1.3322676e-16, z: 3.2684964e-15} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: thumb_01_l + parentName: hand_l + position: {x: 0.02134813, y: -0.07035614, z: 0.039544} + rotation: {x: -0.617763, y: 0.13377708, z: -0.35522237, w: 0.688687} + scale: {x: 1, y: 1, z: 1} + - name: thumb_02_l + parentName: thumb_01_l + position: {x: 0.05523822, y: 4.2632563e-16, z: 4.0856205e-16} + rotation: {x: -0.01214498, y: 0.0049005807, z: 0.039095934, w: 0.9991497} + scale: {x: 1, y: 1, z: 1} + - name: thumb_03_l + parentName: thumb_02_l + position: {x: 0.029465482, y: -1.4210854e-16, z: -4.796163e-16} + rotation: {x: -0.025989592, y: -0.0017877439, z: 0.03824587, w: 0.9989288} + scale: {x: 1, y: 1, z: 1} + - name: thumb_04_l + parentName: thumb_03_l + position: {x: 0.023924602, y: 9.947598e-16, z: 7.105427e-17} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: index_01_l + parentName: hand_l + position: {x: 0.09991405, y: -0.037073765, z: 0.0036836944} + rotation: {x: 0.00985464, y: -0.063544914, z: -0.035094675, w: 0.997313} + scale: {x: 1, y: 1, z: 1} + - name: index_02_l + parentName: index_01_l + position: {x: 0.03643808, y: 4.596323e-16, z: -1.1368684e-15} + rotation: {x: 0.005644415, y: -0.03929582, z: -0.0038020932, w: 0.9992044} + scale: {x: 1, y: 1, z: 1} + - name: index_03_l + parentName: index_02_l + position: {x: 0.035263915, y: -6.2616577e-16, z: 7.105427e-16} + rotation: {x: -0.007180413, y: -0.03817956, z: 0.0078948075, w: 0.99921393} + scale: {x: 1, y: 1, z: 1} + - name: index_04_l + parentName: index_03_l + position: {x: 0.027298061, y: 1.0658141e-16, z: 9.947598e-16} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: cup_l + parentName: hand_l + position: {x: 0.008487943, y: 0.0041985167, z: 0.0011565371} + rotation: {x: -0.00063062744, y: -0.008900923, z: 0.06358822, w: 0.99793637} + scale: {x: 1, y: 1, z: 1} + - name: pinky_01_l + parentName: cup_l + position: {x: 0.08094637, y: 0.036209043, z: 0.008335483} + rotation: {x: -0.008872085, y: -0.023159143, z: -0.0006156796, w: 0.9996922} + scale: {x: 1, y: 1, z: 1} + - name: pinky_02_l + parentName: pinky_01_l + position: {x: 0.028854312, y: -4.2632563e-16, z: 8.5265126e-16} + rotation: {x: -0.0033606838, y: -0.03994216, z: -0.005443243, w: 0.99918157} + scale: {x: 1, y: 1, z: 1} + - name: pinky_03_l + parentName: pinky_02_l + position: {x: 0.023566289, y: 3.5527135e-16, z: -9.947598e-16} + rotation: {x: -0.025013776, y: -0.038437095, z: -0.0017992624, w: 0.9989463} + scale: {x: 1, y: 1, z: 1} + - name: pinky_04_l + parentName: pinky_03_l + position: {x: 0.0293414, y: -8.171241e-16, z: -9.947598e-16} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: ring_01_l + parentName: cup_l + position: {x: 0.08916332, y: 0.01552607, z: 0.0027549511} + rotation: {x: -0.026852543, y: -0.053124446, z: -0.028861433, w: 0.9978096} + scale: {x: 1, y: 1, z: 1} + - name: ring_02_l + parentName: ring_01_l + position: {x: 0.037284084, y: -4.2632563e-16, z: 2.842171e-16} + rotation: {x: 0.0016190197, y: -0.03983278, z: 0.0003998217, w: 0.999205} + scale: {x: 1, y: 1, z: 1} + - name: ring_03_l + parentName: ring_02_l + position: {x: 0.03615039, y: 2.4868996e-16, z: 2.5579537e-15} + rotation: {x: -0.01127379, y: -0.036347788, z: -0.017580679, w: 0.99912095} + scale: {x: 1, y: 1, z: 1} + - name: ring_04_l + parentName: ring_03_l + position: {x: 0.027998645, y: 1.3322676e-16, z: -1.2789769e-15} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: Hand_l_equipment + parentName: hand_l + position: {x: 0.07171857, y: 0.008393485, z: 0.071694255} + rotation: {x: -0.020306554, y: -0.6495589, z: 0.7600093, w: 0.0068377545} + scale: {x: 1, y: 1, z: 1} + - name: Chest_equipment + parentName: spine_03 + position: {x: 0.00000003347651, y: 0.000000006615356, z: 3.6168006e-17} + rotation: {x: 0.5498939, y: -0.44454098, z: -0.5498939, w: -0.44454098} + scale: {x: 1, y: 1, z: 1} + - name: Body_equipment + parentName: spine_01 + position: {x: -0.28397974, y: -0.010891423, z: -8.393871e-17} + rotation: {x: -0.49148893, y: 0.5083686, z: 0.49148893, w: 0.5083686} + scale: {x: 1, y: 1, z: 1} + - name: thigh_l + parentName: pelvis + position: {x: 0.020984039, y: -0.007746861, z: 0.21348922} + rotation: {x: 0.9991325, y: 0.04016816, z: 0.0023285814, w: -0.010738504} + scale: {x: 1, y: 1, z: 1} + - name: calf_l + parentName: thigh_l + position: {x: 0.18052627, y: 1.4654943e-16, z: 2.1316282e-16} + rotation: {x: 0, y: 0, z: 0.099963166, w: 0.9949911} + scale: {x: 1, y: 1, z: 1} + - name: foot_l + parentName: calf_l + position: {x: 0.13916215, y: -1.3000712e-15, z: -2.4868996e-16} + rotation: {x: -0.01911769, y: -0.00070640014, z: -0.043059837, w: 0.9988893} + scale: {x: 1, y: 1, z: 1} + - name: ball_l + parentName: foot_l + position: {x: 0.010533721, y: -0.041665323, z: 1.4210854e-16} + rotation: {x: 0.0063926373, y: 0.0051187444, z: -0.6250192, w: 0.78056645} + scale: {x: 1, y: 1, z: 1} + - name: ball_l_02 + parentName: ball_l + position: {x: 0.042483583, y: -2.8643753e-16, z: 0.00000000109071} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: tail01 + parentName: pelvis + position: {x: 0.051698957, y: -0.24261716, z: -6.6123945e-17} + rotation: {x: -0.49148893, y: 0.5083686, z: 0.49148893, w: 0.5083686} + scale: {x: 1, y: 1, z: 1} + - name: tail02 + parentName: tail01 + position: {x: 1.4791142e-33, y: -0.07674059, z: -0.07478956} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: tail03 + parentName: tail02 + position: {x: -6.669206e-17, y: -0.035118576, z: -0.13657223} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: tail04 + parentName: tail03 + position: {x: -4.4758975e-17, y: 0.020160662, z: -0.11641157} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: tail05 + parentName: tail04 + position: {x: -1.8550005e-17, y: 0.03316754, z: -0.05853096} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: short_tail_1 + parentName: pelvis + position: {x: -0.07192494, y: -0.24255544, z: -1.4793249e-16} + rotation: {x: -1.2437499e-15, y: -1.4109186e-15, z: 0.68329304, w: 0.73014426} + scale: {x: 1, y: 1, z: 1} + - name: short_tail_2 + parentName: short_tail_1 + position: {x: -0.1667836, y: 0.050014894, z: -3.9796156e-17} + rotation: {x: -0.011493115, y: 0.70701337, z: 0.011493115, w: 0.70701337} + scale: {x: 1, y: 1, z: 1} + armTwist: 0.5 + foreArmTwist: 0.5 + upperLegTwist: 0.5 + legTwist: 0.5 + armStretch: 0.05 + legStretch: 0.05 + feetSpacing: 0 + globalScale: 1 + rootMotionBoneName: + hasTranslationDoF: 0 + hasExtraRoot: 1 + skeletonHasParents: 1 + lastHumanDescriptionAvatarSource: {fileID: 9000000, guid: 40652f2acecba7946a15c0dab99f7d97, + type: 3} + autoGenerateAvatarMappingIfUnspecified: 1 + animationType: 3 + humanoidOversampling: 1 + avatarSetup: 2 + addHumanoidExtraRootOnlyWhenUsingAvatar: 0 + importBlendShapeDeformPercent: 0 + remapMaterialsIfMaterialImportModeIsNone: 1 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 192633 + packageName: Pspsps Cat + packageVersion: 3.1 + assetPath: Assets/Suriyun/Animations/Pspsps Animations/Character Animations/Anim_Chibi@Quadruped_Idle.fbx + uploadId: 698227 diff --git a/Assets/StoreAssets/Suriyun_Cat/Animations/Pspsps Animations/Character Animations/Anim_Chibi@Quadruped_Run.fbx b/Assets/StoreAssets/Suriyun_Cat/Animations/Pspsps Animations/Character Animations/Anim_Chibi@Quadruped_Run.fbx new file mode 100644 index 00000000..d227da67 --- /dev/null +++ b/Assets/StoreAssets/Suriyun_Cat/Animations/Pspsps Animations/Character Animations/Anim_Chibi@Quadruped_Run.fbx @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:66157652eb4a8baf7c9033eabb52177c742b05511aea729ded2b90b63740a59f +size 886672 diff --git a/Assets/StoreAssets/Suriyun_Cat/Animations/Pspsps Animations/Character Animations/Anim_Chibi@Quadruped_Run.fbx.meta b/Assets/StoreAssets/Suriyun_Cat/Animations/Pspsps Animations/Character Animations/Anim_Chibi@Quadruped_Run.fbx.meta new file mode 100644 index 00000000..e128008f --- /dev/null +++ b/Assets/StoreAssets/Suriyun_Cat/Animations/Pspsps Animations/Character Animations/Anim_Chibi@Quadruped_Run.fbx.meta @@ -0,0 +1,1358 @@ +fileFormatVersion: 2 +guid: 0ab1af4a147aa8644938ac767b0f01fc +ModelImporter: + serializedVersion: 22200 + internalIDToNameTable: + - first: + 74: 7176231041704964202 + second: Quadruped_Run + externalObjects: {} + materials: + materialImportMode: 1 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 0 + motionNodeName: + rigImportErrors: + rigImportWarnings: "Copied Avatar Rig Configuration mis-match. Inbetween bone + rotation in copied configuration does not match rotation in animation file:\n\t'ball_l' + : rotation error = 1.806330 deg\n" + animationImportErrors: + animationImportWarnings: "\nClip 'Anim_Chibi@Quadruped_Run' has import animation + warnings that might lower retargeting quality:\nNote: Activate translation + DOF on avatar to improve retargeting quality.\n\t'ball_r' is inbetween humanoid + transforms and has rotation animation that will be discarded.\n\t'ball_l' is + inbetween humanoid transforms and has rotation animation that will be discarded.\n" + animationRetargetingWarnings: + animationDoRetargetingWarnings: 0 + importAnimatedCustomProperties: 0 + importConstraints: 0 + animationCompression: 3 + animationRotationError: 0.5 + animationPositionError: 0.5 + animationScaleError: 0.5 + animationWrapMode: 0 + extraExposedTransformPaths: [] + extraUserProperties: [] + clipAnimations: + - serializedVersion: 16 + name: Quadruped_Run + takeName: Anim_Chibi@Quadruped_Run + internalID: 0 + firstFrame: 61 + lastFrame: 72 + 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: + - path: + weight: 1 + - path: root + weight: 1 + - path: root/pelvis + weight: 1 + - path: root/pelvis/short_tail_1 + weight: 1 + - path: root/pelvis/short_tail_1/short_tail_2 + weight: 1 + - path: root/pelvis/spine_01 + weight: 1 + - path: root/pelvis/spine_01/Body_equipment + weight: 1 + - path: root/pelvis/spine_01/spine_02 + weight: 1 + - path: root/pelvis/spine_01/spine_02/spine_03 + weight: 1 + - path: root/pelvis/spine_01/spine_02/spine_03/Chest_equipment + weight: 1 + - path: root/pelvis/spine_01/spine_02/spine_03/clavicle_l + weight: 1 + - path: root/pelvis/spine_01/spine_02/spine_03/clavicle_l/upperarm_l + weight: 1 + - path: root/pelvis/spine_01/spine_02/spine_03/clavicle_l/upperarm_l/lowerarm_l + weight: 1 + - path: root/pelvis/spine_01/spine_02/spine_03/clavicle_l/upperarm_l/lowerarm_l/hand_l + weight: 1 + - path: root/pelvis/spine_01/spine_02/spine_03/clavicle_l/upperarm_l/lowerarm_l/hand_l/cup_l + weight: 1 + - path: root/pelvis/spine_01/spine_02/spine_03/clavicle_l/upperarm_l/lowerarm_l/hand_l/cup_l/pinky_01_l + weight: 1 + - path: root/pelvis/spine_01/spine_02/spine_03/clavicle_l/upperarm_l/lowerarm_l/hand_l/cup_l/pinky_01_l/pinky_02_l + weight: 1 + - path: root/pelvis/spine_01/spine_02/spine_03/clavicle_l/upperarm_l/lowerarm_l/hand_l/cup_l/pinky_01_l/pinky_02_l/pinky_03_l + weight: 1 + - path: root/pelvis/spine_01/spine_02/spine_03/clavicle_l/upperarm_l/lowerarm_l/hand_l/cup_l/pinky_01_l/pinky_02_l/pinky_03_l/pinky_04_l + weight: 1 + - path: root/pelvis/spine_01/spine_02/spine_03/clavicle_l/upperarm_l/lowerarm_l/hand_l/cup_l/ring_01_l + weight: 1 + - path: root/pelvis/spine_01/spine_02/spine_03/clavicle_l/upperarm_l/lowerarm_l/hand_l/cup_l/ring_01_l/ring_02_l + weight: 1 + - path: root/pelvis/spine_01/spine_02/spine_03/clavicle_l/upperarm_l/lowerarm_l/hand_l/cup_l/ring_01_l/ring_02_l/ring_03_l + weight: 1 + - path: root/pelvis/spine_01/spine_02/spine_03/clavicle_l/upperarm_l/lowerarm_l/hand_l/cup_l/ring_01_l/ring_02_l/ring_03_l/ring_04_l + weight: 1 + - path: root/pelvis/spine_01/spine_02/spine_03/clavicle_l/upperarm_l/lowerarm_l/hand_l/Hand_l_equipment + weight: 1 + - path: root/pelvis/spine_01/spine_02/spine_03/clavicle_l/upperarm_l/lowerarm_l/hand_l/index_01_l + weight: 1 + - path: root/pelvis/spine_01/spine_02/spine_03/clavicle_l/upperarm_l/lowerarm_l/hand_l/index_01_l/index_02_l + weight: 1 + - path: root/pelvis/spine_01/spine_02/spine_03/clavicle_l/upperarm_l/lowerarm_l/hand_l/index_01_l/index_02_l/index_03_l + weight: 1 + - path: root/pelvis/spine_01/spine_02/spine_03/clavicle_l/upperarm_l/lowerarm_l/hand_l/index_01_l/index_02_l/index_03_l/index_04_l + weight: 1 + - path: root/pelvis/spine_01/spine_02/spine_03/clavicle_l/upperarm_l/lowerarm_l/hand_l/middle_01_l + weight: 1 + - path: root/pelvis/spine_01/spine_02/spine_03/clavicle_l/upperarm_l/lowerarm_l/hand_l/middle_01_l/middle_02_l + weight: 1 + - path: root/pelvis/spine_01/spine_02/spine_03/clavicle_l/upperarm_l/lowerarm_l/hand_l/middle_01_l/middle_02_l/middle_03_l + weight: 1 + - path: root/pelvis/spine_01/spine_02/spine_03/clavicle_l/upperarm_l/lowerarm_l/hand_l/middle_01_l/middle_02_l/middle_03_l/middle_04_l + weight: 1 + - path: root/pelvis/spine_01/spine_02/spine_03/clavicle_l/upperarm_l/lowerarm_l/hand_l/thumb_01_l + weight: 1 + - path: root/pelvis/spine_01/spine_02/spine_03/clavicle_l/upperarm_l/lowerarm_l/hand_l/thumb_01_l/thumb_02_l + weight: 1 + - path: root/pelvis/spine_01/spine_02/spine_03/clavicle_l/upperarm_l/lowerarm_l/hand_l/thumb_01_l/thumb_02_l/thumb_03_l + weight: 1 + - path: root/pelvis/spine_01/spine_02/spine_03/clavicle_l/upperarm_l/lowerarm_l/hand_l/thumb_01_l/thumb_02_l/thumb_03_l/thumb_04_l + weight: 1 + - path: root/pelvis/spine_01/spine_02/spine_03/clavicle_r + weight: 1 + - path: root/pelvis/spine_01/spine_02/spine_03/clavicle_r/upperarm_r + weight: 1 + - path: root/pelvis/spine_01/spine_02/spine_03/clavicle_r/upperarm_r/lowerarm_r + weight: 1 + - path: root/pelvis/spine_01/spine_02/spine_03/clavicle_r/upperarm_r/lowerarm_r/hand_r + weight: 1 + - path: root/pelvis/spine_01/spine_02/spine_03/clavicle_r/upperarm_r/lowerarm_r/hand_r/cup_r + weight: 1 + - path: root/pelvis/spine_01/spine_02/spine_03/clavicle_r/upperarm_r/lowerarm_r/hand_r/cup_r/pinky_01_r + weight: 1 + - path: root/pelvis/spine_01/spine_02/spine_03/clavicle_r/upperarm_r/lowerarm_r/hand_r/cup_r/pinky_01_r/pinky_02_r + weight: 1 + - path: root/pelvis/spine_01/spine_02/spine_03/clavicle_r/upperarm_r/lowerarm_r/hand_r/cup_r/pinky_01_r/pinky_02_r/pinky_03_r + weight: 1 + - path: root/pelvis/spine_01/spine_02/spine_03/clavicle_r/upperarm_r/lowerarm_r/hand_r/cup_r/pinky_01_r/pinky_02_r/pinky_03_r/pinky_04_r + weight: 1 + - path: root/pelvis/spine_01/spine_02/spine_03/clavicle_r/upperarm_r/lowerarm_r/hand_r/cup_r/ring_01_r + weight: 1 + - path: root/pelvis/spine_01/spine_02/spine_03/clavicle_r/upperarm_r/lowerarm_r/hand_r/cup_r/ring_01_r/ring_02_r + weight: 1 + - path: root/pelvis/spine_01/spine_02/spine_03/clavicle_r/upperarm_r/lowerarm_r/hand_r/cup_r/ring_01_r/ring_02_r/ring_03_r + weight: 1 + - path: root/pelvis/spine_01/spine_02/spine_03/clavicle_r/upperarm_r/lowerarm_r/hand_r/cup_r/ring_01_r/ring_02_r/ring_03_r/ring_04_r + weight: 1 + - path: root/pelvis/spine_01/spine_02/spine_03/clavicle_r/upperarm_r/lowerarm_r/hand_r/Hand_r_equipment + weight: 1 + - path: root/pelvis/spine_01/spine_02/spine_03/clavicle_r/upperarm_r/lowerarm_r/hand_r/index_01_r + weight: 1 + - path: root/pelvis/spine_01/spine_02/spine_03/clavicle_r/upperarm_r/lowerarm_r/hand_r/index_01_r/index_02_r + weight: 1 + - path: root/pelvis/spine_01/spine_02/spine_03/clavicle_r/upperarm_r/lowerarm_r/hand_r/index_01_r/index_02_r/index_03_r + weight: 1 + - path: root/pelvis/spine_01/spine_02/spine_03/clavicle_r/upperarm_r/lowerarm_r/hand_r/index_01_r/index_02_r/index_03_r/index_04_r + weight: 1 + - path: root/pelvis/spine_01/spine_02/spine_03/clavicle_r/upperarm_r/lowerarm_r/hand_r/middle_01_r + weight: 1 + - path: root/pelvis/spine_01/spine_02/spine_03/clavicle_r/upperarm_r/lowerarm_r/hand_r/middle_01_r/middle_02_r + weight: 1 + - path: root/pelvis/spine_01/spine_02/spine_03/clavicle_r/upperarm_r/lowerarm_r/hand_r/middle_01_r/middle_02_r/middle_03_r + weight: 1 + - path: root/pelvis/spine_01/spine_02/spine_03/clavicle_r/upperarm_r/lowerarm_r/hand_r/middle_01_r/middle_02_r/middle_03_r/middle_04_r + weight: 1 + - path: root/pelvis/spine_01/spine_02/spine_03/clavicle_r/upperarm_r/lowerarm_r/hand_r/thumb_01_r + weight: 1 + - path: root/pelvis/spine_01/spine_02/spine_03/clavicle_r/upperarm_r/lowerarm_r/hand_r/thumb_01_r/thumb_02_r + weight: 1 + - path: root/pelvis/spine_01/spine_02/spine_03/clavicle_r/upperarm_r/lowerarm_r/hand_r/thumb_01_r/thumb_02_r/thumb_03_r + weight: 1 + - path: root/pelvis/spine_01/spine_02/spine_03/clavicle_r/upperarm_r/lowerarm_r/hand_r/thumb_01_r/thumb_02_r/thumb_03_r/thumb_04_r + weight: 1 + - path: root/pelvis/spine_01/spine_02/spine_03/neck_01 + weight: 1 + - path: root/pelvis/spine_01/spine_02/spine_03/neck_01/head + weight: 1 + - path: root/pelvis/spine_01/spine_02/spine_03/neck_01/head/catears_l1 + weight: 1 + - path: root/pelvis/spine_01/spine_02/spine_03/neck_01/head/catears_l1/catears_l2 + weight: 1 + - path: root/pelvis/spine_01/spine_02/spine_03/neck_01/head/catears_l1/catears_l2/catears_l3 + weight: 1 + - path: root/pelvis/spine_01/spine_02/spine_03/neck_01/head/catears_r1 + weight: 1 + - path: root/pelvis/spine_01/spine_02/spine_03/neck_01/head/catears_r1/catears_r2 + weight: 1 + - path: root/pelvis/spine_01/spine_02/spine_03/neck_01/head/catears_r1/catears_r2/catears_r3 + weight: 1 + - path: root/pelvis/spine_01/spine_02/spine_03/neck_01/head/ears_l1 + weight: 1 + - path: root/pelvis/spine_01/spine_02/spine_03/neck_01/head/ears_l1/ears_l2 + weight: 1 + - path: root/pelvis/spine_01/spine_02/spine_03/neck_01/head/ears_l1/ears_l2/ears_l3 + weight: 1 + - path: root/pelvis/spine_01/spine_02/spine_03/neck_01/head/ears_r1 + weight: 1 + - path: root/pelvis/spine_01/spine_02/spine_03/neck_01/head/ears_r1/ears_r2 + weight: 1 + - path: root/pelvis/spine_01/spine_02/spine_03/neck_01/head/ears_r1/ears_r2/ears_r3 + weight: 1 + - path: root/pelvis/spine_01/spine_02/spine_03/neck_01/head/Eye_L + weight: 1 + - path: root/pelvis/spine_01/spine_02/spine_03/neck_01/head/Eye_L/EyeEnd_L + weight: 1 + - path: root/pelvis/spine_01/spine_02/spine_03/neck_01/head/Eye_R + weight: 1 + - path: root/pelvis/spine_01/spine_02/spine_03/neck_01/head/Eye_R/EyeEnd_R + weight: 1 + - path: root/pelvis/spine_01/spine_02/spine_03/neck_01/head/Head_equipment + weight: 1 + - path: root/pelvis/spine_01/spine_02/spine_03/neck_01/head/HeadEnd_M + weight: 1 + - path: root/pelvis/spine_01/spine_02/spine_03/neck_01/head/Jaw_M + weight: 1 + - path: root/pelvis/spine_01/spine_02/spine_03/neck_01/head/Jaw_M/JawEnd_M + weight: 1 + - path: root/pelvis/spine_01/spine_02/spine_03/neck_01/head/rabbit_ears_l1 + weight: 1 + - path: root/pelvis/spine_01/spine_02/spine_03/neck_01/head/rabbit_ears_l1/rabbit_ears_l2 + weight: 1 + - path: root/pelvis/spine_01/spine_02/spine_03/neck_01/head/rabbit_ears_l1/rabbit_ears_l2/rabbit_ears_l3 + weight: 1 + - path: root/pelvis/spine_01/spine_02/spine_03/neck_01/head/rabbit_ears_l1/rabbit_ears_l2/rabbit_ears_l3/rabbit_ears_l4 + weight: 1 + - path: root/pelvis/spine_01/spine_02/spine_03/neck_01/head/rabbit_ears_l1/rabbit_ears_l2/rabbit_ears_l3/rabbit_ears_l4/rabbit_ears_l5 + weight: 1 + - path: root/pelvis/spine_01/spine_02/spine_03/neck_01/head/rabbit_ears_r1 + weight: 1 + - path: root/pelvis/spine_01/spine_02/spine_03/neck_01/head/rabbit_ears_r1/rabbit_ears_r2 + weight: 1 + - path: root/pelvis/spine_01/spine_02/spine_03/neck_01/head/rabbit_ears_r1/rabbit_ears_r2/rabbit_ears_r3 + weight: 1 + - path: root/pelvis/spine_01/spine_02/spine_03/neck_01/head/rabbit_ears_r1/rabbit_ears_r2/rabbit_ears_r3/rabbit_ears_r4 + weight: 1 + - path: root/pelvis/spine_01/spine_02/spine_03/neck_01/head/rabbit_ears_r1/rabbit_ears_r2/rabbit_ears_r3/rabbit_ears_r4/rabbit_ears_r5 + weight: 1 + - path: root/pelvis/tail01 + weight: 1 + - path: root/pelvis/tail01/tail02 + weight: 1 + - path: root/pelvis/tail01/tail02/tail03 + weight: 1 + - path: root/pelvis/tail01/tail02/tail03/tail04 + weight: 1 + - path: root/pelvis/tail01/tail02/tail03/tail04/tail05 + weight: 1 + - path: root/pelvis/thigh_l + weight: 1 + - path: root/pelvis/thigh_l/calf_l + weight: 1 + - path: root/pelvis/thigh_l/calf_l/foot_l + weight: 1 + - path: root/pelvis/thigh_l/calf_l/foot_l/ball_l + weight: 1 + - path: root/pelvis/thigh_l/calf_l/foot_l/ball_l/ball_l_02 + weight: 1 + - path: root/pelvis/thigh_r + weight: 1 + - path: root/pelvis/thigh_r/calf_r + weight: 1 + - path: root/pelvis/thigh_r/calf_r/foot_r + weight: 1 + - path: root/pelvis/thigh_r/calf_r/foot_r/ball_r + weight: 1 + - path: root/pelvis/thigh_r/calf_r/foot_r/ball_r/ball_r_02 + weight: 1 + maskType: 1 + maskSource: {fileID: 31900000, guid: 69887b248fdf7e64abf63a884b391a4d, type: 2} + additiveReferencePoseFrame: 60.96 + 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: 0 + 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: 0 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + tangentSpace: + normalSmoothAngle: 60 + normalImportMode: 0 + tangentImportMode: 3 + normalCalculationMode: 4 + legacyComputeAllNormalsFromSmoothingGroupsWhenMeshHasBlendShapes: 0 + blendShapeNormalImportMode: 1 + normalSmoothingSource: 0 + referencedClips: [] + importAnimation: 1 + humanDescription: + serializedVersion: 3 + human: + - boneName: pelvis + humanName: Hips + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: thigh_l + humanName: LeftUpperLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: thigh_r + humanName: RightUpperLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: calf_l + humanName: LeftLowerLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: calf_r + humanName: RightLowerLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: foot_l + humanName: LeftFoot + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: foot_r + humanName: RightFoot + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: spine_01 + humanName: Spine + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: spine_02 + humanName: Chest + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: neck_01 + humanName: Neck + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: head + humanName: Head + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: clavicle_l + humanName: LeftShoulder + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: clavicle_r + humanName: RightShoulder + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: upperarm_l + humanName: LeftUpperArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: upperarm_r + humanName: RightUpperArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: lowerarm_l + humanName: LeftLowerArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: lowerarm_r + humanName: RightLowerArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: hand_l + humanName: LeftHand + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: hand_r + humanName: RightHand + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: ball_l_02 + humanName: LeftToes + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: ball_r_02 + 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: Eye_L + humanName: LeftEye + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: Eye_R + humanName: RightEye + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: Jaw_M + humanName: Jaw + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: thumb_01_l + humanName: Left Thumb Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: thumb_02_l + humanName: Left Thumb Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: thumb_03_l + humanName: Left Thumb Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: index_01_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_02_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_03_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_01_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_02_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_03_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_01_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_02_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_03_l + humanName: Left Ring Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: pinky_01_l + humanName: Left Little Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: pinky_02_l + humanName: Left Little Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: pinky_03_l + humanName: Left Little Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: thumb_01_r + humanName: Right Thumb Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: thumb_02_r + humanName: Right Thumb Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: thumb_03_r + humanName: Right Thumb Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: index_01_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_02_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_03_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_01_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_02_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_03_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_01_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_02_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_03_r + humanName: Right Ring Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: pinky_01_r + humanName: Right Little Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: pinky_02_r + humanName: Right Little Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: pinky_03_r + humanName: Right Little Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: spine_03 + 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: Chibi_Humanoid_Avatar(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: root + parentName: Chibi_Humanoid_Avatar(Clone) + position: {x: -7.97287e-17, y: -1.4210854e-16, z: 4.3298696e-17} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: pelvis + parentName: root + position: {x: 7.145355e-17, y: 0.3590527, z: -0.0064596897} + rotation: {x: 0.49148893, y: -0.5083686, z: -0.49148893, w: 0.5083686} + scale: {x: 1, y: 1, z: 1} + - name: thigh_r + parentName: pelvis + position: {x: 0.020984039, y: -0.007746861, z: -0.21348922} + rotation: {x: -0.04016816, y: 0.9991325, z: -0.010738504, w: -0.0023285814} + scale: {x: 1, y: 1, z: 1} + - name: calf_r + parentName: thigh_r + position: {x: -0.18052627, y: -1.3322676e-16, z: -3.1974422e-16} + rotation: {x: 0, y: 0, z: 0.099963166, w: 0.9949911} + scale: {x: 1, y: 1, z: 1} + - name: foot_r + parentName: calf_r + position: {x: -0.13916215, y: 5.062617e-16, z: 1.4210854e-16} + rotation: {x: -0.01911769, y: -0.00070640014, z: -0.043059837, w: 0.9988893} + scale: {x: 1, y: 1, z: 1} + - name: ball_r + parentName: foot_r + position: {x: -0.010533721, y: 0.041665323, z: -2.842171e-16} + rotation: {x: 0.0063922573, y: 0.0051184404, z: -0.62501913, w: 0.7805665} + scale: {x: 1, y: 1, z: 1} + - name: ball_r_02 + parentName: ball_r + position: {x: -0.042483583, y: -4.161116e-15, z: 0.000000039237683} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: spine_01 + parentName: pelvis + position: {x: -0.11659071, y: 4.8072656e-16, z: -1.0787449e-16} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: spine_02 + parentName: spine_01 + position: {x: -0.11659071, y: 4.718448e-16, z: -1.7044439e-16} + rotation: {x: 0, y: 0, z: 0.03248174, w: 0.9994723} + scale: {x: 1, y: 1, z: 1} + - name: spine_03 + parentName: spine_02 + position: {x: -0.16774303, y: 2.842171e-16, z: -1.04349324e-16} + rotation: {x: 0, y: 0, z: -0.1542978, w: 0.9880244} + scale: {x: 1, y: 1, z: 1} + - name: clavicle_r + parentName: spine_03 + position: {x: -0.06811171, y: 0.016595716, z: -0.14820191} + rotation: {x: 0.032161284, y: -0.71431756, z: 0.11852793, w: 0.68896097} + scale: {x: 1, y: 1, z: 1} + - name: upperarm_r + parentName: clavicle_r + position: {x: -0.07712384, y: 1.1812772e-15, z: -9.947598e-16} + rotation: {x: 0.0773395, y: 0.015999898, z: -0.044162437, w: 0.99589777} + scale: {x: 1, y: 1, z: 1} + - name: lowerarm_r + parentName: upperarm_r + position: {x: -0.2517576, y: 3.0198067e-16, z: 1.1368684e-15} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: hand_r + parentName: lowerarm_r + position: {x: -0.22869253, y: 7.105427e-17, z: 7.105427e-16} + rotation: {x: 6.938894e-17, y: -1.0833356e-33, z: -1.5612511e-17, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: middle_01_r + parentName: hand_r + position: {x: -0.09803901, y: -3.5527136e-17, z: -2.842171e-16} + rotation: {x: -0.016859, y: -0.0772194, z: 0.0028675944, w: 0.9968674} + scale: {x: 1, y: 1, z: 1} + - name: middle_02_r + parentName: middle_01_r + position: {x: -0.038769238, y: -1.7763568e-17, z: -1.4210854e-16} + rotation: {x: 0.03001885, y: -0.03945842, z: -0.0040334114, w: 0.9987621} + scale: {x: 1, y: 1, z: 1} + - name: middle_03_r + parentName: middle_02_r + position: {x: -0.040027287, y: -1.0658141e-16, z: 1.4210854e-16} + rotation: {x: 0.0065667694, y: -0.038803533, z: 0.0045389077, w: 0.999215} + scale: {x: 1, y: 1, z: 1} + - name: middle_04_r + parentName: middle_03_r + position: {x: -0.037305653, y: -8.881784e-18, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: thumb_01_r + parentName: hand_r + position: {x: -0.02134813, y: 0.07035614, z: -0.039544} + rotation: {x: -0.61776274, y: 0.13377738, z: -0.35522214, w: 0.6886872} + scale: {x: 1, y: 1, z: 1} + - name: thumb_02_r + parentName: thumb_01_r + position: {x: -0.05523822, y: 0, z: -1.1013412e-15} + rotation: {x: -0.0121451, y: 0.0049000825, z: 0.039093893, w: 0.99914974} + scale: {x: 1, y: 1, z: 1} + - name: thumb_03_r + parentName: thumb_02_r + position: {x: -0.029465482, y: 0, z: 2.4868996e-16} + rotation: {x: -0.02598971, y: -0.0017890756, z: 0.03824424, w: 0.9989288} + scale: {x: 1, y: 1, z: 1} + - name: thumb_04_r + parentName: thumb_03_r + position: {x: -0.023924602, y: 0, z: 7.105427e-17} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: index_01_r + parentName: hand_r + position: {x: -0.09991405, y: 0.037073765, z: -0.0036836944} + rotation: {x: 0.009854632, y: -0.06354492, z: -0.035094682, w: 0.997313} + scale: {x: 1, y: 1, z: 1} + - name: index_02_r + parentName: index_01_r + position: {x: -0.03643808, y: -5.0848214e-16, z: -5.684342e-16} + rotation: {x: 0.0056443936, y: -0.03929569, z: -0.0038016667, w: 0.9992044} + scale: {x: 1, y: 1, z: 1} + - name: index_03_r + parentName: index_02_r + position: {x: -0.035263915, y: -6.217249e-17, z: 1.847411e-15} + rotation: {x: -0.0071803136, y: -0.03818158, z: 0.007895683, w: 0.9992139} + scale: {x: 1, y: 1, z: 1} + - name: index_04_r + parentName: index_03_r + position: {x: -0.027298061, y: -1.0658141e-16, z: -1.563194e-15} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: cup_r + parentName: hand_r + position: {x: -0.008487943, y: -0.0041985167, z: -0.0011565371} + rotation: {x: -0.00063062744, y: -0.008900923, z: 0.06358822, w: 0.99793637} + scale: {x: 1, y: 1, z: 1} + - name: pinky_01_r + parentName: cup_r + position: {x: -0.08094637, y: -0.036209043, z: -0.008335483} + rotation: {x: -0.008872239, y: -0.023159215, z: -0.00061652897, w: 0.99969226} + scale: {x: 1, y: 1, z: 1} + - name: pinky_02_r + parentName: pinky_01_r + position: {x: -0.028854312, y: -7.105427e-17, z: -8.5265126e-16} + rotation: {x: -0.0033607401, y: -0.0399435, z: -0.005443123, w: 0.99918157} + scale: {x: 1, y: 1, z: 1} + - name: pinky_03_r + parentName: pinky_02_r + position: {x: -0.023566289, y: 3.5527135e-16, z: 1.1368684e-15} + rotation: {x: -0.025013803, y: -0.038439002, z: -0.0017993893, w: 0.9989462} + scale: {x: 1, y: 1, z: 1} + - name: pinky_04_r + parentName: pinky_03_r + position: {x: -0.0293414, y: -3.5527135e-16, z: 4.2632563e-16} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: ring_01_r + parentName: cup_r + position: {x: -0.08916332, y: -0.01552607, z: -0.0027549511} + rotation: {x: -0.02685257, y: -0.053124383, z: -0.02886147, w: 0.9978095} + scale: {x: 1, y: 1, z: 1} + - name: ring_02_r + parentName: ring_01_r + position: {x: -0.037284084, y: 2.842171e-16, z: -2.2737367e-15} + rotation: {x: 0.0016190425, y: -0.039832465, z: 0.0004005827, w: 0.99920505} + scale: {x: 1, y: 1, z: 1} + - name: ring_03_r + parentName: ring_02_r + position: {x: -0.03615039, y: -4.2632563e-16, z: 1.4210854e-15} + rotation: {x: -0.011273785, y: -0.03634874, z: -0.017581433, w: 0.99912095} + scale: {x: 1, y: 1, z: 1} + - name: ring_04_r + parentName: ring_03_r + position: {x: -0.027998645, y: 2.842171e-16, z: 1.1368684e-15} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: Hand_r_equipment + parentName: hand_r + position: {x: -0.071717314, y: -0.008393532, z: -0.07169423} + rotation: {x: 0.0068377545, y: 0.7600093, z: 0.6495589, w: 0.020306554} + scale: {x: 1, y: 1, z: 1} + - name: neck_01 + parentName: spine_03 + position: {x: -0.100067444, y: -2.1316282e-16, z: 1.970298e-16} + rotation: {x: 0, y: 0, z: -0.074045286, w: 0.9972549} + scale: {x: 1, y: 1, z: 1} + - name: head + parentName: neck_01 + position: {x: -0.02629805, y: -3.5527136e-17, z: -1.5519624e-17} + rotation: {x: 0, y: 0, z: 0.17869695, w: 0.9839042} + scale: {x: 1, y: 1, z: 1} + - name: Eye_R + parentName: head + position: {x: -0.4071262, y: 0.3473162, z: -0.16987707} + rotation: {x: 0.5, y: 0.5, z: -0.5, w: 0.5} + scale: {x: 1, y: 1, z: 1} + - name: EyeEnd_R + parentName: Eye_R + position: {x: -0.053281333, y: 5.684342e-16, z: -1.065814e-15} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: Jaw_M + parentName: head + position: {x: -0.05101526, y: 0.2876312, z: -3.5414823e-16} + rotation: {x: 0, y: 0, z: -0.78643805, w: 0.61766917} + scale: {x: 1, y: 1, z: 1} + - name: JawEnd_M + parentName: Jaw_M + position: {x: -0.113684185, y: 5.684342e-16, z: -1.3292045e-16} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: HeadEnd_M + parentName: head + position: {x: -0.8511138, y: 6.1242674e-16, z: -2.23472e-16} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: Eye_L + parentName: head + position: {x: -0.4071262, y: 0.3473162, z: 0.16987707} + rotation: {x: -0.5, y: -0.5, z: -0.5, w: 0.5} + scale: {x: 1, y: 1, z: 1} + - name: EyeEnd_L + parentName: Eye_L + position: {x: -0.053281333, y: 2.2737367e-15, z: 8.5265126e-16} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: catears_r1 + parentName: head + position: {x: -0.6328281, y: -0.045856588, z: -0.33683398} + rotation: {x: 0.3517171, y: 0.7074806, z: -0.54890835, w: 0.2728845} + scale: {x: 1, y: 1, z: 1} + - name: catears_r2 + parentName: catears_r1 + position: {x: 0.08282707, y: -0.0000009463735, z: 0.00000008864178} + rotation: {x: -0.059636705, y: 0.09924432, z: 0.106072664, w: 0.98759437} + scale: {x: 1, y: 1, z: 1} + - name: catears_r3 + parentName: catears_r2 + position: {x: 0.12977353, y: 0.0000011342388, z: -0.00000013708586} + rotation: {x: 0.051521488, y: -0.23363665, z: 0.2090918, w: 0.9481773} + scale: {x: 1, y: 1, z: 1} + - name: catears_l1 + parentName: head + position: {x: -0.6328281, y: -0.04585657, z: 0.33683437} + rotation: {x: -0.70748055, y: 0.35171714, z: 0.27288446, w: 0.5489084} + scale: {x: 1, y: 1, z: 1} + - name: catears_l2 + parentName: catears_l1 + position: {x: -0.08282578, y: 4.3975105e-17, z: -1.0269563e-17} + rotation: {x: -0.059636705, y: 0.09924432, z: 0.106072664, w: 0.98759437} + scale: {x: 1, y: 1, z: 1} + - name: catears_l3 + parentName: catears_l2 + position: {x: -0.12977435, y: -2.3096108e-16, z: 3.4416914e-17} + rotation: {x: 0.051521488, y: -0.23363665, z: 0.2090918, w: 0.9481773} + scale: {x: 1, y: 1, z: 1} + - name: ears_l1 + parentName: head + position: {x: -0.29893956, y: 0.00065100734, z: 0.4818343} + rotation: {x: -0.4961981, y: 0.5037732, z: 0.5037732, w: 0.4961981} + scale: {x: 1, y: 1, z: 1} + - name: ears_l2 + parentName: ears_l1 + position: {x: -0.08323166, y: 0.00906778, z: 0} + rotation: {x: 0, y: 0, z: -0.0075751054, w: 0.99997133} + scale: {x: 1, y: 1, z: 1} + - name: ears_l3 + parentName: ears_l2 + position: {x: -0.08352148, y: 0.008665383, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: ears_r1 + parentName: head + position: {x: -0.2989381, y: 0.00065100734, z: -0.481834} + rotation: {x: 0.5037732, y: 0.4961981, z: -0.4961981, w: 0.5037732} + scale: {x: 1, y: 1, z: 1} + - name: ears_r2 + parentName: ears_r1 + position: {x: 0.08323211, y: -0.009071989, z: 1.1109982e-18} + rotation: {x: 0.00000001053641, y: -7.981671e-11, z: -0.0075751054, w: 0.99997133} + scale: {x: 1, y: 1, z: 1} + - name: ears_r3 + parentName: ears_r2 + position: {x: 0.083521, y: -0.00866, z: 1.8249585e-10} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: Head_equipment + parentName: head + position: {x: -0.000000023831111, y: -1.41579725e-11, z: 3.1386756e-16} + rotation: {x: -0.5, y: 0.5, z: 0.5, w: 0.5} + scale: {x: 1, y: 1, z: 1} + - name: rabbit_ears_l1 + parentName: head + position: {x: -0.7671371, y: -0.007979299, z: 0.1900594} + rotation: {x: 7.182875e-16, y: 0.142911, z: -1.8155141e-15, w: 0.98973554} + scale: {x: 1, y: 1, z: 1} + - name: rabbit_ears_l2 + parentName: rabbit_ears_l1 + position: {x: -0.12435393, y: -1.380606e-17, z: -2.9455213e-18} + rotation: {x: 0, y: -0.0021245151, z: -0, w: 0.99999774} + scale: {x: 1, y: 1, z: 1} + - name: rabbit_ears_l3 + parentName: rabbit_ears_l2 + position: {x: -0.19884825, y: -4.673433e-31, z: -1.0302869e-15} + rotation: {x: 0, y: 0.014221186, z: -0, w: 0.9998989} + scale: {x: 1, y: 1, z: 1} + - name: rabbit_ears_l4 + parentName: rabbit_ears_l3 + position: {x: -0.24156539, y: 9.860761e-33, z: 3.0999348e-17} + rotation: {x: 0, y: -0.014612687, z: -0, w: 0.99989325} + scale: {x: 1, y: 1, z: 1} + - name: rabbit_ears_l5 + parentName: rabbit_ears_l4 + position: {x: -0.16246277, y: -1.774937e-32, z: -7.022122e-16} + rotation: {x: -0.5652562, y: 0.42483583, z: 0.42483583, w: 0.5652562} + scale: {x: 1, y: 1, z: 1} + - name: rabbit_ears_r1 + parentName: head + position: {x: -0.76713806, y: -0.007979303, z: -0.19005899} + rotation: {x: -0.142911, y: -8.284253e-16, z: 0.98973554, w: -6.027865e-17} + scale: {x: 1, y: 1, z: 1} + - name: rabbit_ears_r2 + parentName: rabbit_ears_r1 + position: {x: 0.124349885, y: -4.3742785e-16, z: -0.0000019627425} + rotation: {x: -6.018545e-35, y: -0.0021245151, z: -6.50125e-17, w: 0.99999774} + scale: {x: 1, y: 1, z: 1} + - name: rabbit_ears_r3 + parentName: rabbit_ears_r2 + position: {x: 0.19885482, y: -7.0277117e-16, z: 0.0000018277557} + rotation: {x: 2.8891874e-34, y: 0.014221186, z: -7.7608295e-17, w: 0.9998989} + scale: {x: 1, y: 1, z: 1} + - name: rabbit_ears_r4 + parentName: rabbit_ears_r3 + position: {x: 0.2415585, y: -8.4598993e-16, z: -0.000001972059} + rotation: {x: 0.0000000074497852, y: -0.014612687, z: 1.0887293e-10, w: 0.99989325} + scale: {x: 1, y: 1, z: 1} + - name: rabbit_ears_r5 + parentName: rabbit_ears_r4 + position: {x: 0.16246666, y: -5.7287506e-16, z: 0.0000012133444} + rotation: {x: -0.5652562, y: 0.42483583, z: 0.42483583, w: 0.5652562} + scale: {x: 1, y: 1, z: 1} + - name: clavicle_l + parentName: spine_03 + position: {x: -0.06811171, y: 0.016595716, z: 0.14820191} + rotation: {x: 0.71431756, y: 0.032161284, z: 0.68896097, w: -0.11852792} + scale: {x: 1, y: 1, z: 1} + - name: upperarm_l + parentName: clavicle_l + position: {x: 0.07712384, y: 5.6177284e-16, z: 8.5265126e-16} + rotation: {x: 0.0773395, y: 0.015999898, z: -0.044162437, w: 0.99589777} + scale: {x: 1, y: 1, z: 1} + - name: lowerarm_l + parentName: upperarm_l + position: {x: 0.2517576, y: -3.0198067e-16, z: 1.4210854e-15} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: hand_l + parentName: lowerarm_l + position: {x: 0.22869253, y: -8.8817837e-17, z: -2.2737367e-15} + rotation: {x: 2.7755576e-17, y: -4.814825e-35, z: -1.7347235e-18, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: middle_01_l + parentName: hand_l + position: {x: 0.09803901, y: -5.3290704e-17, z: 2.842171e-16} + rotation: {x: -0.016858978, y: -0.07721935, z: 0.0028675941, w: 0.9968675} + scale: {x: 1, y: 1, z: 1} + - name: middle_02_l + parentName: middle_01_l + position: {x: 0.038769238, y: 1.7763568e-17, z: -1.847411e-15} + rotation: {x: 0.030018795, y: -0.039458398, z: -0.0040334365, w: 0.9987621} + scale: {x: 1, y: 1, z: 1} + - name: middle_03_l + parentName: middle_02_l + position: {x: 0.040027287, y: -1.0658141e-16, z: -2.2737367e-15} + rotation: {x: 0.0065668514, y: -0.03880391, z: 0.004538058, w: 0.99921507} + scale: {x: 1, y: 1, z: 1} + - name: middle_04_l + parentName: middle_03_l + position: {x: 0.037305653, y: 1.3322676e-16, z: 3.2684964e-15} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: thumb_01_l + parentName: hand_l + position: {x: 0.02134813, y: -0.07035614, z: 0.039544} + rotation: {x: -0.617763, y: 0.13377708, z: -0.35522237, w: 0.688687} + scale: {x: 1, y: 1, z: 1} + - name: thumb_02_l + parentName: thumb_01_l + position: {x: 0.05523822, y: 4.2632563e-16, z: 4.0856205e-16} + rotation: {x: -0.01214498, y: 0.0049005807, z: 0.039095934, w: 0.9991497} + scale: {x: 1, y: 1, z: 1} + - name: thumb_03_l + parentName: thumb_02_l + position: {x: 0.029465482, y: -1.4210854e-16, z: -4.796163e-16} + rotation: {x: -0.025989592, y: -0.0017877439, z: 0.03824587, w: 0.9989288} + scale: {x: 1, y: 1, z: 1} + - name: thumb_04_l + parentName: thumb_03_l + position: {x: 0.023924602, y: 9.947598e-16, z: 7.105427e-17} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: index_01_l + parentName: hand_l + position: {x: 0.09991405, y: -0.037073765, z: 0.0036836944} + rotation: {x: 0.00985464, y: -0.063544914, z: -0.035094675, w: 0.997313} + scale: {x: 1, y: 1, z: 1} + - name: index_02_l + parentName: index_01_l + position: {x: 0.03643808, y: 4.596323e-16, z: -1.1368684e-15} + rotation: {x: 0.005644415, y: -0.03929582, z: -0.0038020932, w: 0.9992044} + scale: {x: 1, y: 1, z: 1} + - name: index_03_l + parentName: index_02_l + position: {x: 0.035263915, y: -6.2616577e-16, z: 7.105427e-16} + rotation: {x: -0.007180413, y: -0.03817956, z: 0.0078948075, w: 0.99921393} + scale: {x: 1, y: 1, z: 1} + - name: index_04_l + parentName: index_03_l + position: {x: 0.027298061, y: 1.0658141e-16, z: 9.947598e-16} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: cup_l + parentName: hand_l + position: {x: 0.008487943, y: 0.0041985167, z: 0.0011565371} + rotation: {x: -0.00063062744, y: -0.008900923, z: 0.06358822, w: 0.99793637} + scale: {x: 1, y: 1, z: 1} + - name: pinky_01_l + parentName: cup_l + position: {x: 0.08094637, y: 0.036209043, z: 0.008335483} + rotation: {x: -0.008872085, y: -0.023159143, z: -0.0006156796, w: 0.9996922} + scale: {x: 1, y: 1, z: 1} + - name: pinky_02_l + parentName: pinky_01_l + position: {x: 0.028854312, y: -4.2632563e-16, z: 8.5265126e-16} + rotation: {x: -0.0033606838, y: -0.03994216, z: -0.005443243, w: 0.99918157} + scale: {x: 1, y: 1, z: 1} + - name: pinky_03_l + parentName: pinky_02_l + position: {x: 0.023566289, y: 3.5527135e-16, z: -9.947598e-16} + rotation: {x: -0.025013776, y: -0.038437095, z: -0.0017992624, w: 0.9989463} + scale: {x: 1, y: 1, z: 1} + - name: pinky_04_l + parentName: pinky_03_l + position: {x: 0.0293414, y: -8.171241e-16, z: -9.947598e-16} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: ring_01_l + parentName: cup_l + position: {x: 0.08916332, y: 0.01552607, z: 0.0027549511} + rotation: {x: -0.026852543, y: -0.053124446, z: -0.028861433, w: 0.9978096} + scale: {x: 1, y: 1, z: 1} + - name: ring_02_l + parentName: ring_01_l + position: {x: 0.037284084, y: -4.2632563e-16, z: 2.842171e-16} + rotation: {x: 0.0016190197, y: -0.03983278, z: 0.0003998217, w: 0.999205} + scale: {x: 1, y: 1, z: 1} + - name: ring_03_l + parentName: ring_02_l + position: {x: 0.03615039, y: 2.4868996e-16, z: 2.5579537e-15} + rotation: {x: -0.01127379, y: -0.036347788, z: -0.017580679, w: 0.99912095} + scale: {x: 1, y: 1, z: 1} + - name: ring_04_l + parentName: ring_03_l + position: {x: 0.027998645, y: 1.3322676e-16, z: -1.2789769e-15} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: Hand_l_equipment + parentName: hand_l + position: {x: 0.07171857, y: 0.008393485, z: 0.071694255} + rotation: {x: -0.020306554, y: -0.6495589, z: 0.7600093, w: 0.0068377545} + scale: {x: 1, y: 1, z: 1} + - name: Chest_equipment + parentName: spine_03 + position: {x: 0.00000003347651, y: 0.000000006615356, z: 3.6168006e-17} + rotation: {x: 0.5498939, y: -0.44454098, z: -0.5498939, w: -0.44454098} + scale: {x: 1, y: 1, z: 1} + - name: Body_equipment + parentName: spine_01 + position: {x: -0.28397974, y: -0.010891423, z: -8.393871e-17} + rotation: {x: -0.49148893, y: 0.5083686, z: 0.49148893, w: 0.5083686} + scale: {x: 1, y: 1, z: 1} + - name: thigh_l + parentName: pelvis + position: {x: 0.020984039, y: -0.007746861, z: 0.21348922} + rotation: {x: 0.9991325, y: 0.04016816, z: 0.0023285814, w: -0.010738504} + scale: {x: 1, y: 1, z: 1} + - name: calf_l + parentName: thigh_l + position: {x: 0.18052627, y: 1.4654943e-16, z: 2.1316282e-16} + rotation: {x: 0, y: 0, z: 0.099963166, w: 0.9949911} + scale: {x: 1, y: 1, z: 1} + - name: foot_l + parentName: calf_l + position: {x: 0.13916215, y: -1.3000712e-15, z: -2.4868996e-16} + rotation: {x: -0.01911769, y: -0.00070640014, z: -0.043059837, w: 0.9988893} + scale: {x: 1, y: 1, z: 1} + - name: ball_l + parentName: foot_l + position: {x: 0.010533721, y: -0.041665323, z: 1.4210854e-16} + rotation: {x: 0.0063926373, y: 0.0051187444, z: -0.6250192, w: 0.78056645} + scale: {x: 1, y: 1, z: 1} + - name: ball_l_02 + parentName: ball_l + position: {x: 0.042483583, y: -2.8643753e-16, z: 0.00000000109071} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: tail01 + parentName: pelvis + position: {x: 0.051698957, y: -0.24261716, z: -6.6123945e-17} + rotation: {x: -0.49148893, y: 0.5083686, z: 0.49148893, w: 0.5083686} + scale: {x: 1, y: 1, z: 1} + - name: tail02 + parentName: tail01 + position: {x: 1.4791142e-33, y: -0.07674059, z: -0.07478956} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: tail03 + parentName: tail02 + position: {x: -6.669206e-17, y: -0.035118576, z: -0.13657223} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: tail04 + parentName: tail03 + position: {x: -4.4758975e-17, y: 0.020160662, z: -0.11641157} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: tail05 + parentName: tail04 + position: {x: -1.8550005e-17, y: 0.03316754, z: -0.05853096} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: short_tail_1 + parentName: pelvis + position: {x: -0.07192494, y: -0.24255544, z: -1.4793249e-16} + rotation: {x: -1.2437499e-15, y: -1.4109186e-15, z: 0.68329304, w: 0.73014426} + scale: {x: 1, y: 1, z: 1} + - name: short_tail_2 + parentName: short_tail_1 + position: {x: -0.1667836, y: 0.050014894, z: -3.9796156e-17} + rotation: {x: -0.011493115, y: 0.70701337, z: 0.011493115, w: 0.70701337} + scale: {x: 1, y: 1, z: 1} + armTwist: 0.5 + foreArmTwist: 0.5 + upperLegTwist: 0.5 + legTwist: 0.5 + armStretch: 0.05 + legStretch: 0.05 + feetSpacing: 0 + globalScale: 1 + rootMotionBoneName: + hasTranslationDoF: 0 + hasExtraRoot: 1 + skeletonHasParents: 1 + lastHumanDescriptionAvatarSource: {fileID: 9000000, guid: 40652f2acecba7946a15c0dab99f7d97, + type: 3} + autoGenerateAvatarMappingIfUnspecified: 1 + animationType: 3 + humanoidOversampling: 1 + avatarSetup: 2 + addHumanoidExtraRootOnlyWhenUsingAvatar: 0 + importBlendShapeDeformPercent: 0 + remapMaterialsIfMaterialImportModeIsNone: 1 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 192633 + packageName: Pspsps Cat + packageVersion: 3.1 + assetPath: Assets/Suriyun/Animations/Pspsps Animations/Character Animations/Anim_Chibi@Quadruped_Run.fbx + uploadId: 698227 diff --git a/Assets/StoreAssets/Suriyun_Cat/Animations/Pspsps Animations/Character Animations/Anim_Chibi@Quadruped_Walk.fbx b/Assets/StoreAssets/Suriyun_Cat/Animations/Pspsps Animations/Character Animations/Anim_Chibi@Quadruped_Walk.fbx new file mode 100644 index 00000000..23dcb08d --- /dev/null +++ b/Assets/StoreAssets/Suriyun_Cat/Animations/Pspsps Animations/Character Animations/Anim_Chibi@Quadruped_Walk.fbx @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:90b1f6472102c725e0b1e094a3ada907aaca5e6117cc51150cc8a6dd550b88b2 +size 830624 diff --git a/Assets/StoreAssets/Suriyun_Cat/Animations/Pspsps Animations/Character Animations/Anim_Chibi@Quadruped_Walk.fbx.meta b/Assets/StoreAssets/Suriyun_Cat/Animations/Pspsps Animations/Character Animations/Anim_Chibi@Quadruped_Walk.fbx.meta new file mode 100644 index 00000000..32936e46 --- /dev/null +++ b/Assets/StoreAssets/Suriyun_Cat/Animations/Pspsps Animations/Character Animations/Anim_Chibi@Quadruped_Walk.fbx.meta @@ -0,0 +1,1356 @@ +fileFormatVersion: 2 +guid: 474685806a6fc1949b69044fbc013de5 +ModelImporter: + serializedVersion: 22200 + internalIDToNameTable: + - first: + 74: -3433304599492012588 + second: Quadruped_Walk + externalObjects: {} + materials: + materialImportMode: 1 + materialName: 0 + materialSearch: 1 + materialLocation: 1 + animations: + legacyGenerateAnimations: 4 + bakeSimulation: 0 + resampleCurves: 1 + optimizeGameObjects: 0 + removeConstantScaleCurves: 0 + motionNodeName: + rigImportErrors: + rigImportWarnings: + animationImportErrors: + animationImportWarnings: "\nClip 'Anim_Chibi@Quadruped_Walk' has import animation + warnings that might lower retargeting quality:\nNote: Activate translation + DOF on avatar to improve retargeting quality.\n\t'ball_r' is inbetween humanoid + transforms and has rotation animation that will be discarded.\n\t'ball_l' is + inbetween humanoid transforms and has rotation animation that will be discarded.\n" + animationRetargetingWarnings: + animationDoRetargetingWarnings: 0 + importAnimatedCustomProperties: 0 + importConstraints: 0 + animationCompression: 3 + animationRotationError: 0.5 + animationPositionError: 0.5 + animationScaleError: 0.5 + animationWrapMode: 0 + extraExposedTransformPaths: [] + extraUserProperties: [] + clipAnimations: + - serializedVersion: 16 + name: Quadruped_Walk + takeName: Anim_Chibi@Quadruped_Walk + internalID: 0 + firstFrame: 31 + lastFrame: 51 + 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: + - path: + weight: 1 + - path: root + weight: 1 + - path: root/pelvis + weight: 1 + - path: root/pelvis/short_tail_1 + weight: 1 + - path: root/pelvis/short_tail_1/short_tail_2 + weight: 1 + - path: root/pelvis/spine_01 + weight: 1 + - path: root/pelvis/spine_01/Body_equipment + weight: 1 + - path: root/pelvis/spine_01/spine_02 + weight: 1 + - path: root/pelvis/spine_01/spine_02/spine_03 + weight: 1 + - path: root/pelvis/spine_01/spine_02/spine_03/Chest_equipment + weight: 1 + - path: root/pelvis/spine_01/spine_02/spine_03/clavicle_l + weight: 1 + - path: root/pelvis/spine_01/spine_02/spine_03/clavicle_l/upperarm_l + weight: 1 + - path: root/pelvis/spine_01/spine_02/spine_03/clavicle_l/upperarm_l/lowerarm_l + weight: 1 + - path: root/pelvis/spine_01/spine_02/spine_03/clavicle_l/upperarm_l/lowerarm_l/hand_l + weight: 1 + - path: root/pelvis/spine_01/spine_02/spine_03/clavicle_l/upperarm_l/lowerarm_l/hand_l/cup_l + weight: 1 + - path: root/pelvis/spine_01/spine_02/spine_03/clavicle_l/upperarm_l/lowerarm_l/hand_l/cup_l/pinky_01_l + weight: 1 + - path: root/pelvis/spine_01/spine_02/spine_03/clavicle_l/upperarm_l/lowerarm_l/hand_l/cup_l/pinky_01_l/pinky_02_l + weight: 1 + - path: root/pelvis/spine_01/spine_02/spine_03/clavicle_l/upperarm_l/lowerarm_l/hand_l/cup_l/pinky_01_l/pinky_02_l/pinky_03_l + weight: 1 + - path: root/pelvis/spine_01/spine_02/spine_03/clavicle_l/upperarm_l/lowerarm_l/hand_l/cup_l/pinky_01_l/pinky_02_l/pinky_03_l/pinky_04_l + weight: 1 + - path: root/pelvis/spine_01/spine_02/spine_03/clavicle_l/upperarm_l/lowerarm_l/hand_l/cup_l/ring_01_l + weight: 1 + - path: root/pelvis/spine_01/spine_02/spine_03/clavicle_l/upperarm_l/lowerarm_l/hand_l/cup_l/ring_01_l/ring_02_l + weight: 1 + - path: root/pelvis/spine_01/spine_02/spine_03/clavicle_l/upperarm_l/lowerarm_l/hand_l/cup_l/ring_01_l/ring_02_l/ring_03_l + weight: 1 + - path: root/pelvis/spine_01/spine_02/spine_03/clavicle_l/upperarm_l/lowerarm_l/hand_l/cup_l/ring_01_l/ring_02_l/ring_03_l/ring_04_l + weight: 1 + - path: root/pelvis/spine_01/spine_02/spine_03/clavicle_l/upperarm_l/lowerarm_l/hand_l/Hand_l_equipment + weight: 1 + - path: root/pelvis/spine_01/spine_02/spine_03/clavicle_l/upperarm_l/lowerarm_l/hand_l/index_01_l + weight: 1 + - path: root/pelvis/spine_01/spine_02/spine_03/clavicle_l/upperarm_l/lowerarm_l/hand_l/index_01_l/index_02_l + weight: 1 + - path: root/pelvis/spine_01/spine_02/spine_03/clavicle_l/upperarm_l/lowerarm_l/hand_l/index_01_l/index_02_l/index_03_l + weight: 1 + - path: root/pelvis/spine_01/spine_02/spine_03/clavicle_l/upperarm_l/lowerarm_l/hand_l/index_01_l/index_02_l/index_03_l/index_04_l + weight: 1 + - path: root/pelvis/spine_01/spine_02/spine_03/clavicle_l/upperarm_l/lowerarm_l/hand_l/middle_01_l + weight: 1 + - path: root/pelvis/spine_01/spine_02/spine_03/clavicle_l/upperarm_l/lowerarm_l/hand_l/middle_01_l/middle_02_l + weight: 1 + - path: root/pelvis/spine_01/spine_02/spine_03/clavicle_l/upperarm_l/lowerarm_l/hand_l/middle_01_l/middle_02_l/middle_03_l + weight: 1 + - path: root/pelvis/spine_01/spine_02/spine_03/clavicle_l/upperarm_l/lowerarm_l/hand_l/middle_01_l/middle_02_l/middle_03_l/middle_04_l + weight: 1 + - path: root/pelvis/spine_01/spine_02/spine_03/clavicle_l/upperarm_l/lowerarm_l/hand_l/thumb_01_l + weight: 1 + - path: root/pelvis/spine_01/spine_02/spine_03/clavicle_l/upperarm_l/lowerarm_l/hand_l/thumb_01_l/thumb_02_l + weight: 1 + - path: root/pelvis/spine_01/spine_02/spine_03/clavicle_l/upperarm_l/lowerarm_l/hand_l/thumb_01_l/thumb_02_l/thumb_03_l + weight: 1 + - path: root/pelvis/spine_01/spine_02/spine_03/clavicle_l/upperarm_l/lowerarm_l/hand_l/thumb_01_l/thumb_02_l/thumb_03_l/thumb_04_l + weight: 1 + - path: root/pelvis/spine_01/spine_02/spine_03/clavicle_r + weight: 1 + - path: root/pelvis/spine_01/spine_02/spine_03/clavicle_r/upperarm_r + weight: 1 + - path: root/pelvis/spine_01/spine_02/spine_03/clavicle_r/upperarm_r/lowerarm_r + weight: 1 + - path: root/pelvis/spine_01/spine_02/spine_03/clavicle_r/upperarm_r/lowerarm_r/hand_r + weight: 1 + - path: root/pelvis/spine_01/spine_02/spine_03/clavicle_r/upperarm_r/lowerarm_r/hand_r/cup_r + weight: 1 + - path: root/pelvis/spine_01/spine_02/spine_03/clavicle_r/upperarm_r/lowerarm_r/hand_r/cup_r/pinky_01_r + weight: 1 + - path: root/pelvis/spine_01/spine_02/spine_03/clavicle_r/upperarm_r/lowerarm_r/hand_r/cup_r/pinky_01_r/pinky_02_r + weight: 1 + - path: root/pelvis/spine_01/spine_02/spine_03/clavicle_r/upperarm_r/lowerarm_r/hand_r/cup_r/pinky_01_r/pinky_02_r/pinky_03_r + weight: 1 + - path: root/pelvis/spine_01/spine_02/spine_03/clavicle_r/upperarm_r/lowerarm_r/hand_r/cup_r/pinky_01_r/pinky_02_r/pinky_03_r/pinky_04_r + weight: 1 + - path: root/pelvis/spine_01/spine_02/spine_03/clavicle_r/upperarm_r/lowerarm_r/hand_r/cup_r/ring_01_r + weight: 1 + - path: root/pelvis/spine_01/spine_02/spine_03/clavicle_r/upperarm_r/lowerarm_r/hand_r/cup_r/ring_01_r/ring_02_r + weight: 1 + - path: root/pelvis/spine_01/spine_02/spine_03/clavicle_r/upperarm_r/lowerarm_r/hand_r/cup_r/ring_01_r/ring_02_r/ring_03_r + weight: 1 + - path: root/pelvis/spine_01/spine_02/spine_03/clavicle_r/upperarm_r/lowerarm_r/hand_r/cup_r/ring_01_r/ring_02_r/ring_03_r/ring_04_r + weight: 1 + - path: root/pelvis/spine_01/spine_02/spine_03/clavicle_r/upperarm_r/lowerarm_r/hand_r/Hand_r_equipment + weight: 1 + - path: root/pelvis/spine_01/spine_02/spine_03/clavicle_r/upperarm_r/lowerarm_r/hand_r/index_01_r + weight: 1 + - path: root/pelvis/spine_01/spine_02/spine_03/clavicle_r/upperarm_r/lowerarm_r/hand_r/index_01_r/index_02_r + weight: 1 + - path: root/pelvis/spine_01/spine_02/spine_03/clavicle_r/upperarm_r/lowerarm_r/hand_r/index_01_r/index_02_r/index_03_r + weight: 1 + - path: root/pelvis/spine_01/spine_02/spine_03/clavicle_r/upperarm_r/lowerarm_r/hand_r/index_01_r/index_02_r/index_03_r/index_04_r + weight: 1 + - path: root/pelvis/spine_01/spine_02/spine_03/clavicle_r/upperarm_r/lowerarm_r/hand_r/middle_01_r + weight: 1 + - path: root/pelvis/spine_01/spine_02/spine_03/clavicle_r/upperarm_r/lowerarm_r/hand_r/middle_01_r/middle_02_r + weight: 1 + - path: root/pelvis/spine_01/spine_02/spine_03/clavicle_r/upperarm_r/lowerarm_r/hand_r/middle_01_r/middle_02_r/middle_03_r + weight: 1 + - path: root/pelvis/spine_01/spine_02/spine_03/clavicle_r/upperarm_r/lowerarm_r/hand_r/middle_01_r/middle_02_r/middle_03_r/middle_04_r + weight: 1 + - path: root/pelvis/spine_01/spine_02/spine_03/clavicle_r/upperarm_r/lowerarm_r/hand_r/thumb_01_r + weight: 1 + - path: root/pelvis/spine_01/spine_02/spine_03/clavicle_r/upperarm_r/lowerarm_r/hand_r/thumb_01_r/thumb_02_r + weight: 1 + - path: root/pelvis/spine_01/spine_02/spine_03/clavicle_r/upperarm_r/lowerarm_r/hand_r/thumb_01_r/thumb_02_r/thumb_03_r + weight: 1 + - path: root/pelvis/spine_01/spine_02/spine_03/clavicle_r/upperarm_r/lowerarm_r/hand_r/thumb_01_r/thumb_02_r/thumb_03_r/thumb_04_r + weight: 1 + - path: root/pelvis/spine_01/spine_02/spine_03/neck_01 + weight: 1 + - path: root/pelvis/spine_01/spine_02/spine_03/neck_01/head + weight: 1 + - path: root/pelvis/spine_01/spine_02/spine_03/neck_01/head/catears_l1 + weight: 1 + - path: root/pelvis/spine_01/spine_02/spine_03/neck_01/head/catears_l1/catears_l2 + weight: 1 + - path: root/pelvis/spine_01/spine_02/spine_03/neck_01/head/catears_l1/catears_l2/catears_l3 + weight: 1 + - path: root/pelvis/spine_01/spine_02/spine_03/neck_01/head/catears_r1 + weight: 1 + - path: root/pelvis/spine_01/spine_02/spine_03/neck_01/head/catears_r1/catears_r2 + weight: 1 + - path: root/pelvis/spine_01/spine_02/spine_03/neck_01/head/catears_r1/catears_r2/catears_r3 + weight: 1 + - path: root/pelvis/spine_01/spine_02/spine_03/neck_01/head/ears_l1 + weight: 1 + - path: root/pelvis/spine_01/spine_02/spine_03/neck_01/head/ears_l1/ears_l2 + weight: 1 + - path: root/pelvis/spine_01/spine_02/spine_03/neck_01/head/ears_l1/ears_l2/ears_l3 + weight: 1 + - path: root/pelvis/spine_01/spine_02/spine_03/neck_01/head/ears_r1 + weight: 1 + - path: root/pelvis/spine_01/spine_02/spine_03/neck_01/head/ears_r1/ears_r2 + weight: 1 + - path: root/pelvis/spine_01/spine_02/spine_03/neck_01/head/ears_r1/ears_r2/ears_r3 + weight: 1 + - path: root/pelvis/spine_01/spine_02/spine_03/neck_01/head/Eye_L + weight: 1 + - path: root/pelvis/spine_01/spine_02/spine_03/neck_01/head/Eye_L/EyeEnd_L + weight: 1 + - path: root/pelvis/spine_01/spine_02/spine_03/neck_01/head/Eye_R + weight: 1 + - path: root/pelvis/spine_01/spine_02/spine_03/neck_01/head/Eye_R/EyeEnd_R + weight: 1 + - path: root/pelvis/spine_01/spine_02/spine_03/neck_01/head/Head_equipment + weight: 1 + - path: root/pelvis/spine_01/spine_02/spine_03/neck_01/head/HeadEnd_M + weight: 1 + - path: root/pelvis/spine_01/spine_02/spine_03/neck_01/head/Jaw_M + weight: 1 + - path: root/pelvis/spine_01/spine_02/spine_03/neck_01/head/Jaw_M/JawEnd_M + weight: 1 + - path: root/pelvis/spine_01/spine_02/spine_03/neck_01/head/rabbit_ears_l1 + weight: 1 + - path: root/pelvis/spine_01/spine_02/spine_03/neck_01/head/rabbit_ears_l1/rabbit_ears_l2 + weight: 1 + - path: root/pelvis/spine_01/spine_02/spine_03/neck_01/head/rabbit_ears_l1/rabbit_ears_l2/rabbit_ears_l3 + weight: 1 + - path: root/pelvis/spine_01/spine_02/spine_03/neck_01/head/rabbit_ears_l1/rabbit_ears_l2/rabbit_ears_l3/rabbit_ears_l4 + weight: 1 + - path: root/pelvis/spine_01/spine_02/spine_03/neck_01/head/rabbit_ears_l1/rabbit_ears_l2/rabbit_ears_l3/rabbit_ears_l4/rabbit_ears_l5 + weight: 1 + - path: root/pelvis/spine_01/spine_02/spine_03/neck_01/head/rabbit_ears_r1 + weight: 1 + - path: root/pelvis/spine_01/spine_02/spine_03/neck_01/head/rabbit_ears_r1/rabbit_ears_r2 + weight: 1 + - path: root/pelvis/spine_01/spine_02/spine_03/neck_01/head/rabbit_ears_r1/rabbit_ears_r2/rabbit_ears_r3 + weight: 1 + - path: root/pelvis/spine_01/spine_02/spine_03/neck_01/head/rabbit_ears_r1/rabbit_ears_r2/rabbit_ears_r3/rabbit_ears_r4 + weight: 1 + - path: root/pelvis/spine_01/spine_02/spine_03/neck_01/head/rabbit_ears_r1/rabbit_ears_r2/rabbit_ears_r3/rabbit_ears_r4/rabbit_ears_r5 + weight: 1 + - path: root/pelvis/tail01 + weight: 1 + - path: root/pelvis/tail01/tail02 + weight: 1 + - path: root/pelvis/tail01/tail02/tail03 + weight: 1 + - path: root/pelvis/tail01/tail02/tail03/tail04 + weight: 1 + - path: root/pelvis/tail01/tail02/tail03/tail04/tail05 + weight: 1 + - path: root/pelvis/thigh_l + weight: 1 + - path: root/pelvis/thigh_l/calf_l + weight: 1 + - path: root/pelvis/thigh_l/calf_l/foot_l + weight: 1 + - path: root/pelvis/thigh_l/calf_l/foot_l/ball_l + weight: 1 + - path: root/pelvis/thigh_l/calf_l/foot_l/ball_l/ball_l_02 + weight: 1 + - path: root/pelvis/thigh_r + weight: 1 + - path: root/pelvis/thigh_r/calf_r + weight: 1 + - path: root/pelvis/thigh_r/calf_r/foot_r + weight: 1 + - path: root/pelvis/thigh_r/calf_r/foot_r/ball_r + weight: 1 + - path: root/pelvis/thigh_r/calf_r/foot_r/ball_r/ball_r_02 + weight: 1 + maskType: 1 + maskSource: {fileID: 31900000, guid: 69887b248fdf7e64abf63a884b391a4d, type: 2} + additiveReferencePoseFrame: 30.96 + 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: 0 + 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: 0 + secondaryUVMinLightmapResolution: 40 + secondaryUVMinObjectScale: 1 + secondaryUVPackMargin: 4 + useFileScale: 1 + strictVertexDataChecks: 0 + tangentSpace: + normalSmoothAngle: 60 + normalImportMode: 0 + tangentImportMode: 3 + normalCalculationMode: 4 + legacyComputeAllNormalsFromSmoothingGroupsWhenMeshHasBlendShapes: 0 + blendShapeNormalImportMode: 1 + normalSmoothingSource: 0 + referencedClips: [] + importAnimation: 1 + humanDescription: + serializedVersion: 3 + human: + - boneName: pelvis + humanName: Hips + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: thigh_l + humanName: LeftUpperLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: thigh_r + humanName: RightUpperLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: calf_l + humanName: LeftLowerLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: calf_r + humanName: RightLowerLeg + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: foot_l + humanName: LeftFoot + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: foot_r + humanName: RightFoot + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: spine_01 + humanName: Spine + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: spine_02 + humanName: Chest + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: neck_01 + humanName: Neck + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: head + humanName: Head + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: clavicle_l + humanName: LeftShoulder + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: clavicle_r + humanName: RightShoulder + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: upperarm_l + humanName: LeftUpperArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: upperarm_r + humanName: RightUpperArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: lowerarm_l + humanName: LeftLowerArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: lowerarm_r + humanName: RightLowerArm + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: hand_l + humanName: LeftHand + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: hand_r + humanName: RightHand + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: ball_l_02 + humanName: LeftToes + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: ball_r_02 + 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: Eye_L + humanName: LeftEye + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: Eye_R + humanName: RightEye + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: Jaw_M + humanName: Jaw + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: thumb_01_l + humanName: Left Thumb Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: thumb_02_l + humanName: Left Thumb Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: thumb_03_l + humanName: Left Thumb Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: index_01_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_02_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_03_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_01_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_02_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_03_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_01_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_02_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_03_l + humanName: Left Ring Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: pinky_01_l + humanName: Left Little Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: pinky_02_l + humanName: Left Little Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: pinky_03_l + humanName: Left Little Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: thumb_01_r + humanName: Right Thumb Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: thumb_02_r + humanName: Right Thumb Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: thumb_03_r + humanName: Right Thumb Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: index_01_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_02_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_03_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_01_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_02_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_03_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_01_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_02_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_03_r + humanName: Right Ring Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: pinky_01_r + humanName: Right Little Proximal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: pinky_02_r + humanName: Right Little Intermediate + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: pinky_03_r + humanName: Right Little Distal + limit: + min: {x: 0, y: 0, z: 0} + max: {x: 0, y: 0, z: 0} + value: {x: 0, y: 0, z: 0} + length: 0 + modified: 0 + - boneName: spine_03 + 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: Chibi_Humanoid_Avatar(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: root + parentName: Chibi_Humanoid_Avatar(Clone) + position: {x: -7.97287e-17, y: -1.4210854e-16, z: 4.3298696e-17} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: pelvis + parentName: root + position: {x: 7.145355e-17, y: 0.3590527, z: -0.0064596897} + rotation: {x: 0.49148893, y: -0.5083686, z: -0.49148893, w: 0.5083686} + scale: {x: 1, y: 1, z: 1} + - name: thigh_r + parentName: pelvis + position: {x: 0.020984039, y: -0.007746861, z: -0.21348922} + rotation: {x: -0.04016816, y: 0.9991325, z: -0.010738504, w: -0.0023285814} + scale: {x: 1, y: 1, z: 1} + - name: calf_r + parentName: thigh_r + position: {x: -0.18052627, y: -1.3322676e-16, z: -3.1974422e-16} + rotation: {x: 0, y: 0, z: 0.099963166, w: 0.9949911} + scale: {x: 1, y: 1, z: 1} + - name: foot_r + parentName: calf_r + position: {x: -0.13916215, y: 5.062617e-16, z: 1.4210854e-16} + rotation: {x: -0.01911769, y: -0.00070640014, z: -0.043059837, w: 0.9988893} + scale: {x: 1, y: 1, z: 1} + - name: ball_r + parentName: foot_r + position: {x: -0.010533721, y: 0.041665323, z: -2.842171e-16} + rotation: {x: 0.0063922573, y: 0.0051184404, z: -0.62501913, w: 0.7805665} + scale: {x: 1, y: 1, z: 1} + - name: ball_r_02 + parentName: ball_r + position: {x: -0.042483583, y: -4.161116e-15, z: 0.000000039237683} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: spine_01 + parentName: pelvis + position: {x: -0.11659071, y: 4.8072656e-16, z: -1.0787449e-16} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: spine_02 + parentName: spine_01 + position: {x: -0.11659071, y: 4.718448e-16, z: -1.7044439e-16} + rotation: {x: 0, y: 0, z: 0.03248174, w: 0.9994723} + scale: {x: 1, y: 1, z: 1} + - name: spine_03 + parentName: spine_02 + position: {x: -0.16774303, y: 2.842171e-16, z: -1.04349324e-16} + rotation: {x: 0, y: 0, z: -0.1542978, w: 0.9880244} + scale: {x: 1, y: 1, z: 1} + - name: clavicle_r + parentName: spine_03 + position: {x: -0.06811171, y: 0.016595716, z: -0.14820191} + rotation: {x: 0.032161284, y: -0.71431756, z: 0.11852793, w: 0.68896097} + scale: {x: 1, y: 1, z: 1} + - name: upperarm_r + parentName: clavicle_r + position: {x: -0.07712384, y: 1.1812772e-15, z: -9.947598e-16} + rotation: {x: 0.0773395, y: 0.015999898, z: -0.044162437, w: 0.99589777} + scale: {x: 1, y: 1, z: 1} + - name: lowerarm_r + parentName: upperarm_r + position: {x: -0.2517576, y: 3.0198067e-16, z: 1.1368684e-15} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: hand_r + parentName: lowerarm_r + position: {x: -0.22869253, y: 7.105427e-17, z: 7.105427e-16} + rotation: {x: 6.938894e-17, y: -1.0833356e-33, z: -1.5612511e-17, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: middle_01_r + parentName: hand_r + position: {x: -0.09803901, y: -3.5527136e-17, z: -2.842171e-16} + rotation: {x: -0.016859, y: -0.0772194, z: 0.0028675944, w: 0.9968674} + scale: {x: 1, y: 1, z: 1} + - name: middle_02_r + parentName: middle_01_r + position: {x: -0.038769238, y: -1.7763568e-17, z: -1.4210854e-16} + rotation: {x: 0.03001885, y: -0.03945842, z: -0.0040334114, w: 0.9987621} + scale: {x: 1, y: 1, z: 1} + - name: middle_03_r + parentName: middle_02_r + position: {x: -0.040027287, y: -1.0658141e-16, z: 1.4210854e-16} + rotation: {x: 0.0065667694, y: -0.038803533, z: 0.0045389077, w: 0.999215} + scale: {x: 1, y: 1, z: 1} + - name: middle_04_r + parentName: middle_03_r + position: {x: -0.037305653, y: -8.881784e-18, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: thumb_01_r + parentName: hand_r + position: {x: -0.02134813, y: 0.07035614, z: -0.039544} + rotation: {x: -0.61776274, y: 0.13377738, z: -0.35522214, w: 0.6886872} + scale: {x: 1, y: 1, z: 1} + - name: thumb_02_r + parentName: thumb_01_r + position: {x: -0.05523822, y: 0, z: -1.1013412e-15} + rotation: {x: -0.0121451, y: 0.0049000825, z: 0.039093893, w: 0.99914974} + scale: {x: 1, y: 1, z: 1} + - name: thumb_03_r + parentName: thumb_02_r + position: {x: -0.029465482, y: 0, z: 2.4868996e-16} + rotation: {x: -0.02598971, y: -0.0017890756, z: 0.03824424, w: 0.9989288} + scale: {x: 1, y: 1, z: 1} + - name: thumb_04_r + parentName: thumb_03_r + position: {x: -0.023924602, y: 0, z: 7.105427e-17} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: index_01_r + parentName: hand_r + position: {x: -0.09991405, y: 0.037073765, z: -0.0036836944} + rotation: {x: 0.009854632, y: -0.06354492, z: -0.035094682, w: 0.997313} + scale: {x: 1, y: 1, z: 1} + - name: index_02_r + parentName: index_01_r + position: {x: -0.03643808, y: -5.0848214e-16, z: -5.684342e-16} + rotation: {x: 0.0056443936, y: -0.03929569, z: -0.0038016667, w: 0.9992044} + scale: {x: 1, y: 1, z: 1} + - name: index_03_r + parentName: index_02_r + position: {x: -0.035263915, y: -6.217249e-17, z: 1.847411e-15} + rotation: {x: -0.0071803136, y: -0.03818158, z: 0.007895683, w: 0.9992139} + scale: {x: 1, y: 1, z: 1} + - name: index_04_r + parentName: index_03_r + position: {x: -0.027298061, y: -1.0658141e-16, z: -1.563194e-15} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: cup_r + parentName: hand_r + position: {x: -0.008487943, y: -0.0041985167, z: -0.0011565371} + rotation: {x: -0.00063062744, y: -0.008900923, z: 0.06358822, w: 0.99793637} + scale: {x: 1, y: 1, z: 1} + - name: pinky_01_r + parentName: cup_r + position: {x: -0.08094637, y: -0.036209043, z: -0.008335483} + rotation: {x: -0.008872239, y: -0.023159215, z: -0.00061652897, w: 0.99969226} + scale: {x: 1, y: 1, z: 1} + - name: pinky_02_r + parentName: pinky_01_r + position: {x: -0.028854312, y: -7.105427e-17, z: -8.5265126e-16} + rotation: {x: -0.0033607401, y: -0.0399435, z: -0.005443123, w: 0.99918157} + scale: {x: 1, y: 1, z: 1} + - name: pinky_03_r + parentName: pinky_02_r + position: {x: -0.023566289, y: 3.5527135e-16, z: 1.1368684e-15} + rotation: {x: -0.025013803, y: -0.038439002, z: -0.0017993893, w: 0.9989462} + scale: {x: 1, y: 1, z: 1} + - name: pinky_04_r + parentName: pinky_03_r + position: {x: -0.0293414, y: -3.5527135e-16, z: 4.2632563e-16} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: ring_01_r + parentName: cup_r + position: {x: -0.08916332, y: -0.01552607, z: -0.0027549511} + rotation: {x: -0.02685257, y: -0.053124383, z: -0.02886147, w: 0.9978095} + scale: {x: 1, y: 1, z: 1} + - name: ring_02_r + parentName: ring_01_r + position: {x: -0.037284084, y: 2.842171e-16, z: -2.2737367e-15} + rotation: {x: 0.0016190425, y: -0.039832465, z: 0.0004005827, w: 0.99920505} + scale: {x: 1, y: 1, z: 1} + - name: ring_03_r + parentName: ring_02_r + position: {x: -0.03615039, y: -4.2632563e-16, z: 1.4210854e-15} + rotation: {x: -0.011273785, y: -0.03634874, z: -0.017581433, w: 0.99912095} + scale: {x: 1, y: 1, z: 1} + - name: ring_04_r + parentName: ring_03_r + position: {x: -0.027998645, y: 2.842171e-16, z: 1.1368684e-15} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: Hand_r_equipment + parentName: hand_r + position: {x: -0.071717314, y: -0.008393532, z: -0.07169423} + rotation: {x: 0.0068377545, y: 0.7600093, z: 0.6495589, w: 0.020306554} + scale: {x: 1, y: 1, z: 1} + - name: neck_01 + parentName: spine_03 + position: {x: -0.100067444, y: -2.1316282e-16, z: 1.970298e-16} + rotation: {x: 0, y: 0, z: -0.074045286, w: 0.9972549} + scale: {x: 1, y: 1, z: 1} + - name: head + parentName: neck_01 + position: {x: -0.02629805, y: -3.5527136e-17, z: -1.5519624e-17} + rotation: {x: 0, y: 0, z: 0.17869695, w: 0.9839042} + scale: {x: 1, y: 1, z: 1} + - name: Eye_R + parentName: head + position: {x: -0.4071262, y: 0.3473162, z: -0.16987707} + rotation: {x: 0.5, y: 0.5, z: -0.5, w: 0.5} + scale: {x: 1, y: 1, z: 1} + - name: EyeEnd_R + parentName: Eye_R + position: {x: -0.053281333, y: 5.684342e-16, z: -1.065814e-15} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: Jaw_M + parentName: head + position: {x: -0.05101526, y: 0.2876312, z: -3.5414823e-16} + rotation: {x: 0, y: 0, z: -0.78643805, w: 0.61766917} + scale: {x: 1, y: 1, z: 1} + - name: JawEnd_M + parentName: Jaw_M + position: {x: -0.113684185, y: 5.684342e-16, z: -1.3292045e-16} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: HeadEnd_M + parentName: head + position: {x: -0.8511138, y: 6.1242674e-16, z: -2.23472e-16} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: Eye_L + parentName: head + position: {x: -0.4071262, y: 0.3473162, z: 0.16987707} + rotation: {x: -0.5, y: -0.5, z: -0.5, w: 0.5} + scale: {x: 1, y: 1, z: 1} + - name: EyeEnd_L + parentName: Eye_L + position: {x: -0.053281333, y: 2.2737367e-15, z: 8.5265126e-16} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: catears_r1 + parentName: head + position: {x: -0.6328281, y: -0.045856588, z: -0.33683398} + rotation: {x: 0.3517171, y: 0.7074806, z: -0.54890835, w: 0.2728845} + scale: {x: 1, y: 1, z: 1} + - name: catears_r2 + parentName: catears_r1 + position: {x: 0.08282707, y: -0.0000009463735, z: 0.00000008864178} + rotation: {x: -0.059636705, y: 0.09924432, z: 0.106072664, w: 0.98759437} + scale: {x: 1, y: 1, z: 1} + - name: catears_r3 + parentName: catears_r2 + position: {x: 0.12977353, y: 0.0000011342388, z: -0.00000013708586} + rotation: {x: 0.051521488, y: -0.23363665, z: 0.2090918, w: 0.9481773} + scale: {x: 1, y: 1, z: 1} + - name: catears_l1 + parentName: head + position: {x: -0.6328281, y: -0.04585657, z: 0.33683437} + rotation: {x: -0.70748055, y: 0.35171714, z: 0.27288446, w: 0.5489084} + scale: {x: 1, y: 1, z: 1} + - name: catears_l2 + parentName: catears_l1 + position: {x: -0.08282578, y: 4.3975105e-17, z: -1.0269563e-17} + rotation: {x: -0.059636705, y: 0.09924432, z: 0.106072664, w: 0.98759437} + scale: {x: 1, y: 1, z: 1} + - name: catears_l3 + parentName: catears_l2 + position: {x: -0.12977435, y: -2.3096108e-16, z: 3.4416914e-17} + rotation: {x: 0.051521488, y: -0.23363665, z: 0.2090918, w: 0.9481773} + scale: {x: 1, y: 1, z: 1} + - name: ears_l1 + parentName: head + position: {x: -0.29893956, y: 0.00065100734, z: 0.4818343} + rotation: {x: -0.4961981, y: 0.5037732, z: 0.5037732, w: 0.4961981} + scale: {x: 1, y: 1, z: 1} + - name: ears_l2 + parentName: ears_l1 + position: {x: -0.08323166, y: 0.00906778, z: 0} + rotation: {x: 0, y: 0, z: -0.0075751054, w: 0.99997133} + scale: {x: 1, y: 1, z: 1} + - name: ears_l3 + parentName: ears_l2 + position: {x: -0.08352148, y: 0.008665383, z: 0} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: ears_r1 + parentName: head + position: {x: -0.2989381, y: 0.00065100734, z: -0.481834} + rotation: {x: 0.5037732, y: 0.4961981, z: -0.4961981, w: 0.5037732} + scale: {x: 1, y: 1, z: 1} + - name: ears_r2 + parentName: ears_r1 + position: {x: 0.08323211, y: -0.009071989, z: 1.1109982e-18} + rotation: {x: 0.00000001053641, y: -7.981671e-11, z: -0.0075751054, w: 0.99997133} + scale: {x: 1, y: 1, z: 1} + - name: ears_r3 + parentName: ears_r2 + position: {x: 0.083521, y: -0.00866, z: 1.8249585e-10} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: Head_equipment + parentName: head + position: {x: -0.000000023831111, y: -1.41579725e-11, z: 3.1386756e-16} + rotation: {x: -0.5, y: 0.5, z: 0.5, w: 0.5} + scale: {x: 1, y: 1, z: 1} + - name: rabbit_ears_l1 + parentName: head + position: {x: -0.7671371, y: -0.007979299, z: 0.1900594} + rotation: {x: 7.182875e-16, y: 0.142911, z: -1.8155141e-15, w: 0.98973554} + scale: {x: 1, y: 1, z: 1} + - name: rabbit_ears_l2 + parentName: rabbit_ears_l1 + position: {x: -0.12435393, y: -1.380606e-17, z: -2.9455213e-18} + rotation: {x: 0, y: -0.0021245151, z: -0, w: 0.99999774} + scale: {x: 1, y: 1, z: 1} + - name: rabbit_ears_l3 + parentName: rabbit_ears_l2 + position: {x: -0.19884825, y: -4.673433e-31, z: -1.0302869e-15} + rotation: {x: 0, y: 0.014221186, z: -0, w: 0.9998989} + scale: {x: 1, y: 1, z: 1} + - name: rabbit_ears_l4 + parentName: rabbit_ears_l3 + position: {x: -0.24156539, y: 9.860761e-33, z: 3.0999348e-17} + rotation: {x: 0, y: -0.014612687, z: -0, w: 0.99989325} + scale: {x: 1, y: 1, z: 1} + - name: rabbit_ears_l5 + parentName: rabbit_ears_l4 + position: {x: -0.16246277, y: -1.774937e-32, z: -7.022122e-16} + rotation: {x: -0.5652562, y: 0.42483583, z: 0.42483583, w: 0.5652562} + scale: {x: 1, y: 1, z: 1} + - name: rabbit_ears_r1 + parentName: head + position: {x: -0.76713806, y: -0.007979303, z: -0.19005899} + rotation: {x: -0.142911, y: -8.284253e-16, z: 0.98973554, w: -6.027865e-17} + scale: {x: 1, y: 1, z: 1} + - name: rabbit_ears_r2 + parentName: rabbit_ears_r1 + position: {x: 0.124349885, y: -4.3742785e-16, z: -0.0000019627425} + rotation: {x: -6.018545e-35, y: -0.0021245151, z: -6.50125e-17, w: 0.99999774} + scale: {x: 1, y: 1, z: 1} + - name: rabbit_ears_r3 + parentName: rabbit_ears_r2 + position: {x: 0.19885482, y: -7.0277117e-16, z: 0.0000018277557} + rotation: {x: 2.8891874e-34, y: 0.014221186, z: -7.7608295e-17, w: 0.9998989} + scale: {x: 1, y: 1, z: 1} + - name: rabbit_ears_r4 + parentName: rabbit_ears_r3 + position: {x: 0.2415585, y: -8.4598993e-16, z: -0.000001972059} + rotation: {x: 0.0000000074497852, y: -0.014612687, z: 1.0887293e-10, w: 0.99989325} + scale: {x: 1, y: 1, z: 1} + - name: rabbit_ears_r5 + parentName: rabbit_ears_r4 + position: {x: 0.16246666, y: -5.7287506e-16, z: 0.0000012133444} + rotation: {x: -0.5652562, y: 0.42483583, z: 0.42483583, w: 0.5652562} + scale: {x: 1, y: 1, z: 1} + - name: clavicle_l + parentName: spine_03 + position: {x: -0.06811171, y: 0.016595716, z: 0.14820191} + rotation: {x: 0.71431756, y: 0.032161284, z: 0.68896097, w: -0.11852792} + scale: {x: 1, y: 1, z: 1} + - name: upperarm_l + parentName: clavicle_l + position: {x: 0.07712384, y: 5.6177284e-16, z: 8.5265126e-16} + rotation: {x: 0.0773395, y: 0.015999898, z: -0.044162437, w: 0.99589777} + scale: {x: 1, y: 1, z: 1} + - name: lowerarm_l + parentName: upperarm_l + position: {x: 0.2517576, y: -3.0198067e-16, z: 1.4210854e-15} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: hand_l + parentName: lowerarm_l + position: {x: 0.22869253, y: -8.8817837e-17, z: -2.2737367e-15} + rotation: {x: 2.7755576e-17, y: -4.814825e-35, z: -1.7347235e-18, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: middle_01_l + parentName: hand_l + position: {x: 0.09803901, y: -5.3290704e-17, z: 2.842171e-16} + rotation: {x: -0.016858978, y: -0.07721935, z: 0.0028675941, w: 0.9968675} + scale: {x: 1, y: 1, z: 1} + - name: middle_02_l + parentName: middle_01_l + position: {x: 0.038769238, y: 1.7763568e-17, z: -1.847411e-15} + rotation: {x: 0.030018795, y: -0.039458398, z: -0.0040334365, w: 0.9987621} + scale: {x: 1, y: 1, z: 1} + - name: middle_03_l + parentName: middle_02_l + position: {x: 0.040027287, y: -1.0658141e-16, z: -2.2737367e-15} + rotation: {x: 0.0065668514, y: -0.03880391, z: 0.004538058, w: 0.99921507} + scale: {x: 1, y: 1, z: 1} + - name: middle_04_l + parentName: middle_03_l + position: {x: 0.037305653, y: 1.3322676e-16, z: 3.2684964e-15} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: thumb_01_l + parentName: hand_l + position: {x: 0.02134813, y: -0.07035614, z: 0.039544} + rotation: {x: -0.617763, y: 0.13377708, z: -0.35522237, w: 0.688687} + scale: {x: 1, y: 1, z: 1} + - name: thumb_02_l + parentName: thumb_01_l + position: {x: 0.05523822, y: 4.2632563e-16, z: 4.0856205e-16} + rotation: {x: -0.01214498, y: 0.0049005807, z: 0.039095934, w: 0.9991497} + scale: {x: 1, y: 1, z: 1} + - name: thumb_03_l + parentName: thumb_02_l + position: {x: 0.029465482, y: -1.4210854e-16, z: -4.796163e-16} + rotation: {x: -0.025989592, y: -0.0017877439, z: 0.03824587, w: 0.9989288} + scale: {x: 1, y: 1, z: 1} + - name: thumb_04_l + parentName: thumb_03_l + position: {x: 0.023924602, y: 9.947598e-16, z: 7.105427e-17} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: index_01_l + parentName: hand_l + position: {x: 0.09991405, y: -0.037073765, z: 0.0036836944} + rotation: {x: 0.00985464, y: -0.063544914, z: -0.035094675, w: 0.997313} + scale: {x: 1, y: 1, z: 1} + - name: index_02_l + parentName: index_01_l + position: {x: 0.03643808, y: 4.596323e-16, z: -1.1368684e-15} + rotation: {x: 0.005644415, y: -0.03929582, z: -0.0038020932, w: 0.9992044} + scale: {x: 1, y: 1, z: 1} + - name: index_03_l + parentName: index_02_l + position: {x: 0.035263915, y: -6.2616577e-16, z: 7.105427e-16} + rotation: {x: -0.007180413, y: -0.03817956, z: 0.0078948075, w: 0.99921393} + scale: {x: 1, y: 1, z: 1} + - name: index_04_l + parentName: index_03_l + position: {x: 0.027298061, y: 1.0658141e-16, z: 9.947598e-16} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: cup_l + parentName: hand_l + position: {x: 0.008487943, y: 0.0041985167, z: 0.0011565371} + rotation: {x: -0.00063062744, y: -0.008900923, z: 0.06358822, w: 0.99793637} + scale: {x: 1, y: 1, z: 1} + - name: pinky_01_l + parentName: cup_l + position: {x: 0.08094637, y: 0.036209043, z: 0.008335483} + rotation: {x: -0.008872085, y: -0.023159143, z: -0.0006156796, w: 0.9996922} + scale: {x: 1, y: 1, z: 1} + - name: pinky_02_l + parentName: pinky_01_l + position: {x: 0.028854312, y: -4.2632563e-16, z: 8.5265126e-16} + rotation: {x: -0.0033606838, y: -0.03994216, z: -0.005443243, w: 0.99918157} + scale: {x: 1, y: 1, z: 1} + - name: pinky_03_l + parentName: pinky_02_l + position: {x: 0.023566289, y: 3.5527135e-16, z: -9.947598e-16} + rotation: {x: -0.025013776, y: -0.038437095, z: -0.0017992624, w: 0.9989463} + scale: {x: 1, y: 1, z: 1} + - name: pinky_04_l + parentName: pinky_03_l + position: {x: 0.0293414, y: -8.171241e-16, z: -9.947598e-16} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: ring_01_l + parentName: cup_l + position: {x: 0.08916332, y: 0.01552607, z: 0.0027549511} + rotation: {x: -0.026852543, y: -0.053124446, z: -0.028861433, w: 0.9978096} + scale: {x: 1, y: 1, z: 1} + - name: ring_02_l + parentName: ring_01_l + position: {x: 0.037284084, y: -4.2632563e-16, z: 2.842171e-16} + rotation: {x: 0.0016190197, y: -0.03983278, z: 0.0003998217, w: 0.999205} + scale: {x: 1, y: 1, z: 1} + - name: ring_03_l + parentName: ring_02_l + position: {x: 0.03615039, y: 2.4868996e-16, z: 2.5579537e-15} + rotation: {x: -0.01127379, y: -0.036347788, z: -0.017580679, w: 0.99912095} + scale: {x: 1, y: 1, z: 1} + - name: ring_04_l + parentName: ring_03_l + position: {x: 0.027998645, y: 1.3322676e-16, z: -1.2789769e-15} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: Hand_l_equipment + parentName: hand_l + position: {x: 0.07171857, y: 0.008393485, z: 0.071694255} + rotation: {x: -0.020306554, y: -0.6495589, z: 0.7600093, w: 0.0068377545} + scale: {x: 1, y: 1, z: 1} + - name: Chest_equipment + parentName: spine_03 + position: {x: 0.00000003347651, y: 0.000000006615356, z: 3.6168006e-17} + rotation: {x: 0.5498939, y: -0.44454098, z: -0.5498939, w: -0.44454098} + scale: {x: 1, y: 1, z: 1} + - name: Body_equipment + parentName: spine_01 + position: {x: -0.28397974, y: -0.010891423, z: -8.393871e-17} + rotation: {x: -0.49148893, y: 0.5083686, z: 0.49148893, w: 0.5083686} + scale: {x: 1, y: 1, z: 1} + - name: thigh_l + parentName: pelvis + position: {x: 0.020984039, y: -0.007746861, z: 0.21348922} + rotation: {x: 0.9991325, y: 0.04016816, z: 0.0023285814, w: -0.010738504} + scale: {x: 1, y: 1, z: 1} + - name: calf_l + parentName: thigh_l + position: {x: 0.18052627, y: 1.4654943e-16, z: 2.1316282e-16} + rotation: {x: 0, y: 0, z: 0.099963166, w: 0.9949911} + scale: {x: 1, y: 1, z: 1} + - name: foot_l + parentName: calf_l + position: {x: 0.13916215, y: -1.3000712e-15, z: -2.4868996e-16} + rotation: {x: -0.01911769, y: -0.00070640014, z: -0.043059837, w: 0.9988893} + scale: {x: 1, y: 1, z: 1} + - name: ball_l + parentName: foot_l + position: {x: 0.010533721, y: -0.041665323, z: 1.4210854e-16} + rotation: {x: 0.0063926373, y: 0.0051187444, z: -0.6250192, w: 0.78056645} + scale: {x: 1, y: 1, z: 1} + - name: ball_l_02 + parentName: ball_l + position: {x: 0.042483583, y: -2.8643753e-16, z: 0.00000000109071} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: tail01 + parentName: pelvis + position: {x: 0.051698957, y: -0.24261716, z: -6.6123945e-17} + rotation: {x: -0.49148893, y: 0.5083686, z: 0.49148893, w: 0.5083686} + scale: {x: 1, y: 1, z: 1} + - name: tail02 + parentName: tail01 + position: {x: 1.4791142e-33, y: -0.07674059, z: -0.07478956} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: tail03 + parentName: tail02 + position: {x: -6.669206e-17, y: -0.035118576, z: -0.13657223} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: tail04 + parentName: tail03 + position: {x: -4.4758975e-17, y: 0.020160662, z: -0.11641157} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: tail05 + parentName: tail04 + position: {x: -1.8550005e-17, y: 0.03316754, z: -0.05853096} + rotation: {x: 0, y: -0, z: -0, w: 1} + scale: {x: 1, y: 1, z: 1} + - name: short_tail_1 + parentName: pelvis + position: {x: -0.07192494, y: -0.24255544, z: -1.4793249e-16} + rotation: {x: -1.2437499e-15, y: -1.4109186e-15, z: 0.68329304, w: 0.73014426} + scale: {x: 1, y: 1, z: 1} + - name: short_tail_2 + parentName: short_tail_1 + position: {x: -0.1667836, y: 0.050014894, z: -3.9796156e-17} + rotation: {x: -0.011493115, y: 0.70701337, z: 0.011493115, w: 0.70701337} + scale: {x: 1, y: 1, z: 1} + armTwist: 0.5 + foreArmTwist: 0.5 + upperLegTwist: 0.5 + legTwist: 0.5 + armStretch: 0.05 + legStretch: 0.05 + feetSpacing: 0 + globalScale: 1 + rootMotionBoneName: + hasTranslationDoF: 0 + hasExtraRoot: 1 + skeletonHasParents: 1 + lastHumanDescriptionAvatarSource: {fileID: 9000000, guid: 40652f2acecba7946a15c0dab99f7d97, + type: 3} + autoGenerateAvatarMappingIfUnspecified: 1 + animationType: 3 + humanoidOversampling: 1 + avatarSetup: 2 + addHumanoidExtraRootOnlyWhenUsingAvatar: 0 + importBlendShapeDeformPercent: 0 + remapMaterialsIfMaterialImportModeIsNone: 1 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 192633 + packageName: Pspsps Cat + packageVersion: 3.1 + assetPath: Assets/Suriyun/Animations/Pspsps Animations/Character Animations/Anim_Chibi@Quadruped_Walk.fbx + uploadId: 698227 diff --git a/Assets/StoreAssets/Suriyun_Cat/Pspsps/Materials/Accessory/T_Bag_bread.mat b/Assets/StoreAssets/Suriyun_Cat/Pspsps/Materials/Accessory/T_Bag_bread.mat index 7ad60217..2a6232fb 100644 --- a/Assets/StoreAssets/Suriyun_Cat/Pspsps/Materials/Accessory/T_Bag_bread.mat +++ b/Assets/StoreAssets/Suriyun_Cat/Pspsps/Materials/Accessory/T_Bag_bread.mat @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:2a05346591c66e11317b8694087e22c6e6fc8859b2443401f5bf1a4cbce5dad9 -size 16462 +oid sha256:60edc47b376f3db44bb69594ab9accdee0f6de5ff1c0d0f8659573301065de0a +size 17101 diff --git a/Assets/StoreAssets/Suriyun_Cat/Pspsps/Materials/Accessory/T_Baton_Wood.mat b/Assets/StoreAssets/Suriyun_Cat/Pspsps/Materials/Accessory/T_Baton_Wood.mat index 494cc371..ca706d37 100644 --- a/Assets/StoreAssets/Suriyun_Cat/Pspsps/Materials/Accessory/T_Baton_Wood.mat +++ b/Assets/StoreAssets/Suriyun_Cat/Pspsps/Materials/Accessory/T_Baton_Wood.mat @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:d665d288a862316f391bdeef0d47c883cd93c14fb77e91614248a2b18c8bcd6b -size 16464 +oid sha256:a8f015fc8352353d7d0b1a5aecbfdd4cb05b852b5483fba32618a13595ab35d4 +size 17103 diff --git a/Assets/StoreAssets/Suriyun_Cat/Pspsps/Materials/Accessory/T_Dried_fish.mat b/Assets/StoreAssets/Suriyun_Cat/Pspsps/Materials/Accessory/T_Dried_fish.mat index 76ef3295..c2f63008 100644 --- a/Assets/StoreAssets/Suriyun_Cat/Pspsps/Materials/Accessory/T_Dried_fish.mat +++ b/Assets/StoreAssets/Suriyun_Cat/Pspsps/Materials/Accessory/T_Dried_fish.mat @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:690a4f60f963ec61d61f0e1fa1d45db8af875c1ab0c2ed88dfbd11400e4c8540 -size 16463 +oid sha256:26819fd63a8f5bf7d0c108146d2b48dc0e1991df239d8c89a6d1d70a1ecf3092 +size 17102 diff --git a/Assets/StoreAssets/Suriyun_Cat/Pspsps/Materials/Accessory/T_GrassA_red.mat b/Assets/StoreAssets/Suriyun_Cat/Pspsps/Materials/Accessory/T_GrassA_red.mat index 2ab54cdb..bea19c1a 100644 --- a/Assets/StoreAssets/Suriyun_Cat/Pspsps/Materials/Accessory/T_GrassA_red.mat +++ b/Assets/StoreAssets/Suriyun_Cat/Pspsps/Materials/Accessory/T_GrassA_red.mat @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:3fddc0baca658f572b76a857f49138df9851542a4cb82a0c106fbf3bcffe0427 -size 16463 +oid sha256:0b35483ef145e6481081c117b72e1db13cd00f9f20d982227feba3ac349efe1c +size 17102 diff --git a/Assets/StoreAssets/Suriyun_Cat/Pspsps/Materials/Accessory/T_Hiking_hat_A.mat b/Assets/StoreAssets/Suriyun_Cat/Pspsps/Materials/Accessory/T_Hiking_hat_A.mat index d1dba43f..db46a630 100644 --- a/Assets/StoreAssets/Suriyun_Cat/Pspsps/Materials/Accessory/T_Hiking_hat_A.mat +++ b/Assets/StoreAssets/Suriyun_Cat/Pspsps/Materials/Accessory/T_Hiking_hat_A.mat @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:92d0b8e6ba319638757a4aa061345c8d73a1aad2168dcf0aff75b87cd4dd82fa -size 16466 +oid sha256:14a37ff302b2d7cc95a06106f33f51fdfb954ee183f85bf63d4ccef8e2b44ecc +size 17105 diff --git a/Assets/StoreAssets/Suriyun_Cat/Pspsps/Materials/Accessory/T_MeatA.mat b/Assets/StoreAssets/Suriyun_Cat/Pspsps/Materials/Accessory/T_MeatA.mat index 82234596..0cab4372 100644 --- a/Assets/StoreAssets/Suriyun_Cat/Pspsps/Materials/Accessory/T_MeatA.mat +++ b/Assets/StoreAssets/Suriyun_Cat/Pspsps/Materials/Accessory/T_MeatA.mat @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:63c9106efca69a78d6ce1e155b7bd9d2c78f6a31567de66adb3b87a67099e52a -size 16457 +oid sha256:b155a67061a6dce8f5b11cf4f2330311f680ab5b369520d8e7a3294634f2a23a +size 17096 diff --git a/Assets/StoreAssets/Suriyun_Cat/Pspsps/Materials/Accessory/T_Pan.mat b/Assets/StoreAssets/Suriyun_Cat/Pspsps/Materials/Accessory/T_Pan.mat index 39866e75..7b4e71ce 100644 --- a/Assets/StoreAssets/Suriyun_Cat/Pspsps/Materials/Accessory/T_Pan.mat +++ b/Assets/StoreAssets/Suriyun_Cat/Pspsps/Materials/Accessory/T_Pan.mat @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:5bd00a22fd95fb93c2670627cbb2f6e297a3bd0cf5b0f57262b0b14d7bee38fc -size 16456 +oid sha256:be26c72facd22b56a1235e236d288aeab3631ac4f093ea1cbfa5424866e8ef2c +size 17095 diff --git a/Assets/StoreAssets/Suriyun_Cat/Pspsps/Materials/Accessory/T_SpadA.mat b/Assets/StoreAssets/Suriyun_Cat/Pspsps/Materials/Accessory/T_SpadA.mat index c5ad3d9e..1d03ede3 100644 --- a/Assets/StoreAssets/Suriyun_Cat/Pspsps/Materials/Accessory/T_SpadA.mat +++ b/Assets/StoreAssets/Suriyun_Cat/Pspsps/Materials/Accessory/T_SpadA.mat @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:12378e7899eb986351440f7c7e5b51a986852911482bb77be0a75facfbeee87e -size 16458 +oid sha256:31b94841848a317c42dc625666442b73c773adee0c394efd4fc95fa421d40cc4 +size 17097 diff --git a/Assets/StoreAssets/Suriyun_Cat/Pspsps/Materials/Accessory/T_Whirligig.mat b/Assets/StoreAssets/Suriyun_Cat/Pspsps/Materials/Accessory/T_Whirligig.mat index 1f482b54..37c4e995 100644 --- a/Assets/StoreAssets/Suriyun_Cat/Pspsps/Materials/Accessory/T_Whirligig.mat +++ b/Assets/StoreAssets/Suriyun_Cat/Pspsps/Materials/Accessory/T_Whirligig.mat @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:98748d847ca1019e05cfbea816a5067f74d85f9fe61bc11b96994a9f84730679 -size 15734 +oid sha256:1467f8282588a18e8523749639f610e16eef09d1fc0aa8dee421cdcbe77b2226 +size 17102 diff --git a/Assets/StoreAssets/Suriyun_Cat/Pspsps/Materials/Characters/Cat/M_Chibi_Cat_00.mat b/Assets/StoreAssets/Suriyun_Cat/Pspsps/Materials/Characters/Cat/M_Chibi_Cat_00.mat index d8526d92..1536254f 100644 --- a/Assets/StoreAssets/Suriyun_Cat/Pspsps/Materials/Characters/Cat/M_Chibi_Cat_00.mat +++ b/Assets/StoreAssets/Suriyun_Cat/Pspsps/Materials/Characters/Cat/M_Chibi_Cat_00.mat @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:b03bef1971ac4bf3a33964250bbdbcb008e890e8e7af7219a7739a8dcb521b35 -size 17136 +oid sha256:cd7f6ef04ae867c9564e3c7543436367d0440469fd3f183eac123129677a4df8 +size 17775 diff --git a/Assets/StoreAssets/Suriyun_Cat/Pspsps/Materials/Characters/Cat/M_Chibi_Cat_01.mat b/Assets/StoreAssets/Suriyun_Cat/Pspsps/Materials/Characters/Cat/M_Chibi_Cat_01.mat index 290c2270..804fef0a 100644 --- a/Assets/StoreAssets/Suriyun_Cat/Pspsps/Materials/Characters/Cat/M_Chibi_Cat_01.mat +++ b/Assets/StoreAssets/Suriyun_Cat/Pspsps/Materials/Characters/Cat/M_Chibi_Cat_01.mat @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:9f00205ecca98e2cd2e5dc6f55d194cc1234eb16974594f075fbf113f92f6b19 -size 17136 +oid sha256:6152771ed86993560b2520f083a07eaa9272ae240f2be94ce26130a1e6bdcd5c +size 17775 diff --git a/Assets/StoreAssets/Suriyun_Cat/Pspsps/Materials/Characters/Cat/M_Chibi_Cat_02.mat b/Assets/StoreAssets/Suriyun_Cat/Pspsps/Materials/Characters/Cat/M_Chibi_Cat_02.mat index 019b9593..34e8472b 100644 --- a/Assets/StoreAssets/Suriyun_Cat/Pspsps/Materials/Characters/Cat/M_Chibi_Cat_02.mat +++ b/Assets/StoreAssets/Suriyun_Cat/Pspsps/Materials/Characters/Cat/M_Chibi_Cat_02.mat @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:014894ddbb2a1cc529fa87a896fbbc5d7a1c566826d8d9628c6804f0cb6c9d62 -size 17136 +oid sha256:e7f8aa387cbe97e40df6742a088a0b8a842ba64f5188b795de3d0809003bb866 +size 17775 diff --git a/Assets/StoreAssets/Suriyun_Cat/Pspsps/Materials/Characters/Cat/M_Chibi_Cat_03.mat b/Assets/StoreAssets/Suriyun_Cat/Pspsps/Materials/Characters/Cat/M_Chibi_Cat_03.mat index 3dd6ea0f..0b8c6a6a 100644 --- a/Assets/StoreAssets/Suriyun_Cat/Pspsps/Materials/Characters/Cat/M_Chibi_Cat_03.mat +++ b/Assets/StoreAssets/Suriyun_Cat/Pspsps/Materials/Characters/Cat/M_Chibi_Cat_03.mat @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:c1db054a2f5176a306e781cb18349f7ae1c2d56c7c8f6839accb9399b759aa85 -size 17136 +oid sha256:f5e94f607c229d39306e2ee33a2406e95df6575b28d71b1b7327365bca530942 +size 17775 diff --git a/Assets/StoreAssets/Suriyun_Cat/Pspsps/Materials/Characters/Cat/M_Chibi_Cat_04.mat b/Assets/StoreAssets/Suriyun_Cat/Pspsps/Materials/Characters/Cat/M_Chibi_Cat_04.mat index 0e7e09cf..12b002c8 100644 --- a/Assets/StoreAssets/Suriyun_Cat/Pspsps/Materials/Characters/Cat/M_Chibi_Cat_04.mat +++ b/Assets/StoreAssets/Suriyun_Cat/Pspsps/Materials/Characters/Cat/M_Chibi_Cat_04.mat @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:9abbfb9b13c4a02c3529adf1a668667d6adf532aff412985d3b4b8f6651982c5 -size 17136 +oid sha256:09347944045367e7395dd09f733829e95d504dd6b4db9a83c212b83b43b27dc3 +size 17775 diff --git a/Assets/StoreAssets/Suriyun_Cat/Pspsps/Materials/Characters/Cat/M_Chibi_Cat_05.mat b/Assets/StoreAssets/Suriyun_Cat/Pspsps/Materials/Characters/Cat/M_Chibi_Cat_05.mat index 11f3d78a..ec6d3ac9 100644 --- a/Assets/StoreAssets/Suriyun_Cat/Pspsps/Materials/Characters/Cat/M_Chibi_Cat_05.mat +++ b/Assets/StoreAssets/Suriyun_Cat/Pspsps/Materials/Characters/Cat/M_Chibi_Cat_05.mat @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:ca72013219888be519a9b6dad176ef3175da33c12d73cd55cee741f49cf34a88 -size 17136 +oid sha256:57a7031130b34e1c7a038ce27e49479200ed1b1283a241bca1cfe9a522587a64 +size 17775 diff --git a/Assets/StoreAssets/Suriyun_Cat/Pspsps/Materials/Characters/Cat/M_Chibi_Cat_06.mat b/Assets/StoreAssets/Suriyun_Cat/Pspsps/Materials/Characters/Cat/M_Chibi_Cat_06.mat index ba01c643..4d902bb3 100644 --- a/Assets/StoreAssets/Suriyun_Cat/Pspsps/Materials/Characters/Cat/M_Chibi_Cat_06.mat +++ b/Assets/StoreAssets/Suriyun_Cat/Pspsps/Materials/Characters/Cat/M_Chibi_Cat_06.mat @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:8eadffe38872d639fb625bf27cefa9fafdbfd12251ed5d6fa2e173455c9b5647 -size 17136 +oid sha256:444552bdb51801d78b4f636091de5856d2271b1e90a4702649681a610ead39e2 +size 17775 diff --git a/Assets/StoreAssets/Suriyun_Cat/Pspsps/Materials/Characters/Cat/M_Chibi_Cat_07.mat b/Assets/StoreAssets/Suriyun_Cat/Pspsps/Materials/Characters/Cat/M_Chibi_Cat_07.mat index 057030fa..6cbdfd43 100644 --- a/Assets/StoreAssets/Suriyun_Cat/Pspsps/Materials/Characters/Cat/M_Chibi_Cat_07.mat +++ b/Assets/StoreAssets/Suriyun_Cat/Pspsps/Materials/Characters/Cat/M_Chibi_Cat_07.mat @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:fd82118d603a9e0b624008970acf4140770950908c1e6be1cfedf3d298b67091 -size 17136 +oid sha256:cef31d64fce1b312720d52d34153412e3aecf577875074759618c4e42e05e0f1 +size 17775 diff --git a/Assets/StoreAssets/Suriyun_Cat/Pspsps/Materials/Characters/Cat/M_Chibi_Cat_08.mat b/Assets/StoreAssets/Suriyun_Cat/Pspsps/Materials/Characters/Cat/M_Chibi_Cat_08.mat index 6649101d..f76ad104 100644 --- a/Assets/StoreAssets/Suriyun_Cat/Pspsps/Materials/Characters/Cat/M_Chibi_Cat_08.mat +++ b/Assets/StoreAssets/Suriyun_Cat/Pspsps/Materials/Characters/Cat/M_Chibi_Cat_08.mat @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:4468a9548a937d0c2e94bd2cb0931a6630b9e70fe48f0c6144db8ac4349e9081 -size 17136 +oid sha256:f1e42ad6d0ab72b152721fc19828059a7f5fe9a33bf05d8376f2e293b0a37368 +size 17775 diff --git a/Assets/StoreAssets/Suriyun_Cat/Pspsps/Materials/Characters/Cat/M_Chibi_Cat_09.mat b/Assets/StoreAssets/Suriyun_Cat/Pspsps/Materials/Characters/Cat/M_Chibi_Cat_09.mat index 4e3381a1..2baf05df 100644 --- a/Assets/StoreAssets/Suriyun_Cat/Pspsps/Materials/Characters/Cat/M_Chibi_Cat_09.mat +++ b/Assets/StoreAssets/Suriyun_Cat/Pspsps/Materials/Characters/Cat/M_Chibi_Cat_09.mat @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:003553651a3bbce5e6cbac9c72ea292b0a93b1228092554018ed33e7618f9ca6 -size 17136 +oid sha256:7bcf8f42da81a1befe6bd83a7a81e7042ce4a1c840e62ae91a26d9d7accb51cf +size 17775 diff --git a/Assets/Suriyun.meta b/Assets/Suriyun.meta new file mode 100644 index 00000000..849eb81d --- /dev/null +++ b/Assets/Suriyun.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 3acaeb6d6b908bd4eb0ebb4281f15c18 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Suriyun/Pspsps Cat.unity b/Assets/Suriyun/Pspsps Cat.unity new file mode 100644 index 00000000..a6526587 --- /dev/null +++ b/Assets/Suriyun/Pspsps Cat.unity @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:461d97ff873d39c06721d4546afd6a724c13fc004040a703f8058e595adec3d4 +size 486108 diff --git a/Assets/Suriyun/Pspsps Cat.unity.meta b/Assets/Suriyun/Pspsps Cat.unity.meta new file mode 100644 index 00000000..48c3bc20 --- /dev/null +++ b/Assets/Suriyun/Pspsps Cat.unity.meta @@ -0,0 +1,14 @@ +fileFormatVersion: 2 +guid: eb9a855a564546e43bba3f7e9d22fdf9 +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 192633 + packageName: Pspsps Cat + packageVersion: 3.1 + assetPath: Assets/Suriyun/Pspsps Cat.unity + uploadId: 698227 diff --git a/Assets/Suriyun/README.pdf b/Assets/Suriyun/README.pdf new file mode 100644 index 00000000..a7981ced Binary files /dev/null and b/Assets/Suriyun/README.pdf differ diff --git a/Assets/Suriyun/README.pdf.meta b/Assets/Suriyun/README.pdf.meta new file mode 100644 index 00000000..5d6062dd --- /dev/null +++ b/Assets/Suriyun/README.pdf.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: b154678d19c43d94c8991df387d6719f +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Suriyun/UI.meta b/Assets/Suriyun/UI.meta new file mode 100644 index 00000000..5aaf5ad7 --- /dev/null +++ b/Assets/Suriyun/UI.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 0671859c997b379408505e26d0ff8466 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Suriyun/UI/Swap_icon.png b/Assets/Suriyun/UI/Swap_icon.png new file mode 100644 index 00000000..24bea811 --- /dev/null +++ b/Assets/Suriyun/UI/Swap_icon.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aeff60cabd8888b10f03eb53cbf5a68cf02823f567de9fa1a5bed18ddcf688c2 +size 27711 diff --git a/Assets/Suriyun/UI/Swap_icon.png.meta b/Assets/Suriyun/UI/Swap_icon.png.meta new file mode 100644 index 00000000..72f97c7c --- /dev/null +++ b/Assets/Suriyun/UI/Swap_icon.png.meta @@ -0,0 +1,147 @@ +fileFormatVersion: 2 +guid: 5c4dfc9128d08d24c9a18b3f9b765df5 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 11 + mipmaps: + mipMapMode: 0 + enableMipMap: 0 + sRGBTexture: 1 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: -1 + aniso: 1 + mipBias: -100 + wrapU: 1 + wrapV: 1 + wrapW: 0 + nPOTScale: 0 + lightmap: 0 + compressionQuality: 50 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 100 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 1 + alphaIsTransparency: 1 + spriteTessellationDetail: -1 + textureType: 2 + textureShape: 1 + singleChannelComponent: 0 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + applyGammaDecoding: 0 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 8192 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Standalone + maxTextureSize: 8192 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: iPhone + maxTextureSize: 8192 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Android + maxTextureSize: 8192 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Windows Store Apps + maxTextureSize: 8192 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 192633 + packageName: Pspsps Cat + packageVersion: 3.1 + assetPath: Assets/Suriyun/UI/Swap_icon.png + uploadId: 698227 diff --git a/Assets/Suriyun/UI/anim_button1.png b/Assets/Suriyun/UI/anim_button1.png new file mode 100644 index 00000000..2f4cb01f --- /dev/null +++ b/Assets/Suriyun/UI/anim_button1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b4d07ae07409a46dcd15d89e1b7288e3db5d892080eaaca168868ec29117fcb7 +size 33075 diff --git a/Assets/Suriyun/UI/anim_button1.png.meta b/Assets/Suriyun/UI/anim_button1.png.meta new file mode 100644 index 00000000..153167bc --- /dev/null +++ b/Assets/Suriyun/UI/anim_button1.png.meta @@ -0,0 +1,95 @@ +fileFormatVersion: 2 +guid: 51eefa83fcba3224ea26f21c49c5697d +TextureImporter: + fileIDToRecycleName: {} + externalObjects: {} + serializedVersion: 9 + mipmaps: + mipMapMode: 0 + enableMipMap: 0 + sRGBTexture: 1 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: -3 + maxTextureSize: 512 + textureSettings: + serializedVersion: 2 + filterMode: -1 + aniso: 1 + mipBias: -100 + wrapU: 1 + wrapV: 1 + wrapW: 1 + nPOTScale: 0 + lightmap: 0 + compressionQuality: 50 + spriteMode: 1 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 100 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 1 + alphaIsTransparency: 1 + spriteTessellationDetail: -1 + textureType: 8 + textureShape: 1 + singleChannelComponent: 0 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + platformSettings: + - serializedVersion: 2 + buildTarget: DefaultTexturePlatform + maxTextureSize: 512 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 0 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: 05ba583b8bf1dc9479c3189adfa1c30a + vertices: [] + indices: + edges: [] + weights: [] + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 192633 + packageName: Pspsps Cat + packageVersion: 3.1 + assetPath: Assets/Suriyun/UI/anim_button1.png + uploadId: 698227 diff --git a/Assets/Suriyun/UI/frame.png b/Assets/Suriyun/UI/frame.png new file mode 100644 index 00000000..9657bff2 --- /dev/null +++ b/Assets/Suriyun/UI/frame.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:10c263300d9b67a2fcf74dceeb31a32eb7a7df53474ed651a7319bf9394fd47b +size 77058 diff --git a/Assets/Suriyun/UI/frame.png.meta b/Assets/Suriyun/UI/frame.png.meta new file mode 100644 index 00000000..bb877e01 --- /dev/null +++ b/Assets/Suriyun/UI/frame.png.meta @@ -0,0 +1,95 @@ +fileFormatVersion: 2 +guid: 46223ba009268c94c935ed31f5c3fae5 +TextureImporter: + fileIDToRecycleName: {} + externalObjects: {} + serializedVersion: 9 + mipmaps: + mipMapMode: 0 + enableMipMap: 1 + sRGBTexture: 1 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: -3 + maxTextureSize: 1024 + textureSettings: + serializedVersion: 2 + filterMode: -1 + aniso: 16 + mipBias: -100 + wrapU: 1 + wrapV: 1 + wrapW: 1 + nPOTScale: 0 + lightmap: 0 + compressionQuality: 50 + spriteMode: 1 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 100 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 1 + alphaIsTransparency: 1 + spriteTessellationDetail: -1 + textureType: 8 + textureShape: 1 + singleChannelComponent: 0 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + platformSettings: + - serializedVersion: 2 + buildTarget: DefaultTexturePlatform + maxTextureSize: 1024 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 0 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: a3959aa2f4c6dfd43afb3a8296764122 + vertices: [] + indices: + edges: [] + weights: [] + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: +AssetOrigin: + serializedVersion: 1 + productId: 192633 + packageName: Pspsps Cat + packageVersion: 3.1 + assetPath: Assets/Suriyun/UI/frame.png + uploadId: 698227 diff --git a/Assets/UnityTechnologies/Basic Asset Pack Interior/Materials/Cream.mat b/Assets/UnityTechnologies/Basic Asset Pack Interior/Materials/Cream.mat index 3739b4c5..b9a2ef38 100644 --- a/Assets/UnityTechnologies/Basic Asset Pack Interior/Materials/Cream.mat +++ b/Assets/UnityTechnologies/Basic Asset Pack Interior/Materials/Cream.mat @@ -1,133 +1,3 @@ -%YAML 1.1 -%TAG !u! tag:unity3d.com,2011: ---- !u!21 &2100000 -Material: - serializedVersion: 8 - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_Name: Cream - m_Shader: {fileID: 4800000, guid: 933532a4fcc9baf4fa0491de14d08ed7, type: 3} - m_Parent: {fileID: 0} - m_ModifiedSerializedProperties: 0 - m_ValidKeywords: [] - m_InvalidKeywords: [] - m_LightmapFlags: 4 - m_EnableInstancingVariants: 0 - m_DoubleSidedGI: 0 - m_CustomRenderQueue: -1 - stringTagMap: - RenderType: Opaque - disabledShaderPasses: [] - m_LockedProperties: - m_SavedProperties: - serializedVersion: 3 - m_TexEnvs: - - _BaseMap: - m_Texture: {fileID: 0} - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - - _BumpMap: - m_Texture: {fileID: 0} - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - - _DetailAlbedoMap: - m_Texture: {fileID: 0} - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - - _DetailMask: - m_Texture: {fileID: 0} - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - - _DetailNormalMap: - m_Texture: {fileID: 0} - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - - _EmissionMap: - m_Texture: {fileID: 0} - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - - _MainTex: - m_Texture: {fileID: 0} - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - - _MetallicGlossMap: - m_Texture: {fileID: 0} - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - - _OcclusionMap: - m_Texture: {fileID: 0} - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - - _ParallaxMap: - m_Texture: {fileID: 0} - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - - _SpecGlossMap: - m_Texture: {fileID: 0} - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - - unity_Lightmaps: - m_Texture: {fileID: 0} - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - - unity_LightmapsInd: - m_Texture: {fileID: 0} - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - - unity_ShadowMasks: - m_Texture: {fileID: 0} - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - m_Ints: [] - m_Floats: - - _AlphaClip: 0 - - _AlphaToMask: 0 - - _Blend: 0 - - _BlendModePreserveSpecular: 1 - - _BumpScale: 1 - - _ClearCoatMask: 0 - - _ClearCoatSmoothness: 0 - - _Cull: 2 - - _Cutoff: 0.5 - - _DetailAlbedoMapScale: 1 - - _DetailNormalMapScale: 1 - - _DstBlend: 0 - - _DstBlendAlpha: 0 - - _EnvironmentReflections: 1 - - _GlossMapScale: 0 - - _Glossiness: 0 - - _GlossyReflections: 0 - - _Metallic: 0 - - _OcclusionStrength: 1 - - _Parallax: 0.005 - - _QueueOffset: 0 - - _ReceiveShadows: 1 - - _Smoothness: 0.5 - - _SmoothnessTextureChannel: 0 - - _SpecularHighlights: 1 - - _SrcBlend: 1 - - _SrcBlendAlpha: 1 - - _Surface: 0 - - _WorkflowMode: 1 - - _ZWrite: 1 - m_Colors: - - _BaseColor: {r: 0.8679245, g: 0.85240984, b: 0.7737629, a: 1} - - _Color: {r: 0.8679245, g: 0.85240984, b: 0.7737629, a: 1} - - _EmissionColor: {r: 0, g: 0, b: 0, a: 1} - - _SpecColor: {r: 0.19999996, g: 0.19999996, b: 0.19999996, a: 1} - m_BuildTextureStacks: [] ---- !u!114 &4817873370746766716 -MonoBehaviour: - m_ObjectHideFlags: 11 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 0} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: d0353a89b1f911e48b9e16bdc9f2e058, type: 3} - m_Name: - m_EditorClassIdentifier: - version: 7 +version https://git-lfs.github.com/spec/v1 +oid sha256:6228ba516319eee50d15518276e28fa7c93d4ecd9902f04ab88eba62bd53b29a +size 3665 diff --git a/Assets/UnityTechnologies/Basic Asset Pack Interior/Materials/Grey.mat b/Assets/UnityTechnologies/Basic Asset Pack Interior/Materials/Grey.mat index 989c9841..1f54e978 100644 --- a/Assets/UnityTechnologies/Basic Asset Pack Interior/Materials/Grey.mat +++ b/Assets/UnityTechnologies/Basic Asset Pack Interior/Materials/Grey.mat @@ -1,133 +1,3 @@ -%YAML 1.1 -%TAG !u! tag:unity3d.com,2011: ---- !u!21 &2100000 -Material: - serializedVersion: 8 - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_Name: Grey - m_Shader: {fileID: 4800000, guid: 933532a4fcc9baf4fa0491de14d08ed7, type: 3} - m_Parent: {fileID: 0} - m_ModifiedSerializedProperties: 0 - m_ValidKeywords: [] - m_InvalidKeywords: [] - m_LightmapFlags: 4 - m_EnableInstancingVariants: 0 - m_DoubleSidedGI: 0 - m_CustomRenderQueue: -1 - stringTagMap: - RenderType: Opaque - disabledShaderPasses: [] - m_LockedProperties: - m_SavedProperties: - serializedVersion: 3 - m_TexEnvs: - - _BaseMap: - m_Texture: {fileID: 0} - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - - _BumpMap: - m_Texture: {fileID: 0} - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - - _DetailAlbedoMap: - m_Texture: {fileID: 0} - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - - _DetailMask: - m_Texture: {fileID: 0} - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - - _DetailNormalMap: - m_Texture: {fileID: 0} - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - - _EmissionMap: - m_Texture: {fileID: 0} - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - - _MainTex: - m_Texture: {fileID: 0} - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - - _MetallicGlossMap: - m_Texture: {fileID: 0} - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - - _OcclusionMap: - m_Texture: {fileID: 0} - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - - _ParallaxMap: - m_Texture: {fileID: 0} - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - - _SpecGlossMap: - m_Texture: {fileID: 0} - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - - unity_Lightmaps: - m_Texture: {fileID: 0} - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - - unity_LightmapsInd: - m_Texture: {fileID: 0} - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - - unity_ShadowMasks: - m_Texture: {fileID: 0} - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - m_Ints: [] - m_Floats: - - _AlphaClip: 0 - - _AlphaToMask: 0 - - _Blend: 0 - - _BlendModePreserveSpecular: 1 - - _BumpScale: 1 - - _ClearCoatMask: 0 - - _ClearCoatSmoothness: 0 - - _Cull: 2 - - _Cutoff: 0.5 - - _DetailAlbedoMapScale: 1 - - _DetailNormalMapScale: 1 - - _DstBlend: 0 - - _DstBlendAlpha: 0 - - _EnvironmentReflections: 1 - - _GlossMapScale: 0 - - _Glossiness: 0 - - _GlossyReflections: 0 - - _Metallic: 0 - - _OcclusionStrength: 1 - - _Parallax: 0.005 - - _QueueOffset: 0 - - _ReceiveShadows: 1 - - _Smoothness: 0.5 - - _SmoothnessTextureChannel: 0 - - _SpecularHighlights: 1 - - _SrcBlend: 1 - - _SrcBlendAlpha: 1 - - _Surface: 0 - - _WorkflowMode: 1 - - _ZWrite: 1 - m_Colors: - - _BaseColor: {r: 0.3962264, g: 0.3962264, b: 0.3962264, a: 1} - - _Color: {r: 0.3962264, g: 0.3962264, b: 0.3962264, a: 1} - - _EmissionColor: {r: 0, g: 0, b: 0, a: 1} - - _SpecColor: {r: 0.19999996, g: 0.19999996, b: 0.19999996, a: 1} - m_BuildTextureStacks: [] ---- !u!114 &4817873370746766716 -MonoBehaviour: - m_ObjectHideFlags: 11 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 0} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: d0353a89b1f911e48b9e16bdc9f2e058, type: 3} - m_Name: - m_EditorClassIdentifier: - version: 7 +version https://git-lfs.github.com/spec/v1 +oid sha256:a4ab15a33c2f6df8bbd7a852d5d207f2c4b1c0eb2779b761eb161c749c40abca +size 3665 diff --git a/ProjectSettings/TagManager.asset b/ProjectSettings/TagManager.asset index 9eb1b3cc..e32ceb6d 100644 --- a/ProjectSettings/TagManager.asset +++ b/ProjectSettings/TagManager.asset @@ -16,7 +16,7 @@ TagManager: - - - - - + - NPC - Enemy - -