From 054f3822c6a002b853a001450c713bd0d6ec7844 Mon Sep 17 00:00:00 2001 From: Ding Yuntian <1491671119@qq.com> Date: Tue, 21 Apr 2026 14:14:52 +0800 Subject: [PATCH] =?UTF-8?q?art(Scene=5FClinicOut):=20=E9=87=8D=E6=9E=84?= =?UTF-8?q?=E8=AF=8A=E6=89=80=E5=A4=96=E8=90=BD=E5=8F=B6=E5=92=8C=E4=BD=A9?= =?UTF-8?q?=E4=BD=A9=E5=8A=A8=E7=94=BB=E7=B3=BB=E7=BB=9F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../AssetGroups/Scene_ClinicOut.asset | 5 - .../Timeline/DoctorOutSubway.playable | 22 - .../animation/{树叶安静.anim => Empty.anim} | 25 +- .../{树叶刮风.anim.meta => Empty.anim.meta} | 2 +- .../animation/外出佩佩/BACK.anim | 84 + .../BACK.anim.meta} | 2 +- .../animation/外出佩佩/HOODBACK.anim | 12 +- .../诊室附近佩佩接落叶.anim | 0 .../诊室附近佩佩接落叶.anim.meta | 0 .../Scene_ClincOut/animation/树叶刮风.anim | 176 -- .../Scene_ClincOut/animation/树叶大风.anim | 110 - .../{外出佩佩动画.meta => 落叶.meta} | 2 +- .../Scene_ClincOut/animation/落叶/WIND D.anim | 218 ++ .../WIND D.anim.meta} | 2 +- .../Scene_ClincOut/animation/落叶/wind A.anim | 204 ++ .../落叶/wind A.anim.meta} | 4 +- .../Scene_ClincOut/animation/落叶/wind B.anim | 192 ++ .../animation/落叶/wind B.anim.meta | 8 + .../Scene_ClincOut/animation/落叶/wind C.anim | 195 ++ .../animation/落叶/wind C.anim.meta | 8 + .../animation/落叶/树三帧循环.anim | 81 + .../animation/落叶/树三帧循环.anim.meta | 8 + .../animationRaw/外出佩佩动画.json | 18 +- .../animationRaw/诊室附近树木.json | 43 + .../animationRaw/诊室附近树木.json.meta | 7 + .../animationRaw/诊室附近树木.png | 3 + .../animationRaw/诊室附近树木.png.meta | 232 ++ .../animationRaw/诊室附近落叶.aseprite | Bin 0 -> 16990 bytes .../animationRaw/诊室附近落叶.aseprite.meta | 2300 +++++++++++++++++ ....controller => 诊所外大风落叶.controller} | 179 +- .../controller/诊所外大风落叶.controller.meta | 8 + .../controller/诊所外树木.controller | 72 + ...roller.meta => 诊所外树木.controller.meta} | 0 .../controller/诊所外落叶.controller | 327 +++ .../controller/诊所外落叶.controller.meta | 8 + Assets/Scenes/ClinicOut.unity | 320 ++- 36 files changed, 4415 insertions(+), 462 deletions(-) delete mode 100644 Assets/GameContent/Scene_ClincOut/Timeline/DoctorOutSubway.playable rename Assets/GameContent/Scene_ClincOut/animation/{树叶安静.anim => Empty.anim} (62%) rename Assets/GameContent/Scene_ClincOut/animation/{树叶刮风.anim.meta => Empty.anim.meta} (79%) create mode 100644 Assets/GameContent/Scene_ClincOut/animation/外出佩佩/BACK.anim rename Assets/GameContent/Scene_ClincOut/animation/{树叶安静.anim.meta => 外出佩佩/BACK.anim.meta} (79%) rename Assets/GameContent/Scene_ClincOut/animation/{外出佩佩动画 => 外出佩佩}/诊室附近佩佩接落叶.anim (100%) rename Assets/GameContent/Scene_ClincOut/animation/{外出佩佩动画 => 外出佩佩}/诊室附近佩佩接落叶.anim.meta (100%) delete mode 100644 Assets/GameContent/Scene_ClincOut/animation/树叶刮风.anim delete mode 100644 Assets/GameContent/Scene_ClincOut/animation/树叶大风.anim rename Assets/GameContent/Scene_ClincOut/animation/{外出佩佩动画.meta => 落叶.meta} (77%) create mode 100644 Assets/GameContent/Scene_ClincOut/animation/落叶/WIND D.anim rename Assets/GameContent/Scene_ClincOut/animation/{树叶大风.anim.meta => 落叶/WIND D.anim.meta} (79%) create mode 100644 Assets/GameContent/Scene_ClincOut/animation/落叶/wind A.anim rename Assets/GameContent/Scene_ClincOut/{Timeline/DoctorOutSubway.playable.meta => animation/落叶/wind A.anim.meta} (64%) create mode 100644 Assets/GameContent/Scene_ClincOut/animation/落叶/wind B.anim create mode 100644 Assets/GameContent/Scene_ClincOut/animation/落叶/wind B.anim.meta create mode 100644 Assets/GameContent/Scene_ClincOut/animation/落叶/wind C.anim create mode 100644 Assets/GameContent/Scene_ClincOut/animation/落叶/wind C.anim.meta create mode 100644 Assets/GameContent/Scene_ClincOut/animation/落叶/树三帧循环.anim create mode 100644 Assets/GameContent/Scene_ClincOut/animation/落叶/树三帧循环.anim.meta create mode 100644 Assets/GameContent/Scene_ClincOut/animationRaw/诊室附近树木.json create mode 100644 Assets/GameContent/Scene_ClincOut/animationRaw/诊室附近树木.json.meta create mode 100644 Assets/GameContent/Scene_ClincOut/animationRaw/诊室附近树木.png create mode 100644 Assets/GameContent/Scene_ClincOut/animationRaw/诊室附近树木.png.meta create mode 100644 Assets/GameContent/Scene_ClincOut/animationRaw/诊室附近落叶.aseprite create mode 100644 Assets/GameContent/Scene_ClincOut/animationRaw/诊室附近落叶.aseprite.meta rename Assets/GameContent/Scene_ClincOut/controller/{诊所外树叶动画.controller => 诊所外大风落叶.controller} (61%) create mode 100644 Assets/GameContent/Scene_ClincOut/controller/诊所外大风落叶.controller.meta create mode 100644 Assets/GameContent/Scene_ClincOut/controller/诊所外树木.controller rename Assets/GameContent/Scene_ClincOut/controller/{诊所外树叶动画.controller.meta => 诊所外树木.controller.meta} (100%) create mode 100644 Assets/GameContent/Scene_ClincOut/controller/诊所外落叶.controller create mode 100644 Assets/GameContent/Scene_ClincOut/controller/诊所外落叶.controller.meta diff --git a/Assets/AddressableAssetsData/AssetGroups/Scene_ClinicOut.asset b/Assets/AddressableAssetsData/AssetGroups/Scene_ClinicOut.asset index c8969aac5..89b38ed01 100644 --- a/Assets/AddressableAssetsData/AssetGroups/Scene_ClinicOut.asset +++ b/Assets/AddressableAssetsData/AssetGroups/Scene_ClinicOut.asset @@ -67,11 +67,6 @@ MonoBehaviour: m_ReadOnly: 0 m_SerializedLabels: [] FlaggedDuringContentUpdateRestriction: 0 - - m_GUID: 76e94aba041f5fd469b9b0c0f2a1ed40 - m_Address: "Animation/\u8BCA\u5BA4\u5916\u6811\u53F6" - m_ReadOnly: 0 - m_SerializedLabels: [] - FlaggedDuringContentUpdateRestriction: 0 - m_GUID: 6c4aea2a4a8462344b6ce353f53c7b2a m_Address: "Timeline/\u533B\u751F\u51FA\u5730\u94C1" m_ReadOnly: 0 diff --git a/Assets/GameContent/Scene_ClincOut/Timeline/DoctorOutSubway.playable b/Assets/GameContent/Scene_ClincOut/Timeline/DoctorOutSubway.playable deleted file mode 100644 index ff901ef74..000000000 --- a/Assets/GameContent/Scene_ClincOut/Timeline/DoctorOutSubway.playable +++ /dev/null @@ -1,22 +0,0 @@ -%YAML 1.1 -%TAG !u! tag:unity3d.com,2011: ---- !u!114 &11400000 -MonoBehaviour: - m_ObjectHideFlags: 0 - 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: bfda56da833e2384a9677cd3c976a436, type: 3} - m_Name: DoctorOutSubway - m_EditorClassIdentifier: - m_Version: 0 - m_Tracks: [] - m_FixedDuration: 0 - m_EditorSettings: - m_Framerate: 60 - m_ScenePreview: 1 - m_DurationMode: 0 - m_MarkerTrack: {fileID: 0} diff --git a/Assets/GameContent/Scene_ClincOut/animation/树叶安静.anim b/Assets/GameContent/Scene_ClincOut/animation/Empty.anim similarity index 62% rename from Assets/GameContent/Scene_ClincOut/animation/树叶安静.anim rename to Assets/GameContent/Scene_ClincOut/animation/Empty.anim index b77ad86a8..c0ff56b3e 100644 --- a/Assets/GameContent/Scene_ClincOut/animation/树叶安静.anim +++ b/Assets/GameContent/Scene_ClincOut/animation/Empty.anim @@ -6,7 +6,7 @@ AnimationClip: m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} - m_Name: "\u6811\u53F6\u5B89\u9759" + m_Name: Empty serializedVersion: 7 m_Legacy: 0 m_Compressed: 0 @@ -17,23 +17,8 @@ AnimationClip: m_PositionCurves: [] m_ScaleCurves: [] m_FloatCurves: [] - m_PPtrCurves: - - serializedVersion: 2 - curve: - - time: 0 - value: {fileID: -5621725339664801426, guid: 4aa2be0985cf6d243976bf99aa3c49d7, type: 3} - - time: 0.30000114 - value: {fileID: -1910828928095769183, guid: 4aa2be0985cf6d243976bf99aa3c49d7, type: 3} - - time: 0.6000004 - value: {fileID: -6107732442446964334, guid: 4aa2be0985cf6d243976bf99aa3c49d7, type: 3} - - time: 0.9000004 - value: {fileID: -6107732442446964334, guid: 4aa2be0985cf6d243976bf99aa3c49d7, type: 3} - attribute: m_Sprite - path: - classID: 212 - script: {fileID: 0} - flags: 2 - m_SampleRate: 100 + m_PPtrCurves: [] + m_SampleRate: 60 m_WrapMode: 0 m_Bounds: m_Center: {x: 0, y: 0, z: 0} @@ -46,7 +31,7 @@ AnimationClip: m_AdditiveReferencePoseClip: {fileID: 0} m_AdditiveReferencePoseTime: 0 m_StartTime: 0 - m_StopTime: 0.9100004 + m_StopTime: 1 m_OrientationOffsetY: 0 m_Level: 0 m_CycleOffset: 0 @@ -57,7 +42,7 @@ AnimationClip: m_LoopBlendPositionY: 0 m_LoopBlendPositionXZ: 0 m_KeepOriginalOrientation: 0 - m_KeepOriginalPositionY: 0 + m_KeepOriginalPositionY: 1 m_KeepOriginalPositionXZ: 0 m_HeightFromFeet: 0 m_Mirror: 0 diff --git a/Assets/GameContent/Scene_ClincOut/animation/树叶刮风.anim.meta b/Assets/GameContent/Scene_ClincOut/animation/Empty.anim.meta similarity index 79% rename from Assets/GameContent/Scene_ClincOut/animation/树叶刮风.anim.meta rename to Assets/GameContent/Scene_ClincOut/animation/Empty.anim.meta index 5f295352b..60d5ab53e 100644 --- a/Assets/GameContent/Scene_ClincOut/animation/树叶刮风.anim.meta +++ b/Assets/GameContent/Scene_ClincOut/animation/Empty.anim.meta @@ -1,5 +1,5 @@ fileFormatVersion: 2 -guid: 270bebaae3482744ab49a409b4fff458 +guid: 5f916112f1038e449a05d7847b66ec67 NativeFormatImporter: externalObjects: {} mainObjectFileID: 7400000 diff --git a/Assets/GameContent/Scene_ClincOut/animation/外出佩佩/BACK.anim b/Assets/GameContent/Scene_ClincOut/animation/外出佩佩/BACK.anim new file mode 100644 index 000000000..d9dca46fc --- /dev/null +++ b/Assets/GameContent/Scene_ClincOut/animation/外出佩佩/BACK.anim @@ -0,0 +1,84 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!74 &7400000 +AnimationClip: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: BACK + serializedVersion: 7 + m_Legacy: 0 + m_Compressed: 0 + m_UseHighQualityCurve: 1 + m_RotationCurves: [] + m_CompressedRotationCurves: [] + m_EulerCurves: [] + m_PositionCurves: [] + m_ScaleCurves: [] + m_FloatCurves: [] + m_PPtrCurves: + - serializedVersion: 2 + curve: + - time: 0 + value: {fileID: 2675976796409045425, guid: beb3490d6c72a2a44ba83a2867da3526, type: 3} + - time: 0.4 + value: {fileID: -7488143331455555456, guid: beb3490d6c72a2a44ba83a2867da3526, type: 3} + - time: 0.8 + value: {fileID: -3905254919024616460, guid: beb3490d6c72a2a44ba83a2867da3526, type: 3} + - time: 1.2 + value: {fileID: -4552252610629298190, guid: beb3490d6c72a2a44ba83a2867da3526, type: 3} + - time: 1.6 + value: {fileID: -4552252610629298190, guid: beb3490d6c72a2a44ba83a2867da3526, type: 3} + attribute: m_Sprite + path: + classID: 212 + script: {fileID: 0} + flags: 2 + m_SampleRate: 100 + m_WrapMode: 0 + m_Bounds: + m_Center: {x: 0, y: 0, z: 0} + m_Extent: {x: 0, y: 0, z: 0} + m_ClipBindingConstant: + genericBindings: + - serializedVersion: 2 + path: 0 + attribute: 0 + script: {fileID: 0} + typeID: 212 + customType: 23 + isPPtrCurve: 1 + isIntCurve: 0 + isSerializeReferenceCurve: 0 + pptrCurveMapping: + - {fileID: 2675976796409045425, guid: beb3490d6c72a2a44ba83a2867da3526, type: 3} + - {fileID: -7488143331455555456, guid: beb3490d6c72a2a44ba83a2867da3526, type: 3} + - {fileID: -3905254919024616460, guid: beb3490d6c72a2a44ba83a2867da3526, type: 3} + - {fileID: -4552252610629298190, guid: beb3490d6c72a2a44ba83a2867da3526, type: 3} + - {fileID: -4552252610629298190, guid: beb3490d6c72a2a44ba83a2867da3526, type: 3} + m_AnimationClipSettings: + serializedVersion: 2 + m_AdditiveReferencePoseClip: {fileID: 0} + m_AdditiveReferencePoseTime: 0 + m_StartTime: 0 + m_StopTime: 1 + m_OrientationOffsetY: 0 + m_Level: 0 + m_CycleOffset: 0 + m_HasAdditiveReferencePose: 0 + m_LoopTime: 1 + m_LoopBlend: 0 + m_LoopBlendOrientation: 0 + m_LoopBlendPositionY: 0 + m_LoopBlendPositionXZ: 0 + m_KeepOriginalOrientation: 0 + m_KeepOriginalPositionY: 1 + m_KeepOriginalPositionXZ: 0 + m_HeightFromFeet: 0 + m_Mirror: 0 + m_EditorCurves: [] + m_EulerEditorCurves: [] + m_HasGenericRootTransform: 0 + m_HasMotionFloatCurves: 0 + m_Events: [] diff --git a/Assets/GameContent/Scene_ClincOut/animation/树叶安静.anim.meta b/Assets/GameContent/Scene_ClincOut/animation/外出佩佩/BACK.anim.meta similarity index 79% rename from Assets/GameContent/Scene_ClincOut/animation/树叶安静.anim.meta rename to Assets/GameContent/Scene_ClincOut/animation/外出佩佩/BACK.anim.meta index 04324ac46..01db1722f 100644 --- a/Assets/GameContent/Scene_ClincOut/animation/树叶安静.anim.meta +++ b/Assets/GameContent/Scene_ClincOut/animation/外出佩佩/BACK.anim.meta @@ -1,5 +1,5 @@ fileFormatVersion: 2 -guid: 16ef155136e50b742bd5a46e4a7705a3 +guid: d215066c53aa58842a0cdacb9a12c31a NativeFormatImporter: externalObjects: {} mainObjectFileID: 7400000 diff --git a/Assets/GameContent/Scene_ClincOut/animation/外出佩佩/HOODBACK.anim b/Assets/GameContent/Scene_ClincOut/animation/外出佩佩/HOODBACK.anim index decef9528..2e41a8ba2 100644 --- a/Assets/GameContent/Scene_ClincOut/animation/外出佩佩/HOODBACK.anim +++ b/Assets/GameContent/Scene_ClincOut/animation/外出佩佩/HOODBACK.anim @@ -22,13 +22,13 @@ AnimationClip: curve: - time: 0 value: {fileID: -5480261478056054798, guid: beb3490d6c72a2a44ba83a2867da3526, type: 3} - - time: 0.1 - value: {fileID: -3638042381185026470, guid: beb3490d6c72a2a44ba83a2867da3526, type: 3} - - time: 0.2 - value: {fileID: 6156124535048162135, guid: beb3490d6c72a2a44ba83a2867da3526, type: 3} - - time: 0.3 - value: {fileID: -6062152463539478821, guid: beb3490d6c72a2a44ba83a2867da3526, type: 3} - time: 0.4 + value: {fileID: -3638042381185026470, guid: beb3490d6c72a2a44ba83a2867da3526, type: 3} + - time: 0.8 + value: {fileID: 6156124535048162135, guid: beb3490d6c72a2a44ba83a2867da3526, type: 3} + - time: 1.2 + value: {fileID: -6062152463539478821, guid: beb3490d6c72a2a44ba83a2867da3526, type: 3} + - time: 1.6 value: {fileID: -6062152463539478821, guid: beb3490d6c72a2a44ba83a2867da3526, type: 3} attribute: m_Sprite path: diff --git a/Assets/GameContent/Scene_ClincOut/animation/外出佩佩动画/诊室附近佩佩接落叶.anim b/Assets/GameContent/Scene_ClincOut/animation/外出佩佩/诊室附近佩佩接落叶.anim similarity index 100% rename from Assets/GameContent/Scene_ClincOut/animation/外出佩佩动画/诊室附近佩佩接落叶.anim rename to Assets/GameContent/Scene_ClincOut/animation/外出佩佩/诊室附近佩佩接落叶.anim diff --git a/Assets/GameContent/Scene_ClincOut/animation/外出佩佩动画/诊室附近佩佩接落叶.anim.meta b/Assets/GameContent/Scene_ClincOut/animation/外出佩佩/诊室附近佩佩接落叶.anim.meta similarity index 100% rename from Assets/GameContent/Scene_ClincOut/animation/外出佩佩动画/诊室附近佩佩接落叶.anim.meta rename to Assets/GameContent/Scene_ClincOut/animation/外出佩佩/诊室附近佩佩接落叶.anim.meta diff --git a/Assets/GameContent/Scene_ClincOut/animation/树叶刮风.anim b/Assets/GameContent/Scene_ClincOut/animation/树叶刮风.anim deleted file mode 100644 index e77fa27e6..000000000 --- a/Assets/GameContent/Scene_ClincOut/animation/树叶刮风.anim +++ /dev/null @@ -1,176 +0,0 @@ -%YAML 1.1 -%TAG !u! tag:unity3d.com,2011: ---- !u!74 &7400000 -AnimationClip: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_Name: "\u6811\u53F6\u522E\u98CE" - serializedVersion: 7 - m_Legacy: 0 - m_Compressed: 0 - m_UseHighQualityCurve: 1 - m_RotationCurves: [] - m_CompressedRotationCurves: [] - m_EulerCurves: [] - m_PositionCurves: [] - m_ScaleCurves: [] - m_FloatCurves: [] - m_PPtrCurves: - - serializedVersion: 2 - curve: - - time: 0 - value: {fileID: -4292202871861391183, guid: 4aa2be0985cf6d243976bf99aa3c49d7, type: 3} - - time: 0.3000002 - value: {fileID: 4734603827179867930, guid: 4aa2be0985cf6d243976bf99aa3c49d7, type: 3} - - time: 0.6000004 - value: {fileID: -5927531657037430149, guid: 4aa2be0985cf6d243976bf99aa3c49d7, type: 3} - - time: 0.9000006 - value: {fileID: 7280886929205640463, guid: 4aa2be0985cf6d243976bf99aa3c49d7, type: 3} - - time: 1.1999998 - value: {fileID: -5719188690623583018, guid: 4aa2be0985cf6d243976bf99aa3c49d7, type: 3} - - time: 1.5 - value: {fileID: -8252578601032475510, guid: 4aa2be0985cf6d243976bf99aa3c49d7, type: 3} - - time: 1.8000002 - value: {fileID: -7332087062325033373, guid: 4aa2be0985cf6d243976bf99aa3c49d7, type: 3} - - time: 2.1000004 - value: {fileID: 4804777603356011579, guid: 4aa2be0985cf6d243976bf99aa3c49d7, type: 3} - - time: 2.4000006 - value: {fileID: 6951984201194716238, guid: 4aa2be0985cf6d243976bf99aa3c49d7, type: 3} - - time: 2.6999998 - value: {fileID: 5007540192748000793, guid: 4aa2be0985cf6d243976bf99aa3c49d7, type: 3} - - time: 3 - value: {fileID: -7813952837521354976, guid: 4aa2be0985cf6d243976bf99aa3c49d7, type: 3} - - time: 3.3000002 - value: {fileID: -4395502156982741756, guid: 4aa2be0985cf6d243976bf99aa3c49d7, type: 3} - - time: 3.6000004 - value: {fileID: 6518095970545486307, guid: 4aa2be0985cf6d243976bf99aa3c49d7, type: 3} - - time: 3.9000006 - value: {fileID: -3690918085491546386, guid: 4aa2be0985cf6d243976bf99aa3c49d7, type: 3} - - time: 4.2 - value: {fileID: -3065759576160665486, guid: 4aa2be0985cf6d243976bf99aa3c49d7, type: 3} - - time: 4.5 - value: {fileID: 7444394983813613624, guid: 4aa2be0985cf6d243976bf99aa3c49d7, type: 3} - - time: 4.8 - value: {fileID: 791511288347416496, guid: 4aa2be0985cf6d243976bf99aa3c49d7, type: 3} - - time: 5.1000004 - value: {fileID: 200130276650187119, guid: 4aa2be0985cf6d243976bf99aa3c49d7, type: 3} - - time: 5.4000006 - value: {fileID: -361034508364433100, guid: 4aa2be0985cf6d243976bf99aa3c49d7, type: 3} - - time: 5.7 - value: {fileID: 966092340873449207, guid: 4aa2be0985cf6d243976bf99aa3c49d7, type: 3} - - time: 6 - value: {fileID: -4973688810673075028, guid: 4aa2be0985cf6d243976bf99aa3c49d7, type: 3} - - time: 6.3 - value: {fileID: -3832292236120436948, guid: 4aa2be0985cf6d243976bf99aa3c49d7, type: 3} - - time: 6.6000004 - value: {fileID: -1362986456000494391, guid: 4aa2be0985cf6d243976bf99aa3c49d7, type: 3} - - time: 6.9000006 - value: {fileID: -2063552868722261425, guid: 4aa2be0985cf6d243976bf99aa3c49d7, type: 3} - - time: 7.2 - value: {fileID: 682115357694004040, guid: 4aa2be0985cf6d243976bf99aa3c49d7, type: 3} - - time: 7.5 - value: {fileID: -7571565526755660609, guid: 4aa2be0985cf6d243976bf99aa3c49d7, type: 3} - - time: 7.8 - value: {fileID: -1909631860161058683, guid: 4aa2be0985cf6d243976bf99aa3c49d7, type: 3} - - time: 8.1 - value: {fileID: 7685364244014300121, guid: 4aa2be0985cf6d243976bf99aa3c49d7, type: 3} - - time: 8.400001 - value: {fileID: -1761888325274851633, guid: 4aa2be0985cf6d243976bf99aa3c49d7, type: 3} - - time: 8.7 - value: {fileID: -5580822278244214515, guid: 4aa2be0985cf6d243976bf99aa3c49d7, type: 3} - - time: 9.000001 - value: {fileID: 6991373836275983352, guid: 4aa2be0985cf6d243976bf99aa3c49d7, type: 3} - - time: 9.3 - value: {fileID: 6200835485843509946, guid: 4aa2be0985cf6d243976bf99aa3c49d7, type: 3} - - time: 9.599999 - value: {fileID: -2918922761440497501, guid: 4aa2be0985cf6d243976bf99aa3c49d7, type: 3} - - time: 9.900001 - value: {fileID: -3572083191557707440, guid: 4aa2be0985cf6d243976bf99aa3c49d7, type: 3} - - time: 10.2 - value: {fileID: -6226020077211562238, guid: 4aa2be0985cf6d243976bf99aa3c49d7, type: 3} - - time: 10.500001 - value: {fileID: -7665857480075124797, guid: 4aa2be0985cf6d243976bf99aa3c49d7, type: 3} - - time: 10.8 - value: {fileID: -156931005449058864, guid: 4aa2be0985cf6d243976bf99aa3c49d7, type: 3} - - time: 11.099999 - value: {fileID: -7499075288414577698, guid: 4aa2be0985cf6d243976bf99aa3c49d7, type: 3} - - time: 11.400001 - value: {fileID: -941947286438496799, guid: 4aa2be0985cf6d243976bf99aa3c49d7, type: 3} - - time: 11.7 - value: {fileID: 9068897433849639439, guid: 4aa2be0985cf6d243976bf99aa3c49d7, type: 3} - - time: 12.000001 - value: {fileID: -8434812085075538341, guid: 4aa2be0985cf6d243976bf99aa3c49d7, type: 3} - - time: 12.3 - value: {fileID: 1043990737143661172, guid: 4aa2be0985cf6d243976bf99aa3c49d7, type: 3} - - time: 12.599999 - value: {fileID: 4719063412022634732, guid: 4aa2be0985cf6d243976bf99aa3c49d7, type: 3} - - time: 12.900001 - value: {fileID: 7835787599778468895, guid: 4aa2be0985cf6d243976bf99aa3c49d7, type: 3} - - time: 13.2 - value: {fileID: 3977773337518039822, guid: 4aa2be0985cf6d243976bf99aa3c49d7, type: 3} - - time: 13.500001 - value: {fileID: 3273440105699612302, guid: 4aa2be0985cf6d243976bf99aa3c49d7, type: 3} - - time: 13.8 - value: {fileID: 6426048506416468504, guid: 4aa2be0985cf6d243976bf99aa3c49d7, type: 3} - - time: 14.099999 - value: {fileID: -5998795340228697961, guid: 4aa2be0985cf6d243976bf99aa3c49d7, type: 3} - - time: 14.400001 - value: {fileID: 8039614715820537868, guid: 4aa2be0985cf6d243976bf99aa3c49d7, type: 3} - - time: 14.7 - value: {fileID: -7034940714958940068, guid: 4aa2be0985cf6d243976bf99aa3c49d7, type: 3} - - time: 15.000001 - value: {fileID: -570338718830596633, guid: 4aa2be0985cf6d243976bf99aa3c49d7, type: 3} - - time: 15.3 - value: {fileID: 6875423115289233396, guid: 4aa2be0985cf6d243976bf99aa3c49d7, type: 3} - - time: 15.599999 - value: {fileID: -6206817885923156268, guid: 4aa2be0985cf6d243976bf99aa3c49d7, type: 3} - - time: 15.900001 - value: {fileID: 5116027928518075898, guid: 4aa2be0985cf6d243976bf99aa3c49d7, type: 3} - - time: 16.2 - value: {fileID: -6084668592780763341, guid: 4aa2be0985cf6d243976bf99aa3c49d7, type: 3} - - time: 16.5 - value: {fileID: -2736558810313218506, guid: 4aa2be0985cf6d243976bf99aa3c49d7, type: 3} - - time: 16.8 - value: {fileID: 1070192431847824586, guid: 4aa2be0985cf6d243976bf99aa3c49d7, type: 3} - - time: 17.099998 - value: {fileID: 1070192431847824586, guid: 4aa2be0985cf6d243976bf99aa3c49d7, type: 3} - attribute: m_Sprite - path: - classID: 212 - script: {fileID: 0} - flags: 2 - m_SampleRate: 100 - m_WrapMode: 0 - m_Bounds: - m_Center: {x: 0, y: 0, z: 0} - m_Extent: {x: 0, y: 0, z: 0} - m_ClipBindingConstant: - genericBindings: [] - pptrCurveMapping: [] - m_AnimationClipSettings: - serializedVersion: 2 - m_AdditiveReferencePoseClip: {fileID: 0} - m_AdditiveReferencePoseTime: 0 - m_StartTime: 0 - m_StopTime: 17.109999 - m_OrientationOffsetY: 0 - m_Level: 0 - m_CycleOffset: 0 - m_HasAdditiveReferencePose: 0 - m_LoopTime: 1 - m_LoopBlend: 0 - m_LoopBlendOrientation: 0 - m_LoopBlendPositionY: 0 - m_LoopBlendPositionXZ: 0 - m_KeepOriginalOrientation: 0 - m_KeepOriginalPositionY: 0 - m_KeepOriginalPositionXZ: 0 - m_HeightFromFeet: 0 - m_Mirror: 0 - m_EditorCurves: [] - m_EulerEditorCurves: [] - m_HasGenericRootTransform: 0 - m_HasMotionFloatCurves: 0 - m_Events: [] diff --git a/Assets/GameContent/Scene_ClincOut/animation/树叶大风.anim b/Assets/GameContent/Scene_ClincOut/animation/树叶大风.anim deleted file mode 100644 index 03f880dd4..000000000 --- a/Assets/GameContent/Scene_ClincOut/animation/树叶大风.anim +++ /dev/null @@ -1,110 +0,0 @@ -%YAML 1.1 -%TAG !u! tag:unity3d.com,2011: ---- !u!74 &7400000 -AnimationClip: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_Name: "\u6811\u53F6\u5927\u98CE" - serializedVersion: 7 - m_Legacy: 0 - m_Compressed: 0 - m_UseHighQualityCurve: 1 - m_RotationCurves: [] - m_CompressedRotationCurves: [] - m_EulerCurves: [] - m_PositionCurves: [] - m_ScaleCurves: [] - m_FloatCurves: [] - m_PPtrCurves: - - serializedVersion: 2 - curve: - - time: 0 - value: {fileID: 3092406188545928391, guid: 4aa2be0985cf6d243976bf99aa3c49d7, type: 3} - - time: 0.3 - value: {fileID: -2244648992228091641, guid: 4aa2be0985cf6d243976bf99aa3c49d7, type: 3} - - time: 0.6 - value: {fileID: -2534518379961492944, guid: 4aa2be0985cf6d243976bf99aa3c49d7, type: 3} - - time: 0.9 - value: {fileID: 65570138637733538, guid: 4aa2be0985cf6d243976bf99aa3c49d7, type: 3} - - time: 1.2 - value: {fileID: 3912863865570355340, guid: 4aa2be0985cf6d243976bf99aa3c49d7, type: 3} - - time: 1.5 - value: {fileID: 4784579873554051911, guid: 4aa2be0985cf6d243976bf99aa3c49d7, type: 3} - - time: 1.8 - value: {fileID: 9190508218114363011, guid: 4aa2be0985cf6d243976bf99aa3c49d7, type: 3} - - time: 2.1 - value: {fileID: 5727759177608222718, guid: 4aa2be0985cf6d243976bf99aa3c49d7, type: 3} - - time: 2.4 - value: {fileID: -3746231640294839895, guid: 4aa2be0985cf6d243976bf99aa3c49d7, type: 3} - - time: 2.7 - value: {fileID: -327581911151935020, guid: 4aa2be0985cf6d243976bf99aa3c49d7, type: 3} - - time: 3 - value: {fileID: 7338638599836318781, guid: 4aa2be0985cf6d243976bf99aa3c49d7, type: 3} - - time: 3.3 - value: {fileID: -887150447800150438, guid: 4aa2be0985cf6d243976bf99aa3c49d7, type: 3} - - time: 3.6 - value: {fileID: 6725807684482522301, guid: 4aa2be0985cf6d243976bf99aa3c49d7, type: 3} - - time: 3.9 - value: {fileID: -6980981502827157946, guid: 4aa2be0985cf6d243976bf99aa3c49d7, type: 3} - - time: 4.2 - value: {fileID: -6850785020556084815, guid: 4aa2be0985cf6d243976bf99aa3c49d7, type: 3} - - time: 4.5 - value: {fileID: -533394305529940196, guid: 4aa2be0985cf6d243976bf99aa3c49d7, type: 3} - - time: 4.8 - value: {fileID: -3496737879348026797, guid: 4aa2be0985cf6d243976bf99aa3c49d7, type: 3} - - time: 5.1 - value: {fileID: -185103020817199049, guid: 4aa2be0985cf6d243976bf99aa3c49d7, type: 3} - - time: 5.4 - value: {fileID: -6297336309559123565, guid: 4aa2be0985cf6d243976bf99aa3c49d7, type: 3} - - time: 5.7 - value: {fileID: -8502240531384102726, guid: 4aa2be0985cf6d243976bf99aa3c49d7, type: 3} - - time: 6 - value: {fileID: -8537526695260971413, guid: 4aa2be0985cf6d243976bf99aa3c49d7, type: 3} - - time: 6.3 - value: {fileID: -4051255752070217724, guid: 4aa2be0985cf6d243976bf99aa3c49d7, type: 3} - - time: 6.6 - value: {fileID: 5486197236943118317, guid: 4aa2be0985cf6d243976bf99aa3c49d7, type: 3} - - time: 6.9 - value: {fileID: 7473333740751952406, guid: 4aa2be0985cf6d243976bf99aa3c49d7, type: 3} - - time: 7.2000003 - value: {fileID: 7473333740751952406, guid: 4aa2be0985cf6d243976bf99aa3c49d7, type: 3} - attribute: m_Sprite - path: - classID: 212 - script: {fileID: 0} - flags: 2 - m_SampleRate: 100 - m_WrapMode: 0 - m_Bounds: - m_Center: {x: 0, y: 0, z: 0} - m_Extent: {x: 0, y: 0, z: 0} - m_ClipBindingConstant: - genericBindings: [] - pptrCurveMapping: [] - m_AnimationClipSettings: - serializedVersion: 2 - m_AdditiveReferencePoseClip: {fileID: 0} - m_AdditiveReferencePoseTime: 0 - m_StartTime: 0 - m_StopTime: 7.2100005 - m_OrientationOffsetY: 0 - m_Level: 0 - m_CycleOffset: 0 - m_HasAdditiveReferencePose: 0 - m_LoopTime: 1 - m_LoopBlend: 0 - m_LoopBlendOrientation: 0 - m_LoopBlendPositionY: 0 - m_LoopBlendPositionXZ: 0 - m_KeepOriginalOrientation: 0 - m_KeepOriginalPositionY: 0 - m_KeepOriginalPositionXZ: 0 - m_HeightFromFeet: 0 - m_Mirror: 0 - m_EditorCurves: [] - m_EulerEditorCurves: [] - m_HasGenericRootTransform: 0 - m_HasMotionFloatCurves: 0 - m_Events: [] diff --git a/Assets/GameContent/Scene_ClincOut/animation/外出佩佩动画.meta b/Assets/GameContent/Scene_ClincOut/animation/落叶.meta similarity index 77% rename from Assets/GameContent/Scene_ClincOut/animation/外出佩佩动画.meta rename to Assets/GameContent/Scene_ClincOut/animation/落叶.meta index ea4be7a91..935fcb25f 100644 --- a/Assets/GameContent/Scene_ClincOut/animation/外出佩佩动画.meta +++ b/Assets/GameContent/Scene_ClincOut/animation/落叶.meta @@ -1,5 +1,5 @@ fileFormatVersion: 2 -guid: a48797d682a86a9439375a9059bdb231 +guid: b872a1896582abe4e828bacb8c5a4c81 folderAsset: yes DefaultImporter: externalObjects: {} diff --git a/Assets/GameContent/Scene_ClincOut/animation/落叶/WIND D.anim b/Assets/GameContent/Scene_ClincOut/animation/落叶/WIND D.anim new file mode 100644 index 000000000..32110e6aa --- /dev/null +++ b/Assets/GameContent/Scene_ClincOut/animation/落叶/WIND D.anim @@ -0,0 +1,218 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!74 &7400000 +AnimationClip: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: WIND D + serializedVersion: 7 + m_Legacy: 0 + m_Compressed: 0 + m_UseHighQualityCurve: 1 + m_RotationCurves: [] + m_CompressedRotationCurves: [] + m_EulerCurves: [] + m_PositionCurves: [] + m_ScaleCurves: [] + m_FloatCurves: + - serializedVersion: 2 + curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: Infinity + outSlope: Infinity + tangentMode: 0 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.3000002 + value: 1 + inSlope: Infinity + outSlope: Infinity + tangentMode: 0 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 8.999999 + value: 0 + inSlope: Infinity + outSlope: Infinity + tangentMode: 0 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 9.599999 + value: 1 + inSlope: Infinity + outSlope: Infinity + tangentMode: 0 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_Enabled + path: + classID: 212 + script: {fileID: 0} + flags: 16 + m_PPtrCurves: + - serializedVersion: 2 + curve: + - time: 0.3000002 + value: {fileID: -8994560726129843892, guid: df1c3c20292863841af08d4039fb5a0b, type: 3} + - time: 0.5999994 + value: {fileID: 3964333142874381157, guid: df1c3c20292863841af08d4039fb5a0b, type: 3} + - time: 0.9000006 + value: {fileID: 3293629221660611758, guid: df1c3c20292863841af08d4039fb5a0b, type: 3} + - time: 1.1999998 + value: {fileID: 8504424405044869791, guid: df1c3c20292863841af08d4039fb5a0b, type: 3} + - time: 1.499999 + value: {fileID: -860039740256115699, guid: df1c3c20292863841af08d4039fb5a0b, type: 3} + - time: 1.8000002 + value: {fileID: -2194198272536353893, guid: df1c3c20292863841af08d4039fb5a0b, type: 3} + - time: 2.0999994 + value: {fileID: 5559512855556151541, guid: df1c3c20292863841af08d4039fb5a0b, type: 3} + - time: 2.4000006 + value: {fileID: 5036150030418079509, guid: df1c3c20292863841af08d4039fb5a0b, type: 3} + - time: 2.6999998 + value: {fileID: -8412065750198065400, guid: df1c3c20292863841af08d4039fb5a0b, type: 3} + - time: 2.999999 + value: {fileID: 5646626778667843361, guid: df1c3c20292863841af08d4039fb5a0b, type: 3} + - time: 3.3000002 + value: {fileID: -3481704868945236605, guid: df1c3c20292863841af08d4039fb5a0b, type: 3} + - time: 3.5999994 + value: {fileID: -6530865614327857255, guid: df1c3c20292863841af08d4039fb5a0b, type: 3} + - time: 3.9000006 + value: {fileID: 8422427785764403714, guid: df1c3c20292863841af08d4039fb5a0b, type: 3} + - time: 4.2 + value: {fileID: 4557116611641435479, guid: df1c3c20292863841af08d4039fb5a0b, type: 3} + - time: 4.499999 + value: {fileID: 3337232908668656396, guid: df1c3c20292863841af08d4039fb5a0b, type: 3} + - time: 4.8 + value: {fileID: -2388885287577819595, guid: df1c3c20292863841af08d4039fb5a0b, type: 3} + - time: 5.0999994 + value: {fileID: -209796575937426010, guid: df1c3c20292863841af08d4039fb5a0b, type: 3} + - time: 5.4000006 + value: {fileID: -9170302392413599232, guid: df1c3c20292863841af08d4039fb5a0b, type: 3} + - time: 5.7 + value: {fileID: -3967176415091184398, guid: df1c3c20292863841af08d4039fb5a0b, type: 3} + - time: 5.999999 + value: {fileID: -6090888303110045973, guid: df1c3c20292863841af08d4039fb5a0b, type: 3} + - time: 6.3 + value: {fileID: -2277109061288395334, guid: df1c3c20292863841af08d4039fb5a0b, type: 3} + - time: 6.5999994 + value: {fileID: -3963577691884743373, guid: df1c3c20292863841af08d4039fb5a0b, type: 3} + - time: 6.9000006 + value: {fileID: 1379081964940206625, guid: df1c3c20292863841af08d4039fb5a0b, type: 3} + - time: 7.2 + value: {fileID: 8272637161776364656, guid: df1c3c20292863841af08d4039fb5a0b, type: 3} + - time: 7.499999 + value: {fileID: -1250383485300908987, guid: df1c3c20292863841af08d4039fb5a0b, type: 3} + - time: 7.8 + value: {fileID: 2752438428293334851, guid: df1c3c20292863841af08d4039fb5a0b, type: 3} + - time: 8.099999 + value: {fileID: -4911184385821309365, guid: df1c3c20292863841af08d4039fb5a0b, type: 3} + - time: 8.400001 + value: {fileID: 4788711040803014187, guid: df1c3c20292863841af08d4039fb5a0b, type: 3} + - time: 8.7 + value: {fileID: -995587576294668636, guid: df1c3c20292863841af08d4039fb5a0b, type: 3} + - time: 9.599999 + value: {fileID: -2710160396414270560, guid: df1c3c20292863841af08d4039fb5a0b, type: 3} + - time: 9.9 + value: {fileID: -2710160396414270560, guid: df1c3c20292863841af08d4039fb5a0b, type: 3} + attribute: m_Sprite + path: + classID: 212 + script: {fileID: 0} + flags: 2 + m_SampleRate: 100 + m_WrapMode: 0 + m_Bounds: + m_Center: {x: 0, y: 0, z: 0} + m_Extent: {x: 0, y: 0, z: 0} + m_ClipBindingConstant: + genericBindings: [] + pptrCurveMapping: [] + m_AnimationClipSettings: + serializedVersion: 2 + m_AdditiveReferencePoseClip: {fileID: 0} + m_AdditiveReferencePoseTime: 0 + m_StartTime: 0 + m_StopTime: 9.91 + m_OrientationOffsetY: 0 + m_Level: 0 + m_CycleOffset: 0 + m_HasAdditiveReferencePose: 0 + m_LoopTime: 1 + m_LoopBlend: 0 + m_LoopBlendOrientation: 0 + m_LoopBlendPositionY: 0 + m_LoopBlendPositionXZ: 0 + m_KeepOriginalOrientation: 0 + m_KeepOriginalPositionY: 0 + m_KeepOriginalPositionXZ: 0 + m_HeightFromFeet: 0 + m_Mirror: 0 + m_EditorCurves: + - serializedVersion: 2 + curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: Infinity + outSlope: Infinity + tangentMode: 0 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.3000002 + value: 1 + inSlope: Infinity + outSlope: Infinity + tangentMode: 0 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 8.999999 + value: 0 + inSlope: Infinity + outSlope: Infinity + tangentMode: 0 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 9.599999 + value: 1 + inSlope: Infinity + outSlope: Infinity + tangentMode: 0 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_Enabled + path: + classID: 212 + script: {fileID: 0} + flags: 16 + m_EulerEditorCurves: [] + m_HasGenericRootTransform: 0 + m_HasMotionFloatCurves: 0 + m_Events: [] diff --git a/Assets/GameContent/Scene_ClincOut/animation/树叶大风.anim.meta b/Assets/GameContent/Scene_ClincOut/animation/落叶/WIND D.anim.meta similarity index 79% rename from Assets/GameContent/Scene_ClincOut/animation/树叶大风.anim.meta rename to Assets/GameContent/Scene_ClincOut/animation/落叶/WIND D.anim.meta index cd29c1010..11c711175 100644 --- a/Assets/GameContent/Scene_ClincOut/animation/树叶大风.anim.meta +++ b/Assets/GameContent/Scene_ClincOut/animation/落叶/WIND D.anim.meta @@ -1,5 +1,5 @@ fileFormatVersion: 2 -guid: a117e1a148d972b46bca165cc8caeb69 +guid: 833d91602a892774aa27baf8bc72ad7a NativeFormatImporter: externalObjects: {} mainObjectFileID: 7400000 diff --git a/Assets/GameContent/Scene_ClincOut/animation/落叶/wind A.anim b/Assets/GameContent/Scene_ClincOut/animation/落叶/wind A.anim new file mode 100644 index 000000000..b45bf639a --- /dev/null +++ b/Assets/GameContent/Scene_ClincOut/animation/落叶/wind A.anim @@ -0,0 +1,204 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!74 &7400000 +AnimationClip: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: wind A + serializedVersion: 7 + m_Legacy: 0 + m_Compressed: 0 + m_UseHighQualityCurve: 1 + m_RotationCurves: [] + m_CompressedRotationCurves: [] + m_EulerCurves: [] + m_PositionCurves: [] + m_ScaleCurves: [] + m_FloatCurves: + - serializedVersion: 2 + curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: Infinity + outSlope: Infinity + tangentMode: 0 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 2.1 + value: 0 + inSlope: Infinity + outSlope: Infinity + tangentMode: 0 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 2.7 + value: 1 + inSlope: Infinity + outSlope: Infinity + tangentMode: 0 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_Enabled + path: + classID: 212 + script: {fileID: 0} + flags: 16 + m_PPtrCurves: + - serializedVersion: 2 + curve: + - time: 0 + value: {fileID: 4609791894481958781, guid: df1c3c20292863841af08d4039fb5a0b, type: 3} + - time: 0.3 + value: {fileID: -3650675330022761885, guid: df1c3c20292863841af08d4039fb5a0b, type: 3} + - time: 0.6 + value: {fileID: -1071249552170282182, guid: df1c3c20292863841af08d4039fb5a0b, type: 3} + - time: 0.9 + value: {fileID: 4721286990081146962, guid: df1c3c20292863841af08d4039fb5a0b, type: 3} + - time: 1.2 + value: {fileID: 254051603955213046, guid: df1c3c20292863841af08d4039fb5a0b, type: 3} + - time: 1.5 + value: {fileID: 2222554683276975481, guid: df1c3c20292863841af08d4039fb5a0b, type: 3} + - time: 1.8 + value: {fileID: -8728524698680032341, guid: df1c3c20292863841af08d4039fb5a0b, type: 3} + - time: 2.7 + value: {fileID: 7259867178745502320, guid: df1c3c20292863841af08d4039fb5a0b, type: 3} + - time: 3 + value: {fileID: -3084817662245956915, guid: df1c3c20292863841af08d4039fb5a0b, type: 3} + - time: 3.3 + value: {fileID: -3965738409419028621, guid: df1c3c20292863841af08d4039fb5a0b, type: 3} + - time: 3.6 + value: {fileID: -3819927191610020684, guid: df1c3c20292863841af08d4039fb5a0b, type: 3} + - time: 3.9 + value: {fileID: 1688163401145685129, guid: df1c3c20292863841af08d4039fb5a0b, type: 3} + - time: 4.2 + value: {fileID: -3349869342737703932, guid: df1c3c20292863841af08d4039fb5a0b, type: 3} + - time: 4.5 + value: {fileID: -6710410069032645396, guid: df1c3c20292863841af08d4039fb5a0b, type: 3} + - time: 4.8 + value: {fileID: -5242204904007380604, guid: df1c3c20292863841af08d4039fb5a0b, type: 3} + - time: 5.1000004 + value: {fileID: -5242204904007380604, guid: df1c3c20292863841af08d4039fb5a0b, type: 3} + attribute: m_Sprite + path: + classID: 212 + script: {fileID: 0} + flags: 2 + m_SampleRate: 100 + m_WrapMode: 0 + m_Bounds: + m_Center: {x: 0, y: 0, z: 0} + m_Extent: {x: 0, y: 0, z: 0} + m_ClipBindingConstant: + genericBindings: + - serializedVersion: 2 + path: 0 + attribute: 3305885265 + script: {fileID: 0} + typeID: 212 + customType: 0 + isPPtrCurve: 0 + isIntCurve: 0 + isSerializeReferenceCurve: 0 + - serializedVersion: 2 + path: 0 + attribute: 0 + script: {fileID: 0} + typeID: 212 + customType: 23 + isPPtrCurve: 1 + isIntCurve: 0 + isSerializeReferenceCurve: 0 + pptrCurveMapping: + - {fileID: 4609791894481958781, guid: df1c3c20292863841af08d4039fb5a0b, type: 3} + - {fileID: -3650675330022761885, guid: df1c3c20292863841af08d4039fb5a0b, type: 3} + - {fileID: -1071249552170282182, guid: df1c3c20292863841af08d4039fb5a0b, type: 3} + - {fileID: 4721286990081146962, guid: df1c3c20292863841af08d4039fb5a0b, type: 3} + - {fileID: 254051603955213046, guid: df1c3c20292863841af08d4039fb5a0b, type: 3} + - {fileID: 2222554683276975481, guid: df1c3c20292863841af08d4039fb5a0b, type: 3} + - {fileID: -8728524698680032341, guid: df1c3c20292863841af08d4039fb5a0b, type: 3} + - {fileID: 7259867178745502320, guid: df1c3c20292863841af08d4039fb5a0b, type: 3} + - {fileID: -3084817662245956915, guid: df1c3c20292863841af08d4039fb5a0b, type: 3} + - {fileID: -3965738409419028621, guid: df1c3c20292863841af08d4039fb5a0b, type: 3} + - {fileID: -3819927191610020684, guid: df1c3c20292863841af08d4039fb5a0b, type: 3} + - {fileID: 1688163401145685129, guid: df1c3c20292863841af08d4039fb5a0b, type: 3} + - {fileID: -3349869342737703932, guid: df1c3c20292863841af08d4039fb5a0b, type: 3} + - {fileID: -6710410069032645396, guid: df1c3c20292863841af08d4039fb5a0b, type: 3} + - {fileID: -5242204904007380604, guid: df1c3c20292863841af08d4039fb5a0b, type: 3} + - {fileID: -5242204904007380604, guid: df1c3c20292863841af08d4039fb5a0b, type: 3} + m_AnimationClipSettings: + serializedVersion: 2 + m_AdditiveReferencePoseClip: {fileID: 0} + m_AdditiveReferencePoseTime: 0 + m_StartTime: 0 + m_StopTime: 5.1100006 + m_OrientationOffsetY: 0 + m_Level: 0 + m_CycleOffset: 0 + m_HasAdditiveReferencePose: 0 + m_LoopTime: 0 + m_LoopBlend: 0 + m_LoopBlendOrientation: 0 + m_LoopBlendPositionY: 0 + m_LoopBlendPositionXZ: 0 + m_KeepOriginalOrientation: 0 + m_KeepOriginalPositionY: 0 + m_KeepOriginalPositionXZ: 0 + m_HeightFromFeet: 0 + m_Mirror: 0 + m_EditorCurves: + - serializedVersion: 2 + curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: Infinity + outSlope: Infinity + tangentMode: 0 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 2.1 + value: 0 + inSlope: Infinity + outSlope: Infinity + tangentMode: 0 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 2.7 + value: 1 + inSlope: Infinity + outSlope: Infinity + tangentMode: 0 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_Enabled + path: + classID: 212 + script: {fileID: 0} + flags: 16 + m_EulerEditorCurves: [] + m_HasGenericRootTransform: 0 + m_HasMotionFloatCurves: 0 + m_Events: [] diff --git a/Assets/GameContent/Scene_ClincOut/Timeline/DoctorOutSubway.playable.meta b/Assets/GameContent/Scene_ClincOut/animation/落叶/wind A.anim.meta similarity index 64% rename from Assets/GameContent/Scene_ClincOut/Timeline/DoctorOutSubway.playable.meta rename to Assets/GameContent/Scene_ClincOut/animation/落叶/wind A.anim.meta index d67107a33..fbcd3dbd6 100644 --- a/Assets/GameContent/Scene_ClincOut/Timeline/DoctorOutSubway.playable.meta +++ b/Assets/GameContent/Scene_ClincOut/animation/落叶/wind A.anim.meta @@ -1,8 +1,8 @@ fileFormatVersion: 2 -guid: ddcadadb154e20245976506c95a2a47d +guid: 9b7f7536bf6900d489fc459abce699fb NativeFormatImporter: externalObjects: {} - mainObjectFileID: 11400000 + mainObjectFileID: 7400000 userData: assetBundleName: assetBundleVariant: diff --git a/Assets/GameContent/Scene_ClincOut/animation/落叶/wind B.anim b/Assets/GameContent/Scene_ClincOut/animation/落叶/wind B.anim new file mode 100644 index 000000000..5635315ad --- /dev/null +++ b/Assets/GameContent/Scene_ClincOut/animation/落叶/wind B.anim @@ -0,0 +1,192 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!74 &7400000 +AnimationClip: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: wind B + serializedVersion: 7 + m_Legacy: 0 + m_Compressed: 0 + m_UseHighQualityCurve: 1 + m_RotationCurves: [] + m_CompressedRotationCurves: [] + m_EulerCurves: [] + m_PositionCurves: [] + m_ScaleCurves: [] + m_FloatCurves: + - serializedVersion: 2 + curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: Infinity + outSlope: Infinity + tangentMode: 0 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 5.1 + value: 0 + inSlope: Infinity + outSlope: Infinity + tangentMode: 0 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_Enabled + path: + classID: 212 + script: {fileID: 0} + flags: 16 + m_PPtrCurves: + - serializedVersion: 2 + curve: + - time: 0 + value: {fileID: -9063714768869289323, guid: df1c3c20292863841af08d4039fb5a0b, type: 3} + - time: 0.3000002 + value: {fileID: -5439255344317103161, guid: df1c3c20292863841af08d4039fb5a0b, type: 3} + - time: 0.5999999 + value: {fileID: -8939732229657009774, guid: df1c3c20292863841af08d4039fb5a0b, type: 3} + - time: 0.9000001 + value: {fileID: -4263143954298195791, guid: df1c3c20292863841af08d4039fb5a0b, type: 3} + - time: 1.2000003 + value: {fileID: -3648402839179447016, guid: df1c3c20292863841af08d4039fb5a0b, type: 3} + - time: 1.5 + value: {fileID: -3927825565713826883, guid: df1c3c20292863841af08d4039fb5a0b, type: 3} + - time: 1.8000002 + value: {fileID: -792658702379263836, guid: df1c3c20292863841af08d4039fb5a0b, type: 3} + - time: 2.1 + value: {fileID: -6759048068201702228, guid: df1c3c20292863841af08d4039fb5a0b, type: 3} + - time: 2.4 + value: {fileID: -4489353533613430679, guid: df1c3c20292863841af08d4039fb5a0b, type: 3} + - time: 2.7000003 + value: {fileID: -6914825744668148266, guid: df1c3c20292863841af08d4039fb5a0b, type: 3} + - time: 3.0000005 + value: {fileID: -4706018719618795667, guid: df1c3c20292863841af08d4039fb5a0b, type: 3} + - time: 3.2999997 + value: {fileID: -9185786088520382814, guid: df1c3c20292863841af08d4039fb5a0b, type: 3} + - time: 3.6 + value: {fileID: -5831388490008660282, guid: df1c3c20292863841af08d4039fb5a0b, type: 3} + - time: 3.9 + value: {fileID: 6993163797408879210, guid: df1c3c20292863841af08d4039fb5a0b, type: 3} + - time: 4.2000003 + value: {fileID: -3422563406189131405, guid: df1c3c20292863841af08d4039fb5a0b, type: 3} + - time: 4.5000005 + value: {fileID: 1376324476272600537, guid: df1c3c20292863841af08d4039fb5a0b, type: 3} + - time: 4.7999997 + value: {fileID: -5456533941906566580, guid: df1c3c20292863841af08d4039fb5a0b, type: 3} + - time: 5.1 + value: {fileID: -5456533941906566580, guid: df1c3c20292863841af08d4039fb5a0b, type: 3} + attribute: m_Sprite + path: + classID: 212 + script: {fileID: 0} + flags: 2 + m_SampleRate: 100 + m_WrapMode: 0 + m_Bounds: + m_Center: {x: 0, y: 0, z: 0} + m_Extent: {x: 0, y: 0, z: 0} + m_ClipBindingConstant: + genericBindings: + - serializedVersion: 2 + path: 0 + attribute: 3305885265 + script: {fileID: 0} + typeID: 212 + customType: 0 + isPPtrCurve: 0 + isIntCurve: 0 + isSerializeReferenceCurve: 0 + - serializedVersion: 2 + path: 0 + attribute: 0 + script: {fileID: 0} + typeID: 212 + customType: 23 + isPPtrCurve: 1 + isIntCurve: 0 + isSerializeReferenceCurve: 0 + pptrCurveMapping: + - {fileID: -9063714768869289323, guid: df1c3c20292863841af08d4039fb5a0b, type: 3} + - {fileID: -5439255344317103161, guid: df1c3c20292863841af08d4039fb5a0b, type: 3} + - {fileID: -8939732229657009774, guid: df1c3c20292863841af08d4039fb5a0b, type: 3} + - {fileID: -4263143954298195791, guid: df1c3c20292863841af08d4039fb5a0b, type: 3} + - {fileID: -3648402839179447016, guid: df1c3c20292863841af08d4039fb5a0b, type: 3} + - {fileID: -3927825565713826883, guid: df1c3c20292863841af08d4039fb5a0b, type: 3} + - {fileID: -792658702379263836, guid: df1c3c20292863841af08d4039fb5a0b, type: 3} + - {fileID: -6759048068201702228, guid: df1c3c20292863841af08d4039fb5a0b, type: 3} + - {fileID: -4489353533613430679, guid: df1c3c20292863841af08d4039fb5a0b, type: 3} + - {fileID: -6914825744668148266, guid: df1c3c20292863841af08d4039fb5a0b, type: 3} + - {fileID: -4706018719618795667, guid: df1c3c20292863841af08d4039fb5a0b, type: 3} + - {fileID: -9185786088520382814, guid: df1c3c20292863841af08d4039fb5a0b, type: 3} + - {fileID: -5831388490008660282, guid: df1c3c20292863841af08d4039fb5a0b, type: 3} + - {fileID: 6993163797408879210, guid: df1c3c20292863841af08d4039fb5a0b, type: 3} + - {fileID: -3422563406189131405, guid: df1c3c20292863841af08d4039fb5a0b, type: 3} + - {fileID: 1376324476272600537, guid: df1c3c20292863841af08d4039fb5a0b, type: 3} + - {fileID: -5456533941906566580, guid: df1c3c20292863841af08d4039fb5a0b, type: 3} + - {fileID: -5456533941906566580, guid: df1c3c20292863841af08d4039fb5a0b, type: 3} + m_AnimationClipSettings: + serializedVersion: 2 + m_AdditiveReferencePoseClip: {fileID: 0} + m_AdditiveReferencePoseTime: 0 + m_StartTime: 0 + m_StopTime: 5.11 + m_OrientationOffsetY: 0 + m_Level: 0 + m_CycleOffset: 0 + m_HasAdditiveReferencePose: 0 + m_LoopTime: 0 + m_LoopBlend: 0 + m_LoopBlendOrientation: 0 + m_LoopBlendPositionY: 0 + m_LoopBlendPositionXZ: 0 + m_KeepOriginalOrientation: 0 + m_KeepOriginalPositionY: 0 + m_KeepOriginalPositionXZ: 0 + m_HeightFromFeet: 0 + m_Mirror: 0 + m_EditorCurves: + - serializedVersion: 2 + curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: Infinity + outSlope: Infinity + tangentMode: 0 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 5.1 + value: 0 + inSlope: Infinity + outSlope: Infinity + tangentMode: 0 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_Enabled + path: + classID: 212 + script: {fileID: 0} + flags: 16 + m_EulerEditorCurves: [] + m_HasGenericRootTransform: 0 + m_HasMotionFloatCurves: 0 + m_Events: [] diff --git a/Assets/GameContent/Scene_ClincOut/animation/落叶/wind B.anim.meta b/Assets/GameContent/Scene_ClincOut/animation/落叶/wind B.anim.meta new file mode 100644 index 000000000..1fb459d98 --- /dev/null +++ b/Assets/GameContent/Scene_ClincOut/animation/落叶/wind B.anim.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 052e6ceb4b3948544b7ac2343682739b +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 7400000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/GameContent/Scene_ClincOut/animation/落叶/wind C.anim b/Assets/GameContent/Scene_ClincOut/animation/落叶/wind C.anim new file mode 100644 index 000000000..9457b908d --- /dev/null +++ b/Assets/GameContent/Scene_ClincOut/animation/落叶/wind C.anim @@ -0,0 +1,195 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!74 &7400000 +AnimationClip: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: wind C + serializedVersion: 7 + m_Legacy: 0 + m_Compressed: 0 + m_UseHighQualityCurve: 1 + m_RotationCurves: [] + m_CompressedRotationCurves: [] + m_EulerCurves: [] + m_PositionCurves: [] + m_ScaleCurves: [] + m_FloatCurves: + - serializedVersion: 2 + curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: Infinity + outSlope: Infinity + tangentMode: 0 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.3000002 + value: 1 + inSlope: Infinity + outSlope: Infinity + tangentMode: 0 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 3.8999996 + value: 0 + inSlope: Infinity + outSlope: Infinity + tangentMode: 0 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_Enabled + path: + classID: 212 + script: {fileID: 0} + flags: 16 + m_PPtrCurves: + - serializedVersion: 2 + curve: + - time: 0.3000002 + value: {fileID: -6130900242347169159, guid: df1c3c20292863841af08d4039fb5a0b, type: 3} + - time: 0.6000004 + value: {fileID: 7413626764024361693, guid: df1c3c20292863841af08d4039fb5a0b, type: 3} + - time: 0.8999996 + value: {fileID: 8520913328087518625, guid: df1c3c20292863841af08d4039fb5a0b, type: 3} + - time: 1.1999998 + value: {fileID: 3273081044877412007, guid: df1c3c20292863841af08d4039fb5a0b, type: 3} + - time: 1.5 + value: {fileID: -1745177706871009368, guid: df1c3c20292863841af08d4039fb5a0b, type: 3} + - time: 1.8000002 + value: {fileID: 2743009237036874443, guid: df1c3c20292863841af08d4039fb5a0b, type: 3} + - time: 2.1000004 + value: {fileID: 5439325925299625995, guid: df1c3c20292863841af08d4039fb5a0b, type: 3} + - time: 2.3999996 + value: {fileID: 7279521033576183889, guid: df1c3c20292863841af08d4039fb5a0b, type: 3} + - time: 2.6999998 + value: {fileID: 3780513218338312061, guid: df1c3c20292863841af08d4039fb5a0b, type: 3} + - time: 3 + value: {fileID: 5528699737679011703, guid: df1c3c20292863841af08d4039fb5a0b, type: 3} + - time: 3.3000002 + value: {fileID: -741926805790856285, guid: df1c3c20292863841af08d4039fb5a0b, type: 3} + - time: 3.6000004 + value: {fileID: -236572579119615921, guid: df1c3c20292863841af08d4039fb5a0b, type: 3} + - time: 3.9000003 + value: {fileID: -236572579119615921, guid: df1c3c20292863841af08d4039fb5a0b, type: 3} + attribute: m_Sprite + path: + classID: 212 + script: {fileID: 0} + flags: 2 + m_SampleRate: 100 + m_WrapMode: 0 + m_Bounds: + m_Center: {x: 0, y: 0, z: 0} + m_Extent: {x: 0, y: 0, z: 0} + m_ClipBindingConstant: + genericBindings: + - serializedVersion: 2 + path: 0 + attribute: 3305885265 + script: {fileID: 0} + typeID: 212 + customType: 0 + isPPtrCurve: 0 + isIntCurve: 0 + isSerializeReferenceCurve: 0 + - serializedVersion: 2 + path: 0 + attribute: 0 + script: {fileID: 0} + typeID: 212 + customType: 23 + isPPtrCurve: 1 + isIntCurve: 0 + isSerializeReferenceCurve: 0 + pptrCurveMapping: + - {fileID: -6130900242347169159, guid: df1c3c20292863841af08d4039fb5a0b, type: 3} + - {fileID: 7413626764024361693, guid: df1c3c20292863841af08d4039fb5a0b, type: 3} + - {fileID: 8520913328087518625, guid: df1c3c20292863841af08d4039fb5a0b, type: 3} + - {fileID: 3273081044877412007, guid: df1c3c20292863841af08d4039fb5a0b, type: 3} + - {fileID: -1745177706871009368, guid: df1c3c20292863841af08d4039fb5a0b, type: 3} + - {fileID: 2743009237036874443, guid: df1c3c20292863841af08d4039fb5a0b, type: 3} + - {fileID: 5439325925299625995, guid: df1c3c20292863841af08d4039fb5a0b, type: 3} + - {fileID: 7279521033576183889, guid: df1c3c20292863841af08d4039fb5a0b, type: 3} + - {fileID: 3780513218338312061, guid: df1c3c20292863841af08d4039fb5a0b, type: 3} + - {fileID: 5528699737679011703, guid: df1c3c20292863841af08d4039fb5a0b, type: 3} + - {fileID: -741926805790856285, guid: df1c3c20292863841af08d4039fb5a0b, type: 3} + - {fileID: -236572579119615921, guid: df1c3c20292863841af08d4039fb5a0b, type: 3} + - {fileID: -236572579119615921, guid: df1c3c20292863841af08d4039fb5a0b, type: 3} + m_AnimationClipSettings: + serializedVersion: 2 + m_AdditiveReferencePoseClip: {fileID: 0} + m_AdditiveReferencePoseTime: 0 + m_StartTime: 0 + m_StopTime: 3.9100003 + m_OrientationOffsetY: 0 + m_Level: 0 + m_CycleOffset: 0 + m_HasAdditiveReferencePose: 0 + m_LoopTime: 0 + m_LoopBlend: 0 + m_LoopBlendOrientation: 0 + m_LoopBlendPositionY: 0 + m_LoopBlendPositionXZ: 0 + m_KeepOriginalOrientation: 0 + m_KeepOriginalPositionY: 0 + m_KeepOriginalPositionXZ: 0 + m_HeightFromFeet: 0 + m_Mirror: 0 + m_EditorCurves: + - serializedVersion: 2 + curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: Infinity + outSlope: Infinity + tangentMode: 0 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.3000002 + value: 1 + inSlope: Infinity + outSlope: Infinity + tangentMode: 0 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 3.8999996 + value: 0 + inSlope: Infinity + outSlope: Infinity + tangentMode: 0 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_Enabled + path: + classID: 212 + script: {fileID: 0} + flags: 16 + m_EulerEditorCurves: [] + m_HasGenericRootTransform: 0 + m_HasMotionFloatCurves: 0 + m_Events: [] diff --git a/Assets/GameContent/Scene_ClincOut/animation/落叶/wind C.anim.meta b/Assets/GameContent/Scene_ClincOut/animation/落叶/wind C.anim.meta new file mode 100644 index 000000000..f2ace92f8 --- /dev/null +++ b/Assets/GameContent/Scene_ClincOut/animation/落叶/wind C.anim.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: d83ea7c9e1763fa418cb03383fea526b +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 7400000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/GameContent/Scene_ClincOut/animation/落叶/树三帧循环.anim b/Assets/GameContent/Scene_ClincOut/animation/落叶/树三帧循环.anim new file mode 100644 index 000000000..546a379e2 --- /dev/null +++ b/Assets/GameContent/Scene_ClincOut/animation/落叶/树三帧循环.anim @@ -0,0 +1,81 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!74 &7400000 +AnimationClip: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: "\u6811\u4E09\u5E27\u5FAA\u73AF" + serializedVersion: 7 + m_Legacy: 0 + m_Compressed: 0 + m_UseHighQualityCurve: 1 + m_RotationCurves: [] + m_CompressedRotationCurves: [] + m_EulerCurves: [] + m_PositionCurves: [] + m_ScaleCurves: [] + m_FloatCurves: [] + m_PPtrCurves: + - serializedVersion: 2 + curve: + - time: 0 + value: {fileID: -3176588147027457244, guid: 4e0e14758a65ec64ba08e220153219ea, type: 3} + - time: 0.3 + value: {fileID: 6034980663167738734, guid: 4e0e14758a65ec64ba08e220153219ea, type: 3} + - time: 0.6 + value: {fileID: -7413891417830726450, guid: 4e0e14758a65ec64ba08e220153219ea, type: 3} + - time: 0.90000004 + value: {fileID: -7413891417830726450, guid: 4e0e14758a65ec64ba08e220153219ea, type: 3} + attribute: m_Sprite + path: + classID: 212 + script: {fileID: 0} + flags: 2 + m_SampleRate: 100 + m_WrapMode: 0 + m_Bounds: + m_Center: {x: 0, y: 0, z: 0} + m_Extent: {x: 0, y: 0, z: 0} + m_ClipBindingConstant: + genericBindings: + - serializedVersion: 2 + path: 0 + attribute: 0 + script: {fileID: 0} + typeID: 212 + customType: 23 + isPPtrCurve: 1 + isIntCurve: 0 + isSerializeReferenceCurve: 0 + pptrCurveMapping: + - {fileID: -3176588147027457244, guid: 4e0e14758a65ec64ba08e220153219ea, type: 3} + - {fileID: 6034980663167738734, guid: 4e0e14758a65ec64ba08e220153219ea, type: 3} + - {fileID: -7413891417830726450, guid: 4e0e14758a65ec64ba08e220153219ea, type: 3} + - {fileID: -7413891417830726450, guid: 4e0e14758a65ec64ba08e220153219ea, type: 3} + m_AnimationClipSettings: + serializedVersion: 2 + m_AdditiveReferencePoseClip: {fileID: 0} + m_AdditiveReferencePoseTime: 0 + m_StartTime: 0 + m_StopTime: 1 + m_OrientationOffsetY: 0 + m_Level: 0 + m_CycleOffset: 0 + m_HasAdditiveReferencePose: 0 + m_LoopTime: 1 + m_LoopBlend: 0 + m_LoopBlendOrientation: 0 + m_LoopBlendPositionY: 0 + m_LoopBlendPositionXZ: 0 + m_KeepOriginalOrientation: 0 + m_KeepOriginalPositionY: 1 + m_KeepOriginalPositionXZ: 0 + m_HeightFromFeet: 0 + m_Mirror: 0 + m_EditorCurves: [] + m_EulerEditorCurves: [] + m_HasGenericRootTransform: 0 + m_HasMotionFloatCurves: 0 + m_Events: [] diff --git a/Assets/GameContent/Scene_ClincOut/animation/落叶/树三帧循环.anim.meta b/Assets/GameContent/Scene_ClincOut/animation/落叶/树三帧循环.anim.meta new file mode 100644 index 000000000..edf562fbd --- /dev/null +++ b/Assets/GameContent/Scene_ClincOut/animation/落叶/树三帧循环.anim.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: a1de28ca5e00cf24087f9e2aa4feb081 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 7400000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/GameContent/Scene_ClincOut/animationRaw/外出佩佩动画.json b/Assets/GameContent/Scene_ClincOut/animationRaw/外出佩佩动画.json index 6ae2b7c4d..28cd0b9d9 100644 --- a/Assets/GameContent/Scene_ClincOut/animationRaw/外出佩佩动画.json +++ b/Assets/GameContent/Scene_ClincOut/animationRaw/外出佩佩动画.json @@ -1,11 +1,11 @@ -{ "frames": { +{ "frames": { "外出佩佩动画 0.aseprite": { "frame": { "x": 0, "y": 0, "w": 87, "h": 139 }, "rotated": false, "trimmed": false, "spriteSourceSize": { "x": 0, "y": 0, "w": 87, "h": 139 }, "sourceSize": { "w": 87, "h": 139 }, - "duration": 100 + "duration": 400 }, "外出佩佩动画 1.aseprite": { "frame": { "x": 87, "y": 0, "w": 87, "h": 139 }, @@ -13,7 +13,7 @@ "trimmed": false, "spriteSourceSize": { "x": 0, "y": 0, "w": 87, "h": 139 }, "sourceSize": { "w": 87, "h": 139 }, - "duration": 100 + "duration": 400 }, "外出佩佩动画 2.aseprite": { "frame": { "x": 174, "y": 0, "w": 87, "h": 139 }, @@ -21,7 +21,7 @@ "trimmed": false, "spriteSourceSize": { "x": 0, "y": 0, "w": 87, "h": 139 }, "sourceSize": { "w": 87, "h": 139 }, - "duration": 100 + "duration": 400 }, "外出佩佩动画 3.aseprite": { "frame": { "x": 261, "y": 0, "w": 87, "h": 139 }, @@ -29,7 +29,7 @@ "trimmed": false, "spriteSourceSize": { "x": 0, "y": 0, "w": 87, "h": 139 }, "sourceSize": { "w": 87, "h": 139 }, - "duration": 100 + "duration": 400 }, "外出佩佩动画 4.aseprite": { "frame": { "x": 0, "y": 139, "w": 87, "h": 139 }, @@ -37,7 +37,7 @@ "trimmed": false, "spriteSourceSize": { "x": 0, "y": 0, "w": 87, "h": 139 }, "sourceSize": { "w": 87, "h": 139 }, - "duration": 100 + "duration": 400 }, "外出佩佩动画 5.aseprite": { "frame": { "x": 87, "y": 139, "w": 87, "h": 139 }, @@ -45,7 +45,7 @@ "trimmed": false, "spriteSourceSize": { "x": 0, "y": 0, "w": 87, "h": 139 }, "sourceSize": { "w": 87, "h": 139 }, - "duration": 100 + "duration": 400 }, "外出佩佩动画 6.aseprite": { "frame": { "x": 174, "y": 139, "w": 87, "h": 139 }, @@ -53,7 +53,7 @@ "trimmed": false, "spriteSourceSize": { "x": 0, "y": 0, "w": 87, "h": 139 }, "sourceSize": { "w": 87, "h": 139 }, - "duration": 100 + "duration": 400 }, "外出佩佩动画 7.aseprite": { "frame": { "x": 261, "y": 139, "w": 87, "h": 139 }, @@ -61,7 +61,7 @@ "trimmed": false, "spriteSourceSize": { "x": 0, "y": 0, "w": 87, "h": 139 }, "sourceSize": { "w": 87, "h": 139 }, - "duration": 100 + "duration": 400 } }, "meta": { diff --git a/Assets/GameContent/Scene_ClincOut/animationRaw/诊室附近树木.json b/Assets/GameContent/Scene_ClincOut/animationRaw/诊室附近树木.json new file mode 100644 index 000000000..5cf9cc921 --- /dev/null +++ b/Assets/GameContent/Scene_ClincOut/animationRaw/诊室附近树木.json @@ -0,0 +1,43 @@ +{ "frames": { + "诊室附近树木 0.aseprite": { + "frame": { "x": 0, "y": 0, "w": 768, "h": 432 }, + "rotated": false, + "trimmed": false, + "spriteSourceSize": { "x": 0, "y": 0, "w": 768, "h": 432 }, + "sourceSize": { "w": 768, "h": 432 }, + "duration": 300 + }, + "诊室附近树木 1.aseprite": { + "frame": { "x": 768, "y": 0, "w": 768, "h": 432 }, + "rotated": false, + "trimmed": false, + "spriteSourceSize": { "x": 0, "y": 0, "w": 768, "h": 432 }, + "sourceSize": { "w": 768, "h": 432 }, + "duration": 300 + }, + "诊室附近树木 2.aseprite": { + "frame": { "x": 0, "y": 432, "w": 768, "h": 432 }, + "rotated": false, + "trimmed": false, + "spriteSourceSize": { "x": 0, "y": 0, "w": 768, "h": 432 }, + "sourceSize": { "w": 768, "h": 432 }, + "duration": 300 + } + }, + "meta": { + "app": "https://www.aseprite.org/", + "version": "1.3.17-x64", + "image": "诊室附近树木.png", + "format": "RGBA8888", + "size": { "w": 2048, "h": 864 }, + "scale": "1", + "frameTags": [ + { "name": "树三帧循环", "from": 0, "to": 2, "direction": "forward", "color": "#000000ff" } + ], + "layers": [ + { "name": "树", "opacity": 255, "blendMode": "normal" } + ], + "slices": [ + ] + } +} diff --git a/Assets/GameContent/Scene_ClincOut/animationRaw/诊室附近树木.json.meta b/Assets/GameContent/Scene_ClincOut/animationRaw/诊室附近树木.json.meta new file mode 100644 index 000000000..031afde3b --- /dev/null +++ b/Assets/GameContent/Scene_ClincOut/animationRaw/诊室附近树木.json.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: 54354c7d2f65f0e44bf4a3cec5d14372 +TextScriptImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/GameContent/Scene_ClincOut/animationRaw/诊室附近树木.png b/Assets/GameContent/Scene_ClincOut/animationRaw/诊室附近树木.png new file mode 100644 index 000000000..deb11d1dd --- /dev/null +++ b/Assets/GameContent/Scene_ClincOut/animationRaw/诊室附近树木.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f818ce0f3ec371b0dab618e62c8d30af9011a8b0abaebecdc9b01761732ffde0 +size 26494 diff --git a/Assets/GameContent/Scene_ClincOut/animationRaw/诊室附近树木.png.meta b/Assets/GameContent/Scene_ClincOut/animationRaw/诊室附近树木.png.meta new file mode 100644 index 000000000..9a9031a84 --- /dev/null +++ b/Assets/GameContent/Scene_ClincOut/animationRaw/诊室附近树木.png.meta @@ -0,0 +1,232 @@ +fileFormatVersion: 2 +guid: 4e0e14758a65ec64ba08e220153219ea +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 12 + 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 + flipGreenChannel: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + vTOnly: 0 + ignoreMipmapLimit: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: 0 + aniso: 1 + mipBias: 0 + wrapU: 1 + wrapV: 1 + wrapW: 1 + nPOTScale: 0 + lightmap: 0 + compressionQuality: 50 + spriteMode: 2 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 43 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 1 + alphaIsTransparency: 1 + spriteTessellationDetail: -1 + textureType: 8 + textureShape: 1 + singleChannelComponent: 0 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + swizzle: 50462976 + cookieLightType: 0 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 0 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: WebGL + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Standalone + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: iPhone + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Android + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Server + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + spriteSheet: + serializedVersion: 2 + sprites: + - serializedVersion: 2 + name: "\u8BCA\u5BA4\u9644\u8FD1\u6811\u6728 0.aseprite" + rect: + serializedVersion: 2 + x: 0 + y: 432 + width: 768 + height: 432 + alignment: 0 + pivot: {x: 0.5, y: 0.5} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: 53938adf5810fcd46832403e03d4f575 + internalID: -3176588147027457244 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: "\u8BCA\u5BA4\u9644\u8FD1\u6811\u6728 1.aseprite" + rect: + serializedVersion: 2 + x: 768 + y: 432 + width: 768 + height: 432 + alignment: 0 + pivot: {x: 0.5, y: 0.5} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: b522e676276706e4eb6d260a7fef0aaa + internalID: 6034980663167738734 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: "\u8BCA\u5BA4\u9644\u8FD1\u6811\u6728 2.aseprite" + rect: + serializedVersion: 2 + x: 0 + y: 0 + width: 768 + height: 432 + alignment: 0 + pivot: {x: 0.5, y: 0.5} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: 6f60a5321e703fe419396c25957ce369 + internalID: -7413891417830726450 + vertices: [] + indices: + edges: [] + weights: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: 5e97eb03825dee720800000000000000 + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + nameFileIdTable: + "\u8BCA\u5BA4\u9644\u8FD1\u6811\u6728 0.aseprite": -3176588147027457244 + "\u8BCA\u5BA4\u9644\u8FD1\u6811\u6728 1.aseprite": 6034980663167738734 + "\u8BCA\u5BA4\u9644\u8FD1\u6811\u6728 2.aseprite": -7413891417830726450 + mipmapLimitGroupName: + pSDRemoveMatte: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/GameContent/Scene_ClincOut/animationRaw/诊室附近落叶.aseprite b/Assets/GameContent/Scene_ClincOut/animationRaw/诊室附近落叶.aseprite new file mode 100644 index 0000000000000000000000000000000000000000..820515894cf070b0a8cd0f0f2d5efec6e044c6df GIT binary patch literal 16990 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