From 88340a62a856fb8bf97bc6adb318b929e6108dc6 Mon Sep 17 00:00:00 2001 From: YangJian <626778895@qq.com> Date: Thu, 31 Mar 2022 17:08:12 +0800 Subject: [PATCH] =?UTF-8?q?50=E5=85=B3=E5=86=85=E5=AE=B9=E8=A1=A5=E5=85=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Assets/Art/Art.unity | 1144 +------- Assets/Art/Level/50/50.prefab | 1342 +++++++++ Assets/Art/Level/50/50.prefab.meta | 7 + Assets/Art/Level/50/animation/1_1_1.anim | 6 + Assets/Art/Level/50/animation/1_1_2.anim | 9 +- Assets/Art/Level/50/animation/1_1_3.anim | 731 +++-- Assets/Art/Level/50/animation/1_2_1.anim | 6 + Assets/Art/Level/50/animation/1_2_2.anim | 227 +- Assets/Art/Level/50/animation/1_2_3.anim | 725 +++-- Assets/Art/Level/50/animation/1_3_1.anim | 377 ++- Assets/Art/Level/50/animation/1_3_2.anim | 374 ++- Assets/Art/Level/50/animation/1_3_3.anim | 944 +++--- Assets/Art/Level/50/animation/2_1_1.anim | 1440 ++++++++- Assets/Art/Level/50/animation/2_1_2.anim | 1300 ++++++++ Assets/Art/Level/50/animation/2_1_2.anim.meta | 8 + Assets/Art/Level/50/animation/2_1_3.anim | 1537 ++++++++++ Assets/Art/Level/50/animation/2_1_3.anim.meta | 8 + Assets/Art/Level/50/animation/2_2_1.anim | 1246 ++++++++ Assets/Art/Level/50/animation/2_2_1.anim.meta | 8 + Assets/Art/Level/50/animation/2_2_2.anim | 54 - Assets/Art/Level/50/animation/2_2_3.anim | 1654 +++++++++++ Assets/Art/Level/50/animation/2_2_3.anim.meta | 8 + Assets/Art/Level/50/animation/2_3_1.anim | 1504 ++++++++++ Assets/Art/Level/50/animation/2_3_1.anim.meta | 8 + Assets/Art/Level/50/animation/2_3_2.anim | 1621 ++++++++++ Assets/Art/Level/50/animation/2_3_2.anim.meta | 8 + Assets/Art/Level/50/animation/2_3_3.anim | 2510 ++++++++++++++++ Assets/Art/Level/50/animation/2_3_3.anim.meta | 8 + Assets/Art/Level/50/animation/3_1_1.anim | 2607 +++++++++++++++++ Assets/Art/Level/50/animation/3_1_1.anim.meta | 8 + Assets/Art/Level/50/animation/3_1_2.anim | 1576 ++++++++++ Assets/Art/Level/50/animation/3_1_2.anim.meta | 8 + Assets/Art/Level/50/animation/3_1_3.anim | 1714 +++++++++++ Assets/Art/Level/50/animation/3_1_3.anim.meta | 8 + Assets/Art/Level/50/animation/3_2_1.anim | 2034 +++++++++++++ Assets/Art/Level/50/animation/3_2_1.anim.meta | 8 + Assets/Art/Level/50/animation/3_2_2.anim | 1453 +++++++++ Assets/Art/Level/50/animation/3_2_2.anim.meta | 8 + Assets/Art/Level/50/animation/3_2_3.anim | 1813 ++++++++++++ Assets/Art/Level/50/animation/3_2_3.anim.meta | 8 + Assets/Art/Level/50/animation/3_3_1.anim | 2414 +++++++++++++++ Assets/Art/Level/50/animation/3_3_1.anim.meta | 8 + Assets/Art/Level/50/animation/3_3_2.anim | 2531 ++++++++++++++++ Assets/Art/Level/50/animation/3_3_2.anim.meta | 8 + Assets/Art/Level/50/animation/3_3_3.anim | 629 ++-- Assets/Art/Level/50/animation/50.controller | 464 +++ Assets/Art/Level/50/animation/screen-win.anim | 523 ++++ .../Level/50/animation/screen-win.anim.meta | 8 + Assets/Resources/Image/LevelIcon_Big/050.png | Bin 0 -> 49729 bytes .../Image/LevelIcon_Big/050.png.meta | 92 + .../Resources/Image/LevelIcon_Small/050.png | Bin 0 -> 7824 bytes .../Image/LevelIcon_Small/050.png.meta | 92 + Assets/Resources/Image/LevelLogo/050.png | Bin 0 -> 3541 bytes Assets/Resources/Image/LevelLogo/050.png.meta | 92 + 54 files changed, 34207 insertions(+), 2713 deletions(-) create mode 100644 Assets/Art/Level/50/50.prefab create mode 100644 Assets/Art/Level/50/50.prefab.meta create mode 100644 Assets/Art/Level/50/animation/2_1_2.anim create mode 100644 Assets/Art/Level/50/animation/2_1_2.anim.meta create mode 100644 Assets/Art/Level/50/animation/2_1_3.anim create mode 100644 Assets/Art/Level/50/animation/2_1_3.anim.meta create mode 100644 Assets/Art/Level/50/animation/2_2_1.anim create mode 100644 Assets/Art/Level/50/animation/2_2_1.anim.meta create mode 100644 Assets/Art/Level/50/animation/2_2_3.anim create mode 100644 Assets/Art/Level/50/animation/2_2_3.anim.meta create mode 100644 Assets/Art/Level/50/animation/2_3_1.anim create mode 100644 Assets/Art/Level/50/animation/2_3_1.anim.meta create mode 100644 Assets/Art/Level/50/animation/2_3_2.anim create mode 100644 Assets/Art/Level/50/animation/2_3_2.anim.meta create mode 100644 Assets/Art/Level/50/animation/2_3_3.anim create mode 100644 Assets/Art/Level/50/animation/2_3_3.anim.meta create mode 100644 Assets/Art/Level/50/animation/3_1_1.anim create mode 100644 Assets/Art/Level/50/animation/3_1_1.anim.meta create mode 100644 Assets/Art/Level/50/animation/3_1_2.anim create mode 100644 Assets/Art/Level/50/animation/3_1_2.anim.meta create mode 100644 Assets/Art/Level/50/animation/3_1_3.anim create mode 100644 Assets/Art/Level/50/animation/3_1_3.anim.meta create mode 100644 Assets/Art/Level/50/animation/3_2_1.anim create mode 100644 Assets/Art/Level/50/animation/3_2_1.anim.meta create mode 100644 Assets/Art/Level/50/animation/3_2_2.anim create mode 100644 Assets/Art/Level/50/animation/3_2_2.anim.meta create mode 100644 Assets/Art/Level/50/animation/3_2_3.anim create mode 100644 Assets/Art/Level/50/animation/3_2_3.anim.meta create mode 100644 Assets/Art/Level/50/animation/3_3_1.anim create mode 100644 Assets/Art/Level/50/animation/3_3_1.anim.meta create mode 100644 Assets/Art/Level/50/animation/3_3_2.anim create mode 100644 Assets/Art/Level/50/animation/3_3_2.anim.meta create mode 100644 Assets/Art/Level/50/animation/screen-win.anim create mode 100644 Assets/Art/Level/50/animation/screen-win.anim.meta create mode 100644 Assets/Resources/Image/LevelIcon_Big/050.png create mode 100644 Assets/Resources/Image/LevelIcon_Big/050.png.meta create mode 100644 Assets/Resources/Image/LevelIcon_Small/050.png create mode 100644 Assets/Resources/Image/LevelIcon_Small/050.png.meta create mode 100644 Assets/Resources/Image/LevelLogo/050.png create mode 100644 Assets/Resources/Image/LevelLogo/050.png.meta diff --git a/Assets/Art/Art.unity b/Assets/Art/Art.unity index 40555cb0..80bf938f 100644 --- a/Assets/Art/Art.unity +++ b/Assets/Art/Art.unity @@ -263,80 +263,6 @@ RectTransform: type: 3} m_PrefabInstance: {fileID: 1845378262125368880} m_PrefabAsset: {fileID: 0} ---- !u!1 &262732891 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 262732892} - - component: {fileID: 262732894} - - component: {fileID: 262732893} - m_Layer: 5 - m_Name: TV-screen - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!224 &262732892 -RectTransform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 262732891} - m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} - m_LocalPosition: {x: 0, y: 0, z: 0} - m_LocalScale: {x: 1, y: 1, z: 1} - m_Children: [] - m_Father: {fileID: 1491037378} - m_RootOrder: 0 - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} - m_AnchorMin: {x: 0.5, y: 0.5} - m_AnchorMax: {x: 0.5, y: 0.5} - m_AnchoredPosition: {x: -24.099998, y: 3.9000015} - m_SizeDelta: {x: 184, y: 144} - m_Pivot: {x: 0.5, y: 0.5} ---- !u!114 &262732893 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 262732891} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3} - m_Name: - m_EditorClassIdentifier: - m_Material: {fileID: 0} - m_Color: {r: 1, g: 1, b: 1, a: 1} - m_RaycastTarget: 1 - m_Maskable: 1 - m_OnCullStateChanged: - m_PersistentCalls: - m_Calls: [] - m_Sprite: {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} - m_Type: 0 - m_PreserveAspect: 0 - m_FillCenter: 1 - m_FillMethod: 4 - m_FillAmount: 1 - m_FillClockwise: 1 - m_FillOrigin: 0 - m_UseSpriteMesh: 0 - m_PixelsPerUnitMultiplier: 1 ---- !u!222 &262732894 -CanvasRenderer: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 262732891} - m_CullTransparentMesh: 0 --- !u!224 &275363594 stripped RectTransform: m_CorrespondingSourceObject: {fileID: 73466508318140616, guid: 8d055c6dd61d7d540bb267c1727914fd, @@ -486,80 +412,6 @@ RectTransform: m_AnchoredPosition: {x: 0, y: 0} m_SizeDelta: {x: 100, y: 100} m_Pivot: {x: 0.5, y: 0.5} ---- !u!1 &421263916 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 421263917} - - component: {fileID: 421263919} - - component: {fileID: 421263918} - m_Layer: 5 - m_Name: Tvcabinet - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!224 &421263917 -RectTransform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 421263916} - m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} - m_LocalPosition: {x: 0, y: 0, z: 0} - m_LocalScale: {x: 1, y: 1, z: 1} - m_Children: [] - m_Father: {fileID: 4026469106645550508} - m_RootOrder: 2 - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} - m_AnchorMin: {x: 0.5, y: 0.5} - m_AnchorMax: {x: 0.5, y: 0.5} - m_AnchoredPosition: {x: -114.5, y: -13.399998} - m_SizeDelta: {x: 308, y: 203} - m_Pivot: {x: 0.5, y: 0.5} ---- !u!114 &421263918 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 421263916} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3} - m_Name: - m_EditorClassIdentifier: - m_Material: {fileID: 0} - m_Color: {r: 1, g: 1, b: 1, a: 1} - m_RaycastTarget: 1 - m_Maskable: 1 - m_OnCullStateChanged: - m_PersistentCalls: - m_Calls: [] - m_Sprite: {fileID: 21300000, guid: a2558d54d23e1c04190bf4569f71c34e, type: 3} - m_Type: 0 - m_PreserveAspect: 0 - m_FillCenter: 1 - m_FillMethod: 4 - m_FillAmount: 1 - m_FillClockwise: 1 - m_FillOrigin: 0 - m_UseSpriteMesh: 0 - m_PixelsPerUnitMultiplier: 1 ---- !u!222 &421263919 -CanvasRenderer: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 421263916} - m_CullTransparentMesh: 0 --- !u!1001 &454148459 PrefabInstance: m_ObjectHideFlags: 0 @@ -1762,80 +1614,6 @@ RectTransform: type: 3} m_PrefabInstance: {fileID: 1337076733} m_PrefabAsset: {fileID: 0} ---- !u!1 &1343837899 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 1343837900} - - component: {fileID: 1343837902} - - component: {fileID: 1343837901} - m_Layer: 5 - m_Name: BG - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!224 &1343837900 -RectTransform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1343837899} - m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} - m_LocalPosition: {x: 0, y: 0, z: 0} - m_LocalScale: {x: 1.0004, y: 1.0004, z: 1.0004} - m_Children: [] - m_Father: {fileID: 4026469106645550508} - m_RootOrder: 0 - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} - m_AnchorMin: {x: 0.5, y: 0.5} - m_AnchorMax: {x: 0.5, y: 0.5} - m_AnchoredPosition: {x: 3.301319, y: -1.7006832} - m_SizeDelta: {x: 1406.3406, y: 1809.1202} - m_Pivot: {x: 0.5, y: 0.5} ---- !u!114 &1343837901 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1343837899} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3} - m_Name: - m_EditorClassIdentifier: - m_Material: {fileID: 0} - m_Color: {r: 0.007843138, g: 0.6039216, b: 0.75294125, a: 1} - m_RaycastTarget: 1 - m_Maskable: 1 - m_OnCullStateChanged: - m_PersistentCalls: - m_Calls: [] - m_Sprite: {fileID: 0} - m_Type: 0 - m_PreserveAspect: 0 - m_FillCenter: 1 - m_FillMethod: 4 - m_FillAmount: 1 - m_FillClockwise: 1 - m_FillOrigin: 0 - m_UseSpriteMesh: 0 - m_PixelsPerUnitMultiplier: 1 ---- !u!222 &1343837902 -CanvasRenderer: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1343837899} - m_CullTransparentMesh: 0 --- !u!1 &1450459598 GameObject: m_ObjectHideFlags: 0 @@ -1902,83 +1680,6 @@ Transform: m_Father: {fileID: 0} m_RootOrder: 0 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!1 &1491037377 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 1491037378} - - component: {fileID: 1491037380} - - component: {fileID: 1491037379} - m_Layer: 5 - m_Name: TV-in - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!224 &1491037378 -RectTransform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1491037377} - m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} - m_LocalPosition: {x: 0, y: 0, z: 0} - m_LocalScale: {x: 1, y: 1, z: 1} - m_Children: - - {fileID: 262732892} - - {fileID: 2029284055} - - {fileID: 1891804458} - m_Father: {fileID: 4026469106645550508} - m_RootOrder: 3 - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} - m_AnchorMin: {x: 0.5, y: 0.5} - m_AnchorMax: {x: 0.5, y: 0.5} - m_AnchoredPosition: {x: -202.2232, y: 89.38409} - m_SizeDelta: {x: 273, y: 183} - m_Pivot: {x: 0.17317119, y: 0.039258268} ---- !u!114 &1491037379 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1491037377} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3} - m_Name: - m_EditorClassIdentifier: - m_Material: {fileID: 0} - m_Color: {r: 1, g: 1, b: 1, a: 1} - m_RaycastTarget: 1 - m_Maskable: 1 - m_OnCullStateChanged: - m_PersistentCalls: - m_Calls: [] - m_Sprite: {fileID: 21300000, guid: a001b4fe18bf23644a9eb1030dfab2ec, type: 3} - m_Type: 0 - m_PreserveAspect: 0 - m_FillCenter: 1 - m_FillMethod: 4 - m_FillAmount: 1 - m_FillClockwise: 1 - m_FillOrigin: 0 - m_UseSpriteMesh: 0 - m_PixelsPerUnitMultiplier: 1 ---- !u!222 &1491037380 -CanvasRenderer: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1491037377} - m_CullTransparentMesh: 0 --- !u!224 &1522672405 stripped RectTransform: m_CorrespondingSourceObject: {fileID: 659304132821786460, guid: d7a10ec945b520f44b09e399609e3915, @@ -2455,154 +2156,6 @@ RectTransform: type: 3} m_PrefabInstance: {fileID: 1741401659} m_PrefabAsset: {fileID: 0} ---- !u!1 &1848353769 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 1848353770} - - component: {fileID: 1848353772} - - component: {fileID: 1848353771} - m_Layer: 5 - m_Name: boy-0 - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!224 &1848353770 -RectTransform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1848353769} - m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} - m_LocalPosition: {x: 0, y: 0, z: 0} - m_LocalScale: {x: 1, y: 1, z: 1} - m_Children: [] - m_Father: {fileID: 4026469106645550508} - m_RootOrder: 5 - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} - m_AnchorMin: {x: 0.5, y: 0.5} - m_AnchorMax: {x: 0.5, y: 0.5} - m_AnchoredPosition: {x: 161.00102, y: -77.6} - m_SizeDelta: {x: 385, y: 516} - m_Pivot: {x: 0.5779259, y: 0.105062254} ---- !u!114 &1848353771 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1848353769} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3} - m_Name: - m_EditorClassIdentifier: - m_Material: {fileID: 0} - m_Color: {r: 1, g: 1, b: 1, a: 1} - m_RaycastTarget: 1 - m_Maskable: 1 - m_OnCullStateChanged: - m_PersistentCalls: - m_Calls: [] - m_Sprite: {fileID: 21300000, guid: a28a89a1fc0e49f45ac66f5a58154972, type: 3} - m_Type: 0 - m_PreserveAspect: 0 - m_FillCenter: 1 - m_FillMethod: 4 - m_FillAmount: 1 - m_FillClockwise: 1 - m_FillOrigin: 0 - m_UseSpriteMesh: 0 - m_PixelsPerUnitMultiplier: 1 ---- !u!222 &1848353772 -CanvasRenderer: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1848353769} - m_CullTransparentMesh: 0 ---- !u!1 &1891804457 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 1891804458} - - component: {fileID: 1891804460} - - component: {fileID: 1891804459} - m_Layer: 5 - m_Name: TV-skyline - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!224 &1891804458 -RectTransform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1891804457} - m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} - m_LocalPosition: {x: 0, y: 0, z: 0} - m_LocalScale: {x: 1, y: 1, z: 1} - m_Children: [] - m_Father: {fileID: 1491037378} - m_RootOrder: 2 - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} - m_AnchorMin: {x: 0.5, y: 0.5} - m_AnchorMax: {x: 0.5, y: 0.5} - m_AnchoredPosition: {x: 62.000008, y: 158.5} - m_SizeDelta: {x: 141, y: 147} - m_Pivot: {x: 0.5, y: 0.5} ---- !u!114 &1891804459 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1891804457} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3} - m_Name: - m_EditorClassIdentifier: - m_Material: {fileID: 0} - m_Color: {r: 1, g: 1, b: 1, a: 1} - m_RaycastTarget: 1 - m_Maskable: 1 - m_OnCullStateChanged: - m_PersistentCalls: - m_Calls: [] - m_Sprite: {fileID: 21300000, guid: 98eacdc6ac079b94b927c9e6cee703ee, type: 3} - m_Type: 0 - m_PreserveAspect: 0 - m_FillCenter: 1 - m_FillMethod: 4 - m_FillAmount: 1 - m_FillClockwise: 1 - m_FillOrigin: 0 - m_UseSpriteMesh: 0 - m_PixelsPerUnitMultiplier: 1 ---- !u!222 &1891804460 -CanvasRenderer: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1891804457} - m_CullTransparentMesh: 0 --- !u!224 &1910210769 stripped RectTransform: m_CorrespondingSourceObject: {fileID: 6779413159499826879, guid: 46bdf09e2801dd147873ae7c99720fb5, @@ -2615,97 +2168,6 @@ RectTransform: type: 3} m_PrefabInstance: {fileID: 6792247897585253660} m_PrefabAsset: {fileID: 0} ---- !u!1 &1954906193 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 1954906194} - - component: {fileID: 1954906196} - - component: {fileID: 1954906195} - - component: {fileID: 1954906197} - m_Layer: 5 - m_Name: TV-ghost - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 0 ---- !u!224 &1954906194 -RectTransform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1954906193} - m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} - m_LocalPosition: {x: 0, y: 0, z: 0} - m_LocalScale: {x: 1, y: 1, z: 1} - m_Children: [] - m_Father: {fileID: 4026469106645550508} - m_RootOrder: 4 - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} - m_AnchorMin: {x: 0.5, y: 0.5} - m_AnchorMax: {x: 0.5, y: 0.5} - m_AnchoredPosition: {x: -181.7, y: 113.335526} - m_SizeDelta: {x: 257, y: 269} - m_Pivot: {x: 0.17309614, y: 0.21351565} ---- !u!114 &1954906195 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1954906193} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3} - m_Name: - m_EditorClassIdentifier: - m_Material: {fileID: 0} - m_Color: {r: 1, g: 1, b: 1, a: 1} - m_RaycastTarget: 1 - m_Maskable: 1 - m_OnCullStateChanged: - m_PersistentCalls: - m_Calls: [] - m_Sprite: {fileID: 21300000, guid: d12a3a860f038f44a990060a47854925, type: 3} - m_Type: 0 - m_PreserveAspect: 1 - m_FillCenter: 1 - m_FillMethod: 4 - m_FillAmount: 1 - m_FillClockwise: 1 - m_FillOrigin: 0 - m_UseSpriteMesh: 0 - m_PixelsPerUnitMultiplier: 1 ---- !u!222 &1954906196 -CanvasRenderer: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1954906193} - m_CullTransparentMesh: 0 ---- !u!111 &1954906197 -Animation: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1954906193} - m_Enabled: 1 - serializedVersion: 3 - m_Animation: {fileID: 7400000, guid: 3aeeb7384de769443a5fc8ae2a8d082a, type: 2} - m_Animations: - - {fileID: 7400000, guid: 3aeeb7384de769443a5fc8ae2a8d082a, type: 2} - m_WrapMode: 0 - m_PlayAutomatically: 1 - m_AnimatePhysics: 0 - m_CullingType: 0 --- !u!1001 &2013464982 PrefabInstance: m_ObjectHideFlags: 0 @@ -2848,80 +2310,6 @@ RectTransform: type: 3} m_PrefabInstance: {fileID: 5469234755648891541} m_PrefabAsset: {fileID: 0} ---- !u!1 &2029284054 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 2029284055} - - component: {fileID: 2029284057} - - component: {fileID: 2029284056} - m_Layer: 5 - m_Name: TV-out - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!224 &2029284055 -RectTransform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 2029284054} - m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} - m_LocalPosition: {x: 0, y: 0, z: 0} - m_LocalScale: {x: 1, y: 1, z: 1} - m_Children: [] - m_Father: {fileID: 1491037378} - m_RootOrder: 1 - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} - m_AnchorMin: {x: 0.5, y: 0.5} - m_AnchorMax: {x: 0.5, y: 0.5} - m_AnchoredPosition: {x: -0.19993591, y: 5.0999985} - m_SizeDelta: {x: 273, y: 172} - m_Pivot: {x: 0.5, y: 0.5} ---- !u!114 &2029284056 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 2029284054} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3} - m_Name: - m_EditorClassIdentifier: - m_Material: {fileID: 0} - m_Color: {r: 1, g: 1, b: 1, a: 1} - m_RaycastTarget: 1 - m_Maskable: 1 - m_OnCullStateChanged: - m_PersistentCalls: - m_Calls: [] - m_Sprite: {fileID: 21300000, guid: 1c34fb2df8cec484c923a4c6711f785c, type: 3} - m_Type: 0 - m_PreserveAspect: 0 - m_FillCenter: 1 - m_FillMethod: 4 - m_FillAmount: 1 - m_FillClockwise: 1 - m_FillOrigin: 0 - m_UseSpriteMesh: 0 - m_PixelsPerUnitMultiplier: 1 ---- !u!222 &2029284057 -CanvasRenderer: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 2029284054} - m_CullTransparentMesh: 0 --- !u!1001 &2088001048 PrefabInstance: m_ObjectHideFlags: 0 @@ -3566,6 +2954,125 @@ PrefabInstance: objectReference: {fileID: 0} m_RemovedComponents: [] m_SourcePrefab: {fileID: 100100000, guid: 584e47329c792fa498101e040e5da3be, type: 3} +--- !u!1001 &250873632896066017 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 1124792781} + m_Modifications: + - target: {fileID: 3790813094120875084, guid: 9fbef5de5e222004795bbb224c399b4a, + type: 3} + propertyPath: m_Name + value: 50 + objectReference: {fileID: 0} + - target: {fileID: 3790813094120875085, guid: 9fbef5de5e222004795bbb224c399b4a, + type: 3} + propertyPath: m_Pivot.x + value: 0.5 + objectReference: {fileID: 0} + - target: {fileID: 3790813094120875085, guid: 9fbef5de5e222004795bbb224c399b4a, + type: 3} + propertyPath: m_Pivot.y + value: 0.5 + objectReference: {fileID: 0} + - target: {fileID: 3790813094120875085, guid: 9fbef5de5e222004795bbb224c399b4a, + type: 3} + propertyPath: m_RootOrder + value: 4 + objectReference: {fileID: 0} + - target: {fileID: 3790813094120875085, guid: 9fbef5de5e222004795bbb224c399b4a, + type: 3} + propertyPath: m_AnchorMax.x + value: 0.5 + objectReference: {fileID: 0} + - target: {fileID: 3790813094120875085, guid: 9fbef5de5e222004795bbb224c399b4a, + type: 3} + propertyPath: m_AnchorMax.y + value: 0.5 + objectReference: {fileID: 0} + - target: {fileID: 3790813094120875085, guid: 9fbef5de5e222004795bbb224c399b4a, + type: 3} + propertyPath: m_AnchorMin.x + value: 0.5 + objectReference: {fileID: 0} + - target: {fileID: 3790813094120875085, guid: 9fbef5de5e222004795bbb224c399b4a, + type: 3} + propertyPath: m_AnchorMin.y + value: 0.5 + objectReference: {fileID: 0} + - target: {fileID: 3790813094120875085, guid: 9fbef5de5e222004795bbb224c399b4a, + type: 3} + propertyPath: m_SizeDelta.x + value: 100 + objectReference: {fileID: 0} + - target: {fileID: 3790813094120875085, guid: 9fbef5de5e222004795bbb224c399b4a, + type: 3} + propertyPath: m_SizeDelta.y + value: 100 + objectReference: {fileID: 0} + - target: {fileID: 3790813094120875085, guid: 9fbef5de5e222004795bbb224c399b4a, + type: 3} + propertyPath: m_LocalPosition.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 3790813094120875085, guid: 9fbef5de5e222004795bbb224c399b4a, + type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 3790813094120875085, guid: 9fbef5de5e222004795bbb224c399b4a, + type: 3} + propertyPath: m_LocalPosition.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 3790813094120875085, guid: 9fbef5de5e222004795bbb224c399b4a, + type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: 3790813094120875085, guid: 9fbef5de5e222004795bbb224c399b4a, + type: 3} + propertyPath: m_LocalRotation.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 3790813094120875085, guid: 9fbef5de5e222004795bbb224c399b4a, + type: 3} + propertyPath: m_LocalRotation.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 3790813094120875085, guid: 9fbef5de5e222004795bbb224c399b4a, + type: 3} + propertyPath: m_LocalRotation.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 3790813094120875085, guid: 9fbef5de5e222004795bbb224c399b4a, + type: 3} + propertyPath: m_AnchoredPosition.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 3790813094120875085, guid: 9fbef5de5e222004795bbb224c399b4a, + type: 3} + propertyPath: m_AnchoredPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 3790813094120875085, guid: 9fbef5de5e222004795bbb224c399b4a, + type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 3790813094120875085, guid: 9fbef5de5e222004795bbb224c399b4a, + type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 3790813094120875085, guid: 9fbef5de5e222004795bbb224c399b4a, + type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 9fbef5de5e222004795bbb224c399b4a, type: 3} --- !u!1001 &659304133446614089 PrefabInstance: m_ObjectHideFlags: 0 @@ -4600,252 +4107,12 @@ RectTransform: type: 3} m_PrefabInstance: {fileID: 8195484725904172145} m_PrefabAsset: {fileID: 0} ---- !u!224 &4026469106645550508 +--- !u!224 &4026469106645550508 stripped RectTransform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} + m_CorrespondingSourceObject: {fileID: 3790813094120875085, guid: 9fbef5de5e222004795bbb224c399b4a, + type: 3} + m_PrefabInstance: {fileID: 250873632896066017} m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 4026469106645550509} - m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} - m_LocalPosition: {x: 0, y: 0, z: 0} - m_LocalScale: {x: 1, y: 1, z: 1} - m_Children: - - {fileID: 1343837900} - - {fileID: 6646880913144645130} - - {fileID: 421263917} - - {fileID: 1491037378} - - {fileID: 1954906194} - - {fileID: 1848353770} - - {fileID: 4026469106724453265} - - {fileID: 4026469107299319151} - - {fileID: 4337267208240117700} - m_Father: {fileID: 1124792781} - m_RootOrder: 4 - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} - m_AnchorMin: {x: 0.5, y: 0.5} - m_AnchorMax: {x: 0.5, y: 0.5} - m_AnchoredPosition: {x: 0, y: 0} - m_SizeDelta: {x: 100, y: 100} - m_Pivot: {x: 0.5, y: 0.5} ---- !u!1 &4026469106645550509 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 4026469106645550508} - - component: {fileID: 4026469106645550510} - m_Layer: 5 - m_Name: 50 - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!95 &4026469106645550510 -Animator: - serializedVersion: 3 - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 4026469106645550509} - m_Enabled: 1 - m_Avatar: {fileID: 0} - m_Controller: {fileID: 9100000, guid: e461da7530a117143ab9cd5bd159cf3f, type: 2} - m_CullingMode: 0 - m_UpdateMode: 0 - m_ApplyRootMotion: 0 - m_LinearVelocityBlending: 0 - m_WarningMessage: - m_HasTransformHierarchy: 1 - m_AllowConstantClipSamplingOptimization: 1 - m_KeepAnimatorControllerStateOnDisable: 0 ---- !u!224 &4026469106724453265 -RectTransform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 4026469106724453266} - m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} - m_LocalPosition: {x: 0, y: 0, z: 0} - m_LocalScale: {x: 1, y: 1, z: 1} - m_Children: [] - m_Father: {fileID: 4026469106645550508} - m_RootOrder: 6 - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} - m_AnchorMin: {x: 0.5, y: 0.5} - m_AnchorMax: {x: 0.5, y: 0.5} - m_AnchoredPosition: {x: -9.5, y: 170.2} - m_SizeDelta: {x: 148, y: 148} - m_Pivot: {x: 1, y: 1} ---- !u!1 &4026469106724453266 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 4026469106724453265} - - component: {fileID: 4026469106724453278} - - component: {fileID: 4026469106724453279} - - component: {fileID: 4026469106724453267} - m_Layer: 5 - m_Name: voice1 - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!111 &4026469106724453267 -Animation: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 4026469106724453266} - m_Enabled: 1 - serializedVersion: 3 - m_Animation: {fileID: 7400000, guid: 9b3d3b91595e8e6459bac8bc68ba67a0, type: 2} - m_Animations: - - {fileID: 7400000, guid: 9b3d3b91595e8e6459bac8bc68ba67a0, type: 2} - m_WrapMode: 0 - m_PlayAutomatically: 1 - m_AnimatePhysics: 0 - m_CullingType: 0 ---- !u!222 &4026469106724453278 -CanvasRenderer: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 4026469106724453266} - m_CullTransparentMesh: 0 ---- !u!114 &4026469106724453279 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 4026469106724453266} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3} - m_Name: - m_EditorClassIdentifier: - m_Material: {fileID: 0} - m_Color: {r: 1, g: 1, b: 1, a: 1} - m_RaycastTarget: 1 - m_Maskable: 1 - m_OnCullStateChanged: - m_PersistentCalls: - m_Calls: [] - m_Sprite: {fileID: 21300000, guid: 443ecc5ff483e224bbc5f4651a50ad92, type: 3} - m_Type: 0 - m_PreserveAspect: 0 - m_FillCenter: 1 - m_FillMethod: 4 - m_FillAmount: 1 - m_FillClockwise: 1 - m_FillOrigin: 0 - m_UseSpriteMesh: 0 - m_PixelsPerUnitMultiplier: 1 ---- !u!1 &4026469107299319136 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 4026469107299319151} - - component: {fileID: 4026469107299319148} - - component: {fileID: 4026469107299319149} - - component: {fileID: 4026469107299319137} - m_Layer: 5 - m_Name: voice2 - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 0 ---- !u!111 &4026469107299319137 -Animation: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 4026469107299319136} - m_Enabled: 1 - serializedVersion: 3 - m_Animation: {fileID: 7400000, guid: e4aa814f9fc16f4439a7da04c0e0cb88, type: 2} - m_Animations: - - {fileID: 7400000, guid: e4aa814f9fc16f4439a7da04c0e0cb88, type: 2} - m_WrapMode: 0 - m_PlayAutomatically: 1 - m_AnimatePhysics: 0 - m_CullingType: 0 ---- !u!222 &4026469107299319148 -CanvasRenderer: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 4026469107299319136} - m_CullTransparentMesh: 0 ---- !u!114 &4026469107299319149 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 4026469107299319136} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3} - m_Name: - m_EditorClassIdentifier: - m_Material: {fileID: 0} - m_Color: {r: 1, g: 1, b: 1, a: 1} - m_RaycastTarget: 1 - m_Maskable: 1 - m_OnCullStateChanged: - m_PersistentCalls: - m_Calls: [] - m_Sprite: {fileID: 21300000, guid: c08da67451e532a4e996a826d426f537, type: 3} - m_Type: 0 - m_PreserveAspect: 0 - m_FillCenter: 1 - m_FillMethod: 4 - m_FillAmount: 1 - m_FillClockwise: 1 - m_FillOrigin: 0 - m_UseSpriteMesh: 0 - m_PixelsPerUnitMultiplier: 1 ---- !u!224 &4026469107299319151 -RectTransform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 4026469107299319136} - m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} - m_LocalPosition: {x: 0, y: 0, z: 0} - m_LocalScale: {x: 1, y: 1, z: 1} - m_Children: [] - m_Father: {fileID: 4026469106645550508} - m_RootOrder: 7 - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} - m_AnchorMin: {x: 0.5, y: 0.5} - m_AnchorMax: {x: 0.5, y: 0.5} - m_AnchoredPosition: {x: 50, y: 309} - m_SizeDelta: {x: 148, y: 148} - m_Pivot: {x: 0.5, y: 0.5} --- !u!1001 &4041890734207865570 PrefabInstance: m_ObjectHideFlags: 0 @@ -5094,97 +4361,6 @@ PrefabInstance: objectReference: {fileID: 0} m_RemovedComponents: [] m_SourcePrefab: {fileID: 100100000, guid: ebdfa8ac0267403439b46abdf239a878, type: 3} ---- !u!114 &4337267208240117698 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 4337267208240117703} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3} - m_Name: - m_EditorClassIdentifier: - m_Material: {fileID: 0} - m_Color: {r: 1, g: 1, b: 1, a: 1} - m_RaycastTarget: 1 - m_Maskable: 1 - m_OnCullStateChanged: - m_PersistentCalls: - m_Calls: [] - m_Sprite: {fileID: 21300000, guid: 36a3c9bc33673e44498eb617c578c979, type: 3} - m_Type: 0 - m_PreserveAspect: 0 - m_FillCenter: 1 - m_FillMethod: 4 - m_FillAmount: 1 - m_FillClockwise: 1 - m_FillOrigin: 0 - m_UseSpriteMesh: 0 - m_PixelsPerUnitMultiplier: 1 ---- !u!222 &4337267208240117699 -CanvasRenderer: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 4337267208240117703} - m_CullTransparentMesh: 0 ---- !u!224 &4337267208240117700 -RectTransform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 4337267208240117703} - m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} - m_LocalPosition: {x: 0, y: 0, z: 0} - m_LocalScale: {x: 1, y: 1, z: 1} - m_Children: [] - m_Father: {fileID: 4026469106645550508} - m_RootOrder: 8 - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} - m_AnchorMin: {x: 0.5, y: 0.5} - m_AnchorMax: {x: 0.5, y: 0.5} - m_AnchoredPosition: {x: -162.4, y: 383.5} - m_SizeDelta: {x: 136, y: 144} - m_Pivot: {x: 0.5, y: 0.5} ---- !u!1 &4337267208240117703 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 4337267208240117700} - - component: {fileID: 4337267208240117699} - - component: {fileID: 4337267208240117698} - - component: {fileID: 4337267208240117704} - m_Layer: 5 - m_Name: voice3 - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 0 ---- !u!111 &4337267208240117704 -Animation: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 4337267208240117703} - m_Enabled: 1 - serializedVersion: 3 - m_Animation: {fileID: 7400000, guid: 7a57cb7914923154a8f00ca3dba38092, type: 2} - m_Animations: - - {fileID: 7400000, guid: 7a57cb7914923154a8f00ca3dba38092, type: 2} - m_WrapMode: 0 - m_PlayAutomatically: 1 - m_AnimatePhysics: 0 - m_CullingType: 0 --- !u!1001 &4626710126931551189 PrefabInstance: m_ObjectHideFlags: 0 @@ -6376,80 +5552,6 @@ PrefabInstance: objectReference: {fileID: 0} m_RemovedComponents: [] m_SourcePrefab: {fileID: 100100000, guid: 1383508f47bd49042ae8cbf2518288c5, type: 3} ---- !u!224 &6646880913144645130 -RectTransform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 6646880913144645131} - m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} - m_LocalPosition: {x: 0, y: 0, z: 0} - m_LocalScale: {x: 1, y: 1, z: 1} - m_Children: [] - m_Father: {fileID: 4026469106645550508} - m_RootOrder: 1 - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} - m_AnchorMin: {x: 0.5, y: 0.5} - m_AnchorMax: {x: 0.5, y: 0.5} - m_AnchoredPosition: {x: 3.2999992, y: -14} - m_SizeDelta: {x: 960, y: 1220} - m_Pivot: {x: 0.5, y: 0.5} ---- !u!1 &6646880913144645131 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 6646880913144645130} - - component: {fileID: 6646880913144645140} - - component: {fileID: 6646880913144645141} - m_Layer: 5 - m_Name: BG (1) - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!222 &6646880913144645140 -CanvasRenderer: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 6646880913144645131} - m_CullTransparentMesh: 0 ---- !u!114 &6646880913144645141 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 6646880913144645131} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3} - m_Name: - m_EditorClassIdentifier: - m_Material: {fileID: 0} - m_Color: {r: 1, g: 1, b: 1, a: 1} - m_RaycastTarget: 1 - m_Maskable: 1 - m_OnCullStateChanged: - m_PersistentCalls: - m_Calls: [] - m_Sprite: {fileID: 21300000, guid: 2c8fe1d43bd88824fa5ec67bb5c86026, type: 3} - m_Type: 0 - m_PreserveAspect: 0 - m_FillCenter: 1 - m_FillMethod: 4 - m_FillAmount: 1 - m_FillClockwise: 1 - m_FillOrigin: 0 - m_UseSpriteMesh: 0 - m_PixelsPerUnitMultiplier: 1 --- !u!1001 &6779413161356494446 PrefabInstance: m_ObjectHideFlags: 0 diff --git a/Assets/Art/Level/50/50.prefab b/Assets/Art/Level/50/50.prefab new file mode 100644 index 00000000..220a7ac6 --- /dev/null +++ b/Assets/Art/Level/50/50.prefab @@ -0,0 +1,1342 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!1 &250873631119475208 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 250873631119475211} + - component: {fileID: 250873631119475213} + - component: {fileID: 250873631119475210} + m_Layer: 5 + m_Name: boy-0 + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!224 &250873631119475211 +RectTransform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 250873631119475208} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: 0, y: 0, z: 0} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: [] + m_Father: {fileID: 3790813094120875085} + m_RootOrder: 5 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} + m_AnchorMin: {x: 0.5, y: 0.5} + m_AnchorMax: {x: 0.5, y: 0.5} + m_AnchoredPosition: {x: 161.00102, y: -77.6} + m_SizeDelta: {x: 385, y: 516} + m_Pivot: {x: 0.5779259, y: 0.105062254} +--- !u!222 &250873631119475213 +CanvasRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 250873631119475208} + m_CullTransparentMesh: 0 +--- !u!114 &250873631119475210 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 250873631119475208} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Material: {fileID: 0} + m_Color: {r: 1, g: 1, b: 1, a: 1} + m_RaycastTarget: 1 + m_Maskable: 1 + m_OnCullStateChanged: + m_PersistentCalls: + m_Calls: [] + m_Sprite: {fileID: 21300000, guid: a28a89a1fc0e49f45ac66f5a58154972, type: 3} + m_Type: 0 + m_PreserveAspect: 0 + m_FillCenter: 1 + m_FillMethod: 4 + m_FillAmount: 1 + m_FillClockwise: 1 + m_FillOrigin: 0 + m_UseSpriteMesh: 0 + m_PixelsPerUnitMultiplier: 1 +--- !u!1 &250873631328484718 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 250873631328484721} + - component: {fileID: 250873631328484723} + - component: {fileID: 250873631328484720} + - component: {fileID: 250873631328484722} + m_Layer: 5 + m_Name: TV-screen-win + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 0 +--- !u!224 &250873631328484721 +RectTransform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 250873631328484718} + m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} + m_LocalPosition: {x: 0, y: 0, z: 0} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: + - {fileID: 250873631543003639} + - {fileID: 250873632233151800} + m_Father: {fileID: 250873631961730339} + m_RootOrder: 1 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} + m_AnchorMin: {x: 0.5, y: 0.5} + m_AnchorMax: {x: 0.5, y: 0.5} + m_AnchoredPosition: {x: -24.099998, y: 3.9000015} + m_SizeDelta: {x: 184, y: 144} + m_Pivot: {x: 0.5, y: 0.5} +--- !u!222 &250873631328484723 +CanvasRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 250873631328484718} + m_CullTransparentMesh: 0 +--- !u!114 &250873631328484720 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 250873631328484718} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Material: {fileID: 0} + m_Color: {r: 1, g: 1, b: 1, a: 1} + m_RaycastTarget: 1 + m_Maskable: 1 + m_OnCullStateChanged: + m_PersistentCalls: + m_Calls: [] + m_Sprite: {fileID: 21300000, guid: b6c31035ca62d2e448e9c60047d15183, type: 3} + m_Type: 0 + m_PreserveAspect: 0 + m_FillCenter: 1 + m_FillMethod: 4 + m_FillAmount: 1 + m_FillClockwise: 1 + m_FillOrigin: 0 + m_UseSpriteMesh: 0 + m_PixelsPerUnitMultiplier: 1 +--- !u!111 &250873631328484722 +Animation: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 250873631328484718} + m_Enabled: 1 + serializedVersion: 3 + m_Animation: {fileID: 7400000, guid: 4715a377fee4153428d2f44db3a8cee4, type: 2} + m_Animations: + - {fileID: 7400000, guid: 4715a377fee4153428d2f44db3a8cee4, type: 2} + m_WrapMode: 0 + m_PlayAutomatically: 1 + m_AnimatePhysics: 0 + m_CullingType: 0 +--- !u!1 &250873631427283767 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 250873631427283766} + - component: {fileID: 250873631427283768} + - component: {fileID: 250873631427283769} + m_Layer: 5 + m_Name: TV-out + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!224 &250873631427283766 +RectTransform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 250873631427283767} + m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} + m_LocalPosition: {x: 0, y: 0, z: 0} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: [] + m_Father: {fileID: 250873631961730339} + m_RootOrder: 3 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} + m_AnchorMin: {x: 0.5, y: 0.5} + m_AnchorMax: {x: 0.5, y: 0.5} + m_AnchoredPosition: {x: -0.19993591, y: 5.0999985} + m_SizeDelta: {x: 273, y: 172} + m_Pivot: {x: 0.5, y: 0.5} +--- !u!222 &250873631427283768 +CanvasRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 250873631427283767} + m_CullTransparentMesh: 0 +--- !u!114 &250873631427283769 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 250873631427283767} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Material: {fileID: 0} + m_Color: {r: 1, g: 1, b: 1, a: 1} + m_RaycastTarget: 1 + m_Maskable: 1 + m_OnCullStateChanged: + m_PersistentCalls: + m_Calls: [] + m_Sprite: {fileID: 21300000, guid: 1c34fb2df8cec484c923a4c6711f785c, type: 3} + m_Type: 0 + m_PreserveAspect: 0 + m_FillCenter: 1 + m_FillMethod: 4 + m_FillAmount: 1 + m_FillClockwise: 1 + m_FillOrigin: 0 + m_UseSpriteMesh: 0 + m_PixelsPerUnitMultiplier: 1 +--- !u!1 &250873631495528880 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 250873631495528883} + - component: {fileID: 250873631495528885} + - component: {fileID: 250873631495528882} + - component: {fileID: 250873631495528884} + m_Layer: 5 + m_Name: TV-ghost + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 0 +--- !u!224 &250873631495528883 +RectTransform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 250873631495528880} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: 0, y: 0, z: 0} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: [] + m_Father: {fileID: 3790813094120875085} + m_RootOrder: 4 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} + m_AnchorMin: {x: 0.5, y: 0.5} + m_AnchorMax: {x: 0.5, y: 0.5} + m_AnchoredPosition: {x: -181.7, y: 113.335526} + m_SizeDelta: {x: 257, y: 269} + m_Pivot: {x: 0.17309614, y: 0.21351565} +--- !u!222 &250873631495528885 +CanvasRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 250873631495528880} + m_CullTransparentMesh: 0 +--- !u!114 &250873631495528882 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 250873631495528880} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Material: {fileID: 0} + m_Color: {r: 1, g: 1, b: 1, a: 1} + m_RaycastTarget: 1 + m_Maskable: 1 + m_OnCullStateChanged: + m_PersistentCalls: + m_Calls: [] + m_Sprite: {fileID: 21300000, guid: d12a3a860f038f44a990060a47854925, type: 3} + m_Type: 0 + m_PreserveAspect: 1 + m_FillCenter: 1 + m_FillMethod: 4 + m_FillAmount: 1 + m_FillClockwise: 1 + m_FillOrigin: 0 + m_UseSpriteMesh: 0 + m_PixelsPerUnitMultiplier: 1 +--- !u!111 &250873631495528884 +Animation: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 250873631495528880} + m_Enabled: 1 + serializedVersion: 3 + m_Animation: {fileID: 7400000, guid: 3aeeb7384de769443a5fc8ae2a8d082a, type: 2} + m_Animations: + - {fileID: 7400000, guid: 3aeeb7384de769443a5fc8ae2a8d082a, type: 2} + m_WrapMode: 0 + m_PlayAutomatically: 1 + m_AnimatePhysics: 0 + m_CullingType: 0 +--- !u!1 &250873631543003636 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 250873631543003639} + - component: {fileID: 250873631543003641} + - component: {fileID: 250873631543003638} + m_Layer: 5 + m_Name: 1 + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!224 &250873631543003639 +RectTransform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 250873631543003636} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: 0, y: 0, z: 0} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: [] + m_Father: {fileID: 250873631328484721} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} + m_AnchorMin: {x: 0.5, y: 0.5} + m_AnchorMax: {x: 0.5, y: 0.5} + m_AnchoredPosition: {x: -35.5, y: -39.342133} + m_SizeDelta: {x: 71, y: 85} + m_Pivot: {x: 0.5, y: 0.037145056} +--- !u!222 &250873631543003641 +CanvasRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 250873631543003636} + m_CullTransparentMesh: 0 +--- !u!114 &250873631543003638 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 250873631543003636} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Material: {fileID: 0} + m_Color: {r: 1, g: 1, b: 1, a: 1} + m_RaycastTarget: 1 + m_Maskable: 1 + m_OnCullStateChanged: + m_PersistentCalls: + m_Calls: [] + m_Sprite: {fileID: 21300000, guid: cb6062b5e07d41545be690962e0623d5, type: 3} + m_Type: 0 + m_PreserveAspect: 0 + m_FillCenter: 1 + m_FillMethod: 4 + m_FillAmount: 1 + m_FillClockwise: 1 + m_FillOrigin: 0 + m_UseSpriteMesh: 0 + m_PixelsPerUnitMultiplier: 1 +--- !u!1 &250873631558239432 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 250873631558239435} + - component: {fileID: 250873631558239437} + - component: {fileID: 250873631558239434} + m_Layer: 5 + m_Name: TV-skyline + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!224 &250873631558239435 +RectTransform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 250873631558239432} + m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} + m_LocalPosition: {x: 0, y: 0, z: 0} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: [] + m_Father: {fileID: 250873631961730339} + m_RootOrder: 4 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} + m_AnchorMin: {x: 0.5, y: 0.5} + m_AnchorMax: {x: 0.5, y: 0.5} + m_AnchoredPosition: {x: 62.000008, y: 158.5} + m_SizeDelta: {x: 141, y: 147} + m_Pivot: {x: 0.5, y: 0.5} +--- !u!222 &250873631558239437 +CanvasRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 250873631558239432} + m_CullTransparentMesh: 0 +--- !u!114 &250873631558239434 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 250873631558239432} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Material: {fileID: 0} + m_Color: {r: 1, g: 1, b: 1, a: 1} + m_RaycastTarget: 1 + m_Maskable: 1 + m_OnCullStateChanged: + m_PersistentCalls: + m_Calls: [] + m_Sprite: {fileID: 21300000, guid: 98eacdc6ac079b94b927c9e6cee703ee, type: 3} + m_Type: 0 + m_PreserveAspect: 0 + m_FillCenter: 1 + m_FillMethod: 4 + m_FillAmount: 1 + m_FillClockwise: 1 + m_FillOrigin: 0 + m_UseSpriteMesh: 0 + m_PixelsPerUnitMultiplier: 1 +--- !u!1 &250873631961730336 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 250873631961730339} + - component: {fileID: 250873631961730341} + - component: {fileID: 250873631961730338} + m_Layer: 5 + m_Name: TV-in + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!224 &250873631961730339 +RectTransform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 250873631961730336} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: 0, y: 0, z: 0} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: + - {fileID: 250873632755080637} + - {fileID: 250873631328484721} + - {fileID: 250873632346347646} + - {fileID: 250873631427283766} + - {fileID: 250873631558239435} + m_Father: {fileID: 3790813094120875085} + m_RootOrder: 3 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} + m_AnchorMin: {x: 0.5, y: 0.5} + m_AnchorMax: {x: 0.5, y: 0.5} + m_AnchoredPosition: {x: -202.2232, y: 89.38409} + m_SizeDelta: {x: 273, y: 183} + m_Pivot: {x: 0.17317119, y: 0.039258268} +--- !u!222 &250873631961730341 +CanvasRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 250873631961730336} + m_CullTransparentMesh: 0 +--- !u!114 &250873631961730338 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 250873631961730336} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Material: {fileID: 0} + m_Color: {r: 1, g: 1, b: 1, a: 1} + m_RaycastTarget: 1 + m_Maskable: 1 + m_OnCullStateChanged: + m_PersistentCalls: + m_Calls: [] + m_Sprite: {fileID: 21300000, guid: a001b4fe18bf23644a9eb1030dfab2ec, type: 3} + m_Type: 0 + m_PreserveAspect: 0 + m_FillCenter: 1 + m_FillMethod: 4 + m_FillAmount: 1 + m_FillClockwise: 1 + m_FillOrigin: 0 + m_UseSpriteMesh: 0 + m_PixelsPerUnitMultiplier: 1 +--- !u!1 &250873632091371306 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 250873632091371309} + - component: {fileID: 250873632091371311} + - component: {fileID: 250873632091371308} + m_Layer: 5 + m_Name: BG + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!224 &250873632091371309 +RectTransform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 250873632091371306} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: 0, y: 0, z: 0} + m_LocalScale: {x: 1.0004, y: 1.0004, z: 1.0004} + m_Children: [] + m_Father: {fileID: 3790813094120875085} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} + m_AnchorMin: {x: 0.5, y: 0.5} + m_AnchorMax: {x: 0.5, y: 0.5} + m_AnchoredPosition: {x: 3.301319, y: -1.7006832} + m_SizeDelta: {x: 1406.3406, y: 1809.1202} + m_Pivot: {x: 0.5, y: 0.5} +--- !u!222 &250873632091371311 +CanvasRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 250873632091371306} + m_CullTransparentMesh: 0 +--- !u!114 &250873632091371308 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 250873632091371306} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Material: {fileID: 0} + m_Color: {r: 0.007843138, g: 0.6039216, b: 0.75294125, a: 1} + m_RaycastTarget: 1 + m_Maskable: 1 + m_OnCullStateChanged: + m_PersistentCalls: + m_Calls: [] + m_Sprite: {fileID: 0} + m_Type: 0 + m_PreserveAspect: 0 + m_FillCenter: 1 + m_FillMethod: 4 + m_FillAmount: 1 + m_FillClockwise: 1 + m_FillOrigin: 0 + m_UseSpriteMesh: 0 + m_PixelsPerUnitMultiplier: 1 +--- !u!1 &250873632233151801 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 250873632233151800} + - component: {fileID: 250873632233151802} + - component: {fileID: 250873632233151803} + m_Layer: 5 + m_Name: 2 + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!224 &250873632233151800 +RectTransform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 250873632233151801} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: 0, y: 0, z: 0} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: [] + m_Father: {fileID: 250873631328484721} + m_RootOrder: 1 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} + m_AnchorMin: {x: 0.5, y: 0.5} + m_AnchorMax: {x: 0.5, y: 0.5} + m_AnchoredPosition: {x: 30.998955, y: -39.543396} + m_SizeDelta: {x: 55, y: 87} + m_Pivot: {x: 0.49999994, y: 0.033972174} +--- !u!222 &250873632233151802 +CanvasRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 250873632233151801} + m_CullTransparentMesh: 0 +--- !u!114 &250873632233151803 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 250873632233151801} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Material: {fileID: 0} + m_Color: {r: 1, g: 1, b: 1, a: 1} + m_RaycastTarget: 1 + m_Maskable: 1 + m_OnCullStateChanged: + m_PersistentCalls: + m_Calls: [] + m_Sprite: {fileID: 21300000, guid: 6600130ff14bbda4e85bb78008955368, type: 3} + m_Type: 0 + m_PreserveAspect: 0 + m_FillCenter: 1 + m_FillMethod: 4 + m_FillAmount: 1 + m_FillClockwise: 1 + m_FillOrigin: 0 + m_UseSpriteMesh: 0 + m_PixelsPerUnitMultiplier: 1 +--- !u!1 &250873632346347647 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 250873632346347646} + - component: {fileID: 250873632346347584} + - component: {fileID: 250873632346347585} + m_Layer: 5 + m_Name: TV-black + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 0 +--- !u!224 &250873632346347646 +RectTransform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 250873632346347647} + m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} + m_LocalPosition: {x: 0, y: 0, z: 0} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: [] + m_Father: {fileID: 250873631961730339} + m_RootOrder: 2 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} + m_AnchorMin: {x: 0.5, y: 0.5} + m_AnchorMax: {x: 0.5, y: 0.5} + m_AnchoredPosition: {x: -24.099998, y: 3.9000015} + m_SizeDelta: {x: 184, y: 144} + m_Pivot: {x: 0.5, y: 0.5} +--- !u!222 &250873632346347584 +CanvasRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 250873632346347647} + m_CullTransparentMesh: 0 +--- !u!114 &250873632346347585 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 250873632346347647} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Material: {fileID: 0} + m_Color: {r: 1, g: 1, b: 1, a: 1} + m_RaycastTarget: 1 + m_Maskable: 1 + m_OnCullStateChanged: + m_PersistentCalls: + m_Calls: [] + m_Sprite: {fileID: 21300000, guid: 7988fd026080f6c4ba146a6b818594ed, type: 3} + m_Type: 0 + m_PreserveAspect: 0 + m_FillCenter: 1 + m_FillMethod: 4 + m_FillAmount: 1 + m_FillClockwise: 1 + m_FillOrigin: 0 + m_UseSpriteMesh: 0 + m_PixelsPerUnitMultiplier: 1 +--- !u!1 &250873632755080634 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 250873632755080637} + - component: {fileID: 250873632755080639} + - component: {fileID: 250873632755080636} + m_Layer: 5 + m_Name: TV-screen + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!224 &250873632755080637 +RectTransform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 250873632755080634} + m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} + m_LocalPosition: {x: 0, y: 0, z: 0} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: [] + m_Father: {fileID: 250873631961730339} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} + m_AnchorMin: {x: 0.5, y: 0.5} + m_AnchorMax: {x: 0.5, y: 0.5} + m_AnchoredPosition: {x: -24.099998, y: 3.9000015} + m_SizeDelta: {x: 184, y: 144} + m_Pivot: {x: 0.5, y: 0.5} +--- !u!222 &250873632755080639 +CanvasRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 250873632755080634} + m_CullTransparentMesh: 0 +--- !u!114 &250873632755080636 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 250873632755080634} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Material: {fileID: 0} + m_Color: {r: 1, g: 1, b: 1, a: 1} + m_RaycastTarget: 1 + m_Maskable: 1 + m_OnCullStateChanged: + m_PersistentCalls: + m_Calls: [] + m_Sprite: {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + m_Type: 0 + m_PreserveAspect: 0 + m_FillCenter: 1 + m_FillMethod: 4 + m_FillAmount: 1 + m_FillClockwise: 1 + m_FillOrigin: 0 + m_UseSpriteMesh: 0 + m_PixelsPerUnitMultiplier: 1 +--- !u!1 &250873633047829453 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 250873633047829452} + - component: {fileID: 250873633047829454} + - component: {fileID: 250873633047829455} + m_Layer: 5 + m_Name: Tvcabinet + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!224 &250873633047829452 +RectTransform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 250873633047829453} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: 0, y: 0, z: 0} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: [] + m_Father: {fileID: 3790813094120875085} + m_RootOrder: 2 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} + m_AnchorMin: {x: 0.5, y: 0.5} + m_AnchorMax: {x: 0.5, y: 0.5} + m_AnchoredPosition: {x: -114.5, y: -13.399998} + m_SizeDelta: {x: 308, y: 203} + m_Pivot: {x: 0.5, y: 0.5} +--- !u!222 &250873633047829454 +CanvasRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 250873633047829453} + m_CullTransparentMesh: 0 +--- !u!114 &250873633047829455 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 250873633047829453} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Material: {fileID: 0} + m_Color: {r: 1, g: 1, b: 1, a: 1} + m_RaycastTarget: 1 + m_Maskable: 1 + m_OnCullStateChanged: + m_PersistentCalls: + m_Calls: [] + m_Sprite: {fileID: 21300000, guid: a2558d54d23e1c04190bf4569f71c34e, type: 3} + m_Type: 0 + m_PreserveAspect: 0 + m_FillCenter: 1 + m_FillMethod: 4 + m_FillAmount: 1 + m_FillClockwise: 1 + m_FillOrigin: 0 + m_UseSpriteMesh: 0 + m_PixelsPerUnitMultiplier: 1 +--- !u!1 &3790813093565619329 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 3790813093565619342} + - component: {fileID: 3790813093565619341} + - component: {fileID: 3790813093565619340} + - component: {fileID: 3790813093565619328} + m_Layer: 5 + m_Name: voice2 + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 0 +--- !u!224 &3790813093565619342 +RectTransform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 3790813093565619329} + m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} + m_LocalPosition: {x: 0, y: 0, z: 0} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: [] + m_Father: {fileID: 3790813094120875085} + m_RootOrder: 7 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} + m_AnchorMin: {x: 0.5, y: 0.5} + m_AnchorMax: {x: 0.5, y: 0.5} + m_AnchoredPosition: {x: 50, y: 309} + m_SizeDelta: {x: 148, y: 148} + m_Pivot: {x: 0.5, y: 0.5} +--- !u!222 &3790813093565619341 +CanvasRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 3790813093565619329} + m_CullTransparentMesh: 0 +--- !u!114 &3790813093565619340 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 3790813093565619329} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Material: {fileID: 0} + m_Color: {r: 1, g: 1, b: 1, a: 1} + m_RaycastTarget: 1 + m_Maskable: 1 + m_OnCullStateChanged: + m_PersistentCalls: + m_Calls: [] + m_Sprite: {fileID: 21300000, guid: c08da67451e532a4e996a826d426f537, type: 3} + m_Type: 0 + m_PreserveAspect: 0 + m_FillCenter: 1 + m_FillMethod: 4 + m_FillAmount: 1 + m_FillClockwise: 1 + m_FillOrigin: 0 + m_UseSpriteMesh: 0 + m_PixelsPerUnitMultiplier: 1 +--- !u!111 &3790813093565619328 +Animation: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 3790813093565619329} + m_Enabled: 1 + serializedVersion: 3 + m_Animation: {fileID: 7400000, guid: e4aa814f9fc16f4439a7da04c0e0cb88, type: 2} + m_Animations: + - {fileID: 7400000, guid: e4aa814f9fc16f4439a7da04c0e0cb88, type: 2} + m_WrapMode: 0 + m_PlayAutomatically: 1 + m_AnimatePhysics: 0 + m_CullingType: 0 +--- !u!1 &3790813094057155187 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 3790813094057155184} + - component: {fileID: 3790813094057155199} + - component: {fileID: 3790813094057155198} + - component: {fileID: 3790813094057155186} + m_Layer: 5 + m_Name: voice1 + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 0 +--- !u!224 &3790813094057155184 +RectTransform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 3790813094057155187} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: 0, y: 0, z: 0} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: [] + m_Father: {fileID: 3790813094120875085} + m_RootOrder: 6 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} + m_AnchorMin: {x: 0.5, y: 0.5} + m_AnchorMax: {x: 0.5, y: 0.5} + m_AnchoredPosition: {x: -9.5, y: 170.2} + m_SizeDelta: {x: 148, y: 148} + m_Pivot: {x: 1, y: 1} +--- !u!222 &3790813094057155199 +CanvasRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 3790813094057155187} + m_CullTransparentMesh: 0 +--- !u!114 &3790813094057155198 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 3790813094057155187} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Material: {fileID: 0} + m_Color: {r: 1, g: 1, b: 1, a: 1} + m_RaycastTarget: 1 + m_Maskable: 1 + m_OnCullStateChanged: + m_PersistentCalls: + m_Calls: [] + m_Sprite: {fileID: 21300000, guid: 443ecc5ff483e224bbc5f4651a50ad92, type: 3} + m_Type: 0 + m_PreserveAspect: 0 + m_FillCenter: 1 + m_FillMethod: 4 + m_FillAmount: 1 + m_FillClockwise: 1 + m_FillOrigin: 0 + m_UseSpriteMesh: 0 + m_PixelsPerUnitMultiplier: 1 +--- !u!111 &3790813094057155186 +Animation: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 3790813094057155187} + m_Enabled: 1 + serializedVersion: 3 + m_Animation: {fileID: 7400000, guid: 9b3d3b91595e8e6459bac8bc68ba67a0, type: 2} + m_Animations: + - {fileID: 7400000, guid: 9b3d3b91595e8e6459bac8bc68ba67a0, type: 2} + m_WrapMode: 0 + m_PlayAutomatically: 1 + m_AnimatePhysics: 0 + m_CullingType: 0 +--- !u!1 &3790813094120875084 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 3790813094120875085} + - component: {fileID: 3790813094120875087} + m_Layer: 5 + m_Name: 50 + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!224 &3790813094120875085 +RectTransform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 3790813094120875084} + m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} + m_LocalPosition: {x: 0, y: 0, z: 0} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: + - {fileID: 250873632091371309} + - {fileID: 6864962219068073963} + - {fileID: 250873633047829452} + - {fileID: 250873631961730339} + - {fileID: 250873631495528883} + - {fileID: 250873631119475211} + - {fileID: 3790813094057155184} + - {fileID: 3790813093565619342} + - {fileID: 4560556213692143141} + m_Father: {fileID: 0} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} + m_AnchorMin: {x: 0.5, y: 0.5} + m_AnchorMax: {x: 0.5, y: 0.5} + m_AnchoredPosition: {x: 0, y: 0} + m_SizeDelta: {x: 100, y: 100} + m_Pivot: {x: 0.5, y: 0.5} +--- !u!95 &3790813094120875087 +Animator: + serializedVersion: 3 + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 3790813094120875084} + m_Enabled: 1 + m_Avatar: {fileID: 0} + m_Controller: {fileID: 9100000, guid: e461da7530a117143ab9cd5bd159cf3f, type: 2} + m_CullingMode: 0 + m_UpdateMode: 0 + m_ApplyRootMotion: 0 + m_LinearVelocityBlending: 0 + m_WarningMessage: + m_HasTransformHierarchy: 1 + m_AllowConstantClipSamplingOptimization: 1 + m_KeepAnimatorControllerStateOnDisable: 0 +--- !u!1 &4560556213692143142 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 4560556213692143141} + - component: {fileID: 4560556213692143138} + - component: {fileID: 4560556213692143139} + - component: {fileID: 4560556213692143145} + m_Layer: 5 + m_Name: voice3 + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 0 +--- !u!224 &4560556213692143141 +RectTransform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 4560556213692143142} + m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} + m_LocalPosition: {x: 0, y: 0, z: 0} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: [] + m_Father: {fileID: 3790813094120875085} + m_RootOrder: 8 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} + m_AnchorMin: {x: 0.5, y: 0.5} + m_AnchorMax: {x: 0.5, y: 0.5} + m_AnchoredPosition: {x: -162.4, y: 383.5} + m_SizeDelta: {x: 136, y: 144} + m_Pivot: {x: 0.5, y: 0.5} +--- !u!222 &4560556213692143138 +CanvasRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 4560556213692143142} + m_CullTransparentMesh: 0 +--- !u!114 &4560556213692143139 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 4560556213692143142} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Material: {fileID: 0} + m_Color: {r: 1, g: 1, b: 1, a: 1} + m_RaycastTarget: 1 + m_Maskable: 1 + m_OnCullStateChanged: + m_PersistentCalls: + m_Calls: [] + m_Sprite: {fileID: 21300000, guid: 36a3c9bc33673e44498eb617c578c979, type: 3} + m_Type: 0 + m_PreserveAspect: 0 + m_FillCenter: 1 + m_FillMethod: 4 + m_FillAmount: 1 + m_FillClockwise: 1 + m_FillOrigin: 0 + m_UseSpriteMesh: 0 + m_PixelsPerUnitMultiplier: 1 +--- !u!111 &4560556213692143145 +Animation: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 4560556213692143142} + m_Enabled: 1 + serializedVersion: 3 + m_Animation: {fileID: 7400000, guid: 7a57cb7914923154a8f00ca3dba38092, type: 2} + m_Animations: + - {fileID: 7400000, guid: 7a57cb7914923154a8f00ca3dba38092, type: 2} + m_WrapMode: 0 + m_PlayAutomatically: 1 + m_AnimatePhysics: 0 + m_CullingType: 0 +--- !u!1 &6864962219068073962 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 6864962219068073963} + - component: {fileID: 6864962219068073973} + - component: {fileID: 6864962219068073972} + m_Layer: 5 + m_Name: BG (1) + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!224 &6864962219068073963 +RectTransform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 6864962219068073962} + m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} + m_LocalPosition: {x: 0, y: 0, z: 0} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: [] + m_Father: {fileID: 3790813094120875085} + m_RootOrder: 1 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} + m_AnchorMin: {x: 0.5, y: 0.5} + m_AnchorMax: {x: 0.5, y: 0.5} + m_AnchoredPosition: {x: 3.2999992, y: -14} + m_SizeDelta: {x: 960, y: 1220} + m_Pivot: {x: 0.5, y: 0.5} +--- !u!222 &6864962219068073973 +CanvasRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 6864962219068073962} + m_CullTransparentMesh: 0 +--- !u!114 &6864962219068073972 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 6864962219068073962} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Material: {fileID: 0} + m_Color: {r: 1, g: 1, b: 1, a: 1} + m_RaycastTarget: 1 + m_Maskable: 1 + m_OnCullStateChanged: + m_PersistentCalls: + m_Calls: [] + m_Sprite: {fileID: 21300000, guid: 2c8fe1d43bd88824fa5ec67bb5c86026, type: 3} + m_Type: 0 + m_PreserveAspect: 0 + m_FillCenter: 1 + m_FillMethod: 4 + m_FillAmount: 1 + m_FillClockwise: 1 + m_FillOrigin: 0 + m_UseSpriteMesh: 0 + m_PixelsPerUnitMultiplier: 1 diff --git a/Assets/Art/Level/50/50.prefab.meta b/Assets/Art/Level/50/50.prefab.meta new file mode 100644 index 00000000..b4417121 --- /dev/null +++ b/Assets/Art/Level/50/50.prefab.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: 9fbef5de5e222004795bbb224c399b4a +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Art/Level/50/animation/1_1_1.anim b/Assets/Art/Level/50/animation/1_1_1.anim index 5b9d68ab..a8e90268 100644 --- a/Assets/Art/Level/50/animation/1_1_1.anim +++ b/Assets/Art/Level/50/animation/1_1_1.anim @@ -286,12 +286,16 @@ AnimationClip: value: {fileID: 21300000, guid: 52348e6d5618d1647812c5e660d4afe0, type: 3} - time: 0.083333336 value: {fileID: 21300000, guid: 1a6e7b60a40b96c4aa3b596e0bcf456c, type: 3} + - time: 0.33333334 + value: {fileID: 21300000, guid: 392e8182dbbfeca42be1714e198bc000, type: 3} - time: 1.5 value: {fileID: 21300000, guid: 52348e6d5618d1647812c5e660d4afe0, type: 3} - time: 1.5833334 value: {fileID: 21300000, guid: 1a6e7b60a40b96c4aa3b596e0bcf456c, type: 3} - time: 1.6666666 value: {fileID: 21300000, guid: 1a6e7b60a40b96c4aa3b596e0bcf456c, type: 3} + - time: 1.9166666 + value: {fileID: 21300000, guid: 392e8182dbbfeca42be1714e198bc000, type: 3} - time: 3 value: {fileID: 21300000, guid: 52348e6d5618d1647812c5e660d4afe0, type: 3} - time: 3.0833333 @@ -420,9 +424,11 @@ AnimationClip: pptrCurveMapping: - {fileID: 21300000, guid: 52348e6d5618d1647812c5e660d4afe0, type: 3} - {fileID: 21300000, guid: 1a6e7b60a40b96c4aa3b596e0bcf456c, type: 3} + - {fileID: 21300000, guid: 392e8182dbbfeca42be1714e198bc000, type: 3} - {fileID: 21300000, guid: 52348e6d5618d1647812c5e660d4afe0, type: 3} - {fileID: 21300000, guid: 1a6e7b60a40b96c4aa3b596e0bcf456c, type: 3} - {fileID: 21300000, guid: 1a6e7b60a40b96c4aa3b596e0bcf456c, type: 3} + - {fileID: 21300000, guid: 392e8182dbbfeca42be1714e198bc000, type: 3} - {fileID: 21300000, guid: 52348e6d5618d1647812c5e660d4afe0, type: 3} - {fileID: 21300000, guid: 1a6e7b60a40b96c4aa3b596e0bcf456c, type: 3} - {fileID: 21300000, guid: f950b09692b69cf47b625607723a62b5, type: 3} diff --git a/Assets/Art/Level/50/animation/1_1_2.anim b/Assets/Art/Level/50/animation/1_1_2.anim index 6acd7a8e..9c0805b5 100644 --- a/Assets/Art/Level/50/animation/1_1_2.anim +++ b/Assets/Art/Level/50/animation/1_1_2.anim @@ -295,12 +295,14 @@ AnimationClip: value: {fileID: 21300000, guid: 52348e6d5618d1647812c5e660d4afe0, type: 3} - time: 0.083333336 value: {fileID: 21300000, guid: 1a6e7b60a40b96c4aa3b596e0bcf456c, type: 3} + - time: 0.33333334 + value: {fileID: 21300000, guid: 392e8182dbbfeca42be1714e198bc000, type: 3} - time: 1.5 value: {fileID: 21300000, guid: 52348e6d5618d1647812c5e660d4afe0, type: 3} - time: 1.5833334 value: {fileID: 21300000, guid: 1a6e7b60a40b96c4aa3b596e0bcf456c, type: 3} - - time: 1.6666666 - value: {fileID: 21300000, guid: 1a6e7b60a40b96c4aa3b596e0bcf456c, type: 3} + - time: 1.8333334 + value: {fileID: 21300000, guid: 392e8182dbbfeca42be1714e198bc000, type: 3} - time: 3 value: {fileID: 21300000, guid: 392e8182dbbfeca42be1714e198bc000, type: 3} - time: 3.1666667 @@ -583,9 +585,10 @@ AnimationClip: pptrCurveMapping: - {fileID: 21300000, guid: 52348e6d5618d1647812c5e660d4afe0, type: 3} - {fileID: 21300000, guid: 1a6e7b60a40b96c4aa3b596e0bcf456c, type: 3} + - {fileID: 21300000, guid: 392e8182dbbfeca42be1714e198bc000, type: 3} - {fileID: 21300000, guid: 52348e6d5618d1647812c5e660d4afe0, type: 3} - {fileID: 21300000, guid: 1a6e7b60a40b96c4aa3b596e0bcf456c, type: 3} - - {fileID: 21300000, guid: 1a6e7b60a40b96c4aa3b596e0bcf456c, type: 3} + - {fileID: 21300000, guid: 392e8182dbbfeca42be1714e198bc000, type: 3} - {fileID: 21300000, guid: 392e8182dbbfeca42be1714e198bc000, type: 3} - {fileID: 21300000, guid: 47bc30956403efb4aa07630d41a45773, type: 3} - {fileID: 21300000, guid: 392e8182dbbfeca42be1714e198bc000, type: 3} diff --git a/Assets/Art/Level/50/animation/1_1_3.anim b/Assets/Art/Level/50/animation/1_1_3.anim index 348179cb..85e93265 100644 --- a/Assets/Art/Level/50/animation/1_1_3.anim +++ b/Assets/Art/Level/50/animation/1_1_3.anim @@ -92,16 +92,7 @@ AnimationClip: outWeight: 0 - serializedVersion: 3 time: 3 - value: 0 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 3.3333333 - value: 0 + value: 1 inSlope: Infinity outSlope: Infinity tangentMode: 103 @@ -165,16 +156,7 @@ AnimationClip: outWeight: 0 - serializedVersion: 3 time: 3 - value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 3.3333333 - value: 1 + value: 0 inSlope: Infinity outSlope: Infinity tangentMode: 103 @@ -245,15 +227,6 @@ AnimationClip: weightedMode: 0 inWeight: 0 outWeight: 0 - - serializedVersion: 3 - time: 3.3333333 - value: 0 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - serializedVersion: 3 time: 4.4166665 value: 0 @@ -289,6 +262,215 @@ AnimationClip: path: TV-ghost classID: 1 script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 3 + value: 0 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 3.3333333 + value: 1 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_IsActive + path: TV-in/TV-black + classID: 1 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 3 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.3333333 + value: 0.77 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.45 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.75 + value: 0.77 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.0333333 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.3333335 + value: 0.77 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.5833335 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.883333 + value: 0.77 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.1666665 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.4666667 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.766667 + value: 0.77 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 6.05 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 6.35 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 6.65 + value: 0.77 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 6.9333334 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 7.233333 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 7.5333333 + value: 0.77 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 7.8166666 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 8.116667 + value: 0.77 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_Color.a + path: TV-in/TV-black + classID: 114 + script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3} - curve: serializedVersion: 2 m_Curve: @@ -352,12 +534,14 @@ AnimationClip: value: {fileID: 21300000, guid: 52348e6d5618d1647812c5e660d4afe0, type: 3} - time: 0.083333336 value: {fileID: 21300000, guid: 1a6e7b60a40b96c4aa3b596e0bcf456c, type: 3} + - time: 0.33333334 + value: {fileID: 21300000, guid: 392e8182dbbfeca42be1714e198bc000, type: 3} - time: 1.5 value: {fileID: 21300000, guid: 52348e6d5618d1647812c5e660d4afe0, type: 3} - time: 1.5833334 value: {fileID: 21300000, guid: 1a6e7b60a40b96c4aa3b596e0bcf456c, type: 3} - - time: 1.6666666 - value: {fileID: 21300000, guid: 1a6e7b60a40b96c4aa3b596e0bcf456c, type: 3} + - time: 1.8333334 + value: {fileID: 21300000, guid: 392e8182dbbfeca42be1714e198bc000, type: 3} - time: 3 value: {fileID: 21300000, guid: 618d18624fc2909428b7cf9687c67a69, type: 3} - time: 3.1666667 @@ -424,158 +608,10 @@ AnimationClip: - time: 3.0833333 value: {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} - time: 3.1666667 - value: {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} - - time: 3.25 - value: {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} - - time: 3.3333333 value: {fileID: 21300000, guid: 7988fd026080f6c4ba146a6b818594ed, type: 3} - - time: 3.4166667 + - time: 3.25 value: {fileID: 21300000, guid: 007b4d3f4938dfb42a533237aff77641, type: 3} - - time: 3.5166667 - value: {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} - - time: 3.6 - value: {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} - - time: 3.6666667 - value: {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} - - time: 3.7666667 - value: {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} - - time: 3.85 - value: {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} - - time: 3.9166667 - value: {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} - - time: 4.016667 - value: {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} - - time: 4.0833335 - value: {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} - - time: 4.1666665 - value: {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} - - time: 4.25 - value: {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} - - time: 4.3333335 - value: {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} - - time: 4.4166665 - value: {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} - - time: 4.5833335 - value: {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} - - time: 4.6666665 - value: {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} - - time: 4.733333 - value: {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} - - time: 4.8333335 - value: {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} - - time: 4.9166665 - value: {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} - - time: 4.983333 - value: {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} - - time: 5.0833335 - value: {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} - - time: 5.15 - value: {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} - - time: 5.233333 - value: {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} - - time: 5.3166666 - value: {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} - - time: 5.4 - value: {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} - - time: 5.483333 - value: {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} - - time: 5.55 - value: {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} - - time: 5.65 - value: {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} - - time: 5.733333 - value: {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} - - time: 5.8 - value: {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} - - time: 5.9 - value: {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} - - time: 5.9666667 - value: {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} - - time: 6.05 - value: {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} - - time: 6.133333 - value: {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} - - time: 6.2166667 - value: {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} - - time: 6.3 - value: {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} - - time: 6.366667 - value: {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} - - time: 6.4666667 - value: {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} - - time: 6.55 - value: {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} - - time: 6.616667 - value: {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} - - time: 6.7166667 - value: {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} - - time: 6.7833333 - value: {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} - - time: 6.866667 - value: {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} - - time: 6.95 - value: {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} - - time: 7.0333333 - value: {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} - - time: 7.116667 - value: {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} - - time: 7.1833334 - value: {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} - - time: 7.2833333 - value: {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} - - time: 7.366667 - value: {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} - - time: 7.4333334 - value: {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} - - time: 7.5333333 - value: {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} - - time: 7.6 - value: {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} - - time: 7.6833334 - value: {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} - - time: 7.766667 - value: {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} - - time: 7.85 - value: {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} - - time: 7.9333334 - value: {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} - - time: 8 - value: {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} - - time: 8.1 - value: {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} - - time: 8.183333 - value: {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} - - time: 8.25 - value: {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} - - time: 8.35 - value: {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} - - time: 8.416667 - value: {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} - - time: 8.5 - value: {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} - - time: 8.583333 - value: {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} - - time: 8.666667 - value: {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} - - time: 8.75 - value: {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} - - time: 8.816667 - value: {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} - - time: 8.916667 - value: {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} - - time: 9 - value: {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} - - time: 9.066667 - value: {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} - - time: 9.166667 - value: {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} - - time: 9.233334 - value: {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} - - time: 9.316667 - value: {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} - - time: 9.4 - value: {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} - - time: 9.483334 + - time: 3.3333333 value: {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} attribute: m_Sprite path: TV-in/TV-screen @@ -623,6 +659,20 @@ AnimationClip: typeID: 1 customType: 0 isPPtrCurve: 0 + - serializedVersion: 2 + path: 485401755 + attribute: 2086281974 + script: {fileID: 0} + typeID: 1 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 485401755 + attribute: 304273561 + script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3} + typeID: 114 + customType: 0 + isPPtrCurve: 0 - serializedVersion: 2 path: 457575929 attribute: 2015549526 @@ -661,9 +711,10 @@ AnimationClip: pptrCurveMapping: - {fileID: 21300000, guid: 52348e6d5618d1647812c5e660d4afe0, type: 3} - {fileID: 21300000, guid: 1a6e7b60a40b96c4aa3b596e0bcf456c, type: 3} + - {fileID: 21300000, guid: 392e8182dbbfeca42be1714e198bc000, type: 3} - {fileID: 21300000, guid: 52348e6d5618d1647812c5e660d4afe0, type: 3} - {fileID: 21300000, guid: 1a6e7b60a40b96c4aa3b596e0bcf456c, type: 3} - - {fileID: 21300000, guid: 1a6e7b60a40b96c4aa3b596e0bcf456c, type: 3} + - {fileID: 21300000, guid: 392e8182dbbfeca42be1714e198bc000, type: 3} - {fileID: 21300000, guid: 618d18624fc2909428b7cf9687c67a69, type: 3} - {fileID: 21300000, guid: e242c4ba4b17c4b40bc9ee9b3068aeb4, type: 3} - {fileID: 21300000, guid: 392e8182dbbfeca42be1714e198bc000, type: 3} @@ -694,89 +745,15 @@ AnimationClip: - {fileID: 21300000, guid: 51e04a4d01baa66438e4b59402ab51d6, type: 3} - {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} - {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} - - {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} - - {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} - {fileID: 21300000, guid: 7988fd026080f6c4ba146a6b818594ed, type: 3} - {fileID: 21300000, guid: 007b4d3f4938dfb42a533237aff77641, type: 3} - {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} - - {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} - - {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} - - {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} - - {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} - - {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} - - {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} - - {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} - - {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} - - {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} - - {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} - - {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} - - {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} - - {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} - - {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} - - {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} - - {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} - - {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} - - {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} - - {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} - - {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} - - {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} - - {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} - - {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} - - {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} - - {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} - - {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} - - {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} - - {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} - - {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} - - {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} - - {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} - - {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} - - {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} - - {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} - - {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} - - {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} - - {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} - - {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} - - {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} - - {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} - - {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} - - {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} - - {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} - - {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} - - {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} - - {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} - - {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} - - {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} - - {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} - - {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} - - {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} - - {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} - - {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} - - {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} - - {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} - - {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} - - {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} - - {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} - - {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} - - {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} - - {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} - - {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} - - {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} - - {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} - - {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} - - {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} - - {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} - - {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} - - {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} - - {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} - - {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} - - {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} m_AnimationClipSettings: serializedVersion: 2 m_AdditiveReferencePoseClip: {fileID: 0} m_AdditiveReferencePoseTime: 0 m_StartTime: 0 - m_StopTime: 9.5 + m_StopTime: 8.116667 m_OrientationOffsetY: 0 m_Level: 0 m_CycleOffset: 0 @@ -833,16 +810,7 @@ AnimationClip: outWeight: 0 - serializedVersion: 3 time: 3 - value: 0 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 3.3333333 - value: 0 + value: 1 inSlope: Infinity outSlope: Infinity tangentMode: 103 @@ -906,16 +874,7 @@ AnimationClip: outWeight: 0 - serializedVersion: 3 time: 3 - value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 3.3333333 - value: 1 + value: 0 inSlope: Infinity outSlope: Infinity tangentMode: 103 @@ -986,15 +945,6 @@ AnimationClip: weightedMode: 0 inWeight: 0 outWeight: 0 - - serializedVersion: 3 - time: 3.3333333 - value: 0 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - serializedVersion: 3 time: 4.4166665 value: 0 @@ -1141,6 +1091,215 @@ AnimationClip: path: TV-in classID: 224 script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 3 + value: 0 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 3.3333333 + value: 1 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_IsActive + path: TV-in/TV-black + classID: 1 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 3 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.3333333 + value: 0.77 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.45 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.75 + value: 0.77 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.0333333 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.3333335 + value: 0.77 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.5833335 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.883333 + value: 0.77 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.1666665 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.4666667 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.766667 + value: 0.77 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 6.05 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 6.35 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 6.65 + value: 0.77 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 6.9333334 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 7.233333 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 7.5333333 + value: 0.77 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 7.8166666 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 8.116667 + value: 0.77 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_Color.a + path: TV-in/TV-black + classID: 114 + script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3} - curve: serializedVersion: 2 m_Curve: diff --git a/Assets/Art/Level/50/animation/1_2_1.anim b/Assets/Art/Level/50/animation/1_2_1.anim index d525527e..d649dcf1 100644 --- a/Assets/Art/Level/50/animation/1_2_1.anim +++ b/Assets/Art/Level/50/animation/1_2_1.anim @@ -304,6 +304,8 @@ AnimationClip: value: {fileID: 21300000, guid: 52348e6d5618d1647812c5e660d4afe0, type: 3} - time: 0.083333336 value: {fileID: 21300000, guid: 1a6e7b60a40b96c4aa3b596e0bcf456c, type: 3} + - time: 0.33333334 + value: {fileID: 21300000, guid: 392e8182dbbfeca42be1714e198bc000, type: 3} - time: 1.5 value: {fileID: 21300000, guid: 392e8182dbbfeca42be1714e198bc000, type: 3} - time: 1.6666666 @@ -314,6 +316,8 @@ AnimationClip: value: {fileID: 21300000, guid: 52348e6d5618d1647812c5e660d4afe0, type: 3} - time: 3.0833333 value: {fileID: 21300000, guid: 1a6e7b60a40b96c4aa3b596e0bcf456c, type: 3} + - time: 3.3333333 + value: {fileID: 21300000, guid: 392e8182dbbfeca42be1714e198bc000, type: 3} - time: 4.5833335 value: {fileID: 21300000, guid: 03b26bbe21c9e0e459a942f46263a817, type: 3} attribute: m_Sprite @@ -615,10 +619,12 @@ AnimationClip: - {fileID: 21300000, guid: 52348e6d5618d1647812c5e660d4afe0, type: 3} - {fileID: 21300000, guid: 1a6e7b60a40b96c4aa3b596e0bcf456c, type: 3} - {fileID: 21300000, guid: 392e8182dbbfeca42be1714e198bc000, type: 3} + - {fileID: 21300000, guid: 392e8182dbbfeca42be1714e198bc000, type: 3} - {fileID: 21300000, guid: 47bc30956403efb4aa07630d41a45773, type: 3} - {fileID: 21300000, guid: 392e8182dbbfeca42be1714e198bc000, type: 3} - {fileID: 21300000, guid: 52348e6d5618d1647812c5e660d4afe0, type: 3} - {fileID: 21300000, guid: 1a6e7b60a40b96c4aa3b596e0bcf456c, type: 3} + - {fileID: 21300000, guid: 392e8182dbbfeca42be1714e198bc000, type: 3} - {fileID: 21300000, guid: 03b26bbe21c9e0e459a942f46263a817, type: 3} - {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} - {fileID: 21300000, guid: 7988fd026080f6c4ba146a6b818594ed, type: 3} diff --git a/Assets/Art/Level/50/animation/1_2_2.anim b/Assets/Art/Level/50/animation/1_2_2.anim index 9486e482..519a15c4 100644 --- a/Assets/Art/Level/50/animation/1_2_2.anim +++ b/Assets/Art/Level/50/animation/1_2_2.anim @@ -349,6 +349,8 @@ AnimationClip: value: {fileID: 21300000, guid: 52348e6d5618d1647812c5e660d4afe0, type: 3} - time: 0.083333336 value: {fileID: 21300000, guid: 1a6e7b60a40b96c4aa3b596e0bcf456c, type: 3} + - time: 0.33333334 + value: {fileID: 21300000, guid: 392e8182dbbfeca42be1714e198bc000, type: 3} - time: 1.5 value: {fileID: 21300000, guid: 392e8182dbbfeca42be1714e198bc000, type: 3} - time: 1.6666666 @@ -450,154 +452,6 @@ AnimationClip: value: {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} - time: 3.3333333 value: {fileID: 21300000, guid: 7988fd026080f6c4ba146a6b818594ed, type: 3} - - time: 3.4166667 - value: {fileID: 21300000, guid: 007b4d3f4938dfb42a533237aff77641, type: 3} - - time: 3.5166667 - value: {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} - - time: 3.6 - value: {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} - - time: 3.6666667 - value: {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} - - time: 3.7666667 - value: {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} - - time: 3.85 - value: {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} - - time: 3.9166667 - value: {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} - - time: 4.016667 - value: {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} - - time: 4.0833335 - value: {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} - - time: 4.1666665 - value: {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} - - time: 4.25 - value: {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} - - time: 4.3333335 - value: {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} - - time: 4.4166665 - value: {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} - - time: 4.5833335 - value: {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} - - time: 4.6666665 - value: {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} - - time: 4.733333 - value: {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} - - time: 4.8333335 - value: {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} - - time: 4.9166665 - value: {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} - - time: 4.983333 - value: {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} - - time: 5.0833335 - value: {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} - - time: 5.15 - value: {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} - - time: 5.233333 - value: {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} - - time: 5.3166666 - value: {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} - - time: 5.4 - value: {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} - - time: 5.483333 - value: {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} - - time: 5.55 - value: {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} - - time: 5.65 - value: {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} - - time: 5.733333 - value: {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} - - time: 5.8 - value: {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} - - time: 5.9 - value: {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} - - time: 5.9666667 - value: {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} - - time: 6.05 - value: {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} - - time: 6.133333 - value: {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} - - time: 6.2166667 - value: {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} - - time: 6.3 - value: {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} - - time: 6.366667 - value: {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} - - time: 6.4666667 - value: {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} - - time: 6.55 - value: {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} - - time: 6.616667 - value: {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} - - time: 6.7166667 - value: {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} - - time: 6.7833333 - value: {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} - - time: 6.866667 - value: {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} - - time: 6.95 - value: {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} - - time: 7.0333333 - value: {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} - - time: 7.116667 - value: {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} - - time: 7.1833334 - value: {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} - - time: 7.2833333 - value: {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} - - time: 7.366667 - value: {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} - - time: 7.4333334 - value: {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} - - time: 7.5333333 - value: {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} - - time: 7.6 - value: {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} - - time: 7.6833334 - value: {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} - - time: 7.766667 - value: {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} - - time: 7.85 - value: {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} - - time: 7.9333334 - value: {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} - - time: 8 - value: {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} - - time: 8.1 - value: {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} - - time: 8.183333 - value: {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} - - time: 8.25 - value: {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} - - time: 8.35 - value: {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} - - time: 8.416667 - value: {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} - - time: 8.5 - value: {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} - - time: 8.583333 - value: {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} - - time: 8.666667 - value: {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} - - time: 8.75 - value: {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} - - time: 8.816667 - value: {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} - - time: 8.916667 - value: {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} - - time: 9 - value: {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} - - time: 9.066667 - value: {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} - - time: 9.166667 - value: {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} - - time: 9.233334 - value: {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} - - time: 9.316667 - value: {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} - - time: 9.4 - value: {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} - - time: 9.483334 - value: {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} attribute: m_Sprite path: TV-in/TV-screen classID: 114 @@ -662,6 +516,7 @@ AnimationClip: - {fileID: 21300000, guid: 52348e6d5618d1647812c5e660d4afe0, type: 3} - {fileID: 21300000, guid: 1a6e7b60a40b96c4aa3b596e0bcf456c, type: 3} - {fileID: 21300000, guid: 392e8182dbbfeca42be1714e198bc000, type: 3} + - {fileID: 21300000, guid: 392e8182dbbfeca42be1714e198bc000, type: 3} - {fileID: 21300000, guid: 47bc30956403efb4aa07630d41a45773, type: 3} - {fileID: 21300000, guid: 392e8182dbbfeca42be1714e198bc000, type: 3} - {fileID: 21300000, guid: 392e8182dbbfeca42be1714e198bc000, type: 3} @@ -709,86 +564,12 @@ AnimationClip: - {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} - {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} - {fileID: 21300000, guid: 7988fd026080f6c4ba146a6b818594ed, type: 3} - - {fileID: 21300000, guid: 007b4d3f4938dfb42a533237aff77641, type: 3} - - {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} - - {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} - - {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} - - {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} - - {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} - - {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} - - {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} - - {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} - - {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} - - {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} - - {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} - - {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} - - {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} - - {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} - - {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} - - {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} - - {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} - - {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} - - {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} - - {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} - - {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} - - {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} - - {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} - - {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} - - {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} - - {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} - - {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} - - {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} - - {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} - - {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} - - {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} - - {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} - - {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} - - {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} - - {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} - - {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} - - {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} - - {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} - - {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} - - {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} - - {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} - - {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} - - {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} - - {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} - - {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} - - {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} - - {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} - - {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} - - {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} - - {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} - - {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} - - {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} - - {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} - - {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} - - {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} - - {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} - - {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} - - {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} - - {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} - - {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} - - {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} - - {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} - - {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} - - {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} - - {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} - - {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} - - {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} - - {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} - - {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} - - {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} - - {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} - - {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} - - {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} m_AnimationClipSettings: serializedVersion: 2 m_AdditiveReferencePoseClip: {fileID: 0} m_AdditiveReferencePoseTime: 0 m_StartTime: 0 - m_StopTime: 9.5 + m_StopTime: 4.6000004 m_OrientationOffsetY: 0 m_Level: 0 m_CycleOffset: 0 diff --git a/Assets/Art/Level/50/animation/1_2_3.anim b/Assets/Art/Level/50/animation/1_2_3.anim index 16c3a721..ef6d2ab7 100644 --- a/Assets/Art/Level/50/animation/1_2_3.anim +++ b/Assets/Art/Level/50/animation/1_2_3.anim @@ -128,16 +128,7 @@ AnimationClip: outWeight: 0 - serializedVersion: 3 time: 3 - value: 0 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 3.3333333 - value: 0 + value: 1 inSlope: Infinity outSlope: Infinity tangentMode: 103 @@ -210,16 +201,7 @@ AnimationClip: outWeight: 0 - serializedVersion: 3 time: 3 - value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 3.3333333 - value: 1 + value: 0 inSlope: Infinity outSlope: Infinity tangentMode: 103 @@ -299,15 +281,6 @@ AnimationClip: weightedMode: 0 inWeight: 0 outWeight: 0 - - serializedVersion: 3 - time: 3.3333333 - value: 0 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - serializedVersion: 3 time: 4.4166665 value: 0 @@ -343,6 +316,215 @@ AnimationClip: path: TV-ghost classID: 1 script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 3 + value: 0 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 3.3333333 + value: 1 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_IsActive + path: TV-in/TV-black + classID: 1 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 3 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.3333333 + value: 0.77 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.45 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.75 + value: 0.77 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.0333333 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.3333335 + value: 0.77 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.5833335 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.883333 + value: 0.77 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.1666665 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.4666667 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.766667 + value: 0.77 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 6.05 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 6.35 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 6.65 + value: 0.77 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 6.9333334 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 7.233333 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 7.5333333 + value: 0.77 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 7.8166666 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 8.116667 + value: 0.77 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_Color.a + path: TV-in/TV-black + classID: 114 + script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3} - curve: serializedVersion: 2 m_Curve: @@ -406,6 +588,8 @@ AnimationClip: value: {fileID: 21300000, guid: 52348e6d5618d1647812c5e660d4afe0, type: 3} - time: 0.083333336 value: {fileID: 21300000, guid: 1a6e7b60a40b96c4aa3b596e0bcf456c, type: 3} + - time: 0.33333334 + value: {fileID: 21300000, guid: 392e8182dbbfeca42be1714e198bc000, type: 3} - time: 1.5 value: {fileID: 21300000, guid: 392e8182dbbfeca42be1714e198bc000, type: 3} - time: 1.6666666 @@ -502,158 +686,10 @@ AnimationClip: - time: 3.0833333 value: {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} - time: 3.1666667 - value: {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} - - time: 3.25 - value: {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} - - time: 3.3333333 value: {fileID: 21300000, guid: 7988fd026080f6c4ba146a6b818594ed, type: 3} - - time: 3.4166667 + - time: 3.25 value: {fileID: 21300000, guid: 007b4d3f4938dfb42a533237aff77641, type: 3} - - time: 3.5166667 - value: {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} - - time: 3.6 - value: {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} - - time: 3.6666667 - value: {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} - - time: 3.7666667 - value: {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} - - time: 3.85 - value: {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} - - time: 3.9166667 - value: {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} - - time: 4.016667 - value: {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} - - time: 4.0833335 - value: {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} - - time: 4.1666665 - value: {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} - - time: 4.25 - value: {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} - - time: 4.3333335 - value: {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} - - time: 4.4166665 - value: {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} - - time: 4.5833335 - value: {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} - - time: 4.6666665 - value: {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} - - time: 4.733333 - value: {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} - - time: 4.8333335 - value: {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} - - time: 4.9166665 - value: {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} - - time: 4.983333 - value: {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} - - time: 5.0833335 - value: {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} - - time: 5.15 - value: {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} - - time: 5.233333 - value: {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} - - time: 5.3166666 - value: {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} - - time: 5.4 - value: {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} - - time: 5.483333 - value: {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} - - time: 5.55 - value: {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} - - time: 5.65 - value: {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} - - time: 5.733333 - value: {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} - - time: 5.8 - value: {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} - - time: 5.9 - value: {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} - - time: 5.9666667 - value: {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} - - time: 6.05 - value: {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} - - time: 6.133333 - value: {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} - - time: 6.2166667 - value: {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} - - time: 6.3 - value: {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} - - time: 6.366667 - value: {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} - - time: 6.4666667 - value: {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} - - time: 6.55 - value: {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} - - time: 6.616667 - value: {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} - - time: 6.7166667 - value: {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} - - time: 6.7833333 - value: {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} - - time: 6.866667 - value: {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} - - time: 6.95 - value: {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} - - time: 7.0333333 - value: {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} - - time: 7.116667 - value: {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} - - time: 7.1833334 - value: {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} - - time: 7.2833333 - value: {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} - - time: 7.366667 - value: {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} - - time: 7.4333334 - value: {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} - - time: 7.5333333 - value: {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} - - time: 7.6 - value: {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} - - time: 7.6833334 - value: {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} - - time: 7.766667 - value: {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} - - time: 7.85 - value: {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} - - time: 7.9333334 - value: {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} - - time: 8 - value: {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} - - time: 8.1 - value: {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} - - time: 8.183333 - value: {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} - - time: 8.25 - value: {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} - - time: 8.35 - value: {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} - - time: 8.416667 - value: {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} - - time: 8.5 - value: {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} - - time: 8.583333 - value: {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} - - time: 8.666667 - value: {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} - - time: 8.75 - value: {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} - - time: 8.816667 - value: {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} - - time: 8.916667 - value: {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} - - time: 9 - value: {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} - - time: 9.066667 - value: {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} - - time: 9.166667 - value: {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} - - time: 9.233334 - value: {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} - - time: 9.316667 - value: {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} - - time: 9.4 - value: {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} - - time: 9.483334 + - time: 3.3333333 value: {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} attribute: m_Sprite path: TV-in/TV-screen @@ -701,6 +737,20 @@ AnimationClip: typeID: 1 customType: 0 isPPtrCurve: 0 + - serializedVersion: 2 + path: 485401755 + attribute: 2086281974 + script: {fileID: 0} + typeID: 1 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 485401755 + attribute: 304273561 + script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3} + typeID: 114 + customType: 0 + isPPtrCurve: 0 - serializedVersion: 2 path: 457575929 attribute: 2015549526 @@ -740,6 +790,7 @@ AnimationClip: - {fileID: 21300000, guid: 52348e6d5618d1647812c5e660d4afe0, type: 3} - {fileID: 21300000, guid: 1a6e7b60a40b96c4aa3b596e0bcf456c, type: 3} - {fileID: 21300000, guid: 392e8182dbbfeca42be1714e198bc000, type: 3} + - {fileID: 21300000, guid: 392e8182dbbfeca42be1714e198bc000, type: 3} - {fileID: 21300000, guid: 47bc30956403efb4aa07630d41a45773, type: 3} - {fileID: 21300000, guid: 392e8182dbbfeca42be1714e198bc000, type: 3} - {fileID: 21300000, guid: 618d18624fc2909428b7cf9687c67a69, type: 3} @@ -784,89 +835,15 @@ AnimationClip: - {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} - {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} - {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} - - {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} - - {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} - {fileID: 21300000, guid: 7988fd026080f6c4ba146a6b818594ed, type: 3} - {fileID: 21300000, guid: 007b4d3f4938dfb42a533237aff77641, type: 3} - {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} - - {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} - - {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} - - {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} - - {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} - - {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} - - {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} - - {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} - - {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} - - {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} - - {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} - - {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} - - {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} - - {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} - - {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} - - {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} - - {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} - - {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} - - {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} - - {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} - - {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} - - {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} - - {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} - - {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} - - {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} - - {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} - - {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} - - {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} - - {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} - - {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} - - {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} - - {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} - - {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} - - {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} - - {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} - - {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} - - {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} - - {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} - - {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} - - {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} - - {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} - - {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} - - {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} - - {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} - - {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} - - {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} - - {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} - - {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} - - {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} - - {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} - - {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} - - {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} - - {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} - - {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} - - {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} - - {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} - - {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} - - {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} - - {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} - - {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} - - {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} - - {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} - - {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} - - {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} - - {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} - - {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} - - {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} - - {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} - - {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} - - {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} - - {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} - - {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} - - {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} m_AnimationClipSettings: serializedVersion: 2 m_AdditiveReferencePoseClip: {fileID: 0} m_AdditiveReferencePoseTime: 0 m_StartTime: 0 - m_StopTime: 9.5 + m_StopTime: 8.116667 m_OrientationOffsetY: 0 m_Level: 0 m_CycleOffset: 0 @@ -932,16 +909,7 @@ AnimationClip: outWeight: 0 - serializedVersion: 3 time: 3 - value: 0 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 3.3333333 - value: 0 + value: 1 inSlope: Infinity outSlope: Infinity tangentMode: 103 @@ -1014,16 +982,7 @@ AnimationClip: outWeight: 0 - serializedVersion: 3 time: 3 - value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 3.3333333 - value: 1 + value: 0 inSlope: Infinity outSlope: Infinity tangentMode: 103 @@ -1103,15 +1062,6 @@ AnimationClip: weightedMode: 0 inWeight: 0 outWeight: 0 - - serializedVersion: 3 - time: 3.3333333 - value: 0 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - serializedVersion: 3 time: 4.4166665 value: 0 @@ -1339,6 +1289,215 @@ AnimationClip: path: TV-in classID: 224 script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 3 + value: 0 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 3.3333333 + value: 1 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_IsActive + path: TV-in/TV-black + classID: 1 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 3 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.3333333 + value: 0.77 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.45 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.75 + value: 0.77 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.0333333 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.3333335 + value: 0.77 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.5833335 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.883333 + value: 0.77 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.1666665 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.4666667 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.766667 + value: 0.77 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 6.05 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 6.35 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 6.65 + value: 0.77 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 6.9333334 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 7.233333 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 7.5333333 + value: 0.77 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 7.8166666 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 8.116667 + value: 0.77 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_Color.a + path: TV-in/TV-black + classID: 114 + script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3} - curve: serializedVersion: 2 m_Curve: diff --git a/Assets/Art/Level/50/animation/1_3_1.anim b/Assets/Art/Level/50/animation/1_3_1.anim index 683cdef0..e8ce4edd 100644 --- a/Assets/Art/Level/50/animation/1_3_1.anim +++ b/Assets/Art/Level/50/animation/1_3_1.anim @@ -74,25 +74,7 @@ AnimationClip: outWeight: 0 - serializedVersion: 3 time: 1.5 - value: 0 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1.8333334 - value: 0 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 2.9166667 - value: 0 + value: 1 inSlope: Infinity outSlope: Infinity tangentMode: 103 @@ -147,24 +129,6 @@ AnimationClip: outWeight: 0 - serializedVersion: 3 time: 1.5 - value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1.8333334 - value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 2.9166667 value: 0 inSlope: Infinity outSlope: Infinity @@ -227,24 +191,6 @@ AnimationClip: weightedMode: 0 inWeight: 0 outWeight: 0 - - serializedVersion: 3 - time: 1.8333334 - value: 0 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 2.9166667 - value: 0 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - serializedVersion: 3 time: 3 value: 1 @@ -298,6 +244,107 @@ AnimationClip: path: TV-ghost classID: 1 script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 1.5 + value: 0 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 1.8333334 + value: 1 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_IsActive + path: TV-in/TV-black + classID: 1 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 1.5 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.8333334 + value: 0.77 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.95 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.25 + value: 0.77 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.5333333 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.8333333 + value: 0.77 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.0833333 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_Color.a + path: TV-in/TV-black + classID: 114 + script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3} - curve: serializedVersion: 2 m_Curve: @@ -361,6 +408,8 @@ AnimationClip: value: {fileID: 21300000, guid: 52348e6d5618d1647812c5e660d4afe0, type: 3} - time: 0.083333336 value: {fileID: 21300000, guid: 1a6e7b60a40b96c4aa3b596e0bcf456c, type: 3} + - time: 0.33333334 + value: {fileID: 21300000, guid: 392e8182dbbfeca42be1714e198bc000, type: 3} - time: 1.5 value: {fileID: 21300000, guid: 618d18624fc2909428b7cf9687c67a69, type: 3} - time: 1.6666666 @@ -371,6 +420,8 @@ AnimationClip: value: {fileID: 21300000, guid: 52348e6d5618d1647812c5e660d4afe0, type: 3} - time: 3.0833333 value: {fileID: 21300000, guid: 1a6e7b60a40b96c4aa3b596e0bcf456c, type: 3} + - time: 3.3333333 + value: {fileID: 21300000, guid: 392e8182dbbfeca42be1714e198bc000, type: 3} - time: 4.5833335 value: {fileID: 21300000, guid: 03b26bbe21c9e0e459a942f46263a817, type: 3} attribute: m_Sprite @@ -419,37 +470,11 @@ AnimationClip: - time: 1.5833334 value: {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} - time: 1.6666666 - value: {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} - - time: 1.75 - value: {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} - - time: 1.8333334 value: {fileID: 21300000, guid: 7988fd026080f6c4ba146a6b818594ed, type: 3} - - time: 1.9166666 + - time: 1.75 value: {fileID: 21300000, guid: 007b4d3f4938dfb42a533237aff77641, type: 3} - - time: 2.0166667 + - time: 1.8333334 value: {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} - - time: 2.1 - value: {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} - - time: 2.1666667 - value: {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} - - time: 2.2666667 - value: {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} - - time: 2.35 - value: {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} - - time: 2.4166667 - value: {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} - - time: 2.5166667 - value: {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} - - time: 2.5833333 - value: {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} - - time: 2.6666667 - value: {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} - - time: 2.75 - value: {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} - - time: 2.8333333 - value: {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} - - time: 2.9166667 - value: {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} - time: 3 value: {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} - time: 3.0833333 @@ -654,6 +679,20 @@ AnimationClip: typeID: 1 customType: 0 isPPtrCurve: 0 + - serializedVersion: 2 + path: 485401755 + attribute: 2086281974 + script: {fileID: 0} + typeID: 1 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 485401755 + attribute: 304273561 + script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3} + typeID: 114 + customType: 0 + isPPtrCurve: 0 - serializedVersion: 2 path: 457575929 attribute: 2015549526 @@ -692,11 +731,13 @@ AnimationClip: pptrCurveMapping: - {fileID: 21300000, guid: 52348e6d5618d1647812c5e660d4afe0, type: 3} - {fileID: 21300000, guid: 1a6e7b60a40b96c4aa3b596e0bcf456c, type: 3} + - {fileID: 21300000, guid: 392e8182dbbfeca42be1714e198bc000, type: 3} - {fileID: 21300000, guid: 618d18624fc2909428b7cf9687c67a69, type: 3} - {fileID: 21300000, guid: e242c4ba4b17c4b40bc9ee9b3068aeb4, type: 3} - {fileID: 21300000, guid: 392e8182dbbfeca42be1714e198bc000, type: 3} - {fileID: 21300000, guid: 52348e6d5618d1647812c5e660d4afe0, type: 3} - {fileID: 21300000, guid: 1a6e7b60a40b96c4aa3b596e0bcf456c, type: 3} + - {fileID: 21300000, guid: 392e8182dbbfeca42be1714e198bc000, type: 3} - {fileID: 21300000, guid: 03b26bbe21c9e0e459a942f46263a817, type: 3} - {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} - {fileID: 21300000, guid: 7988fd026080f6c4ba146a6b818594ed, type: 3} @@ -718,22 +759,9 @@ AnimationClip: - {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} - {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} - {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} - - {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} - - {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} - {fileID: 21300000, guid: 7988fd026080f6c4ba146a6b818594ed, type: 3} - {fileID: 21300000, guid: 007b4d3f4938dfb42a533237aff77641, type: 3} - {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} - - {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} - - {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} - - {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} - - {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} - - {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} - - {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} - - {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} - - {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} - - {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} - - {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} - - {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} - {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} - {fileID: 21300000, guid: 7988fd026080f6c4ba146a6b818594ed, type: 3} - {fileID: 21300000, guid: 007b4d3f4938dfb42a533237aff77641, type: 3} @@ -857,25 +885,7 @@ AnimationClip: outWeight: 0 - serializedVersion: 3 time: 1.5 - value: 0 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1.8333334 - value: 0 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 2.9166667 - value: 0 + value: 1 inSlope: Infinity outSlope: Infinity tangentMode: 103 @@ -930,24 +940,6 @@ AnimationClip: outWeight: 0 - serializedVersion: 3 time: 1.5 - value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1.8333334 - value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 2.9166667 value: 0 inSlope: Infinity outSlope: Infinity @@ -1010,24 +1002,6 @@ AnimationClip: weightedMode: 0 inWeight: 0 outWeight: 0 - - serializedVersion: 3 - time: 1.8333334 - value: 0 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 2.9166667 - value: 0 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - serializedVersion: 3 time: 3 value: 1 @@ -1192,6 +1166,107 @@ AnimationClip: path: TV-in classID: 224 script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 1.5 + value: 0 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 1.8333334 + value: 1 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_IsActive + path: TV-in/TV-black + classID: 1 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 1.5 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.8333334 + value: 0.77 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.95 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.25 + value: 0.77 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.5333333 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.8333333 + value: 0.77 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.0833333 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_Color.a + path: TV-in/TV-black + classID: 114 + script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3} - curve: serializedVersion: 2 m_Curve: diff --git a/Assets/Art/Level/50/animation/1_3_2.anim b/Assets/Art/Level/50/animation/1_3_2.anim index 4fd6d57c..602a6319 100644 --- a/Assets/Art/Level/50/animation/1_3_2.anim +++ b/Assets/Art/Level/50/animation/1_3_2.anim @@ -101,25 +101,7 @@ AnimationClip: outWeight: 0 - serializedVersion: 3 time: 1.5 - value: 0 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1.8333334 - value: 0 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 2.9166667 - value: 0 + value: 1 inSlope: Infinity outSlope: Infinity tangentMode: 103 @@ -183,24 +165,6 @@ AnimationClip: outWeight: 0 - serializedVersion: 3 time: 1.5 - value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1.8333334 - value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 2.9166667 value: 0 inSlope: Infinity outSlope: Infinity @@ -272,24 +236,6 @@ AnimationClip: weightedMode: 0 inWeight: 0 outWeight: 0 - - serializedVersion: 3 - time: 1.8333334 - value: 0 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 2.9166667 - value: 0 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - serializedVersion: 3 time: 3 value: 0 @@ -343,6 +289,107 @@ AnimationClip: path: TV-ghost classID: 1 script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 1.5 + value: 0 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 1.8333334 + value: 1 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_IsActive + path: TV-in/TV-black + classID: 1 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 1.5 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.8333334 + value: 0.77 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.95 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.25 + value: 0.77 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.5333333 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.8333333 + value: 0.77 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.25 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_Color.a + path: TV-in/TV-black + classID: 114 + script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3} - curve: serializedVersion: 2 m_Curve: @@ -406,6 +453,8 @@ AnimationClip: value: {fileID: 21300000, guid: 52348e6d5618d1647812c5e660d4afe0, type: 3} - time: 0.083333336 value: {fileID: 21300000, guid: 1a6e7b60a40b96c4aa3b596e0bcf456c, type: 3} + - time: 0.33333334 + value: {fileID: 21300000, guid: 392e8182dbbfeca42be1714e198bc000, type: 3} - time: 1.5 value: {fileID: 21300000, guid: 618d18624fc2909428b7cf9687c67a69, type: 3} - time: 1.6666666 @@ -466,37 +515,11 @@ AnimationClip: - time: 1.5833334 value: {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} - time: 1.6666666 - value: {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} - - time: 1.75 - value: {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} - - time: 1.8333334 value: {fileID: 21300000, guid: 7988fd026080f6c4ba146a6b818594ed, type: 3} - - time: 1.9166666 + - time: 1.75 value: {fileID: 21300000, guid: 007b4d3f4938dfb42a533237aff77641, type: 3} - - time: 2.0166667 + - time: 1.8333334 value: {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} - - time: 2.1 - value: {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} - - time: 2.1666667 - value: {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} - - time: 2.2666667 - value: {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} - - time: 2.35 - value: {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} - - time: 2.4166667 - value: {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} - - time: 2.5166667 - value: {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} - - time: 2.5833333 - value: {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} - - time: 2.6666667 - value: {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} - - time: 2.75 - value: {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} - - time: 2.8333333 - value: {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} - - time: 2.9166667 - value: {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} - time: 3 value: {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} - time: 3.0833333 @@ -701,6 +724,20 @@ AnimationClip: typeID: 1 customType: 0 isPPtrCurve: 0 + - serializedVersion: 2 + path: 485401755 + attribute: 2086281974 + script: {fileID: 0} + typeID: 1 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 485401755 + attribute: 304273561 + script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3} + typeID: 114 + customType: 0 + isPPtrCurve: 0 - serializedVersion: 2 path: 457575929 attribute: 2015549526 @@ -739,6 +776,7 @@ AnimationClip: pptrCurveMapping: - {fileID: 21300000, guid: 52348e6d5618d1647812c5e660d4afe0, type: 3} - {fileID: 21300000, guid: 1a6e7b60a40b96c4aa3b596e0bcf456c, type: 3} + - {fileID: 21300000, guid: 392e8182dbbfeca42be1714e198bc000, type: 3} - {fileID: 21300000, guid: 618d18624fc2909428b7cf9687c67a69, type: 3} - {fileID: 21300000, guid: e242c4ba4b17c4b40bc9ee9b3068aeb4, type: 3} - {fileID: 21300000, guid: 392e8182dbbfeca42be1714e198bc000, type: 3} @@ -766,22 +804,9 @@ AnimationClip: - {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} - {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} - {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} - - {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} - - {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} - {fileID: 21300000, guid: 7988fd026080f6c4ba146a6b818594ed, type: 3} - {fileID: 21300000, guid: 007b4d3f4938dfb42a533237aff77641, type: 3} - {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} - - {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} - - {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} - - {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} - - {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} - - {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} - - {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} - - {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} - - {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} - - {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} - - {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} - - {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} - {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} - {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} - {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} @@ -905,25 +930,7 @@ AnimationClip: outWeight: 0 - serializedVersion: 3 time: 1.5 - value: 0 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1.8333334 - value: 0 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 2.9166667 - value: 0 + value: 1 inSlope: Infinity outSlope: Infinity tangentMode: 103 @@ -987,24 +994,6 @@ AnimationClip: outWeight: 0 - serializedVersion: 3 time: 1.5 - value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1.8333334 - value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 2.9166667 value: 0 inSlope: Infinity outSlope: Infinity @@ -1076,24 +1065,6 @@ AnimationClip: weightedMode: 0 inWeight: 0 outWeight: 0 - - serializedVersion: 3 - time: 1.8333334 - value: 0 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 2.9166667 - value: 0 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - serializedVersion: 3 time: 3 value: 0 @@ -1339,6 +1310,107 @@ AnimationClip: path: TV-in classID: 224 script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 1.5 + value: 0 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 1.8333334 + value: 1 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_IsActive + path: TV-in/TV-black + classID: 1 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 1.5 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.8333334 + value: 0.77 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.95 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.25 + value: 0.77 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.5333333 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.8333333 + value: 0.77 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.25 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_Color.a + path: TV-in/TV-black + classID: 114 + script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3} - curve: serializedVersion: 2 m_Curve: diff --git a/Assets/Art/Level/50/animation/1_3_3.anim b/Assets/Art/Level/50/animation/1_3_3.anim index 653d674c..d744bbd4 100644 --- a/Assets/Art/Level/50/animation/1_3_3.anim +++ b/Assets/Art/Level/50/animation/1_3_3.anim @@ -169,16 +169,7 @@ AnimationClip: outWeight: 0 - serializedVersion: 3 time: 1.5 - value: 0 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1.8333334 - value: 0 + value: 1 inSlope: Infinity outSlope: Infinity tangentMode: 103 @@ -196,7 +187,7 @@ AnimationClip: outWeight: 0 - serializedVersion: 3 time: 3 - value: 0 + value: 1 inSlope: Infinity outSlope: Infinity tangentMode: 103 @@ -242,16 +233,7 @@ AnimationClip: outWeight: 0 - serializedVersion: 3 time: 1.5 - value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1.8333334 - value: 1 + value: 0 inSlope: Infinity outSlope: Infinity tangentMode: 103 @@ -269,7 +251,7 @@ AnimationClip: outWeight: 0 - serializedVersion: 3 time: 3 - value: 1 + value: 0 inSlope: Infinity outSlope: Infinity tangentMode: 103 @@ -322,15 +304,6 @@ AnimationClip: weightedMode: 0 inWeight: 0 outWeight: 0 - - serializedVersion: 3 - time: 1.8333334 - value: 0 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - serializedVersion: 3 time: 2.9166667 value: 0 @@ -384,6 +357,287 @@ AnimationClip: path: TV-ghost classID: 1 script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 1.5 + value: 0 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 1.8333334 + value: 1 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 3 + value: 1 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 3.3333333 + value: 1 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_IsActive + path: TV-in/TV-black + classID: 1 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 1.5 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.8333334 + value: 0.77 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.95 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.25 + value: 0.77 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.5333333 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.8333333 + value: 0.77 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.3333333 + value: 0.77 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.45 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.75 + value: 0.77 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.0333333 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.3333335 + value: 0.77 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.5833335 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.883333 + value: 0.77 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.1666665 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.4666667 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.766667 + value: 0.77 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 6.05 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 6.35 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 6.65 + value: 0.77 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 6.9333334 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 7.233333 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 7.5333333 + value: 0.77 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 7.8166666 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 8.116667 + value: 0.77 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_Color.a + path: TV-in/TV-black + classID: 114 + script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3} - curve: serializedVersion: 2 m_Curve: @@ -534,6 +788,15 @@ AnimationClip: weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 + - serializedVersion: 3 + time: 3 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 m_PreInfinity: 2 m_PostInfinity: 2 m_RotationOrder: 4 @@ -648,6 +911,8 @@ AnimationClip: value: {fileID: 21300000, guid: 52348e6d5618d1647812c5e660d4afe0, type: 3} - time: 0.083333336 value: {fileID: 21300000, guid: 1a6e7b60a40b96c4aa3b596e0bcf456c, type: 3} + - time: 0.33333334 + value: {fileID: 21300000, guid: 392e8182dbbfeca42be1714e198bc000, type: 3} - time: 1.5 value: {fileID: 21300000, guid: 618d18624fc2909428b7cf9687c67a69, type: 3} - time: 1.6666666 @@ -708,194 +973,20 @@ AnimationClip: - time: 1.5833334 value: {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} - time: 1.6666666 - value: {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} - - time: 1.75 - value: {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} - - time: 1.8333334 value: {fileID: 21300000, guid: 7988fd026080f6c4ba146a6b818594ed, type: 3} - - time: 1.9166666 + - time: 1.75 value: {fileID: 21300000, guid: 007b4d3f4938dfb42a533237aff77641, type: 3} - - time: 2.0166667 + - time: 1.8333334 value: {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} - - time: 2.1 - value: {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} - - time: 2.1666667 - value: {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} - - time: 2.2666667 - value: {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} - - time: 2.35 - value: {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} - - time: 2.4166667 - value: {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} - - time: 2.5166667 - value: {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} - - time: 2.5833333 - value: {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} - - time: 2.6666667 - value: {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} - - time: 2.75 - value: {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} - - time: 2.8333333 - value: {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} - - time: 2.9166667 - value: {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} - time: 3 value: {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} - time: 3.0833333 value: {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} - time: 3.1666667 - value: {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} - - time: 3.25 - value: {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} - - time: 3.3333333 value: {fileID: 21300000, guid: 7988fd026080f6c4ba146a6b818594ed, type: 3} - - time: 3.4166667 + - time: 3.25 value: {fileID: 21300000, guid: 007b4d3f4938dfb42a533237aff77641, type: 3} - - time: 3.5166667 - value: {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} - - time: 3.6 - value: {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} - - time: 3.6666667 - value: {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} - - time: 3.7666667 - value: {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} - - time: 3.85 - value: {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} - - time: 3.9166667 - value: {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} - - time: 4.016667 - value: {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} - - time: 4.0833335 - value: {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} - - time: 4.1666665 - value: {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} - - time: 4.25 - value: {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} - - time: 4.3333335 - value: {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} - - time: 4.4166665 - value: {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} - - time: 4.5833335 - value: {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} - - time: 4.6666665 - value: {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} - - time: 4.733333 - value: {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} - - time: 4.8333335 - value: {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} - - time: 4.9166665 - value: {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} - - time: 4.983333 - value: {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} - - time: 5.0833335 - value: {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} - - time: 5.15 - value: {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} - - time: 5.233333 - value: {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} - - time: 5.3166666 - value: {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} - - time: 5.4 - value: {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} - - time: 5.483333 - value: {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} - - time: 5.55 - value: {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} - - time: 5.65 - value: {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} - - time: 5.733333 - value: {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} - - time: 5.8 - value: {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} - - time: 5.9 - value: {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} - - time: 5.9666667 - value: {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} - - time: 6.05 - value: {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} - - time: 6.133333 - value: {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} - - time: 6.2166667 - value: {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} - - time: 6.3 - value: {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} - - time: 6.366667 - value: {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} - - time: 6.4666667 - value: {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} - - time: 6.55 - value: {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} - - time: 6.616667 - value: {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} - - time: 6.7166667 - value: {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} - - time: 6.7833333 - value: {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} - - time: 6.866667 - value: {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} - - time: 6.95 - value: {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} - - time: 7.0333333 - value: {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} - - time: 7.116667 - value: {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} - - time: 7.1833334 - value: {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} - - time: 7.2833333 - value: {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} - - time: 7.366667 - value: {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} - - time: 7.4333334 - value: {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} - - time: 7.5333333 - value: {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} - - time: 7.6 - value: {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} - - time: 7.6833334 - value: {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} - - time: 7.766667 - value: {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} - - time: 7.85 - value: {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} - - time: 7.9333334 - value: {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} - - time: 8 - value: {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} - - time: 8.1 - value: {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} - - time: 8.183333 - value: {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} - - time: 8.25 - value: {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} - - time: 8.35 - value: {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} - - time: 8.416667 - value: {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} - - time: 8.5 - value: {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} - - time: 8.583333 - value: {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} - - time: 8.666667 - value: {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} - - time: 8.75 - value: {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} - - time: 8.816667 - value: {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} - - time: 8.916667 - value: {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} - - time: 9 - value: {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} - - time: 9.066667 - value: {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} - - time: 9.166667 - value: {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} - - time: 9.233334 - value: {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} - - time: 9.316667 - value: {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} - - time: 9.4 - value: {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} - - time: 9.483334 + - time: 3.3333333 value: {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} attribute: m_Sprite path: TV-in/TV-screen @@ -957,6 +1048,20 @@ AnimationClip: typeID: 1 customType: 0 isPPtrCurve: 0 + - serializedVersion: 2 + path: 485401755 + attribute: 2086281974 + script: {fileID: 0} + typeID: 1 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 485401755 + attribute: 304273561 + script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3} + typeID: 114 + customType: 0 + isPPtrCurve: 0 - serializedVersion: 2 path: 1458259962 attribute: 1460864421 @@ -1016,6 +1121,7 @@ AnimationClip: pptrCurveMapping: - {fileID: 21300000, guid: 52348e6d5618d1647812c5e660d4afe0, type: 3} - {fileID: 21300000, guid: 1a6e7b60a40b96c4aa3b596e0bcf456c, type: 3} + - {fileID: 21300000, guid: 392e8182dbbfeca42be1714e198bc000, type: 3} - {fileID: 21300000, guid: 618d18624fc2909428b7cf9687c67a69, type: 3} - {fileID: 21300000, guid: e242c4ba4b17c4b40bc9ee9b3068aeb4, type: 3} - {fileID: 21300000, guid: 392e8182dbbfeca42be1714e198bc000, type: 3} @@ -1043,107 +1149,20 @@ AnimationClip: - {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} - {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} - {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - {fileID: 21300000, guid: 7988fd026080f6c4ba146a6b818594ed, type: 3} + - {fileID: 21300000, guid: 007b4d3f4938dfb42a533237aff77641, type: 3} + - {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} - {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} - {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} - {fileID: 21300000, guid: 7988fd026080f6c4ba146a6b818594ed, type: 3} - {fileID: 21300000, guid: 007b4d3f4938dfb42a533237aff77641, type: 3} - {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} - - {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} - - {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} - - {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} - - {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} - - {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} - - {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} - - {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} - - {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} - - {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} - - {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} - - {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} - - {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} - - {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} - - {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} - - {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} - - {fileID: 21300000, guid: 7988fd026080f6c4ba146a6b818594ed, type: 3} - - {fileID: 21300000, guid: 007b4d3f4938dfb42a533237aff77641, type: 3} - - {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} - - {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} - - {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} - - {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} - - {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} - - {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} - - {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} - - {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} - - {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} - - {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} - - {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} - - {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} - - {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} - - {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} - - {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} - - {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} - - {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} - - {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} - - {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} - - {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} - - {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} - - {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} - - {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} - - {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} - - {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} - - {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} - - {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} - - {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} - - {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} - - {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} - - {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} - - {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} - - {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} - - {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} - - {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} - - {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} - - {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} - - {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} - - {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} - - {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} - - {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} - - {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} - - {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} - - {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} - - {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} - - {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} - - {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} - - {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} - - {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} - - {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} - - {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} - - {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} - - {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} - - {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} - - {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} - - {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} - - {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} - - {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} - - {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} - - {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} - - {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} - - {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} - - {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} - - {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} - - {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} - - {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} - - {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} - - {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} - - {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} - - {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} - - {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} - - {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} - - {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} m_AnimationClipSettings: serializedVersion: 2 m_AdditiveReferencePoseClip: {fileID: 0} m_AdditiveReferencePoseTime: 0 m_StartTime: 0 - m_StopTime: 9.5 + m_StopTime: 8.116667 m_OrientationOffsetY: 0 m_Level: 0 m_CycleOffset: 0 @@ -1182,16 +1201,7 @@ AnimationClip: outWeight: 0 - serializedVersion: 3 time: 1.5 - value: 0 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1.8333334 - value: 0 + value: 1 inSlope: Infinity outSlope: Infinity tangentMode: 103 @@ -1209,7 +1219,7 @@ AnimationClip: outWeight: 0 - serializedVersion: 3 time: 3 - value: 0 + value: 1 inSlope: Infinity outSlope: Infinity tangentMode: 103 @@ -1255,16 +1265,7 @@ AnimationClip: outWeight: 0 - serializedVersion: 3 time: 1.5 - value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 1.8333334 - value: 1 + value: 0 inSlope: Infinity outSlope: Infinity tangentMode: 103 @@ -1282,7 +1283,7 @@ AnimationClip: outWeight: 0 - serializedVersion: 3 time: 3 - value: 1 + value: 0 inSlope: Infinity outSlope: Infinity tangentMode: 103 @@ -1335,15 +1336,6 @@ AnimationClip: weightedMode: 0 inWeight: 0 outWeight: 0 - - serializedVersion: 3 - time: 1.8333334 - value: 0 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - serializedVersion: 3 time: 2.9166667 value: 0 @@ -1589,6 +1581,287 @@ AnimationClip: path: TV-in classID: 224 script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 1.5 + value: 0 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 1.8333334 + value: 1 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 3 + value: 1 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 3.3333333 + value: 1 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_IsActive + path: TV-in/TV-black + classID: 1 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 1.5 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.8333334 + value: 0.77 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.95 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.25 + value: 0.77 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.5333333 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.8333333 + value: 0.77 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.3333333 + value: 0.77 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.45 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.75 + value: 0.77 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.0333333 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.3333335 + value: 0.77 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.5833335 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.883333 + value: 0.77 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.1666665 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.4666667 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.766667 + value: 0.77 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 6.05 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 6.35 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 6.65 + value: 0.77 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 6.9333334 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 7.233333 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 7.5333333 + value: 0.77 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 7.8166666 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 8.116667 + value: 0.77 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_Color.a + path: TV-in/TV-black + classID: 114 + script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3} - curve: serializedVersion: 2 m_Curve: @@ -1850,6 +2123,15 @@ AnimationClip: weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 + - serializedVersion: 3 + time: 3 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 m_PreInfinity: 2 m_PostInfinity: 2 m_RotationOrder: 4 diff --git a/Assets/Art/Level/50/animation/2_1_1.anim b/Assets/Art/Level/50/animation/2_1_1.anim index 5c46ddf6..e15d11f7 100644 --- a/Assets/Art/Level/50/animation/2_1_1.anim +++ b/Assets/Art/Level/50/animation/2_1_1.anim @@ -49,7 +49,455 @@ AnimationClip: m_RotationOrder: 4 path: TV-in m_PositionCurves: [] - m_ScaleCurves: [] + m_ScaleCurves: + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 4.5 + value: {x: 1, y: 1, z: 1} + inSlope: {x: 0, y: 0, z: 0} + outSlope: {x: 0, y: 0, z: 0} + tangentMode: 0 + weightedMode: 0 + inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} + outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} + - serializedVersion: 3 + time: 4.6666665 + value: {x: 1, y: 1.02, z: 1} + inSlope: {x: 0, y: 0, z: 0} + outSlope: {x: 0, y: 0, z: 0} + tangentMode: 0 + weightedMode: 0 + inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} + outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} + - serializedVersion: 3 + time: 4.8333335 + value: {x: 1, y: 1, z: 1} + inSlope: {x: 0, y: 0, z: 0} + outSlope: {x: 0, y: 0, z: 0} + tangentMode: 0 + weightedMode: 0 + inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} + outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} + - serializedVersion: 3 + time: 5 + value: {x: 1, y: 1.02, z: 1} + inSlope: {x: 0, y: 0, z: 0} + outSlope: {x: 0, y: 0, z: 0} + tangentMode: 0 + weightedMode: 0 + inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} + outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} + - serializedVersion: 3 + time: 5.1666665 + value: {x: 1, y: 1, z: 1} + inSlope: {x: 0, y: 0, z: 0} + outSlope: {x: 0, y: 0, z: 0} + tangentMode: 0 + weightedMode: 0 + inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} + outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} + - serializedVersion: 3 + time: 5.3333335 + value: {x: 1, y: 1.02, z: 1} + inSlope: {x: 0, y: 0, z: 0} + outSlope: {x: 0, y: 0, z: 0} + tangentMode: 0 + weightedMode: 0 + inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} + outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} + - serializedVersion: 3 + time: 5.5 + value: {x: 1, y: 1, z: 1} + inSlope: {x: 0, y: 0, z: 0} + outSlope: {x: 0, y: 0, z: 0} + tangentMode: 0 + weightedMode: 0 + inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} + outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} + - serializedVersion: 3 + time: 5.6666665 + value: {x: 1, y: 1.02, z: 1} + inSlope: {x: 0, y: 0, z: 0} + outSlope: {x: 0, y: 0, z: 0} + tangentMode: 0 + weightedMode: 0 + inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} + outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} + - serializedVersion: 3 + time: 5.8333335 + value: {x: 1, y: 1, z: 1} + inSlope: {x: 0, y: 0, z: 0} + outSlope: {x: 0, y: 0, z: 0} + tangentMode: 0 + weightedMode: 0 + inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} + outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} + - serializedVersion: 3 + time: 6 + value: {x: 1, y: 1.02, z: 1} + inSlope: {x: 0, y: 0, z: 0} + outSlope: {x: 0, y: 0, z: 0} + tangentMode: 0 + weightedMode: 0 + inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} + outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} + - serializedVersion: 3 + time: 6.1666665 + value: {x: 1, y: 1, z: 1} + inSlope: {x: 0, y: 0, z: 0} + outSlope: {x: 0, y: 0, z: 0} + tangentMode: 0 + weightedMode: 0 + inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} + outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} + - serializedVersion: 3 + time: 6.3333335 + value: {x: 1, y: 1.02, z: 1} + inSlope: {x: 0, y: 0, z: 0} + outSlope: {x: 0, y: 0, z: 0} + tangentMode: 0 + weightedMode: 0 + inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} + outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} + - serializedVersion: 3 + time: 6.5 + value: {x: 1, y: 1, z: 1} + inSlope: {x: 0, y: 0, z: 0} + outSlope: {x: 0, y: 0, z: 0} + tangentMode: 0 + weightedMode: 0 + inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} + outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} + - serializedVersion: 3 + time: 6.6666665 + value: {x: 1, y: 1.02, z: 1} + inSlope: {x: 0, y: 0, z: 0} + outSlope: {x: 0, y: 0, z: 0} + tangentMode: 0 + weightedMode: 0 + inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} + outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} + - serializedVersion: 3 + time: 6.8333335 + value: {x: 1, y: 1, z: 1} + inSlope: {x: 0, y: 0, z: 0} + outSlope: {x: 0, y: 0, z: 0} + tangentMode: 0 + weightedMode: 0 + inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} + outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} + - serializedVersion: 3 + time: 7 + value: {x: 1, y: 1.02, z: 1} + inSlope: {x: 0, y: 0, z: 0} + outSlope: {x: 0, y: 0, z: 0} + tangentMode: 0 + weightedMode: 0 + inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} + outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} + - serializedVersion: 3 + time: 7.1666665 + value: {x: 1, y: 1, z: 1} + inSlope: {x: 0, y: 0, z: 0} + outSlope: {x: 0, y: 0, z: 0} + tangentMode: 0 + weightedMode: 0 + inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} + outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} + - serializedVersion: 3 + time: 7.3333335 + value: {x: 1, y: 1.02, z: 1} + inSlope: {x: 0, y: 0, z: 0} + outSlope: {x: 0, y: 0, z: 0} + tangentMode: 0 + weightedMode: 0 + inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} + outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} + - serializedVersion: 3 + time: 7.5 + value: {x: 1, y: 1, z: 1} + inSlope: {x: 0, y: 0, z: 0} + outSlope: {x: 0, y: 0, z: 0} + tangentMode: 0 + weightedMode: 0 + inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} + outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} + - serializedVersion: 3 + time: 7.6666665 + value: {x: 1, y: 1.02, z: 1} + inSlope: {x: 0, y: 0, z: 0} + outSlope: {x: 0, y: 0, z: 0} + tangentMode: 0 + weightedMode: 0 + inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} + outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} + - serializedVersion: 3 + time: 7.8333335 + value: {x: 1, y: 1, z: 1} + inSlope: {x: 0, y: 0, z: 0} + outSlope: {x: 0, y: 0, z: 0} + tangentMode: 0 + weightedMode: 0 + inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} + outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} + - serializedVersion: 3 + time: 8 + value: {x: 1, y: 1.02, z: 1} + inSlope: {x: 0, y: 0, z: 0} + outSlope: {x: 0, y: 0, z: 0} + tangentMode: 0 + weightedMode: 0 + inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} + outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} + - serializedVersion: 3 + time: 8.166667 + value: {x: 1, y: 1, z: 1} + inSlope: {x: 0, y: 0, z: 0} + outSlope: {x: 0, y: 0, z: 0} + tangentMode: 0 + weightedMode: 0 + inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} + outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} + - serializedVersion: 3 + time: 8.333333 + value: {x: 1, y: 1.02, z: 1} + inSlope: {x: 0, y: 0, z: 0} + outSlope: {x: 0, y: 0, z: 0} + tangentMode: 0 + weightedMode: 0 + inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} + outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} + - serializedVersion: 3 + time: 8.5 + value: {x: 1, y: 1, z: 1} + inSlope: {x: 0, y: 0, z: 0} + outSlope: {x: 0, y: 0, z: 0} + tangentMode: 0 + weightedMode: 0 + inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} + outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} + - serializedVersion: 3 + time: 8.666667 + value: {x: 1, y: 1.02, z: 1} + inSlope: {x: 0, y: 0, z: 0} + outSlope: {x: 0, y: 0, z: 0} + tangentMode: 0 + weightedMode: 0 + inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} + outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} + - serializedVersion: 3 + time: 8.833333 + value: {x: 1, y: 1, z: 1} + inSlope: {x: 0, y: 0, z: 0} + outSlope: {x: 0, y: 0, z: 0} + tangentMode: 0 + weightedMode: 0 + inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} + outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} + - serializedVersion: 3 + time: 9 + value: {x: 1, y: 1.02, z: 1} + inSlope: {x: 0, y: 0, z: 0} + outSlope: {x: 0, y: 0, z: 0} + tangentMode: 0 + weightedMode: 0 + inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} + outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} + - serializedVersion: 3 + time: 9.166667 + value: {x: 1, y: 1, z: 1} + inSlope: {x: 0, y: 0, z: 0} + outSlope: {x: 0, y: 0, z: 0} + tangentMode: 0 + weightedMode: 0 + inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} + outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} + - serializedVersion: 3 + time: 9.333333 + value: {x: 1, y: 1.02, z: 1} + inSlope: {x: 0, y: 0, z: 0} + outSlope: {x: 0, y: 0, z: 0} + tangentMode: 0 + weightedMode: 0 + inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} + outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} + - serializedVersion: 3 + time: 9.5 + value: {x: 1, y: 1, z: 1} + inSlope: {x: 0, y: 0, z: 0} + outSlope: {x: 0, y: 0, z: 0} + tangentMode: 0 + weightedMode: 0 + inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} + outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} + - serializedVersion: 3 + time: 9.666667 + value: {x: 1, y: 1.02, z: 1} + inSlope: {x: 0, y: 0, z: 0} + outSlope: {x: 0, y: 0, z: 0} + tangentMode: 0 + weightedMode: 0 + inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} + outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} + - serializedVersion: 3 + time: 9.833333 + value: {x: 1, y: 1, z: 1} + inSlope: {x: 0, y: 0, z: 0} + outSlope: {x: 0, y: 0, z: 0} + tangentMode: 0 + weightedMode: 0 + inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} + outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} + - serializedVersion: 3 + time: 10 + value: {x: 1, y: 1.02, z: 1} + inSlope: {x: 0, y: 0, z: 0} + outSlope: {x: 0, y: 0, z: 0} + tangentMode: 0 + weightedMode: 0 + inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} + outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} + - serializedVersion: 3 + time: 10.166667 + value: {x: 1, y: 1, z: 1} + inSlope: {x: 0, y: 0, z: 0} + outSlope: {x: 0, y: 0, z: 0} + tangentMode: 0 + weightedMode: 0 + inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} + outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} + - serializedVersion: 3 + time: 10.333333 + value: {x: 1, y: 1.02, z: 1} + inSlope: {x: 0, y: 0, z: 0} + outSlope: {x: 0, y: 0, z: 0} + tangentMode: 0 + weightedMode: 0 + inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} + outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} + - serializedVersion: 3 + time: 10.5 + value: {x: 1, y: 1, z: 1} + inSlope: {x: 0, y: 0, z: 0} + outSlope: {x: 0, y: 0, z: 0} + tangentMode: 0 + weightedMode: 0 + inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} + outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} + - serializedVersion: 3 + time: 10.666667 + value: {x: 1, y: 1.02, z: 1} + inSlope: {x: 0, y: 0, z: 0} + outSlope: {x: 0, y: 0, z: 0} + tangentMode: 0 + weightedMode: 0 + inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} + outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} + - serializedVersion: 3 + time: 10.833333 + value: {x: 1, y: 1, z: 1} + inSlope: {x: 0, y: 0, z: 0} + outSlope: {x: 0, y: 0, z: 0} + tangentMode: 0 + weightedMode: 0 + inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} + outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} + - serializedVersion: 3 + time: 11 + value: {x: 1, y: 1.02, z: 1} + inSlope: {x: 0, y: 0, z: 0} + outSlope: {x: 0, y: 0, z: 0} + tangentMode: 0 + weightedMode: 0 + inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} + outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} + - serializedVersion: 3 + time: 11.166667 + value: {x: 1, y: 1, z: 1} + inSlope: {x: 0, y: 0, z: 0} + outSlope: {x: 0, y: 0, z: 0} + tangentMode: 0 + weightedMode: 0 + inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} + outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} + - serializedVersion: 3 + time: 11.333333 + value: {x: 1, y: 1.02, z: 1} + inSlope: {x: 0, y: 0, z: 0} + outSlope: {x: 0, y: 0, z: 0} + tangentMode: 0 + weightedMode: 0 + inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} + outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} + - serializedVersion: 3 + time: 11.5 + value: {x: 1, y: 1, z: 1} + inSlope: {x: 0, y: 0, z: 0} + outSlope: {x: 0, y: 0, z: 0} + tangentMode: 0 + weightedMode: 0 + inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} + outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} + - serializedVersion: 3 + time: 11.666667 + value: {x: 1, y: 1.02, z: 1} + inSlope: {x: 0, y: 0, z: 0} + outSlope: {x: 0, y: 0, z: 0} + tangentMode: 0 + weightedMode: 0 + inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} + outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} + - serializedVersion: 3 + time: 11.833333 + value: {x: 1, y: 1, z: 1} + inSlope: {x: 0, y: 0, z: 0} + outSlope: {x: 0, y: 0, z: 0} + tangentMode: 0 + weightedMode: 0 + inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} + outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} + - serializedVersion: 3 + time: 12 + value: {x: 1, y: 1.02, z: 1} + inSlope: {x: 0, y: 0, z: 0} + outSlope: {x: 0, y: 0, z: 0} + tangentMode: 0 + weightedMode: 0 + inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} + outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} + - serializedVersion: 3 + time: 12.166667 + value: {x: 1, y: 1, z: 1} + inSlope: {x: 0, y: 0, z: 0} + outSlope: {x: 0, y: 0, z: 0} + tangentMode: 0 + weightedMode: 0 + inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} + outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} + - serializedVersion: 3 + time: 12.333333 + value: {x: 1, y: 1.02, z: 1} + inSlope: {x: 0, y: 0, z: 0} + outSlope: {x: 0, y: 0, z: 0} + tangentMode: 0 + weightedMode: 0 + inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} + outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} + - serializedVersion: 3 + time: 12.5 + value: {x: 1, y: 1, z: 1} + inSlope: {x: 0, y: 0, z: 0} + outSlope: {x: 0, y: 0, z: 0} + tangentMode: 0 + weightedMode: 0 + inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} + outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + path: boy-0 m_FloatCurves: - curve: serializedVersion: 2 @@ -301,12 +749,18 @@ AnimationClip: value: {fileID: 21300000, guid: 52348e6d5618d1647812c5e660d4afe0, type: 3} - time: 1.5833334 value: {fileID: 21300000, guid: 1a6e7b60a40b96c4aa3b596e0bcf456c, type: 3} + - time: 1.8333334 + value: {fileID: 21300000, guid: 392e8182dbbfeca42be1714e198bc000, type: 3} - time: 3 value: {fileID: 21300000, guid: 52348e6d5618d1647812c5e660d4afe0, type: 3} - time: 3.0833333 value: {fileID: 21300000, guid: 1a6e7b60a40b96c4aa3b596e0bcf456c, type: 3} - time: 3.1666667 value: {fileID: 21300000, guid: 1a6e7b60a40b96c4aa3b596e0bcf456c, type: 3} + - time: 3.3333333 + value: {fileID: 21300000, guid: 392e8182dbbfeca42be1714e198bc000, type: 3} + - time: 4.5 + value: {fileID: 21300000, guid: bd95aedaa512a044784cde3303102f51, type: 3} attribute: m_Sprite path: boy-0 classID: 114 @@ -396,6 +850,40 @@ AnimationClip: value: {fileID: 21300000, guid: 66d5d8b438e3f454bac3098116e58767, type: 3} - time: 4.4166665 value: {fileID: 21300000, guid: 51e04a4d01baa66438e4b59402ab51d6, type: 3} + - time: 4.5 + value: {fileID: 21300000, guid: 51e04a4d01baa66438e4b59402ab51d6, type: 3} + - time: 5 + value: {fileID: 21300000, guid: 66d5d8b438e3f454bac3098116e58767, type: 3} + - time: 5.5 + value: {fileID: 21300000, guid: 51e04a4d01baa66438e4b59402ab51d6, type: 3} + - time: 6 + value: {fileID: 21300000, guid: 66d5d8b438e3f454bac3098116e58767, type: 3} + - time: 6.5 + value: {fileID: 21300000, guid: 51e04a4d01baa66438e4b59402ab51d6, type: 3} + - time: 7 + value: {fileID: 21300000, guid: 66d5d8b438e3f454bac3098116e58767, type: 3} + - time: 7.5 + value: {fileID: 21300000, guid: 51e04a4d01baa66438e4b59402ab51d6, type: 3} + - time: 8 + value: {fileID: 21300000, guid: 66d5d8b438e3f454bac3098116e58767, type: 3} + - time: 8.5 + value: {fileID: 21300000, guid: 51e04a4d01baa66438e4b59402ab51d6, type: 3} + - time: 9 + value: {fileID: 21300000, guid: 66d5d8b438e3f454bac3098116e58767, type: 3} + - time: 9.5 + value: {fileID: 21300000, guid: 51e04a4d01baa66438e4b59402ab51d6, type: 3} + - time: 10 + value: {fileID: 21300000, guid: 66d5d8b438e3f454bac3098116e58767, type: 3} + - time: 10.5 + value: {fileID: 21300000, guid: 51e04a4d01baa66438e4b59402ab51d6, type: 3} + - time: 11 + value: {fileID: 21300000, guid: 66d5d8b438e3f454bac3098116e58767, type: 3} + - time: 11.5 + value: {fileID: 21300000, guid: 51e04a4d01baa66438e4b59402ab51d6, type: 3} + - time: 12 + value: {fileID: 21300000, guid: 66d5d8b438e3f454bac3098116e58767, type: 3} + - time: 12.5 + value: {fileID: 21300000, guid: 51e04a4d01baa66438e4b59402ab51d6, type: 3} attribute: m_Sprite path: TV-in/TV-screen classID: 114 @@ -414,6 +902,13 @@ AnimationClip: typeID: 4 customType: 4 isPPtrCurve: 0 + - serializedVersion: 2 + path: 457575929 + attribute: 3 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 - serializedVersion: 2 path: 3695090919 attribute: 2086281974 @@ -462,9 +957,12 @@ AnimationClip: - {fileID: 21300000, guid: 392e8182dbbfeca42be1714e198bc000, type: 3} - {fileID: 21300000, guid: 52348e6d5618d1647812c5e660d4afe0, type: 3} - {fileID: 21300000, guid: 1a6e7b60a40b96c4aa3b596e0bcf456c, type: 3} + - {fileID: 21300000, guid: 392e8182dbbfeca42be1714e198bc000, type: 3} - {fileID: 21300000, guid: 52348e6d5618d1647812c5e660d4afe0, type: 3} - {fileID: 21300000, guid: 1a6e7b60a40b96c4aa3b596e0bcf456c, type: 3} - {fileID: 21300000, guid: 1a6e7b60a40b96c4aa3b596e0bcf456c, type: 3} + - {fileID: 21300000, guid: 392e8182dbbfeca42be1714e198bc000, type: 3} + - {fileID: 21300000, guid: bd95aedaa512a044784cde3303102f51, type: 3} - {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} - {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} - {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} @@ -507,12 +1005,29 @@ AnimationClip: - {fileID: 21300000, guid: 51e04a4d01baa66438e4b59402ab51d6, type: 3} - {fileID: 21300000, guid: 66d5d8b438e3f454bac3098116e58767, type: 3} - {fileID: 21300000, guid: 51e04a4d01baa66438e4b59402ab51d6, type: 3} + - {fileID: 21300000, guid: 51e04a4d01baa66438e4b59402ab51d6, type: 3} + - {fileID: 21300000, guid: 66d5d8b438e3f454bac3098116e58767, type: 3} + - {fileID: 21300000, guid: 51e04a4d01baa66438e4b59402ab51d6, type: 3} + - {fileID: 21300000, guid: 66d5d8b438e3f454bac3098116e58767, type: 3} + - {fileID: 21300000, guid: 51e04a4d01baa66438e4b59402ab51d6, type: 3} + - {fileID: 21300000, guid: 66d5d8b438e3f454bac3098116e58767, type: 3} + - {fileID: 21300000, guid: 51e04a4d01baa66438e4b59402ab51d6, type: 3} + - {fileID: 21300000, guid: 66d5d8b438e3f454bac3098116e58767, type: 3} + - {fileID: 21300000, guid: 51e04a4d01baa66438e4b59402ab51d6, type: 3} + - {fileID: 21300000, guid: 66d5d8b438e3f454bac3098116e58767, type: 3} + - {fileID: 21300000, guid: 51e04a4d01baa66438e4b59402ab51d6, type: 3} + - {fileID: 21300000, guid: 66d5d8b438e3f454bac3098116e58767, type: 3} + - {fileID: 21300000, guid: 51e04a4d01baa66438e4b59402ab51d6, type: 3} + - {fileID: 21300000, guid: 66d5d8b438e3f454bac3098116e58767, type: 3} + - {fileID: 21300000, guid: 51e04a4d01baa66438e4b59402ab51d6, type: 3} + - {fileID: 21300000, guid: 66d5d8b438e3f454bac3098116e58767, type: 3} + - {fileID: 21300000, guid: 51e04a4d01baa66438e4b59402ab51d6, type: 3} m_AnimationClipSettings: serializedVersion: 2 m_AdditiveReferencePoseClip: {fileID: 0} m_AdditiveReferencePoseTime: 0 m_StartTime: 0 - m_StopTime: 4.4333334 + m_StopTime: 12.516666 m_OrientationOffsetY: 0 m_Level: 0 m_CycleOffset: 0 @@ -877,6 +1392,927 @@ AnimationClip: path: TV-in classID: 224 script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 4.5 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.8333335 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.1666665 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.5 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.8333335 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 6.1666665 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 6.5 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 6.8333335 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 7.1666665 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 7.5 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 7.8333335 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 8.166667 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 8.5 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 8.833333 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 9.166667 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 9.5 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 9.833333 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 10.166667 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 10.5 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 10.833333 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 11.166667 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 11.5 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 11.833333 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 12.166667 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 12.5 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.x + path: boy-0 + classID: 224 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 4.5 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.6666665 + value: 1.02 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.8333335 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5 + value: 1.02 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.1666665 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.3333335 + value: 1.02 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.5 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.6666665 + value: 1.02 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.8333335 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 6 + value: 1.02 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 6.1666665 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 6.3333335 + value: 1.02 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 6.5 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 6.6666665 + value: 1.02 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 6.8333335 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 7 + value: 1.02 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 7.1666665 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 7.3333335 + value: 1.02 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 7.5 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 7.6666665 + value: 1.02 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 7.8333335 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 8 + value: 1.02 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 8.166667 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 8.333333 + value: 1.02 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 8.5 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 8.666667 + value: 1.02 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 8.833333 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 9 + value: 1.02 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 9.166667 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 9.333333 + value: 1.02 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 9.5 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 9.666667 + value: 1.02 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 9.833333 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 10 + value: 1.02 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 10.166667 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 10.333333 + value: 1.02 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 10.5 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 10.666667 + value: 1.02 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 10.833333 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 11 + value: 1.02 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 11.166667 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 11.333333 + value: 1.02 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 11.5 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 11.666667 + value: 1.02 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 11.833333 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 12 + value: 1.02 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 12.166667 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 12.333333 + value: 1.02 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 12.5 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.y + path: boy-0 + classID: 224 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 4.5 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.8333335 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.1666665 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.5 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.8333335 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 6.1666665 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 6.5 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 6.8333335 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 7.1666665 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 7.5 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 7.8333335 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 8.166667 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 8.5 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 8.833333 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 9.166667 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 9.5 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 9.833333 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 10.166667 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 10.5 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 10.833333 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 11.166667 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 11.5 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 11.833333 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 12.166667 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 12.5 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.z + path: boy-0 + classID: 224 + script: {fileID: 0} m_EulerEditorCurves: - curve: serializedVersion: 2 diff --git a/Assets/Art/Level/50/animation/2_1_2.anim b/Assets/Art/Level/50/animation/2_1_2.anim new file mode 100644 index 00000000..cb471629 --- /dev/null +++ b/Assets/Art/Level/50/animation/2_1_2.anim @@ -0,0 +1,1300 @@ +%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: 2_1_2 + serializedVersion: 7 + m_Legacy: 0 + m_Compressed: 0 + m_UseHighQualityCurve: 1 + m_RotationCurves: [] + m_CompressedRotationCurves: [] + m_EulerCurves: + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0, y: 0, z: 0} + inSlope: {x: 0, y: 0, z: 0} + outSlope: {x: 0, y: 0, z: 0} + tangentMode: 0 + weightedMode: 0 + inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} + outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} + - serializedVersion: 3 + time: 0.16666667 + value: {x: 0, y: 0, z: 7.7980003} + inSlope: {x: Infinity, y: Infinity, z: Infinity} + outSlope: {x: 0, y: 0, z: 0} + tangentMode: 0 + weightedMode: 0 + inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} + outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} + - serializedVersion: 3 + time: 0.33333334 + value: {x: 0, y: 0, z: 0} + inSlope: {x: Infinity, y: Infinity, z: Infinity} + outSlope: {x: 0, y: 0, z: 0} + tangentMode: 0 + weightedMode: 0 + inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} + outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} + - serializedVersion: 3 + time: 3 + value: {x: 0, y: 0, z: 0} + inSlope: {x: 0, y: 0, z: 0} + outSlope: {x: 0, y: 0, z: 0} + tangentMode: 0 + weightedMode: 0 + inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} + outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} + - serializedVersion: 3 + time: 3.1666667 + value: {x: 0, y: 0, z: 7.7980003} + inSlope: {x: Infinity, y: Infinity, z: Infinity} + outSlope: {x: 0, y: 0, z: 0} + tangentMode: 0 + weightedMode: 0 + inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} + outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} + - serializedVersion: 3 + time: 3.3333333 + value: {x: 0, y: 0, z: 0} + inSlope: {x: Infinity, y: Infinity, z: Infinity} + outSlope: {x: 0, y: 0, z: 0} + tangentMode: 0 + weightedMode: 0 + inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} + outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + path: TV-in + m_PositionCurves: [] + m_ScaleCurves: [] + m_FloatCurves: + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.33333334 + value: 0 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 1.4166666 + value: 0 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 1.5 + value: 1 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 2.9166667 + value: 0 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 3 + value: 0 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 3.3333333 + value: 0 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 4.4166665 + value: 0 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_IsActive + path: voice1 + classID: 1 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.33333334 + value: 1 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 1.4166666 + value: 0 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 1.5 + value: 0 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 2.9166667 + value: 0 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 3 + value: 1 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 3.3333333 + value: 1 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 4.4166665 + value: 0 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_IsActive + path: voice2 + classID: 1 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.33333334 + value: 0 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 1.4166666 + value: 0 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 1.5 + value: 0 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 2.9166667 + value: 0 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 3 + value: 0 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 3.3333333 + value: 0 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 4.4166665 + value: 0 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_IsActive + path: voice3 + classID: 1 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 1.5 + value: 0 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_IsActive + path: TV-ghost + classID: 1 + script: {fileID: 0} + m_PPtrCurves: + - curve: + - time: 0 + value: {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - time: 0.083333336 + value: {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - time: 0.16666667 + value: {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - time: 0.25 + value: {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - time: 0.33333334 + value: {fileID: 21300000, guid: 7988fd026080f6c4ba146a6b818594ed, type: 3} + - time: 0.41666666 + value: {fileID: 21300000, guid: 007b4d3f4938dfb42a533237aff77641, type: 3} + - time: 0.51666665 + value: {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - time: 0.6 + value: {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - time: 0.6666667 + value: {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - time: 0.76666665 + value: {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - time: 0.85 + value: {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - time: 0.9166667 + value: {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - time: 1.0166667 + value: {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - time: 1.0833334 + value: {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - time: 1.1666666 + value: {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - time: 1.25 + value: {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - time: 1.3333334 + value: {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - time: 1.4166666 + value: {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - time: 1.5 + value: {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - time: 1.5833334 + value: {fileID: 21300000, guid: 7988fd026080f6c4ba146a6b818594ed, type: 3} + - time: 1.6666666 + value: {fileID: 21300000, guid: 007b4d3f4938dfb42a533237aff77641, type: 3} + - time: 1.7666667 + value: {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - time: 1.85 + value: {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - time: 1.9166666 + value: {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - time: 2.0166667 + value: {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - time: 2.1 + value: {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - time: 2.1666667 + value: {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - time: 2.2666667 + value: {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - time: 2.3333333 + value: {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - time: 2.4166667 + value: {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - time: 2.5 + value: {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - time: 2.5833333 + value: {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - time: 2.6666667 + value: {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - time: 2.75 + value: {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - time: 2.8333333 + value: {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - time: 2.9166667 + value: {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - time: 3 + value: {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - time: 3.0833333 + value: {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - time: 3.1666667 + value: {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - time: 3.25 + value: {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - time: 3.3333333 + value: {fileID: 21300000, guid: 7988fd026080f6c4ba146a6b818594ed, type: 3} + - time: 3.4166667 + value: {fileID: 21300000, guid: 007b4d3f4938dfb42a533237aff77641, type: 3} + - time: 3.5166667 + value: {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - time: 3.6 + value: {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - time: 3.6666667 + value: {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - time: 3.7666667 + value: {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - time: 3.85 + value: {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - time: 3.9166667 + value: {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - time: 4.016667 + value: {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - time: 4.0833335 + value: {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - time: 4.1666665 + value: {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - time: 4.25 + value: {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - time: 4.3333335 + value: {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - time: 4.4166665 + value: {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - time: 4.5833335 + value: {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - time: 4.6666665 + value: {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - time: 4.733333 + value: {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - time: 4.8333335 + value: {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - time: 4.9166665 + value: {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - time: 4.983333 + value: {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - time: 5.0833335 + value: {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - time: 5.15 + value: {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - time: 5.233333 + value: {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - time: 5.3166666 + value: {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - time: 5.4 + value: {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - time: 5.483333 + value: {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - time: 5.55 + value: {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - time: 5.65 + value: {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - time: 5.733333 + value: {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - time: 5.8 + value: {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - time: 5.9 + value: {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - time: 5.9666667 + value: {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - time: 6.05 + value: {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - time: 6.133333 + value: {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - time: 6.2166667 + value: {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - time: 6.3 + value: {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - time: 6.366667 + value: {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - time: 6.4666667 + value: {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - time: 6.55 + value: {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - time: 6.616667 + value: {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - time: 6.7166667 + value: {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - time: 6.7833333 + value: {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - time: 6.866667 + value: {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - time: 6.95 + value: {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - time: 7.0333333 + value: {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - time: 7.116667 + value: {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - time: 7.1833334 + value: {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - time: 7.2833333 + value: {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - time: 7.366667 + value: {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - time: 7.4333334 + value: {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - time: 7.5333333 + value: {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - time: 7.6 + value: {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - time: 7.6833334 + value: {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - time: 7.766667 + value: {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - time: 7.85 + value: {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - time: 7.9333334 + value: {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - time: 8 + value: {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - time: 8.1 + value: {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - time: 8.183333 + value: {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - time: 8.25 + value: {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - time: 8.35 + value: {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - time: 8.416667 + value: {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - time: 8.5 + value: {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - time: 8.583333 + value: {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - time: 8.666667 + value: {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - time: 8.75 + value: {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - time: 8.816667 + value: {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - time: 8.916667 + value: {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - time: 9 + value: {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - time: 9.066667 + value: {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - time: 9.166667 + value: {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - time: 9.233334 + value: {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - time: 9.316667 + value: {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - time: 9.4 + value: {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - time: 9.483334 + value: {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + attribute: m_Sprite + path: TV-in/TV-screen + classID: 114 + script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3} + - curve: + - time: 0 + value: {fileID: 21300000, guid: 392e8182dbbfeca42be1714e198bc000, type: 3} + - time: 0.16666667 + value: {fileID: 21300000, guid: 47bc30956403efb4aa07630d41a45773, type: 3} + - time: 0.33333334 + value: {fileID: 21300000, guid: 392e8182dbbfeca42be1714e198bc000, type: 3} + - time: 1.5 + value: {fileID: 21300000, guid: 52348e6d5618d1647812c5e660d4afe0, type: 3} + - time: 1.5833334 + value: {fileID: 21300000, guid: 1a6e7b60a40b96c4aa3b596e0bcf456c, type: 3} + - time: 1.8333334 + value: {fileID: 21300000, guid: 392e8182dbbfeca42be1714e198bc000, type: 3} + - time: 3 + value: {fileID: 21300000, guid: 392e8182dbbfeca42be1714e198bc000, type: 3} + - time: 3.1666667 + value: {fileID: 21300000, guid: 47bc30956403efb4aa07630d41a45773, type: 3} + - time: 3.3333333 + value: {fileID: 21300000, guid: 392e8182dbbfeca42be1714e198bc000, type: 3} + - time: 4.5833335 + value: {fileID: 21300000, guid: 03b26bbe21c9e0e459a942f46263a817, type: 3} + attribute: m_Sprite + path: boy-0 + classID: 114 + script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3} + m_SampleRate: 60 + 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: 3413608298 + attribute: 4 + script: {fileID: 0} + typeID: 4 + customType: 4 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 842071499 + attribute: 2086281974 + script: {fileID: 0} + typeID: 1 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 2872683633 + attribute: 2086281974 + script: {fileID: 0} + typeID: 1 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3695090919 + attribute: 2086281974 + script: {fileID: 0} + typeID: 1 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 2315816844 + attribute: 2086281974 + script: {fileID: 0} + typeID: 1 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 2377246744 + attribute: 2015549526 + script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3} + typeID: 114 + customType: 0 + isPPtrCurve: 1 + - serializedVersion: 2 + path: 457575929 + attribute: 2015549526 + script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3} + typeID: 114 + customType: 0 + isPPtrCurve: 1 + pptrCurveMapping: + - {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - {fileID: 21300000, guid: 7988fd026080f6c4ba146a6b818594ed, type: 3} + - {fileID: 21300000, guid: 007b4d3f4938dfb42a533237aff77641, type: 3} + - {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - {fileID: 21300000, guid: 7988fd026080f6c4ba146a6b818594ed, type: 3} + - {fileID: 21300000, guid: 007b4d3f4938dfb42a533237aff77641, type: 3} + - {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - {fileID: 21300000, guid: 7988fd026080f6c4ba146a6b818594ed, type: 3} + - {fileID: 21300000, guid: 007b4d3f4938dfb42a533237aff77641, type: 3} + - {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - {fileID: 21300000, guid: 392e8182dbbfeca42be1714e198bc000, type: 3} + - {fileID: 21300000, guid: 47bc30956403efb4aa07630d41a45773, type: 3} + - {fileID: 21300000, guid: 392e8182dbbfeca42be1714e198bc000, type: 3} + - {fileID: 21300000, guid: 52348e6d5618d1647812c5e660d4afe0, type: 3} + - {fileID: 21300000, guid: 1a6e7b60a40b96c4aa3b596e0bcf456c, type: 3} + - {fileID: 21300000, guid: 392e8182dbbfeca42be1714e198bc000, type: 3} + - {fileID: 21300000, guid: 392e8182dbbfeca42be1714e198bc000, type: 3} + - {fileID: 21300000, guid: 47bc30956403efb4aa07630d41a45773, type: 3} + - {fileID: 21300000, guid: 392e8182dbbfeca42be1714e198bc000, type: 3} + - {fileID: 21300000, guid: 03b26bbe21c9e0e459a942f46263a817, type: 3} + m_AnimationClipSettings: + serializedVersion: 2 + m_AdditiveReferencePoseClip: {fileID: 0} + m_AdditiveReferencePoseTime: 0 + m_StartTime: 0 + m_StopTime: 9.5 + 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: 1 + m_KeepOriginalPositionXZ: 0 + m_HeightFromFeet: 0 + m_Mirror: 0 + m_EditorCurves: + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.16666667 + value: 0 + inSlope: Infinity + outSlope: 0 + tangentMode: 7 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.33333334 + value: 0 + inSlope: Infinity + outSlope: 0 + tangentMode: 7 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.1666667 + value: 0 + inSlope: Infinity + outSlope: 0 + tangentMode: 7 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.3333333 + value: 0 + inSlope: Infinity + outSlope: 0 + tangentMode: 7 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.x + path: TV-in + classID: 224 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.16666667 + value: 0 + inSlope: Infinity + outSlope: 0 + tangentMode: 7 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.33333334 + value: 0 + inSlope: Infinity + outSlope: 0 + tangentMode: 7 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.1666667 + value: 0 + inSlope: Infinity + outSlope: 0 + tangentMode: 7 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.3333333 + value: 0 + inSlope: Infinity + outSlope: 0 + tangentMode: 7 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.y + path: TV-in + classID: 224 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.16666667 + value: 7.7980003 + inSlope: Infinity + outSlope: 0 + tangentMode: 7 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.33333334 + value: 0 + inSlope: Infinity + outSlope: 0 + tangentMode: 7 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.1666667 + value: 7.7980003 + inSlope: Infinity + outSlope: 0 + tangentMode: 7 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.3333333 + value: 0 + inSlope: Infinity + outSlope: 0 + tangentMode: 7 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.z + path: TV-in + classID: 224 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.33333334 + value: 0 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 1.4166666 + value: 0 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 1.5 + value: 1 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 2.9166667 + value: 0 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 3 + value: 0 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 3.3333333 + value: 0 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 4.4166665 + value: 0 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_IsActive + path: voice1 + classID: 1 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.33333334 + value: 1 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 1.4166666 + value: 0 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 1.5 + value: 0 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 2.9166667 + value: 0 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 3 + value: 1 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 3.3333333 + value: 1 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 4.4166665 + value: 0 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_IsActive + path: voice2 + classID: 1 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.33333334 + value: 0 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 1.4166666 + value: 0 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 1.5 + value: 0 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 2.9166667 + value: 0 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 3 + value: 0 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 3.3333333 + value: 0 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 4.4166665 + value: 0 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_IsActive + path: voice3 + classID: 1 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 1.5 + value: 0 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_IsActive + path: TV-ghost + classID: 1 + script: {fileID: 0} + m_EulerEditorCurves: + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.x + path: TV-in + classID: 224 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.y + path: TV-in + classID: 224 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.z + path: TV-in + classID: 224 + script: {fileID: 0} + m_HasGenericRootTransform: 0 + m_HasMotionFloatCurves: 0 + m_Events: [] diff --git a/Assets/Art/Level/50/animation/2_1_2.anim.meta b/Assets/Art/Level/50/animation/2_1_2.anim.meta new file mode 100644 index 00000000..29e8073e --- /dev/null +++ b/Assets/Art/Level/50/animation/2_1_2.anim.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: f583b5a4aef83094a8f2061f895a6835 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 7400000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Art/Level/50/animation/2_1_3.anim b/Assets/Art/Level/50/animation/2_1_3.anim new file mode 100644 index 00000000..e2c7932a --- /dev/null +++ b/Assets/Art/Level/50/animation/2_1_3.anim @@ -0,0 +1,1537 @@ +%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: 2_1_3 + serializedVersion: 7 + m_Legacy: 0 + m_Compressed: 0 + m_UseHighQualityCurve: 1 + m_RotationCurves: [] + m_CompressedRotationCurves: [] + m_EulerCurves: + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0, y: 0, z: 0} + inSlope: {x: 0, y: 0, z: 0} + outSlope: {x: 0, y: 0, z: 0} + tangentMode: 0 + weightedMode: 0 + inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} + outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} + - serializedVersion: 3 + time: 0.16666667 + value: {x: 0, y: 0, z: 7.7980003} + inSlope: {x: Infinity, y: Infinity, z: Infinity} + outSlope: {x: 0, y: 0, z: 0} + tangentMode: 0 + weightedMode: 0 + inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} + outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} + - serializedVersion: 3 + time: 0.33333334 + value: {x: 0, y: 0, z: 0} + inSlope: {x: Infinity, y: Infinity, z: Infinity} + outSlope: {x: 0, y: 0, z: 0} + tangentMode: 0 + weightedMode: 0 + inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} + outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} + - serializedVersion: 3 + time: 3 + value: {x: 0, y: 0, z: 0} + inSlope: {x: 0, y: 0, z: 0} + outSlope: {x: 0, y: 0, z: 0} + tangentMode: 0 + weightedMode: 0 + inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} + outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} + - serializedVersion: 3 + time: 3.1666667 + value: {x: 0, y: 0, z: 2} + inSlope: {x: Infinity, y: Infinity, z: Infinity} + outSlope: {x: 0, y: 0, z: 0} + tangentMode: 0 + weightedMode: 0 + inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} + outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} + - serializedVersion: 3 + time: 3.3333333 + value: {x: 0, y: 0, z: 0} + inSlope: {x: Infinity, y: Infinity, z: Infinity} + outSlope: {x: 0, y: 0, z: 0} + tangentMode: 0 + weightedMode: 0 + inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} + outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + path: TV-in + m_PositionCurves: [] + m_ScaleCurves: [] + m_FloatCurves: + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.33333334 + value: 0 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 1.4166666 + value: 0 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 1.5 + value: 1 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 2.9166667 + value: 0 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 3 + value: 0 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_IsActive + path: voice1 + classID: 1 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.33333334 + value: 1 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 1.4166666 + value: 0 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 1.5 + value: 0 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 2.9166667 + value: 0 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 3 + value: 0 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_IsActive + path: voice2 + classID: 1 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.33333334 + value: 0 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 1.4166666 + value: 0 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 1.5 + value: 0 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 2.9166667 + value: 0 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 3 + value: 1 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_IsActive + path: voice3 + classID: 1 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 1.5 + value: 0 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_IsActive + path: TV-ghost + classID: 1 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 3 + value: 0 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 3.3333333 + value: 1 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_IsActive + path: TV-in/TV-black + classID: 1 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 3 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.3333333 + value: 0.77 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.45 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.75 + value: 0.77 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.0333333 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.3333335 + value: 0.77 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.5833335 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.883333 + value: 0.77 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.1666665 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.4666667 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.766667 + value: 0.77 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 6.05 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 6.35 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 6.65 + value: 0.77 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 6.9333334 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 7.233333 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 7.5333333 + value: 0.77 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 7.8166666 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 8.116667 + value: 0.77 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_Color.a + path: TV-in/TV-black + classID: 114 + script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 3 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_Color.a + path: TV-in/TV-out + classID: 114 + script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 3 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_Color.a + path: TV-in/TV-screen + classID: 114 + script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 3 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_Color.a + path: TV-in/TV-skyline + classID: 114 + script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3} + m_PPtrCurves: + - curve: + - time: 0 + value: {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - time: 0.083333336 + value: {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - time: 0.16666667 + value: {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - time: 0.25 + value: {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - time: 0.33333334 + value: {fileID: 21300000, guid: 7988fd026080f6c4ba146a6b818594ed, type: 3} + - time: 0.41666666 + value: {fileID: 21300000, guid: 007b4d3f4938dfb42a533237aff77641, type: 3} + - time: 0.51666665 + value: {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - time: 0.6 + value: {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - time: 0.6666667 + value: {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - time: 0.76666665 + value: {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - time: 0.85 + value: {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - time: 0.9166667 + value: {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - time: 1.0166667 + value: {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - time: 1.0833334 + value: {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - time: 1.1666666 + value: {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - time: 1.25 + value: {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - time: 1.3333334 + value: {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - time: 1.4166666 + value: {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - time: 1.5 + value: {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - time: 1.5833334 + value: {fileID: 21300000, guid: 7988fd026080f6c4ba146a6b818594ed, type: 3} + - time: 1.6666666 + value: {fileID: 21300000, guid: 007b4d3f4938dfb42a533237aff77641, type: 3} + - time: 1.7666667 + value: {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - time: 1.85 + value: {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - time: 1.9166666 + value: {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - time: 2.0166667 + value: {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - time: 2.1 + value: {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - time: 2.1666667 + value: {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - time: 2.2666667 + value: {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - time: 2.3333333 + value: {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - time: 2.4166667 + value: {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - time: 2.5 + value: {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - time: 2.5833333 + value: {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - time: 2.6666667 + value: {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - time: 2.75 + value: {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - time: 2.8333333 + value: {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - time: 2.9166667 + value: {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - time: 3 + value: {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - time: 3.0833333 + value: {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - time: 3.1666667 + value: {fileID: 21300000, guid: 7988fd026080f6c4ba146a6b818594ed, type: 3} + - time: 3.25 + value: {fileID: 21300000, guid: 007b4d3f4938dfb42a533237aff77641, type: 3} + - time: 3.3333333 + value: {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + attribute: m_Sprite + path: TV-in/TV-screen + classID: 114 + script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3} + - curve: + - time: 0 + value: {fileID: 21300000, guid: 392e8182dbbfeca42be1714e198bc000, type: 3} + - time: 0.16666667 + value: {fileID: 21300000, guid: 47bc30956403efb4aa07630d41a45773, type: 3} + - time: 0.33333334 + value: {fileID: 21300000, guid: 392e8182dbbfeca42be1714e198bc000, type: 3} + - time: 1.5 + value: {fileID: 21300000, guid: 52348e6d5618d1647812c5e660d4afe0, type: 3} + - time: 1.5833334 + value: {fileID: 21300000, guid: 1a6e7b60a40b96c4aa3b596e0bcf456c, type: 3} + - time: 1.8333334 + value: {fileID: 21300000, guid: 392e8182dbbfeca42be1714e198bc000, type: 3} + - time: 3 + value: {fileID: 21300000, guid: 618d18624fc2909428b7cf9687c67a69, type: 3} + - time: 3.1666667 + value: {fileID: 21300000, guid: e242c4ba4b17c4b40bc9ee9b3068aeb4, type: 3} + - time: 3.3333333 + value: {fileID: 21300000, guid: 392e8182dbbfeca42be1714e198bc000, type: 3} + - time: 4.5833335 + value: {fileID: 21300000, guid: 03b26bbe21c9e0e459a942f46263a817, type: 3} + attribute: m_Sprite + path: boy-0 + classID: 114 + script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3} + m_SampleRate: 60 + 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: 3413608298 + attribute: 4 + script: {fileID: 0} + typeID: 4 + customType: 4 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 842071499 + attribute: 2086281974 + script: {fileID: 0} + typeID: 1 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 2872683633 + attribute: 2086281974 + script: {fileID: 0} + typeID: 1 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3695090919 + attribute: 2086281974 + script: {fileID: 0} + typeID: 1 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 2315816844 + attribute: 2086281974 + script: {fileID: 0} + typeID: 1 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 485401755 + attribute: 2086281974 + script: {fileID: 0} + typeID: 1 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 485401755 + attribute: 304273561 + script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3} + typeID: 114 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 2377246744 + attribute: 2015549526 + script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3} + typeID: 114 + customType: 0 + isPPtrCurve: 1 + - serializedVersion: 2 + path: 457575929 + attribute: 2015549526 + script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3} + typeID: 114 + customType: 0 + isPPtrCurve: 1 + - serializedVersion: 2 + path: 1458259962 + attribute: 304273561 + script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3} + typeID: 114 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 2377246744 + attribute: 304273561 + script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3} + typeID: 114 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 329930358 + attribute: 304273561 + script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3} + typeID: 114 + customType: 0 + isPPtrCurve: 0 + pptrCurveMapping: + - {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - {fileID: 21300000, guid: 7988fd026080f6c4ba146a6b818594ed, type: 3} + - {fileID: 21300000, guid: 007b4d3f4938dfb42a533237aff77641, type: 3} + - {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - {fileID: 21300000, guid: 7988fd026080f6c4ba146a6b818594ed, type: 3} + - {fileID: 21300000, guid: 007b4d3f4938dfb42a533237aff77641, type: 3} + - {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - {fileID: 21300000, guid: 7988fd026080f6c4ba146a6b818594ed, type: 3} + - {fileID: 21300000, guid: 007b4d3f4938dfb42a533237aff77641, type: 3} + - {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - {fileID: 21300000, guid: 392e8182dbbfeca42be1714e198bc000, type: 3} + - {fileID: 21300000, guid: 47bc30956403efb4aa07630d41a45773, type: 3} + - {fileID: 21300000, guid: 392e8182dbbfeca42be1714e198bc000, type: 3} + - {fileID: 21300000, guid: 52348e6d5618d1647812c5e660d4afe0, type: 3} + - {fileID: 21300000, guid: 1a6e7b60a40b96c4aa3b596e0bcf456c, type: 3} + - {fileID: 21300000, guid: 392e8182dbbfeca42be1714e198bc000, type: 3} + - {fileID: 21300000, guid: 618d18624fc2909428b7cf9687c67a69, type: 3} + - {fileID: 21300000, guid: e242c4ba4b17c4b40bc9ee9b3068aeb4, type: 3} + - {fileID: 21300000, guid: 392e8182dbbfeca42be1714e198bc000, type: 3} + - {fileID: 21300000, guid: 03b26bbe21c9e0e459a942f46263a817, type: 3} + m_AnimationClipSettings: + serializedVersion: 2 + m_AdditiveReferencePoseClip: {fileID: 0} + m_AdditiveReferencePoseTime: 0 + m_StartTime: 0 + m_StopTime: 8.116667 + 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: 1 + m_KeepOriginalPositionXZ: 0 + m_HeightFromFeet: 0 + m_Mirror: 0 + m_EditorCurves: + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.16666667 + value: 0 + inSlope: Infinity + outSlope: 0 + tangentMode: 7 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.33333334 + value: 0 + inSlope: Infinity + outSlope: 0 + tangentMode: 7 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.1666667 + value: 0 + inSlope: Infinity + outSlope: 0 + tangentMode: 7 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.3333333 + value: 0 + inSlope: Infinity + outSlope: 0 + tangentMode: 7 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.x + path: TV-in + classID: 224 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.16666667 + value: 0 + inSlope: Infinity + outSlope: 0 + tangentMode: 7 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.33333334 + value: 0 + inSlope: Infinity + outSlope: 0 + tangentMode: 7 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.1666667 + value: 0 + inSlope: Infinity + outSlope: 0 + tangentMode: 7 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.3333333 + value: 0 + inSlope: Infinity + outSlope: 0 + tangentMode: 7 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.y + path: TV-in + classID: 224 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.16666667 + value: 7.7980003 + inSlope: Infinity + outSlope: 0 + tangentMode: 7 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.33333334 + value: 0 + inSlope: Infinity + outSlope: 0 + tangentMode: 7 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.1666667 + value: 2 + inSlope: Infinity + outSlope: 0 + tangentMode: 7 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.3333333 + value: 0 + inSlope: Infinity + outSlope: 0 + tangentMode: 7 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.z + path: TV-in + classID: 224 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.33333334 + value: 0 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 1.4166666 + value: 0 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 1.5 + value: 1 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 2.9166667 + value: 0 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 3 + value: 0 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_IsActive + path: voice1 + classID: 1 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.33333334 + value: 1 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 1.4166666 + value: 0 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 1.5 + value: 0 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 2.9166667 + value: 0 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 3 + value: 0 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_IsActive + path: voice2 + classID: 1 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.33333334 + value: 0 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 1.4166666 + value: 0 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 1.5 + value: 0 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 2.9166667 + value: 0 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 3 + value: 1 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_IsActive + path: voice3 + classID: 1 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 1.5 + value: 0 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_IsActive + path: TV-ghost + classID: 1 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 3 + value: 0 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 3.3333333 + value: 1 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_IsActive + path: TV-in/TV-black + classID: 1 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 3 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.3333333 + value: 0.77 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.45 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.75 + value: 0.77 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.0333333 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.3333335 + value: 0.77 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.5833335 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.883333 + value: 0.77 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.1666665 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.4666667 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.766667 + value: 0.77 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 6.05 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 6.35 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 6.65 + value: 0.77 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 6.9333334 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 7.233333 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 7.5333333 + value: 0.77 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 7.8166666 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 8.116667 + value: 0.77 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_Color.a + path: TV-in/TV-black + classID: 114 + script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 3 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_Color.a + path: TV-in/TV-out + classID: 114 + script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 3 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_Color.a + path: TV-in/TV-screen + classID: 114 + script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 3 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_Color.a + path: TV-in/TV-skyline + classID: 114 + script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3} + m_EulerEditorCurves: + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.x + path: TV-in + classID: 224 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.y + path: TV-in + classID: 224 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.z + path: TV-in + classID: 224 + script: {fileID: 0} + m_HasGenericRootTransform: 0 + m_HasMotionFloatCurves: 0 + m_Events: [] diff --git a/Assets/Art/Level/50/animation/2_1_3.anim.meta b/Assets/Art/Level/50/animation/2_1_3.anim.meta new file mode 100644 index 00000000..06917a08 --- /dev/null +++ b/Assets/Art/Level/50/animation/2_1_3.anim.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: f1ab220793033984280039afe0100d7a +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 7400000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Art/Level/50/animation/2_2_1.anim b/Assets/Art/Level/50/animation/2_2_1.anim new file mode 100644 index 00000000..245f5eb0 --- /dev/null +++ b/Assets/Art/Level/50/animation/2_2_1.anim @@ -0,0 +1,1246 @@ +%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: 2_2_1 + serializedVersion: 7 + m_Legacy: 0 + m_Compressed: 0 + m_UseHighQualityCurve: 1 + m_RotationCurves: [] + m_CompressedRotationCurves: [] + m_EulerCurves: + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0, y: 0, z: 0} + inSlope: {x: 0, y: 0, z: 0} + outSlope: {x: 0, y: 0, z: 0} + tangentMode: 0 + weightedMode: 0 + inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} + outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} + - serializedVersion: 3 + time: 0.16666667 + value: {x: 0, y: 0, z: 7.7980003} + inSlope: {x: Infinity, y: Infinity, z: Infinity} + outSlope: {x: 0, y: 0, z: 0} + tangentMode: 0 + weightedMode: 0 + inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} + outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} + - serializedVersion: 3 + time: 0.33333334 + value: {x: 0, y: 0, z: 0} + inSlope: {x: Infinity, y: Infinity, z: Infinity} + outSlope: {x: 0, y: 0, z: 0} + tangentMode: 0 + weightedMode: 0 + inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} + outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} + - serializedVersion: 3 + time: 1.5 + value: {x: 0, y: 0, z: 0} + inSlope: {x: 0, y: 0, z: 0} + outSlope: {x: 0, y: 0, z: 0} + tangentMode: 0 + weightedMode: 0 + inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} + outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} + - serializedVersion: 3 + time: 1.6666666 + value: {x: 0, y: 0, z: 7.7980003} + inSlope: {x: Infinity, y: Infinity, z: Infinity} + outSlope: {x: 0, y: 0, z: 0} + tangentMode: 0 + weightedMode: 0 + inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} + outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} + - serializedVersion: 3 + time: 1.8333334 + value: {x: 0, y: 0, z: 0} + inSlope: {x: Infinity, y: Infinity, z: Infinity} + outSlope: {x: 0, y: 0, z: 0} + tangentMode: 0 + weightedMode: 0 + inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} + outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + path: TV-in + m_PositionCurves: [] + m_ScaleCurves: [] + m_FloatCurves: + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.33333334 + value: 0 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 1.4166666 + value: 0 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 1.5 + value: 0 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 2.9166667 + value: 0 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 3 + value: 1 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 4.4166665 + value: 0 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_IsActive + path: voice1 + classID: 1 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.33333334 + value: 1 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 1.4166666 + value: 0 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 1.5 + value: 1 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 2.9166667 + value: 0 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 3 + value: 0 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 4.4166665 + value: 0 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_IsActive + path: voice2 + classID: 1 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.33333334 + value: 0 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 1.4166666 + value: 0 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 1.5 + value: 0 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 2.9166667 + value: 0 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 3 + value: 0 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 4.4166665 + value: 0 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_IsActive + path: voice3 + classID: 1 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 3 + value: 0 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_IsActive + path: TV-ghost + classID: 1 + script: {fileID: 0} + m_PPtrCurves: + - curve: + - time: 0 + value: {fileID: 21300000, guid: 392e8182dbbfeca42be1714e198bc000, type: 3} + - time: 0.16666667 + value: {fileID: 21300000, guid: 47bc30956403efb4aa07630d41a45773, type: 3} + - time: 0.33333334 + value: {fileID: 21300000, guid: 392e8182dbbfeca42be1714e198bc000, type: 3} + - time: 1.5 + value: {fileID: 21300000, guid: 392e8182dbbfeca42be1714e198bc000, type: 3} + - time: 1.6666666 + value: {fileID: 21300000, guid: 47bc30956403efb4aa07630d41a45773, type: 3} + - time: 1.8333334 + value: {fileID: 21300000, guid: 392e8182dbbfeca42be1714e198bc000, type: 3} + - time: 3 + value: {fileID: 21300000, guid: 52348e6d5618d1647812c5e660d4afe0, type: 3} + - time: 3.0833333 + value: {fileID: 21300000, guid: 1a6e7b60a40b96c4aa3b596e0bcf456c, type: 3} + - time: 3.3333333 + value: {fileID: 21300000, guid: 392e8182dbbfeca42be1714e198bc000, type: 3} + - time: 4.5833335 + value: {fileID: 21300000, guid: 03b26bbe21c9e0e459a942f46263a817, type: 3} + attribute: m_Sprite + path: boy-0 + classID: 114 + script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3} + - curve: + - time: 0 + value: {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - time: 0.083333336 + value: {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - time: 0.16666667 + value: {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - time: 0.25 + value: {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - time: 0.33333334 + value: {fileID: 21300000, guid: 7988fd026080f6c4ba146a6b818594ed, type: 3} + - time: 0.41666666 + value: {fileID: 21300000, guid: 007b4d3f4938dfb42a533237aff77641, type: 3} + - time: 0.51666665 + value: {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - time: 0.6 + value: {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - time: 0.6666667 + value: {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - time: 0.76666665 + value: {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - time: 0.85 + value: {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - time: 0.9166667 + value: {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - time: 1.0166667 + value: {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - time: 1.0833334 + value: {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - time: 1.1666666 + value: {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - time: 1.25 + value: {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - time: 1.3333334 + value: {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - time: 1.4166666 + value: {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - time: 1.5 + value: {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - time: 1.5833334 + value: {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - time: 1.6666666 + value: {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - time: 1.75 + value: {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - time: 1.8333334 + value: {fileID: 21300000, guid: 7988fd026080f6c4ba146a6b818594ed, type: 3} + - time: 1.9166666 + value: {fileID: 21300000, guid: 007b4d3f4938dfb42a533237aff77641, type: 3} + - time: 2.0166667 + value: {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - time: 2.1 + value: {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - time: 2.1666667 + value: {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - time: 2.2666667 + value: {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - time: 2.35 + value: {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - time: 2.4166667 + value: {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - time: 2.5166667 + value: {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - time: 2.5833333 + value: {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - time: 2.6666667 + value: {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - time: 2.75 + value: {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - time: 2.8333333 + value: {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - time: 2.9166667 + value: {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - time: 3 + value: {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - time: 3.0833333 + value: {fileID: 21300000, guid: 7988fd026080f6c4ba146a6b818594ed, type: 3} + - time: 3.1666667 + value: {fileID: 21300000, guid: 007b4d3f4938dfb42a533237aff77641, type: 3} + - time: 3.2666667 + value: {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - time: 3.35 + value: {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - time: 3.4166667 + value: {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - time: 3.5166667 + value: {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - time: 3.6 + value: {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - time: 3.6666667 + value: {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - time: 3.7666667 + value: {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - time: 3.8333333 + value: {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - time: 3.9166667 + value: {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - time: 4 + value: {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - time: 4.0833335 + value: {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - time: 4.1666665 + value: {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - time: 4.25 + value: {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - time: 4.3333335 + value: {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - time: 4.4166665 + value: {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - time: 4.5833335 + value: {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - time: 4.6666665 + value: {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - time: 4.733333 + value: {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - time: 4.8333335 + value: {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - time: 4.9166665 + value: {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - time: 4.983333 + value: {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - time: 5.0833335 + value: {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - time: 5.15 + value: {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - time: 5.233333 + value: {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - time: 5.3166666 + value: {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - time: 5.4 + value: {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - time: 5.483333 + value: {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - time: 5.55 + value: {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - time: 5.65 + value: {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - time: 5.733333 + value: {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - time: 5.8 + value: {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - time: 5.9 + value: {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - time: 5.9666667 + value: {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - time: 6.05 + value: {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - time: 6.133333 + value: {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - time: 6.2166667 + value: {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - time: 6.3 + value: {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - time: 6.366667 + value: {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - time: 6.4666667 + value: {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - time: 6.55 + value: {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - time: 6.616667 + value: {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - time: 6.7166667 + value: {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - time: 6.7833333 + value: {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - time: 6.866667 + value: {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - time: 6.95 + value: {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - time: 7.0333333 + value: {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - time: 7.116667 + value: {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - time: 7.1833334 + value: {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - time: 7.2833333 + value: {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - time: 7.366667 + value: {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - time: 7.4333334 + value: {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - time: 7.5333333 + value: {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - time: 7.6 + value: {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - time: 7.6833334 + value: {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - time: 7.766667 + value: {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - time: 7.85 + value: {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - time: 7.9333334 + value: {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - time: 8 + value: {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - time: 8.1 + value: {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - time: 8.183333 + value: {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - time: 8.25 + value: {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - time: 8.35 + value: {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - time: 8.416667 + value: {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - time: 8.5 + value: {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - time: 8.583333 + value: {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - time: 8.666667 + value: {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - time: 8.75 + value: {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - time: 8.816667 + value: {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - time: 8.916667 + value: {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - time: 9 + value: {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - time: 9.066667 + value: {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - time: 9.166667 + value: {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - time: 9.233334 + value: {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - time: 9.316667 + value: {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - time: 9.4 + value: {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - time: 9.483334 + value: {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + attribute: m_Sprite + path: TV-in/TV-screen + classID: 114 + script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3} + m_SampleRate: 60 + 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: 3413608298 + attribute: 4 + script: {fileID: 0} + typeID: 4 + customType: 4 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 842071499 + attribute: 2086281974 + script: {fileID: 0} + typeID: 1 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 2872683633 + attribute: 2086281974 + script: {fileID: 0} + typeID: 1 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3695090919 + attribute: 2086281974 + script: {fileID: 0} + typeID: 1 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 2315816844 + attribute: 2086281974 + script: {fileID: 0} + typeID: 1 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 457575929 + attribute: 2015549526 + script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3} + typeID: 114 + customType: 0 + isPPtrCurve: 1 + - serializedVersion: 2 + path: 2377246744 + attribute: 2015549526 + script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3} + typeID: 114 + customType: 0 + isPPtrCurve: 1 + pptrCurveMapping: + - {fileID: 21300000, guid: 392e8182dbbfeca42be1714e198bc000, type: 3} + - {fileID: 21300000, guid: 47bc30956403efb4aa07630d41a45773, type: 3} + - {fileID: 21300000, guid: 392e8182dbbfeca42be1714e198bc000, type: 3} + - {fileID: 21300000, guid: 392e8182dbbfeca42be1714e198bc000, type: 3} + - {fileID: 21300000, guid: 47bc30956403efb4aa07630d41a45773, type: 3} + - {fileID: 21300000, guid: 392e8182dbbfeca42be1714e198bc000, type: 3} + - {fileID: 21300000, guid: 52348e6d5618d1647812c5e660d4afe0, type: 3} + - {fileID: 21300000, guid: 1a6e7b60a40b96c4aa3b596e0bcf456c, type: 3} + - {fileID: 21300000, guid: 392e8182dbbfeca42be1714e198bc000, type: 3} + - {fileID: 21300000, guid: 03b26bbe21c9e0e459a942f46263a817, type: 3} + - {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - {fileID: 21300000, guid: 7988fd026080f6c4ba146a6b818594ed, type: 3} + - {fileID: 21300000, guid: 007b4d3f4938dfb42a533237aff77641, type: 3} + - {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - {fileID: 21300000, guid: 7988fd026080f6c4ba146a6b818594ed, type: 3} + - {fileID: 21300000, guid: 007b4d3f4938dfb42a533237aff77641, type: 3} + - {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - {fileID: 21300000, guid: 7988fd026080f6c4ba146a6b818594ed, type: 3} + - {fileID: 21300000, guid: 007b4d3f4938dfb42a533237aff77641, type: 3} + - {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + m_AnimationClipSettings: + serializedVersion: 2 + m_AdditiveReferencePoseClip: {fileID: 0} + m_AdditiveReferencePoseTime: 0 + m_StartTime: 0 + m_StopTime: 9.5 + 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: 1 + m_KeepOriginalPositionXZ: 0 + m_HeightFromFeet: 0 + m_Mirror: 0 + m_EditorCurves: + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.33333334 + value: 0 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 1.4166666 + value: 0 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 1.5 + value: 0 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 2.9166667 + value: 0 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 3 + value: 1 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 4.4166665 + value: 0 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_IsActive + path: voice1 + classID: 1 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.33333334 + value: 1 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 1.4166666 + value: 0 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 1.5 + value: 1 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 2.9166667 + value: 0 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 3 + value: 0 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 4.4166665 + value: 0 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_IsActive + path: voice2 + classID: 1 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.33333334 + value: 0 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 1.4166666 + value: 0 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 1.5 + value: 0 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 2.9166667 + value: 0 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 3 + value: 0 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 4.4166665 + value: 0 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_IsActive + path: voice3 + classID: 1 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.16666667 + value: 0 + inSlope: Infinity + outSlope: 0 + tangentMode: 7 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.33333334 + value: 0 + inSlope: Infinity + outSlope: 0 + tangentMode: 7 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.5 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.6666666 + value: 0 + inSlope: Infinity + outSlope: 0 + tangentMode: 7 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.8333334 + value: 0 + inSlope: Infinity + outSlope: 0 + tangentMode: 7 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.x + path: TV-in + classID: 224 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.16666667 + value: 0 + inSlope: Infinity + outSlope: 0 + tangentMode: 7 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.33333334 + value: 0 + inSlope: Infinity + outSlope: 0 + tangentMode: 7 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.5 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.6666666 + value: 0 + inSlope: Infinity + outSlope: 0 + tangentMode: 7 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.8333334 + value: 0 + inSlope: Infinity + outSlope: 0 + tangentMode: 7 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.y + path: TV-in + classID: 224 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.16666667 + value: 7.7980003 + inSlope: Infinity + outSlope: 0 + tangentMode: 7 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.33333334 + value: 0 + inSlope: Infinity + outSlope: 0 + tangentMode: 7 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.5 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.6666666 + value: 7.7980003 + inSlope: Infinity + outSlope: 0 + tangentMode: 7 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.8333334 + value: 0 + inSlope: Infinity + outSlope: 0 + tangentMode: 7 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.z + path: TV-in + classID: 224 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 3 + value: 0 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_IsActive + path: TV-ghost + classID: 1 + script: {fileID: 0} + m_EulerEditorCurves: + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.x + path: TV-in + classID: 224 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.y + path: TV-in + classID: 224 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.z + path: TV-in + classID: 224 + script: {fileID: 0} + m_HasGenericRootTransform: 0 + m_HasMotionFloatCurves: 0 + m_Events: [] diff --git a/Assets/Art/Level/50/animation/2_2_1.anim.meta b/Assets/Art/Level/50/animation/2_2_1.anim.meta new file mode 100644 index 00000000..b4f662e0 --- /dev/null +++ b/Assets/Art/Level/50/animation/2_2_1.anim.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 542e4871625bf3949b0244a6d390e8b4 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 7400000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Art/Level/50/animation/2_2_2.anim b/Assets/Art/Level/50/animation/2_2_2.anim index 8273fad4..ee93f86c 100644 --- a/Assets/Art/Level/50/animation/2_2_2.anim +++ b/Assets/Art/Level/50/animation/2_2_2.anim @@ -696,42 +696,6 @@ AnimationClip: value: {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} - time: 1.8333334 value: {fileID: 21300000, guid: 7988fd026080f6c4ba146a6b818594ed, type: 3} - - time: 1.9166666 - value: {fileID: 21300000, guid: 007b4d3f4938dfb42a533237aff77641, type: 3} - - time: 2.0166667 - value: {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} - - time: 2.1 - value: {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} - - time: 2.1666667 - value: {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} - - time: 2.2666667 - value: {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} - - time: 2.35 - value: {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} - - time: 2.4166667 - value: {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} - - time: 2.5166667 - value: {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} - - time: 2.5833333 - value: {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} - - time: 2.6666667 - value: {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} - - time: 2.75 - value: {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} - - time: 2.8333333 - value: {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} - - time: 2.9166667 - value: {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} - - time: 3 - value: {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} - - time: 3.0833333 - value: {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} - - time: 3.1666667 - value: {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} - - time: 3.25 - value: {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} - - time: 3.3333333 - value: {fileID: 21300000, guid: 7988fd026080f6c4ba146a6b818594ed, type: 3} attribute: m_Sprite path: TV-in/TV-screen classID: 114 @@ -896,24 +860,6 @@ AnimationClip: - {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} - {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} - {fileID: 21300000, guid: 7988fd026080f6c4ba146a6b818594ed, type: 3} - - {fileID: 21300000, guid: 007b4d3f4938dfb42a533237aff77641, type: 3} - - {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} - - {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} - - {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} - - {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} - - {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} - - {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} - - {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} - - {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} - - {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} - - {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} - - {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} - - {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} - - {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} - - {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} - - {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} - - {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} - - {fileID: 21300000, guid: 7988fd026080f6c4ba146a6b818594ed, type: 3} m_AnimationClipSettings: serializedVersion: 2 m_AdditiveReferencePoseClip: {fileID: 0} diff --git a/Assets/Art/Level/50/animation/2_2_3.anim b/Assets/Art/Level/50/animation/2_2_3.anim new file mode 100644 index 00000000..ff0d49f0 --- /dev/null +++ b/Assets/Art/Level/50/animation/2_2_3.anim @@ -0,0 +1,1654 @@ +%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: 2_2_3 + serializedVersion: 7 + m_Legacy: 0 + m_Compressed: 0 + m_UseHighQualityCurve: 1 + m_RotationCurves: [] + m_CompressedRotationCurves: [] + m_EulerCurves: + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0, y: 0, z: 0} + inSlope: {x: 0, y: 0, z: 0} + outSlope: {x: 0, y: 0, z: 0} + tangentMode: 0 + weightedMode: 0 + inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} + outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} + - serializedVersion: 3 + time: 0.16666667 + value: {x: 0, y: 0, z: 7.7980003} + inSlope: {x: Infinity, y: Infinity, z: Infinity} + outSlope: {x: 0, y: 0, z: 0} + tangentMode: 0 + weightedMode: 0 + inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} + outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} + - serializedVersion: 3 + time: 0.33333334 + value: {x: 0, y: 0, z: 0} + inSlope: {x: Infinity, y: Infinity, z: Infinity} + outSlope: {x: 0, y: 0, z: 0} + tangentMode: 0 + weightedMode: 0 + inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} + outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} + - serializedVersion: 3 + time: 1.5 + value: {x: 0, y: 0, z: 0} + inSlope: {x: 0, y: 0, z: 0} + outSlope: {x: 0, y: 0, z: 0} + tangentMode: 0 + weightedMode: 0 + inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} + outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} + - serializedVersion: 3 + time: 1.6666666 + value: {x: 0, y: 0, z: 7.7980003} + inSlope: {x: Infinity, y: Infinity, z: Infinity} + outSlope: {x: 0, y: 0, z: 0} + tangentMode: 0 + weightedMode: 0 + inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} + outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} + - serializedVersion: 3 + time: 1.8333334 + value: {x: 0, y: 0, z: 0} + inSlope: {x: Infinity, y: Infinity, z: Infinity} + outSlope: {x: 0, y: 0, z: 0} + tangentMode: 0 + weightedMode: 0 + inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} + outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} + - serializedVersion: 3 + time: 3 + value: {x: 0, y: 0, z: 0} + inSlope: {x: 0, y: 0, z: 0} + outSlope: {x: 0, y: 0, z: 0} + tangentMode: 0 + weightedMode: 0 + inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} + outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} + - serializedVersion: 3 + time: 3.1666667 + value: {x: 0, y: 0, z: 2} + inSlope: {x: Infinity, y: Infinity, z: Infinity} + outSlope: {x: 0, y: 0, z: 0} + tangentMode: 0 + weightedMode: 0 + inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} + outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} + - serializedVersion: 3 + time: 3.3333333 + value: {x: 0, y: 0, z: 0} + inSlope: {x: Infinity, y: Infinity, z: Infinity} + outSlope: {x: 0, y: 0, z: 0} + tangentMode: 0 + weightedMode: 0 + inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} + outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + path: TV-in + m_PositionCurves: [] + m_ScaleCurves: [] + m_FloatCurves: + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.33333334 + value: 0 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 1.4166666 + value: 0 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 1.5 + value: 0 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 2.9166667 + value: 0 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 3 + value: 0 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 4.4166665 + value: 0 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_IsActive + path: voice1 + classID: 1 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.33333334 + value: 1 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 1.4166666 + value: 0 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 1.5 + value: 1 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 2.9166667 + value: 0 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 3 + value: 0 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 4.4166665 + value: 0 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_IsActive + path: voice2 + classID: 1 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.33333334 + value: 0 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 1.4166666 + value: 0 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 1.5 + value: 0 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 2.9166667 + value: 0 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 3 + value: 1 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 4.4166665 + value: 0 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_IsActive + path: voice3 + classID: 1 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 3 + value: 0 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 3.3333333 + value: 1 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_IsActive + path: TV-in/TV-black + classID: 1 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 3 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.3333333 + value: 0.77 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.45 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.75 + value: 0.77 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.0333333 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.3333335 + value: 0.77 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.5833335 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.883333 + value: 0.77 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.1666665 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.4666667 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.766667 + value: 0.77 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 6.05 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 6.35 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 6.65 + value: 0.77 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 6.9333334 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 7.233333 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 7.5333333 + value: 0.77 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 7.8166666 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 8.116667 + value: 0.77 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_Color.a + path: TV-in/TV-black + classID: 114 + script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 3 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_Color.a + path: TV-in/TV-out + classID: 114 + script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 3 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_Color.a + path: TV-in/TV-screen + classID: 114 + script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 3 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_Color.a + path: TV-in/TV-skyline + classID: 114 + script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3} + m_PPtrCurves: + - curve: + - time: 0 + value: {fileID: 21300000, guid: 392e8182dbbfeca42be1714e198bc000, type: 3} + - time: 0.16666667 + value: {fileID: 21300000, guid: 47bc30956403efb4aa07630d41a45773, type: 3} + - time: 0.33333334 + value: {fileID: 21300000, guid: 392e8182dbbfeca42be1714e198bc000, type: 3} + - time: 1.5 + value: {fileID: 21300000, guid: 392e8182dbbfeca42be1714e198bc000, type: 3} + - time: 1.6666666 + value: {fileID: 21300000, guid: 47bc30956403efb4aa07630d41a45773, type: 3} + - time: 1.8333334 + value: {fileID: 21300000, guid: 392e8182dbbfeca42be1714e198bc000, type: 3} + - time: 3 + value: {fileID: 21300000, guid: 618d18624fc2909428b7cf9687c67a69, type: 3} + - time: 3.1666667 + value: {fileID: 21300000, guid: e242c4ba4b17c4b40bc9ee9b3068aeb4, type: 3} + - time: 3.3333333 + value: {fileID: 21300000, guid: 392e8182dbbfeca42be1714e198bc000, type: 3} + - time: 4.5833335 + value: {fileID: 21300000, guid: 03b26bbe21c9e0e459a942f46263a817, type: 3} + attribute: m_Sprite + path: boy-0 + classID: 114 + script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3} + - curve: + - time: 0 + value: {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - time: 0.083333336 + value: {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - time: 0.16666667 + value: {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - time: 0.25 + value: {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - time: 0.33333334 + value: {fileID: 21300000, guid: 7988fd026080f6c4ba146a6b818594ed, type: 3} + - time: 0.41666666 + value: {fileID: 21300000, guid: 007b4d3f4938dfb42a533237aff77641, type: 3} + - time: 0.51666665 + value: {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - time: 0.6 + value: {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - time: 0.6666667 + value: {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - time: 0.76666665 + value: {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - time: 0.85 + value: {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - time: 0.9166667 + value: {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - time: 1.0166667 + value: {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - time: 1.0833334 + value: {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - time: 1.1666666 + value: {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - time: 1.25 + value: {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - time: 1.3333334 + value: {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - time: 1.4166666 + value: {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - time: 1.5 + value: {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - time: 1.5833334 + value: {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - time: 1.6666666 + value: {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - time: 1.75 + value: {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - time: 1.8333334 + value: {fileID: 21300000, guid: 7988fd026080f6c4ba146a6b818594ed, type: 3} + - time: 1.9166666 + value: {fileID: 21300000, guid: 007b4d3f4938dfb42a533237aff77641, type: 3} + - time: 2.0166667 + value: {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - time: 2.1 + value: {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - time: 2.1666667 + value: {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - time: 2.2666667 + value: {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - time: 2.35 + value: {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - time: 2.4166667 + value: {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - time: 2.5166667 + value: {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - time: 2.5833333 + value: {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - time: 2.6666667 + value: {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - time: 2.75 + value: {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - time: 2.8333333 + value: {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - time: 2.9166667 + value: {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - time: 3 + value: {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - time: 3.0833333 + value: {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - time: 3.1666667 + value: {fileID: 21300000, guid: 7988fd026080f6c4ba146a6b818594ed, type: 3} + - time: 3.25 + value: {fileID: 21300000, guid: 007b4d3f4938dfb42a533237aff77641, type: 3} + - time: 3.3333333 + value: {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + attribute: m_Sprite + path: TV-in/TV-screen + classID: 114 + script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3} + m_SampleRate: 60 + 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: 3413608298 + attribute: 4 + script: {fileID: 0} + typeID: 4 + customType: 4 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 842071499 + attribute: 2086281974 + script: {fileID: 0} + typeID: 1 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 2872683633 + attribute: 2086281974 + script: {fileID: 0} + typeID: 1 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3695090919 + attribute: 2086281974 + script: {fileID: 0} + typeID: 1 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 485401755 + attribute: 2086281974 + script: {fileID: 0} + typeID: 1 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 485401755 + attribute: 304273561 + script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3} + typeID: 114 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 457575929 + attribute: 2015549526 + script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3} + typeID: 114 + customType: 0 + isPPtrCurve: 1 + - serializedVersion: 2 + path: 2377246744 + attribute: 2015549526 + script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3} + typeID: 114 + customType: 0 + isPPtrCurve: 1 + - serializedVersion: 2 + path: 1458259962 + attribute: 304273561 + script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3} + typeID: 114 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 2377246744 + attribute: 304273561 + script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3} + typeID: 114 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 329930358 + attribute: 304273561 + script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3} + typeID: 114 + customType: 0 + isPPtrCurve: 0 + pptrCurveMapping: + - {fileID: 21300000, guid: 392e8182dbbfeca42be1714e198bc000, type: 3} + - {fileID: 21300000, guid: 47bc30956403efb4aa07630d41a45773, type: 3} + - {fileID: 21300000, guid: 392e8182dbbfeca42be1714e198bc000, type: 3} + - {fileID: 21300000, guid: 392e8182dbbfeca42be1714e198bc000, type: 3} + - {fileID: 21300000, guid: 47bc30956403efb4aa07630d41a45773, type: 3} + - {fileID: 21300000, guid: 392e8182dbbfeca42be1714e198bc000, type: 3} + - {fileID: 21300000, guid: 618d18624fc2909428b7cf9687c67a69, type: 3} + - {fileID: 21300000, guid: e242c4ba4b17c4b40bc9ee9b3068aeb4, type: 3} + - {fileID: 21300000, guid: 392e8182dbbfeca42be1714e198bc000, type: 3} + - {fileID: 21300000, guid: 03b26bbe21c9e0e459a942f46263a817, type: 3} + - {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - {fileID: 21300000, guid: 7988fd026080f6c4ba146a6b818594ed, type: 3} + - {fileID: 21300000, guid: 007b4d3f4938dfb42a533237aff77641, type: 3} + - {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - {fileID: 21300000, guid: 7988fd026080f6c4ba146a6b818594ed, type: 3} + - {fileID: 21300000, guid: 007b4d3f4938dfb42a533237aff77641, type: 3} + - {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - {fileID: 21300000, guid: 7988fd026080f6c4ba146a6b818594ed, type: 3} + - {fileID: 21300000, guid: 007b4d3f4938dfb42a533237aff77641, type: 3} + - {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + m_AnimationClipSettings: + serializedVersion: 2 + m_AdditiveReferencePoseClip: {fileID: 0} + m_AdditiveReferencePoseTime: 0 + m_StartTime: 0 + m_StopTime: 8.116667 + 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: 1 + m_KeepOriginalPositionXZ: 0 + m_HeightFromFeet: 0 + m_Mirror: 0 + m_EditorCurves: + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.33333334 + value: 0 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 1.4166666 + value: 0 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 1.5 + value: 0 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 2.9166667 + value: 0 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 3 + value: 0 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 4.4166665 + value: 0 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_IsActive + path: voice1 + classID: 1 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.33333334 + value: 1 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 1.4166666 + value: 0 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 1.5 + value: 1 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 2.9166667 + value: 0 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 3 + value: 0 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 4.4166665 + value: 0 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_IsActive + path: voice2 + classID: 1 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.33333334 + value: 0 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 1.4166666 + value: 0 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 1.5 + value: 0 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 2.9166667 + value: 0 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 3 + value: 1 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 4.4166665 + value: 0 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_IsActive + path: voice3 + classID: 1 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.16666667 + value: 0 + inSlope: Infinity + outSlope: 0 + tangentMode: 7 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.33333334 + value: 0 + inSlope: Infinity + outSlope: 0 + tangentMode: 7 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.5 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.6666666 + value: 0 + inSlope: Infinity + outSlope: 0 + tangentMode: 7 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.8333334 + value: 0 + inSlope: Infinity + outSlope: 0 + tangentMode: 7 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.1666667 + value: 0 + inSlope: Infinity + outSlope: 0 + tangentMode: 7 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.3333333 + value: 0 + inSlope: Infinity + outSlope: 0 + tangentMode: 7 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.x + path: TV-in + classID: 224 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.16666667 + value: 0 + inSlope: Infinity + outSlope: 0 + tangentMode: 7 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.33333334 + value: 0 + inSlope: Infinity + outSlope: 0 + tangentMode: 7 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.5 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.6666666 + value: 0 + inSlope: Infinity + outSlope: 0 + tangentMode: 7 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.8333334 + value: 0 + inSlope: Infinity + outSlope: 0 + tangentMode: 7 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.1666667 + value: 0 + inSlope: Infinity + outSlope: 0 + tangentMode: 7 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.3333333 + value: 0 + inSlope: Infinity + outSlope: 0 + tangentMode: 7 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.y + path: TV-in + classID: 224 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.16666667 + value: 7.7980003 + inSlope: Infinity + outSlope: 0 + tangentMode: 7 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.33333334 + value: 0 + inSlope: Infinity + outSlope: 0 + tangentMode: 7 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.5 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.6666666 + value: 7.7980003 + inSlope: Infinity + outSlope: 0 + tangentMode: 7 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.8333334 + value: 0 + inSlope: Infinity + outSlope: 0 + tangentMode: 7 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.1666667 + value: 2 + inSlope: Infinity + outSlope: 0 + tangentMode: 7 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.3333333 + value: 0 + inSlope: Infinity + outSlope: 0 + tangentMode: 7 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.z + path: TV-in + classID: 224 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 3 + value: 0 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 3.3333333 + value: 1 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_IsActive + path: TV-in/TV-black + classID: 1 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 3 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.3333333 + value: 0.77 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.45 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.75 + value: 0.77 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.0333333 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.3333335 + value: 0.77 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.5833335 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.883333 + value: 0.77 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.1666665 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.4666667 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.766667 + value: 0.77 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 6.05 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 6.35 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 6.65 + value: 0.77 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 6.9333334 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 7.233333 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 7.5333333 + value: 0.77 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 7.8166666 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 8.116667 + value: 0.77 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_Color.a + path: TV-in/TV-black + classID: 114 + script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 3 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_Color.a + path: TV-in/TV-out + classID: 114 + script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 3 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_Color.a + path: TV-in/TV-screen + classID: 114 + script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 3 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_Color.a + path: TV-in/TV-skyline + classID: 114 + script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3} + m_EulerEditorCurves: + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.x + path: TV-in + classID: 224 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.y + path: TV-in + classID: 224 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.z + path: TV-in + classID: 224 + script: {fileID: 0} + m_HasGenericRootTransform: 0 + m_HasMotionFloatCurves: 0 + m_Events: [] diff --git a/Assets/Art/Level/50/animation/2_2_3.anim.meta b/Assets/Art/Level/50/animation/2_2_3.anim.meta new file mode 100644 index 00000000..1d32b881 --- /dev/null +++ b/Assets/Art/Level/50/animation/2_2_3.anim.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: c577119d6644cfa4dacdfdaa426d42b3 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 7400000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Art/Level/50/animation/2_3_1.anim b/Assets/Art/Level/50/animation/2_3_1.anim new file mode 100644 index 00000000..a3089b7e --- /dev/null +++ b/Assets/Art/Level/50/animation/2_3_1.anim @@ -0,0 +1,1504 @@ +%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: 2_3_1 + serializedVersion: 7 + m_Legacy: 0 + m_Compressed: 0 + m_UseHighQualityCurve: 1 + m_RotationCurves: [] + m_CompressedRotationCurves: [] + m_EulerCurves: + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0, y: 0, z: 0} + inSlope: {x: 0, y: 0, z: 0} + outSlope: {x: 0, y: 0, z: 0} + tangentMode: 0 + weightedMode: 0 + inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} + outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} + - serializedVersion: 3 + time: 0.16666667 + value: {x: 0, y: 0, z: 7.7980003} + inSlope: {x: Infinity, y: Infinity, z: Infinity} + outSlope: {x: 0, y: 0, z: 0} + tangentMode: 0 + weightedMode: 0 + inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} + outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} + - serializedVersion: 3 + time: 0.33333334 + value: {x: 0, y: 0, z: 0} + inSlope: {x: Infinity, y: Infinity, z: Infinity} + outSlope: {x: 0, y: 0, z: 0} + tangentMode: 0 + weightedMode: 0 + inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} + outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} + - serializedVersion: 3 + time: 1.5 + value: {x: 0, y: 0, z: 0} + inSlope: {x: 0, y: 0, z: 0} + outSlope: {x: 0, y: 0, z: 0} + tangentMode: 0 + weightedMode: 0 + inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} + outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} + - serializedVersion: 3 + time: 1.6666666 + value: {x: 0, y: 0, z: 2} + inSlope: {x: Infinity, y: Infinity, z: Infinity} + outSlope: {x: 0, y: 0, z: 0} + tangentMode: 0 + weightedMode: 0 + inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} + outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} + - serializedVersion: 3 + time: 1.8333334 + value: {x: 0, y: 0, z: 0} + inSlope: {x: Infinity, y: Infinity, z: Infinity} + outSlope: {x: 0, y: 0, z: 0} + tangentMode: 0 + weightedMode: 0 + inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} + outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + path: TV-in + m_PositionCurves: [] + m_ScaleCurves: [] + m_FloatCurves: + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.33333334 + value: 0 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 1.4166666 + value: 0 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 1.5 + value: 1 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 3 + value: 0 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 4.4166665 + value: 0 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_IsActive + path: voice3 + classID: 1 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.33333334 + value: 1 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 1.4166666 + value: 0 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 1.5 + value: 0 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 3 + value: 0 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 4.4166665 + value: 0 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_IsActive + path: voice2 + classID: 1 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.33333334 + value: 0 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 1.4166666 + value: 0 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 1.5 + value: 0 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 3 + value: 1 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 4.4166665 + value: 0 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_IsActive + path: voice1 + classID: 1 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 3 + value: 0 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_IsActive + path: TV-ghost + classID: 1 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 1.5 + value: 0 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 1.8333334 + value: 1 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_IsActive + path: TV-in/TV-black + classID: 1 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 1.5 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.8333334 + value: 0.77 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.95 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.25 + value: 0.77 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.5333333 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.8333333 + value: 0.77 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.0833333 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_Color.a + path: TV-in/TV-black + classID: 114 + script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 1.5 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_Color.a + path: TV-in/TV-out + classID: 114 + script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 1.5 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_Color.a + path: TV-in/TV-screen + classID: 114 + script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 1.5 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_Color.a + path: TV-in/TV-skyline + classID: 114 + script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3} + m_PPtrCurves: + - curve: + - time: 0 + value: {fileID: 21300000, guid: 392e8182dbbfeca42be1714e198bc000, type: 3} + - time: 0.16666667 + value: {fileID: 21300000, guid: 47bc30956403efb4aa07630d41a45773, type: 3} + - time: 0.33333334 + value: {fileID: 21300000, guid: 392e8182dbbfeca42be1714e198bc000, type: 3} + - time: 1.5 + value: {fileID: 21300000, guid: 618d18624fc2909428b7cf9687c67a69, type: 3} + - time: 1.6666666 + value: {fileID: 21300000, guid: e242c4ba4b17c4b40bc9ee9b3068aeb4, type: 3} + - time: 1.8333334 + value: {fileID: 21300000, guid: 392e8182dbbfeca42be1714e198bc000, type: 3} + - time: 3 + value: {fileID: 21300000, guid: 52348e6d5618d1647812c5e660d4afe0, type: 3} + - time: 3.0833333 + value: {fileID: 21300000, guid: 1a6e7b60a40b96c4aa3b596e0bcf456c, type: 3} + - time: 3.3333333 + value: {fileID: 21300000, guid: 392e8182dbbfeca42be1714e198bc000, type: 3} + - time: 4.5833335 + value: {fileID: 21300000, guid: 03b26bbe21c9e0e459a942f46263a817, type: 3} + attribute: m_Sprite + path: boy-0 + classID: 114 + script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3} + - curve: + - time: 0 + value: {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - time: 0.083333336 + value: {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - time: 0.16666667 + value: {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - time: 0.25 + value: {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - time: 0.33333334 + value: {fileID: 21300000, guid: 7988fd026080f6c4ba146a6b818594ed, type: 3} + - time: 0.41666666 + value: {fileID: 21300000, guid: 007b4d3f4938dfb42a533237aff77641, type: 3} + - time: 0.51666665 + value: {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - time: 0.6 + value: {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - time: 0.6666667 + value: {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - time: 0.76666665 + value: {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - time: 0.85 + value: {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - time: 0.9166667 + value: {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - time: 1.0166667 + value: {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - time: 1.0833334 + value: {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - time: 1.1666666 + value: {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - time: 1.25 + value: {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - time: 1.3333334 + value: {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - time: 1.4166666 + value: {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - time: 1.5 + value: {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - time: 1.5833334 + value: {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - time: 1.6666666 + value: {fileID: 21300000, guid: 7988fd026080f6c4ba146a6b818594ed, type: 3} + - time: 1.75 + value: {fileID: 21300000, guid: 007b4d3f4938dfb42a533237aff77641, type: 3} + - time: 1.8333334 + value: {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - time: 3 + value: {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - time: 3.0833333 + value: {fileID: 21300000, guid: 7988fd026080f6c4ba146a6b818594ed, type: 3} + - time: 3.1666667 + value: {fileID: 21300000, guid: 007b4d3f4938dfb42a533237aff77641, type: 3} + - time: 3.2666667 + value: {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - time: 3.35 + value: {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - time: 3.4166667 + value: {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - time: 3.5166667 + value: {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - time: 3.6 + value: {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - time: 3.6666667 + value: {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - time: 3.7666667 + value: {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - time: 3.8333333 + value: {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - time: 3.9166667 + value: {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - time: 4 + value: {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - time: 4.0833335 + value: {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - time: 4.1666665 + value: {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - time: 4.25 + value: {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - time: 4.3333335 + value: {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - time: 4.4166665 + value: {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - time: 4.5833335 + value: {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - time: 4.6666665 + value: {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - time: 4.733333 + value: {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - time: 4.8333335 + value: {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - time: 4.9166665 + value: {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - time: 4.983333 + value: {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - time: 5.0833335 + value: {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - time: 5.15 + value: {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - time: 5.233333 + value: {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - time: 5.3166666 + value: {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - time: 5.4 + value: {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - time: 5.483333 + value: {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - time: 5.55 + value: {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - time: 5.65 + value: {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - time: 5.733333 + value: {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - time: 5.8 + value: {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - time: 5.9 + value: {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - time: 5.9666667 + value: {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - time: 6.05 + value: {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - time: 6.133333 + value: {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - time: 6.2166667 + value: {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - time: 6.3 + value: {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - time: 6.366667 + value: {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - time: 6.4666667 + value: {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - time: 6.55 + value: {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - time: 6.616667 + value: {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - time: 6.7166667 + value: {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - time: 6.7833333 + value: {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - time: 6.866667 + value: {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - time: 6.95 + value: {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - time: 7.0333333 + value: {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - time: 7.116667 + value: {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - time: 7.1833334 + value: {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - time: 7.2833333 + value: {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - time: 7.366667 + value: {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - time: 7.4333334 + value: {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - time: 7.5333333 + value: {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - time: 7.6 + value: {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - time: 7.6833334 + value: {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - time: 7.766667 + value: {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - time: 7.85 + value: {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - time: 7.9333334 + value: {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - time: 8 + value: {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - time: 8.1 + value: {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - time: 8.183333 + value: {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - time: 8.25 + value: {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - time: 8.35 + value: {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - time: 8.416667 + value: {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - time: 8.5 + value: {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - time: 8.583333 + value: {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - time: 8.666667 + value: {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - time: 8.75 + value: {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - time: 8.816667 + value: {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - time: 8.916667 + value: {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - time: 9 + value: {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - time: 9.066667 + value: {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - time: 9.166667 + value: {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - time: 9.233334 + value: {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - time: 9.316667 + value: {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - time: 9.4 + value: {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - time: 9.483334 + value: {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + attribute: m_Sprite + path: TV-in/TV-screen + classID: 114 + script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3} + m_SampleRate: 60 + 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: 3413608298 + attribute: 4 + script: {fileID: 0} + typeID: 4 + customType: 4 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3695090919 + attribute: 2086281974 + script: {fileID: 0} + typeID: 1 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 2872683633 + attribute: 2086281974 + script: {fileID: 0} + typeID: 1 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 842071499 + attribute: 2086281974 + script: {fileID: 0} + typeID: 1 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 2315816844 + attribute: 2086281974 + script: {fileID: 0} + typeID: 1 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 485401755 + attribute: 2086281974 + script: {fileID: 0} + typeID: 1 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 485401755 + attribute: 304273561 + script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3} + typeID: 114 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 457575929 + attribute: 2015549526 + script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3} + typeID: 114 + customType: 0 + isPPtrCurve: 1 + - serializedVersion: 2 + path: 2377246744 + attribute: 2015549526 + script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3} + typeID: 114 + customType: 0 + isPPtrCurve: 1 + - serializedVersion: 2 + path: 1458259962 + attribute: 304273561 + script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3} + typeID: 114 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 2377246744 + attribute: 304273561 + script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3} + typeID: 114 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 329930358 + attribute: 304273561 + script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3} + typeID: 114 + customType: 0 + isPPtrCurve: 0 + pptrCurveMapping: + - {fileID: 21300000, guid: 392e8182dbbfeca42be1714e198bc000, type: 3} + - {fileID: 21300000, guid: 47bc30956403efb4aa07630d41a45773, type: 3} + - {fileID: 21300000, guid: 392e8182dbbfeca42be1714e198bc000, type: 3} + - {fileID: 21300000, guid: 618d18624fc2909428b7cf9687c67a69, type: 3} + - {fileID: 21300000, guid: e242c4ba4b17c4b40bc9ee9b3068aeb4, type: 3} + - {fileID: 21300000, guid: 392e8182dbbfeca42be1714e198bc000, type: 3} + - {fileID: 21300000, guid: 52348e6d5618d1647812c5e660d4afe0, type: 3} + - {fileID: 21300000, guid: 1a6e7b60a40b96c4aa3b596e0bcf456c, type: 3} + - {fileID: 21300000, guid: 392e8182dbbfeca42be1714e198bc000, type: 3} + - {fileID: 21300000, guid: 03b26bbe21c9e0e459a942f46263a817, type: 3} + - {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - {fileID: 21300000, guid: 7988fd026080f6c4ba146a6b818594ed, type: 3} + - {fileID: 21300000, guid: 007b4d3f4938dfb42a533237aff77641, type: 3} + - {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - {fileID: 21300000, guid: 7988fd026080f6c4ba146a6b818594ed, type: 3} + - {fileID: 21300000, guid: 007b4d3f4938dfb42a533237aff77641, type: 3} + - {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - {fileID: 21300000, guid: 7988fd026080f6c4ba146a6b818594ed, type: 3} + - {fileID: 21300000, guid: 007b4d3f4938dfb42a533237aff77641, type: 3} + - {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + m_AnimationClipSettings: + serializedVersion: 2 + m_AdditiveReferencePoseClip: {fileID: 0} + m_AdditiveReferencePoseTime: 0 + m_StartTime: 0 + m_StopTime: 9.5 + 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: 1 + m_KeepOriginalPositionXZ: 0 + m_HeightFromFeet: 0 + m_Mirror: 0 + m_EditorCurves: + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.33333334 + value: 0 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 1.4166666 + value: 0 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 1.5 + value: 1 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 3 + value: 0 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 4.4166665 + value: 0 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_IsActive + path: voice3 + classID: 1 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.33333334 + value: 1 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 1.4166666 + value: 0 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 1.5 + value: 0 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 3 + value: 0 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 4.4166665 + value: 0 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_IsActive + path: voice2 + classID: 1 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.33333334 + value: 0 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 1.4166666 + value: 0 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 1.5 + value: 0 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 3 + value: 1 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 4.4166665 + value: 0 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_IsActive + path: voice1 + classID: 1 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 3 + value: 0 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_IsActive + path: TV-ghost + classID: 1 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.16666667 + value: 0 + inSlope: Infinity + outSlope: 0 + tangentMode: 7 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.33333334 + value: 0 + inSlope: Infinity + outSlope: 0 + tangentMode: 7 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.5 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.6666666 + value: 0 + inSlope: Infinity + outSlope: 0 + tangentMode: 7 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.8333334 + value: 0 + inSlope: Infinity + outSlope: 0 + tangentMode: 7 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.x + path: TV-in + classID: 224 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.16666667 + value: 0 + inSlope: Infinity + outSlope: 0 + tangentMode: 7 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.33333334 + value: 0 + inSlope: Infinity + outSlope: 0 + tangentMode: 7 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.5 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.6666666 + value: 0 + inSlope: Infinity + outSlope: 0 + tangentMode: 7 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.8333334 + value: 0 + inSlope: Infinity + outSlope: 0 + tangentMode: 7 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.y + path: TV-in + classID: 224 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.16666667 + value: 7.7980003 + inSlope: Infinity + outSlope: 0 + tangentMode: 7 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.33333334 + value: 0 + inSlope: Infinity + outSlope: 0 + tangentMode: 7 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.5 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.6666666 + value: 2 + inSlope: Infinity + outSlope: 0 + tangentMode: 7 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.8333334 + value: 0 + inSlope: Infinity + outSlope: 0 + tangentMode: 7 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.z + path: TV-in + classID: 224 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 1.5 + value: 0 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 1.8333334 + value: 1 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_IsActive + path: TV-in/TV-black + classID: 1 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 1.5 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.8333334 + value: 0.77 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.95 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.25 + value: 0.77 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.5333333 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.8333333 + value: 0.77 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.0833333 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_Color.a + path: TV-in/TV-black + classID: 114 + script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 1.5 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_Color.a + path: TV-in/TV-out + classID: 114 + script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 1.5 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_Color.a + path: TV-in/TV-screen + classID: 114 + script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 1.5 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_Color.a + path: TV-in/TV-skyline + classID: 114 + script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3} + m_EulerEditorCurves: + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.x + path: TV-in + classID: 224 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.y + path: TV-in + classID: 224 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.z + path: TV-in + classID: 224 + script: {fileID: 0} + m_HasGenericRootTransform: 0 + m_HasMotionFloatCurves: 0 + m_Events: [] diff --git a/Assets/Art/Level/50/animation/2_3_1.anim.meta b/Assets/Art/Level/50/animation/2_3_1.anim.meta new file mode 100644 index 00000000..919c68fc --- /dev/null +++ b/Assets/Art/Level/50/animation/2_3_1.anim.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: f3bf2340457260a418998b7dcea84d33 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 7400000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Art/Level/50/animation/2_3_2.anim b/Assets/Art/Level/50/animation/2_3_2.anim new file mode 100644 index 00000000..755a5638 --- /dev/null +++ b/Assets/Art/Level/50/animation/2_3_2.anim @@ -0,0 +1,1621 @@ +%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: 2_3_2 + serializedVersion: 7 + m_Legacy: 0 + m_Compressed: 0 + m_UseHighQualityCurve: 1 + m_RotationCurves: [] + m_CompressedRotationCurves: [] + m_EulerCurves: + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0, y: 0, z: 0} + inSlope: {x: 0, y: 0, z: 0} + outSlope: {x: 0, y: 0, z: 0} + tangentMode: 0 + weightedMode: 0 + inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} + outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} + - serializedVersion: 3 + time: 0.16666667 + value: {x: 0, y: 0, z: 7.7980003} + inSlope: {x: Infinity, y: Infinity, z: Infinity} + outSlope: {x: 0, y: 0, z: 0} + tangentMode: 0 + weightedMode: 0 + inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} + outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} + - serializedVersion: 3 + time: 0.33333334 + value: {x: 0, y: 0, z: 0} + inSlope: {x: Infinity, y: Infinity, z: Infinity} + outSlope: {x: 0, y: 0, z: 0} + tangentMode: 0 + weightedMode: 0 + inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} + outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} + - serializedVersion: 3 + time: 1.5 + value: {x: 0, y: 0, z: 0} + inSlope: {x: 0, y: 0, z: 0} + outSlope: {x: 0, y: 0, z: 0} + tangentMode: 0 + weightedMode: 0 + inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} + outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} + - serializedVersion: 3 + time: 1.6666666 + value: {x: 0, y: 0, z: 2} + inSlope: {x: Infinity, y: Infinity, z: Infinity} + outSlope: {x: 0, y: 0, z: 0} + tangentMode: 0 + weightedMode: 0 + inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} + outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} + - serializedVersion: 3 + time: 1.8333334 + value: {x: 0, y: 0, z: 0} + inSlope: {x: Infinity, y: Infinity, z: Infinity} + outSlope: {x: 0, y: 0, z: 0} + tangentMode: 0 + weightedMode: 0 + inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} + outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} + - serializedVersion: 3 + time: 3 + value: {x: 0, y: 0, z: 0} + inSlope: {x: 0, y: 0, z: 0} + outSlope: {x: 0, y: 0, z: 0} + tangentMode: 0 + weightedMode: 0 + inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} + outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} + - serializedVersion: 3 + time: 3.1666667 + value: {x: 0, y: 0, z: 7.7980003} + inSlope: {x: Infinity, y: Infinity, z: Infinity} + outSlope: {x: 0, y: 0, z: 0} + tangentMode: 0 + weightedMode: 0 + inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} + outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} + - serializedVersion: 3 + time: 3.3333333 + value: {x: 0, y: 0, z: 0} + inSlope: {x: Infinity, y: Infinity, z: Infinity} + outSlope: {x: 0, y: 0, z: 0} + tangentMode: 0 + weightedMode: 0 + inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} + outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + path: TV-in + m_PositionCurves: [] + m_ScaleCurves: [] + m_FloatCurves: + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.33333334 + value: 0 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 1.4166666 + value: 0 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 1.5 + value: 1 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 3 + value: 0 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 3.3333333 + value: 0 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 4.4166665 + value: 0 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_IsActive + path: voice3 + classID: 1 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.33333334 + value: 1 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 1.4166666 + value: 0 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 1.5 + value: 0 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 3 + value: 1 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 3.3333333 + value: 1 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 4.4166665 + value: 0 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_IsActive + path: voice2 + classID: 1 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.33333334 + value: 0 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 1.4166666 + value: 0 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 1.5 + value: 0 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 3 + value: 0 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 3.3333333 + value: 0 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 4.4166665 + value: 0 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_IsActive + path: voice1 + classID: 1 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 1.5 + value: 0 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 1.8333334 + value: 1 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_IsActive + path: TV-in/TV-black + classID: 1 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 1.5 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.8333334 + value: 0.77 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.95 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.25 + value: 0.77 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.5333333 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.8333333 + value: 0.77 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.25 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_Color.a + path: TV-in/TV-black + classID: 114 + script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 1.5 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_Color.a + path: TV-in/TV-out + classID: 114 + script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 1.5 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_Color.a + path: TV-in/TV-screen + classID: 114 + script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 1.5 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_Color.a + path: TV-in/TV-skyline + classID: 114 + script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3} + m_PPtrCurves: + - curve: + - time: 0 + value: {fileID: 21300000, guid: 392e8182dbbfeca42be1714e198bc000, type: 3} + - time: 0.16666667 + value: {fileID: 21300000, guid: 47bc30956403efb4aa07630d41a45773, type: 3} + - time: 0.33333334 + value: {fileID: 21300000, guid: 392e8182dbbfeca42be1714e198bc000, type: 3} + - time: 1.5 + value: {fileID: 21300000, guid: 618d18624fc2909428b7cf9687c67a69, type: 3} + - time: 1.6666666 + value: {fileID: 21300000, guid: e242c4ba4b17c4b40bc9ee9b3068aeb4, type: 3} + - time: 1.8333334 + value: {fileID: 21300000, guid: 392e8182dbbfeca42be1714e198bc000, type: 3} + - time: 3 + value: {fileID: 21300000, guid: 392e8182dbbfeca42be1714e198bc000, type: 3} + - time: 3.1666667 + value: {fileID: 21300000, guid: 47bc30956403efb4aa07630d41a45773, type: 3} + - time: 3.3333333 + value: {fileID: 21300000, guid: 392e8182dbbfeca42be1714e198bc000, type: 3} + - time: 4.5833335 + value: {fileID: 21300000, guid: 03b26bbe21c9e0e459a942f46263a817, type: 3} + attribute: m_Sprite + path: boy-0 + classID: 114 + script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3} + - curve: + - time: 0 + value: {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - time: 0.083333336 + value: {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - time: 0.16666667 + value: {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - time: 0.25 + value: {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - time: 0.33333334 + value: {fileID: 21300000, guid: 7988fd026080f6c4ba146a6b818594ed, type: 3} + - time: 0.41666666 + value: {fileID: 21300000, guid: 007b4d3f4938dfb42a533237aff77641, type: 3} + - time: 0.51666665 + value: {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - time: 0.6 + value: {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - time: 0.6666667 + value: {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - time: 0.76666665 + value: {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - time: 0.85 + value: {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - time: 0.9166667 + value: {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - time: 1.0166667 + value: {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - time: 1.0833334 + value: {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - time: 1.1666666 + value: {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - time: 1.25 + value: {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - time: 1.3333334 + value: {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - time: 1.4166666 + value: {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - time: 1.5 + value: {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - time: 1.5833334 + value: {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - time: 1.6666666 + value: {fileID: 21300000, guid: 7988fd026080f6c4ba146a6b818594ed, type: 3} + - time: 1.75 + value: {fileID: 21300000, guid: 007b4d3f4938dfb42a533237aff77641, type: 3} + - time: 1.8333334 + value: {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - time: 3 + value: {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - time: 3.0833333 + value: {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - time: 3.1666667 + value: {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - time: 3.25 + value: {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - time: 3.3333333 + value: {fileID: 21300000, guid: 7988fd026080f6c4ba146a6b818594ed, type: 3} + - time: 3.4166667 + value: {fileID: 21300000, guid: 007b4d3f4938dfb42a533237aff77641, type: 3} + - time: 3.5166667 + value: {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - time: 3.6 + value: {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - time: 3.6666667 + value: {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - time: 3.7666667 + value: {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - time: 3.85 + value: {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - time: 3.9166667 + value: {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - time: 4.016667 + value: {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - time: 4.0833335 + value: {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - time: 4.1666665 + value: {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - time: 4.25 + value: {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - time: 4.3333335 + value: {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - time: 4.4166665 + value: {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - time: 4.5833335 + value: {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - time: 4.6666665 + value: {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - time: 4.733333 + value: {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - time: 4.8333335 + value: {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - time: 4.9166665 + value: {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - time: 4.983333 + value: {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - time: 5.0833335 + value: {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - time: 5.15 + value: {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - time: 5.233333 + value: {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - time: 5.3166666 + value: {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - time: 5.4 + value: {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - time: 5.483333 + value: {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - time: 5.55 + value: {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - time: 5.65 + value: {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - time: 5.733333 + value: {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - time: 5.8 + value: {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - time: 5.9 + value: {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - time: 5.9666667 + value: {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - time: 6.05 + value: {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - time: 6.133333 + value: {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - time: 6.2166667 + value: {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - time: 6.3 + value: {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - time: 6.366667 + value: {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - time: 6.4666667 + value: {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - time: 6.55 + value: {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - time: 6.616667 + value: {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - time: 6.7166667 + value: {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - time: 6.7833333 + value: {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - time: 6.866667 + value: {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - time: 6.95 + value: {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - time: 7.0333333 + value: {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - time: 7.116667 + value: {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - time: 7.1833334 + value: {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - time: 7.2833333 + value: {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - time: 7.366667 + value: {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - time: 7.4333334 + value: {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - time: 7.5333333 + value: {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - time: 7.6 + value: {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - time: 7.6833334 + value: {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - time: 7.766667 + value: {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - time: 7.85 + value: {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - time: 7.9333334 + value: {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - time: 8 + value: {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - time: 8.1 + value: {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - time: 8.183333 + value: {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - time: 8.25 + value: {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - time: 8.35 + value: {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - time: 8.416667 + value: {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - time: 8.5 + value: {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - time: 8.583333 + value: {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - time: 8.666667 + value: {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - time: 8.75 + value: {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - time: 8.816667 + value: {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - time: 8.916667 + value: {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - time: 9 + value: {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - time: 9.066667 + value: {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - time: 9.166667 + value: {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - time: 9.233334 + value: {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - time: 9.316667 + value: {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - time: 9.4 + value: {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - time: 9.483334 + value: {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + attribute: m_Sprite + path: TV-in/TV-screen + classID: 114 + script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3} + m_SampleRate: 60 + 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: 3413608298 + attribute: 4 + script: {fileID: 0} + typeID: 4 + customType: 4 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3695090919 + attribute: 2086281974 + script: {fileID: 0} + typeID: 1 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 2872683633 + attribute: 2086281974 + script: {fileID: 0} + typeID: 1 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 842071499 + attribute: 2086281974 + script: {fileID: 0} + typeID: 1 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 485401755 + attribute: 2086281974 + script: {fileID: 0} + typeID: 1 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 485401755 + attribute: 304273561 + script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3} + typeID: 114 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 457575929 + attribute: 2015549526 + script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3} + typeID: 114 + customType: 0 + isPPtrCurve: 1 + - serializedVersion: 2 + path: 2377246744 + attribute: 2015549526 + script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3} + typeID: 114 + customType: 0 + isPPtrCurve: 1 + - serializedVersion: 2 + path: 1458259962 + attribute: 304273561 + script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3} + typeID: 114 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 2377246744 + attribute: 304273561 + script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3} + typeID: 114 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 329930358 + attribute: 304273561 + script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3} + typeID: 114 + customType: 0 + isPPtrCurve: 0 + pptrCurveMapping: + - {fileID: 21300000, guid: 392e8182dbbfeca42be1714e198bc000, type: 3} + - {fileID: 21300000, guid: 47bc30956403efb4aa07630d41a45773, type: 3} + - {fileID: 21300000, guid: 392e8182dbbfeca42be1714e198bc000, type: 3} + - {fileID: 21300000, guid: 618d18624fc2909428b7cf9687c67a69, type: 3} + - {fileID: 21300000, guid: e242c4ba4b17c4b40bc9ee9b3068aeb4, type: 3} + - {fileID: 21300000, guid: 392e8182dbbfeca42be1714e198bc000, type: 3} + - {fileID: 21300000, guid: 392e8182dbbfeca42be1714e198bc000, type: 3} + - {fileID: 21300000, guid: 47bc30956403efb4aa07630d41a45773, type: 3} + - {fileID: 21300000, guid: 392e8182dbbfeca42be1714e198bc000, type: 3} + - {fileID: 21300000, guid: 03b26bbe21c9e0e459a942f46263a817, type: 3} + - {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - {fileID: 21300000, guid: 7988fd026080f6c4ba146a6b818594ed, type: 3} + - {fileID: 21300000, guid: 007b4d3f4938dfb42a533237aff77641, type: 3} + - {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - {fileID: 21300000, guid: 7988fd026080f6c4ba146a6b818594ed, type: 3} + - {fileID: 21300000, guid: 007b4d3f4938dfb42a533237aff77641, type: 3} + - {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - {fileID: 21300000, guid: 7988fd026080f6c4ba146a6b818594ed, type: 3} + - {fileID: 21300000, guid: 007b4d3f4938dfb42a533237aff77641, type: 3} + - {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + m_AnimationClipSettings: + serializedVersion: 2 + m_AdditiveReferencePoseClip: {fileID: 0} + m_AdditiveReferencePoseTime: 0 + m_StartTime: 0 + m_StopTime: 9.5 + 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: 1 + m_KeepOriginalPositionXZ: 0 + m_HeightFromFeet: 0 + m_Mirror: 0 + m_EditorCurves: + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.33333334 + value: 0 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 1.4166666 + value: 0 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 1.5 + value: 1 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 3 + value: 0 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 3.3333333 + value: 0 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 4.4166665 + value: 0 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_IsActive + path: voice3 + classID: 1 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.33333334 + value: 1 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 1.4166666 + value: 0 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 1.5 + value: 0 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 3 + value: 1 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 3.3333333 + value: 1 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 4.4166665 + value: 0 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_IsActive + path: voice2 + classID: 1 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.33333334 + value: 0 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 1.4166666 + value: 0 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 1.5 + value: 0 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 3 + value: 0 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 3.3333333 + value: 0 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 4.4166665 + value: 0 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_IsActive + path: voice1 + classID: 1 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.16666667 + value: 0 + inSlope: Infinity + outSlope: 0 + tangentMode: 7 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.33333334 + value: 0 + inSlope: Infinity + outSlope: 0 + tangentMode: 7 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.5 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.6666666 + value: 0 + inSlope: Infinity + outSlope: 0 + tangentMode: 7 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.8333334 + value: 0 + inSlope: Infinity + outSlope: 0 + tangentMode: 7 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.1666667 + value: 0 + inSlope: Infinity + outSlope: 0 + tangentMode: 7 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.3333333 + value: 0 + inSlope: Infinity + outSlope: 0 + tangentMode: 7 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.x + path: TV-in + classID: 224 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.16666667 + value: 0 + inSlope: Infinity + outSlope: 0 + tangentMode: 7 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.33333334 + value: 0 + inSlope: Infinity + outSlope: 0 + tangentMode: 7 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.5 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.6666666 + value: 0 + inSlope: Infinity + outSlope: 0 + tangentMode: 7 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.8333334 + value: 0 + inSlope: Infinity + outSlope: 0 + tangentMode: 7 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.1666667 + value: 0 + inSlope: Infinity + outSlope: 0 + tangentMode: 7 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.3333333 + value: 0 + inSlope: Infinity + outSlope: 0 + tangentMode: 7 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.y + path: TV-in + classID: 224 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.16666667 + value: 7.7980003 + inSlope: Infinity + outSlope: 0 + tangentMode: 7 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.33333334 + value: 0 + inSlope: Infinity + outSlope: 0 + tangentMode: 7 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.5 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.6666666 + value: 2 + inSlope: Infinity + outSlope: 0 + tangentMode: 7 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.8333334 + value: 0 + inSlope: Infinity + outSlope: 0 + tangentMode: 7 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.1666667 + value: 7.7980003 + inSlope: Infinity + outSlope: 0 + tangentMode: 7 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.3333333 + value: 0 + inSlope: Infinity + outSlope: 0 + tangentMode: 7 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.z + path: TV-in + classID: 224 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 1.5 + value: 0 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 1.8333334 + value: 1 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_IsActive + path: TV-in/TV-black + classID: 1 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 1.5 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.8333334 + value: 0.77 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.95 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.25 + value: 0.77 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.5333333 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.8333333 + value: 0.77 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.25 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_Color.a + path: TV-in/TV-black + classID: 114 + script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 1.5 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_Color.a + path: TV-in/TV-out + classID: 114 + script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 1.5 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_Color.a + path: TV-in/TV-screen + classID: 114 + script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 1.5 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_Color.a + path: TV-in/TV-skyline + classID: 114 + script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3} + m_EulerEditorCurves: + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.x + path: TV-in + classID: 224 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.y + path: TV-in + classID: 224 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.z + path: TV-in + classID: 224 + script: {fileID: 0} + m_HasGenericRootTransform: 0 + m_HasMotionFloatCurves: 0 + m_Events: [] diff --git a/Assets/Art/Level/50/animation/2_3_2.anim.meta b/Assets/Art/Level/50/animation/2_3_2.anim.meta new file mode 100644 index 00000000..1e10ff64 --- /dev/null +++ b/Assets/Art/Level/50/animation/2_3_2.anim.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 4e00f3fd88831ca43953fe8b1b8cc625 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 7400000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Art/Level/50/animation/2_3_3.anim b/Assets/Art/Level/50/animation/2_3_3.anim new file mode 100644 index 00000000..07d71017 --- /dev/null +++ b/Assets/Art/Level/50/animation/2_3_3.anim @@ -0,0 +1,2510 @@ +%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: 2_3_3 + serializedVersion: 7 + m_Legacy: 0 + m_Compressed: 0 + m_UseHighQualityCurve: 1 + m_RotationCurves: [] + m_CompressedRotationCurves: [] + m_EulerCurves: + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0, y: 0, z: 0} + inSlope: {x: 0, y: 0, z: 0} + outSlope: {x: 0, y: 0, z: 0} + tangentMode: 0 + weightedMode: 0 + inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} + outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} + - serializedVersion: 3 + time: 0.16666667 + value: {x: 0, y: 0, z: 7.7980003} + inSlope: {x: Infinity, y: Infinity, z: Infinity} + outSlope: {x: 0, y: 0, z: 0} + tangentMode: 0 + weightedMode: 0 + inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} + outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} + - serializedVersion: 3 + time: 0.33333334 + value: {x: 0, y: 0, z: 0} + inSlope: {x: Infinity, y: Infinity, z: Infinity} + outSlope: {x: 0, y: 0, z: 0} + tangentMode: 0 + weightedMode: 0 + inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} + outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} + - serializedVersion: 3 + time: 1.5 + value: {x: 0, y: 0, z: 0} + inSlope: {x: 0, y: 0, z: 0} + outSlope: {x: 0, y: 0, z: 0} + tangentMode: 0 + weightedMode: 0 + inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} + outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} + - serializedVersion: 3 + time: 1.6666666 + value: {x: 0, y: 0, z: 2} + inSlope: {x: Infinity, y: Infinity, z: Infinity} + outSlope: {x: 0, y: 0, z: 0} + tangentMode: 0 + weightedMode: 0 + inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} + outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} + - serializedVersion: 3 + time: 1.8333334 + value: {x: 0, y: 0, z: 0} + inSlope: {x: Infinity, y: Infinity, z: Infinity} + outSlope: {x: 0, y: 0, z: 0} + tangentMode: 0 + weightedMode: 0 + inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} + outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} + - serializedVersion: 3 + time: 3 + value: {x: 0, y: 0, z: 0} + inSlope: {x: 0, y: 0, z: 0} + outSlope: {x: 0, y: 0, z: 0} + tangentMode: 0 + weightedMode: 0 + inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} + outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} + - serializedVersion: 3 + time: 3.1666667 + value: {x: 0, y: 0, z: 2} + inSlope: {x: Infinity, y: Infinity, z: Infinity} + outSlope: {x: 0, y: 0, z: 0} + tangentMode: 0 + weightedMode: 0 + inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} + outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} + - serializedVersion: 3 + time: 3.3333333 + value: {x: 0, y: 0, z: 0} + inSlope: {x: Infinity, y: Infinity, z: Infinity} + outSlope: {x: 0, y: 0, z: 0} + tangentMode: 0 + weightedMode: 0 + inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} + outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + path: TV-in + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 3 + value: {x: 0, y: 0, z: 0} + inSlope: {x: 0, y: 0, z: 0} + outSlope: {x: 0, y: 0, z: 0} + tangentMode: 0 + weightedMode: 0 + inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} + outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} + - serializedVersion: 3 + time: 3.1666667 + value: {x: 0, y: 0, z: 0} + inSlope: {x: 0, y: 0, z: 0} + outSlope: {x: 0, y: 0, z: 0} + tangentMode: 0 + weightedMode: 0 + inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} + outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} + - serializedVersion: 3 + time: 3.4166667 + value: {x: 0, y: 0, z: -16.778} + inSlope: {x: 0, y: 0, z: 0} + outSlope: {x: 0, y: 0, z: 0} + tangentMode: 0 + weightedMode: 0 + inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} + outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + path: TV-in/TV-out + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 3 + value: {x: 0, y: 0, z: 0} + inSlope: {x: 0, y: 0, z: 0} + outSlope: {x: 0, y: 0, z: 0} + tangentMode: 0 + weightedMode: 0 + inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} + outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} + - serializedVersion: 3 + time: 3.1666667 + value: {x: 0, y: 0, z: 0} + inSlope: {x: 0, y: 0, z: 0} + outSlope: {x: 0, y: 0, z: 0} + tangentMode: 0 + weightedMode: 0 + inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} + outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} + - serializedVersion: 3 + time: 3.4166667 + value: {x: 0, y: 0, z: 20.436} + inSlope: {x: 0, y: 0, z: 0} + outSlope: {x: 0, y: 0, z: 0} + tangentMode: 0 + weightedMode: 0 + inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} + outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + path: TV-in/TV-skyline + m_PositionCurves: [] + m_ScaleCurves: [] + m_FloatCurves: + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.33333334 + value: 0 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 1.4166666 + value: 0 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 1.5 + value: 1 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 3 + value: 1 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 4.4166665 + value: 0 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_IsActive + path: voice3 + classID: 1 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.33333334 + value: 1 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 1.4166666 + value: 0 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 1.5 + value: 0 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 3 + value: 0 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 4.4166665 + value: 0 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_IsActive + path: voice2 + classID: 1 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.33333334 + value: 0 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 1.4166666 + value: 0 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 1.5 + value: 0 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 3 + value: 0 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 4.4166665 + value: 0 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_IsActive + path: voice1 + classID: 1 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 1.5 + value: 0 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 1.8333334 + value: 1 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 3 + value: 1 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 3.3333333 + value: 1 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_IsActive + path: TV-in/TV-black + classID: 1 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 1.5 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.8333334 + value: 0.77 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.95 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.25 + value: 0.77 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.5333333 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.8333333 + value: 0.77 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.3333333 + value: 0.77 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.45 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.75 + value: 0.77 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.0333333 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.3333335 + value: 0.77 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.5833335 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.883333 + value: 0.77 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.1666665 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.4666667 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.766667 + value: 0.77 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 6.05 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 6.35 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 6.65 + value: 0.77 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 6.9333334 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 7.233333 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 7.5333333 + value: 0.77 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 7.8166666 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 8.116667 + value: 0.77 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_Color.a + path: TV-in/TV-black + classID: 114 + script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 1.5 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.1666667 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.5833333 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.7333333 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_Color.a + path: TV-in/TV-out + classID: 114 + script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 1.5 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_Color.a + path: TV-in/TV-screen + classID: 114 + script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 1.5 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.1666667 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.5833333 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.7333333 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_Color.a + path: TV-in/TV-skyline + classID: 114 + script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 3 + value: -0.20000458 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.1666667 + value: -0.20000458 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.4166667 + value: -43.3 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_AnchoredPosition.x + path: TV-in/TV-out + classID: 224 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 3 + value: 6 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.1666667 + value: 6 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.4166667 + value: 55 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.7333333 + value: -209 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_AnchoredPosition.y + path: TV-in/TV-out + classID: 224 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 3 + value: 158.99998 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.1666667 + value: 158.99998 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.4166667 + value: 181.9 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.7333333 + value: -168 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_AnchoredPosition.y + path: TV-in/TV-skyline + classID: 224 + script: {fileID: 0} + m_PPtrCurves: + - curve: + - time: 0 + value: {fileID: 21300000, guid: 392e8182dbbfeca42be1714e198bc000, type: 3} + - time: 0.16666667 + value: {fileID: 21300000, guid: 47bc30956403efb4aa07630d41a45773, type: 3} + - time: 0.33333334 + value: {fileID: 21300000, guid: 392e8182dbbfeca42be1714e198bc000, type: 3} + - time: 1.5 + value: {fileID: 21300000, guid: 618d18624fc2909428b7cf9687c67a69, type: 3} + - time: 1.6666666 + value: {fileID: 21300000, guid: e242c4ba4b17c4b40bc9ee9b3068aeb4, type: 3} + - time: 1.8333334 + value: {fileID: 21300000, guid: 392e8182dbbfeca42be1714e198bc000, type: 3} + - time: 3 + value: {fileID: 21300000, guid: 618d18624fc2909428b7cf9687c67a69, type: 3} + - time: 3.1666667 + value: {fileID: 21300000, guid: e242c4ba4b17c4b40bc9ee9b3068aeb4, type: 3} + - time: 3.3333333 + value: {fileID: 21300000, guid: 392e8182dbbfeca42be1714e198bc000, type: 3} + - time: 4.5833335 + value: {fileID: 21300000, guid: 03b26bbe21c9e0e459a942f46263a817, type: 3} + attribute: m_Sprite + path: boy-0 + classID: 114 + script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3} + - curve: + - time: 0 + value: {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - time: 0.083333336 + value: {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - time: 0.16666667 + value: {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - time: 0.25 + value: {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - time: 0.33333334 + value: {fileID: 21300000, guid: 7988fd026080f6c4ba146a6b818594ed, type: 3} + - time: 0.41666666 + value: {fileID: 21300000, guid: 007b4d3f4938dfb42a533237aff77641, type: 3} + - time: 0.51666665 + value: {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - time: 0.6 + value: {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - time: 0.6666667 + value: {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - time: 0.76666665 + value: {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - time: 0.85 + value: {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - time: 0.9166667 + value: {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - time: 1.0166667 + value: {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - time: 1.0833334 + value: {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - time: 1.1666666 + value: {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - time: 1.25 + value: {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - time: 1.3333334 + value: {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - time: 1.4166666 + value: {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - time: 1.5 + value: {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - time: 1.5833334 + value: {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - time: 1.6666666 + value: {fileID: 21300000, guid: 7988fd026080f6c4ba146a6b818594ed, type: 3} + - time: 1.75 + value: {fileID: 21300000, guid: 007b4d3f4938dfb42a533237aff77641, type: 3} + - time: 1.8333334 + value: {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - time: 3 + value: {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - time: 3.0833333 + value: {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - time: 3.1666667 + value: {fileID: 21300000, guid: 7988fd026080f6c4ba146a6b818594ed, type: 3} + - time: 3.25 + value: {fileID: 21300000, guid: 007b4d3f4938dfb42a533237aff77641, type: 3} + - time: 3.3333333 + value: {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + attribute: m_Sprite + path: TV-in/TV-screen + classID: 114 + script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3} + m_SampleRate: 60 + 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: 3413608298 + attribute: 4 + script: {fileID: 0} + typeID: 4 + customType: 4 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 1458259962 + attribute: 4 + script: {fileID: 0} + typeID: 4 + customType: 4 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 329930358 + attribute: 4 + script: {fileID: 0} + typeID: 4 + customType: 4 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3695090919 + attribute: 2086281974 + script: {fileID: 0} + typeID: 1 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 2872683633 + attribute: 2086281974 + script: {fileID: 0} + typeID: 1 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 842071499 + attribute: 2086281974 + script: {fileID: 0} + typeID: 1 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 485401755 + attribute: 2086281974 + script: {fileID: 0} + typeID: 1 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 485401755 + attribute: 304273561 + script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3} + typeID: 114 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 1458259962 + attribute: 304273561 + script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3} + typeID: 114 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 329930358 + attribute: 304273561 + script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3} + typeID: 114 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 1458259962 + attribute: 1460864421 + script: {fileID: 0} + typeID: 224 + customType: 28 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 1458259962 + attribute: 538195251 + script: {fileID: 0} + typeID: 224 + customType: 28 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 329930358 + attribute: 538195251 + script: {fileID: 0} + typeID: 224 + customType: 28 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 457575929 + attribute: 2015549526 + script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3} + typeID: 114 + customType: 0 + isPPtrCurve: 1 + - serializedVersion: 2 + path: 2377246744 + attribute: 2015549526 + script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3} + typeID: 114 + customType: 0 + isPPtrCurve: 1 + - serializedVersion: 2 + path: 2377246744 + attribute: 304273561 + script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3} + typeID: 114 + customType: 0 + isPPtrCurve: 0 + pptrCurveMapping: + - {fileID: 21300000, guid: 392e8182dbbfeca42be1714e198bc000, type: 3} + - {fileID: 21300000, guid: 47bc30956403efb4aa07630d41a45773, type: 3} + - {fileID: 21300000, guid: 392e8182dbbfeca42be1714e198bc000, type: 3} + - {fileID: 21300000, guid: 618d18624fc2909428b7cf9687c67a69, type: 3} + - {fileID: 21300000, guid: e242c4ba4b17c4b40bc9ee9b3068aeb4, type: 3} + - {fileID: 21300000, guid: 392e8182dbbfeca42be1714e198bc000, type: 3} + - {fileID: 21300000, guid: 618d18624fc2909428b7cf9687c67a69, type: 3} + - {fileID: 21300000, guid: e242c4ba4b17c4b40bc9ee9b3068aeb4, type: 3} + - {fileID: 21300000, guid: 392e8182dbbfeca42be1714e198bc000, type: 3} + - {fileID: 21300000, guid: 03b26bbe21c9e0e459a942f46263a817, type: 3} + - {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - {fileID: 21300000, guid: 7988fd026080f6c4ba146a6b818594ed, type: 3} + - {fileID: 21300000, guid: 007b4d3f4938dfb42a533237aff77641, type: 3} + - {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - {fileID: 21300000, guid: 7988fd026080f6c4ba146a6b818594ed, type: 3} + - {fileID: 21300000, guid: 007b4d3f4938dfb42a533237aff77641, type: 3} + - {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - {fileID: 21300000, guid: 7988fd026080f6c4ba146a6b818594ed, type: 3} + - {fileID: 21300000, guid: 007b4d3f4938dfb42a533237aff77641, type: 3} + - {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + m_AnimationClipSettings: + serializedVersion: 2 + m_AdditiveReferencePoseClip: {fileID: 0} + m_AdditiveReferencePoseTime: 0 + m_StartTime: 0 + m_StopTime: 8.116667 + 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: 1 + m_KeepOriginalPositionXZ: 0 + m_HeightFromFeet: 0 + m_Mirror: 0 + m_EditorCurves: + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.33333334 + value: 0 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 1.4166666 + value: 0 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 1.5 + value: 1 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 3 + value: 1 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 4.4166665 + value: 0 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_IsActive + path: voice3 + classID: 1 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.33333334 + value: 1 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 1.4166666 + value: 0 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 1.5 + value: 0 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 3 + value: 0 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 4.4166665 + value: 0 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_IsActive + path: voice2 + classID: 1 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.33333334 + value: 0 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 1.4166666 + value: 0 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 1.5 + value: 0 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 3 + value: 0 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 4.4166665 + value: 0 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_IsActive + path: voice1 + classID: 1 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.16666667 + value: 0 + inSlope: Infinity + outSlope: 0 + tangentMode: 7 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.33333334 + value: 0 + inSlope: Infinity + outSlope: 0 + tangentMode: 7 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.5 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.6666666 + value: 0 + inSlope: Infinity + outSlope: 0 + tangentMode: 7 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.8333334 + value: 0 + inSlope: Infinity + outSlope: 0 + tangentMode: 7 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.1666667 + value: 0 + inSlope: Infinity + outSlope: 0 + tangentMode: 7 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.3333333 + value: 0 + inSlope: Infinity + outSlope: 0 + tangentMode: 7 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.x + path: TV-in + classID: 224 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.16666667 + value: 0 + inSlope: Infinity + outSlope: 0 + tangentMode: 7 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.33333334 + value: 0 + inSlope: Infinity + outSlope: 0 + tangentMode: 7 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.5 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.6666666 + value: 0 + inSlope: Infinity + outSlope: 0 + tangentMode: 7 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.8333334 + value: 0 + inSlope: Infinity + outSlope: 0 + tangentMode: 7 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.1666667 + value: 0 + inSlope: Infinity + outSlope: 0 + tangentMode: 7 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.3333333 + value: 0 + inSlope: Infinity + outSlope: 0 + tangentMode: 7 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.y + path: TV-in + classID: 224 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.16666667 + value: 7.7980003 + inSlope: Infinity + outSlope: 0 + tangentMode: 7 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.33333334 + value: 0 + inSlope: Infinity + outSlope: 0 + tangentMode: 7 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.5 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.6666666 + value: 2 + inSlope: Infinity + outSlope: 0 + tangentMode: 7 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.8333334 + value: 0 + inSlope: Infinity + outSlope: 0 + tangentMode: 7 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.1666667 + value: 2 + inSlope: Infinity + outSlope: 0 + tangentMode: 7 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.3333333 + value: 0 + inSlope: Infinity + outSlope: 0 + tangentMode: 7 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.z + path: TV-in + classID: 224 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 1.5 + value: 0 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 1.8333334 + value: 1 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 3 + value: 1 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 3.3333333 + value: 1 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_IsActive + path: TV-in/TV-black + classID: 1 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 1.5 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.8333334 + value: 0.77 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.95 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.25 + value: 0.77 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.5333333 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.8333333 + value: 0.77 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.3333333 + value: 0.77 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.45 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.75 + value: 0.77 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.0333333 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.3333335 + value: 0.77 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.5833335 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.883333 + value: 0.77 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.1666665 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.4666667 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.766667 + value: 0.77 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 6.05 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 6.35 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 6.65 + value: 0.77 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 6.9333334 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 7.233333 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 7.5333333 + value: 0.77 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 7.8166666 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 8.116667 + value: 0.77 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_Color.a + path: TV-in/TV-black + classID: 114 + script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 1.5 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.1666667 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.5833333 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.7333333 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_Color.a + path: TV-in/TV-out + classID: 114 + script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 1.5 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_Color.a + path: TV-in/TV-screen + classID: 114 + script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 1.5 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.1666667 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.5833333 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.7333333 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_Color.a + path: TV-in/TV-skyline + classID: 114 + script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 3 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.1666667 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.4166667 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.x + path: TV-in/TV-out + classID: 224 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 3 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.1666667 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.4166667 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.y + path: TV-in/TV-out + classID: 224 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 3 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.1666667 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.4166667 + value: -16.778 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.z + path: TV-in/TV-out + classID: 224 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 3 + value: -0.20000458 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.1666667 + value: -0.20000458 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.4166667 + value: -43.3 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_AnchoredPosition.x + path: TV-in/TV-out + classID: 224 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 3 + value: 6 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.1666667 + value: 6 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.4166667 + value: 55 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.7333333 + value: -209 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_AnchoredPosition.y + path: TV-in/TV-out + classID: 224 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 3 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.1666667 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.4166667 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.x + path: TV-in/TV-skyline + classID: 224 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 3 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.1666667 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.4166667 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.y + path: TV-in/TV-skyline + classID: 224 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 3 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.1666667 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.4166667 + value: 20.436 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.z + path: TV-in/TV-skyline + classID: 224 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 3 + value: 158.99998 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.1666667 + value: 158.99998 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.4166667 + value: 181.9 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.7333333 + value: -168 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_AnchoredPosition.y + path: TV-in/TV-skyline + classID: 224 + script: {fileID: 0} + m_EulerEditorCurves: + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.x + path: TV-in + classID: 224 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.y + path: TV-in + classID: 224 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.z + path: TV-in + classID: 224 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.x + path: TV-in/TV-out + classID: 224 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.y + path: TV-in/TV-out + classID: 224 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.z + path: TV-in/TV-out + classID: 224 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.x + path: TV-in/TV-skyline + classID: 224 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.y + path: TV-in/TV-skyline + classID: 224 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.z + path: TV-in/TV-skyline + classID: 224 + script: {fileID: 0} + m_HasGenericRootTransform: 0 + m_HasMotionFloatCurves: 0 + m_Events: [] diff --git a/Assets/Art/Level/50/animation/2_3_3.anim.meta b/Assets/Art/Level/50/animation/2_3_3.anim.meta new file mode 100644 index 00000000..6bed276b --- /dev/null +++ b/Assets/Art/Level/50/animation/2_3_3.anim.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: a98df93215170fa47ac0e1355e2f303b +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 7400000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Art/Level/50/animation/3_1_1.anim b/Assets/Art/Level/50/animation/3_1_1.anim new file mode 100644 index 00000000..556ce6a3 --- /dev/null +++ b/Assets/Art/Level/50/animation/3_1_1.anim @@ -0,0 +1,2607 @@ +%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: 3_1_1 + serializedVersion: 7 + m_Legacy: 0 + m_Compressed: 0 + m_UseHighQualityCurve: 1 + m_RotationCurves: [] + m_CompressedRotationCurves: [] + m_EulerCurves: + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0, y: 0, z: 0} + inSlope: {x: 0, y: 0, z: 0} + outSlope: {x: 0, y: 0, z: 0} + tangentMode: 0 + weightedMode: 0 + inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} + outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} + - serializedVersion: 3 + time: 0.16666667 + value: {x: 0, y: 0, z: 2} + inSlope: {x: Infinity, y: Infinity, z: Infinity} + outSlope: {x: 0, y: 0, z: 0} + tangentMode: 0 + weightedMode: 0 + inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} + outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} + - serializedVersion: 3 + time: 0.33333334 + value: {x: 0, y: 0, z: 0} + inSlope: {x: Infinity, y: Infinity, z: Infinity} + outSlope: {x: 0, y: 0, z: 0} + tangentMode: 0 + weightedMode: 0 + inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} + outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + path: TV-in + m_PositionCurves: [] + m_ScaleCurves: + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 4.5 + value: {x: 1, y: 1, z: 1} + inSlope: {x: 0, y: 0, z: 0} + outSlope: {x: 0, y: 0, z: 0} + tangentMode: 0 + weightedMode: 0 + inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} + outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} + - serializedVersion: 3 + time: 4.6666665 + value: {x: 1, y: 1.02, z: 1} + inSlope: {x: 0, y: 0, z: 0} + outSlope: {x: 0, y: 0, z: 0} + tangentMode: 0 + weightedMode: 0 + inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} + outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} + - serializedVersion: 3 + time: 4.8333335 + value: {x: 1, y: 1, z: 1} + inSlope: {x: 0, y: 0, z: 0} + outSlope: {x: 0, y: 0, z: 0} + tangentMode: 0 + weightedMode: 0 + inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} + outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} + - serializedVersion: 3 + time: 5 + value: {x: 1, y: 1.02, z: 1} + inSlope: {x: 0, y: 0, z: 0} + outSlope: {x: 0, y: 0, z: 0} + tangentMode: 0 + weightedMode: 0 + inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} + outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} + - serializedVersion: 3 + time: 5.1666665 + value: {x: 1, y: 1, z: 1} + inSlope: {x: 0, y: 0, z: 0} + outSlope: {x: 0, y: 0, z: 0} + tangentMode: 0 + weightedMode: 0 + inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} + outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} + - serializedVersion: 3 + time: 5.3333335 + value: {x: 1, y: 1.02, z: 1} + inSlope: {x: 0, y: 0, z: 0} + outSlope: {x: 0, y: 0, z: 0} + tangentMode: 0 + weightedMode: 0 + inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} + outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} + - serializedVersion: 3 + time: 5.5 + value: {x: 1, y: 1, z: 1} + inSlope: {x: 0, y: 0, z: 0} + outSlope: {x: 0, y: 0, z: 0} + tangentMode: 0 + weightedMode: 0 + inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} + outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} + - serializedVersion: 3 + time: 5.6666665 + value: {x: 1, y: 1.02, z: 1} + inSlope: {x: 0, y: 0, z: 0} + outSlope: {x: 0, y: 0, z: 0} + tangentMode: 0 + weightedMode: 0 + inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} + outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} + - serializedVersion: 3 + time: 5.8333335 + value: {x: 1, y: 1, z: 1} + inSlope: {x: 0, y: 0, z: 0} + outSlope: {x: 0, y: 0, z: 0} + tangentMode: 0 + weightedMode: 0 + inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} + outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} + - serializedVersion: 3 + time: 6 + value: {x: 1, y: 1.02, z: 1} + inSlope: {x: 0, y: 0, z: 0} + outSlope: {x: 0, y: 0, z: 0} + tangentMode: 0 + weightedMode: 0 + inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} + outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} + - serializedVersion: 3 + time: 6.1666665 + value: {x: 1, y: 1, z: 1} + inSlope: {x: 0, y: 0, z: 0} + outSlope: {x: 0, y: 0, z: 0} + tangentMode: 0 + weightedMode: 0 + inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} + outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} + - serializedVersion: 3 + time: 6.3333335 + value: {x: 1, y: 1.02, z: 1} + inSlope: {x: 0, y: 0, z: 0} + outSlope: {x: 0, y: 0, z: 0} + tangentMode: 0 + weightedMode: 0 + inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} + outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} + - serializedVersion: 3 + time: 6.5 + value: {x: 1, y: 1, z: 1} + inSlope: {x: 0, y: 0, z: 0} + outSlope: {x: 0, y: 0, z: 0} + tangentMode: 0 + weightedMode: 0 + inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} + outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} + - serializedVersion: 3 + time: 6.6666665 + value: {x: 1, y: 1.02, z: 1} + inSlope: {x: 0, y: 0, z: 0} + outSlope: {x: 0, y: 0, z: 0} + tangentMode: 0 + weightedMode: 0 + inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} + outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} + - serializedVersion: 3 + time: 6.8333335 + value: {x: 1, y: 1, z: 1} + inSlope: {x: 0, y: 0, z: 0} + outSlope: {x: 0, y: 0, z: 0} + tangentMode: 0 + weightedMode: 0 + inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} + outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} + - serializedVersion: 3 + time: 7 + value: {x: 1, y: 1.02, z: 1} + inSlope: {x: 0, y: 0, z: 0} + outSlope: {x: 0, y: 0, z: 0} + tangentMode: 0 + weightedMode: 0 + inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} + outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} + - serializedVersion: 3 + time: 7.1666665 + value: {x: 1, y: 1, z: 1} + inSlope: {x: 0, y: 0, z: 0} + outSlope: {x: 0, y: 0, z: 0} + tangentMode: 0 + weightedMode: 0 + inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} + outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} + - serializedVersion: 3 + time: 7.3333335 + value: {x: 1, y: 1.02, z: 1} + inSlope: {x: 0, y: 0, z: 0} + outSlope: {x: 0, y: 0, z: 0} + tangentMode: 0 + weightedMode: 0 + inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} + outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} + - serializedVersion: 3 + time: 7.5 + value: {x: 1, y: 1, z: 1} + inSlope: {x: 0, y: 0, z: 0} + outSlope: {x: 0, y: 0, z: 0} + tangentMode: 0 + weightedMode: 0 + inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} + outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} + - serializedVersion: 3 + time: 7.6666665 + value: {x: 1, y: 1.02, z: 1} + inSlope: {x: 0, y: 0, z: 0} + outSlope: {x: 0, y: 0, z: 0} + tangentMode: 0 + weightedMode: 0 + inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} + outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} + - serializedVersion: 3 + time: 7.8333335 + value: {x: 1, y: 1, z: 1} + inSlope: {x: 0, y: 0, z: 0} + outSlope: {x: 0, y: 0, z: 0} + tangentMode: 0 + weightedMode: 0 + inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} + outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} + - serializedVersion: 3 + time: 8 + value: {x: 1, y: 1.02, z: 1} + inSlope: {x: 0, y: 0, z: 0} + outSlope: {x: 0, y: 0, z: 0} + tangentMode: 0 + weightedMode: 0 + inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} + outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} + - serializedVersion: 3 + time: 8.166667 + value: {x: 1, y: 1, z: 1} + inSlope: {x: 0, y: 0, z: 0} + outSlope: {x: 0, y: 0, z: 0} + tangentMode: 0 + weightedMode: 0 + inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} + outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} + - serializedVersion: 3 + time: 8.333333 + value: {x: 1, y: 1.02, z: 1} + inSlope: {x: 0, y: 0, z: 0} + outSlope: {x: 0, y: 0, z: 0} + tangentMode: 0 + weightedMode: 0 + inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} + outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} + - serializedVersion: 3 + time: 8.5 + value: {x: 1, y: 1, z: 1} + inSlope: {x: 0, y: 0, z: 0} + outSlope: {x: 0, y: 0, z: 0} + tangentMode: 0 + weightedMode: 0 + inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} + outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} + - serializedVersion: 3 + time: 8.666667 + value: {x: 1, y: 1.02, z: 1} + inSlope: {x: 0, y: 0, z: 0} + outSlope: {x: 0, y: 0, z: 0} + tangentMode: 0 + weightedMode: 0 + inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} + outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} + - serializedVersion: 3 + time: 8.833333 + value: {x: 1, y: 1, z: 1} + inSlope: {x: 0, y: 0, z: 0} + outSlope: {x: 0, y: 0, z: 0} + tangentMode: 0 + weightedMode: 0 + inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} + outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} + - serializedVersion: 3 + time: 9 + value: {x: 1, y: 1.02, z: 1} + inSlope: {x: 0, y: 0, z: 0} + outSlope: {x: 0, y: 0, z: 0} + tangentMode: 0 + weightedMode: 0 + inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} + outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} + - serializedVersion: 3 + time: 9.166667 + value: {x: 1, y: 1, z: 1} + inSlope: {x: 0, y: 0, z: 0} + outSlope: {x: 0, y: 0, z: 0} + tangentMode: 0 + weightedMode: 0 + inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} + outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} + - serializedVersion: 3 + time: 9.333333 + value: {x: 1, y: 1.02, z: 1} + inSlope: {x: 0, y: 0, z: 0} + outSlope: {x: 0, y: 0, z: 0} + tangentMode: 0 + weightedMode: 0 + inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} + outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} + - serializedVersion: 3 + time: 9.5 + value: {x: 1, y: 1, z: 1} + inSlope: {x: 0, y: 0, z: 0} + outSlope: {x: 0, y: 0, z: 0} + tangentMode: 0 + weightedMode: 0 + inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} + outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} + - serializedVersion: 3 + time: 9.666667 + value: {x: 1, y: 1.02, z: 1} + inSlope: {x: 0, y: 0, z: 0} + outSlope: {x: 0, y: 0, z: 0} + tangentMode: 0 + weightedMode: 0 + inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} + outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} + - serializedVersion: 3 + time: 9.833333 + value: {x: 1, y: 1, z: 1} + inSlope: {x: 0, y: 0, z: 0} + outSlope: {x: 0, y: 0, z: 0} + tangentMode: 0 + weightedMode: 0 + inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} + outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} + - serializedVersion: 3 + time: 10 + value: {x: 1, y: 1.02, z: 1} + inSlope: {x: 0, y: 0, z: 0} + outSlope: {x: 0, y: 0, z: 0} + tangentMode: 0 + weightedMode: 0 + inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} + outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} + - serializedVersion: 3 + time: 10.166667 + value: {x: 1, y: 1, z: 1} + inSlope: {x: 0, y: 0, z: 0} + outSlope: {x: 0, y: 0, z: 0} + tangentMode: 0 + weightedMode: 0 + inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} + outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} + - serializedVersion: 3 + time: 10.333333 + value: {x: 1, y: 1.02, z: 1} + inSlope: {x: 0, y: 0, z: 0} + outSlope: {x: 0, y: 0, z: 0} + tangentMode: 0 + weightedMode: 0 + inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} + outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} + - serializedVersion: 3 + time: 10.5 + value: {x: 1, y: 1, z: 1} + inSlope: {x: 0, y: 0, z: 0} + outSlope: {x: 0, y: 0, z: 0} + tangentMode: 0 + weightedMode: 0 + inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} + outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} + - serializedVersion: 3 + time: 10.666667 + value: {x: 1, y: 1.02, z: 1} + inSlope: {x: 0, y: 0, z: 0} + outSlope: {x: 0, y: 0, z: 0} + tangentMode: 0 + weightedMode: 0 + inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} + outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} + - serializedVersion: 3 + time: 10.833333 + value: {x: 1, y: 1, z: 1} + inSlope: {x: 0, y: 0, z: 0} + outSlope: {x: 0, y: 0, z: 0} + tangentMode: 0 + weightedMode: 0 + inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} + outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} + - serializedVersion: 3 + time: 11 + value: {x: 1, y: 1.02, z: 1} + inSlope: {x: 0, y: 0, z: 0} + outSlope: {x: 0, y: 0, z: 0} + tangentMode: 0 + weightedMode: 0 + inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} + outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} + - serializedVersion: 3 + time: 11.166667 + value: {x: 1, y: 1, z: 1} + inSlope: {x: 0, y: 0, z: 0} + outSlope: {x: 0, y: 0, z: 0} + tangentMode: 0 + weightedMode: 0 + inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} + outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} + - serializedVersion: 3 + time: 11.333333 + value: {x: 1, y: 1.02, z: 1} + inSlope: {x: 0, y: 0, z: 0} + outSlope: {x: 0, y: 0, z: 0} + tangentMode: 0 + weightedMode: 0 + inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} + outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} + - serializedVersion: 3 + time: 11.5 + value: {x: 1, y: 1, z: 1} + inSlope: {x: 0, y: 0, z: 0} + outSlope: {x: 0, y: 0, z: 0} + tangentMode: 0 + weightedMode: 0 + inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} + outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} + - serializedVersion: 3 + time: 11.666667 + value: {x: 1, y: 1.02, z: 1} + inSlope: {x: 0, y: 0, z: 0} + outSlope: {x: 0, y: 0, z: 0} + tangentMode: 0 + weightedMode: 0 + inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} + outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} + - serializedVersion: 3 + time: 11.833333 + value: {x: 1, y: 1, z: 1} + inSlope: {x: 0, y: 0, z: 0} + outSlope: {x: 0, y: 0, z: 0} + tangentMode: 0 + weightedMode: 0 + inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} + outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} + - serializedVersion: 3 + time: 12 + value: {x: 1, y: 1.02, z: 1} + inSlope: {x: 0, y: 0, z: 0} + outSlope: {x: 0, y: 0, z: 0} + tangentMode: 0 + weightedMode: 0 + inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} + outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} + - serializedVersion: 3 + time: 12.166667 + value: {x: 1, y: 1, z: 1} + inSlope: {x: 0, y: 0, z: 0} + outSlope: {x: 0, y: 0, z: 0} + tangentMode: 0 + weightedMode: 0 + inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} + outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} + - serializedVersion: 3 + time: 12.333333 + value: {x: 1, y: 1.02, z: 1} + inSlope: {x: 0, y: 0, z: 0} + outSlope: {x: 0, y: 0, z: 0} + tangentMode: 0 + weightedMode: 0 + inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} + outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} + - serializedVersion: 3 + time: 12.5 + value: {x: 1, y: 1, z: 1} + inSlope: {x: 0, y: 0, z: 0} + outSlope: {x: 0, y: 0, z: 0} + tangentMode: 0 + weightedMode: 0 + inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} + outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + path: boy-0 + m_FloatCurves: + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 1.4166666 + value: 0 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 1.5 + value: 0 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 2.9166667 + value: 0 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 3 + value: 0 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 4.4166665 + value: 0 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_IsActive + path: voice3 + classID: 1 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 1.4166666 + value: 0 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 1.5 + value: 0 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 2.9166667 + value: 0 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 3 + value: 0 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 4.4166665 + value: 0 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_IsActive + path: voice2 + classID: 1 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 1.4166666 + value: 0 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 1.5 + value: 1 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 2.9166667 + value: 0 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 3 + value: 1 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 4.4166665 + value: 0 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_IsActive + path: voice1 + classID: 1 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.33333334 + value: 1 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_IsActive + path: TV-in/TV-black + classID: 1 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.33333334 + value: 0.77 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.45 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.75 + value: 0.77 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.0333333 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.3333334 + value: 0.77 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.5833334 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_Color.a + path: TV-in/TV-black + classID: 114 + script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_Color.a + path: TV-in/TV-out + classID: 114 + script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_Color.a + path: TV-in/TV-screen + classID: 114 + script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_Color.a + path: TV-in/TV-skyline + classID: 114 + script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 1.5 + value: 0 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_IsActive + path: TV-ghost + classID: 1 + script: {fileID: 0} + m_PPtrCurves: + - curve: + - time: 0 + value: {fileID: 21300000, guid: 618d18624fc2909428b7cf9687c67a69, type: 3} + - time: 0.16666667 + value: {fileID: 21300000, guid: e242c4ba4b17c4b40bc9ee9b3068aeb4, type: 3} + - time: 0.33333334 + value: {fileID: 21300000, guid: 392e8182dbbfeca42be1714e198bc000, type: 3} + - time: 1.5 + value: {fileID: 21300000, guid: 52348e6d5618d1647812c5e660d4afe0, type: 3} + - time: 1.5833334 + value: {fileID: 21300000, guid: 1a6e7b60a40b96c4aa3b596e0bcf456c, type: 3} + - time: 1.8333334 + value: {fileID: 21300000, guid: 392e8182dbbfeca42be1714e198bc000, type: 3} + - time: 3 + value: {fileID: 21300000, guid: 52348e6d5618d1647812c5e660d4afe0, type: 3} + - time: 3.0833333 + value: {fileID: 21300000, guid: 1a6e7b60a40b96c4aa3b596e0bcf456c, type: 3} + - time: 3.1666667 + value: {fileID: 21300000, guid: 1a6e7b60a40b96c4aa3b596e0bcf456c, type: 3} + - time: 3.3333333 + value: {fileID: 21300000, guid: 392e8182dbbfeca42be1714e198bc000, type: 3} + - time: 4.5 + value: {fileID: 21300000, guid: bd95aedaa512a044784cde3303102f51, type: 3} + attribute: m_Sprite + path: boy-0 + classID: 114 + script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3} + - curve: + - time: 0 + value: {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - time: 0.083333336 + value: {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - time: 0.16666667 + value: {fileID: 21300000, guid: 7988fd026080f6c4ba146a6b818594ed, type: 3} + - time: 0.25 + value: {fileID: 21300000, guid: 007b4d3f4938dfb42a533237aff77641, type: 3} + - time: 0.33333334 + value: {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - time: 1.5 + value: {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - time: 1.5833334 + value: {fileID: 21300000, guid: 7988fd026080f6c4ba146a6b818594ed, type: 3} + - time: 1.6666666 + value: {fileID: 21300000, guid: 007b4d3f4938dfb42a533237aff77641, type: 3} + - time: 1.7666667 + value: {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - time: 1.85 + value: {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - time: 1.9166666 + value: {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - time: 2.0166667 + value: {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - time: 2.1 + value: {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - time: 2.1666667 + value: {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - time: 2.2666667 + value: {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - time: 2.3333333 + value: {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - time: 2.4166667 + value: {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - time: 2.5 + value: {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - time: 2.5833333 + value: {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - time: 2.6666667 + value: {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - time: 2.75 + value: {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - time: 2.8333333 + value: {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - time: 2.9166667 + value: {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - time: 3 + value: {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - time: 3.1666667 + value: {fileID: 21300000, guid: 7988fd026080f6c4ba146a6b818594ed, type: 3} + - time: 3.25 + value: {fileID: 21300000, guid: 007b4d3f4938dfb42a533237aff77641, type: 3} + - time: 3.3333333 + value: {fileID: 21300000, guid: 51e04a4d01baa66438e4b59402ab51d6, type: 3} + - time: 3.9166667 + value: {fileID: 21300000, guid: 66d5d8b438e3f454bac3098116e58767, type: 3} + - time: 4.4166665 + value: {fileID: 21300000, guid: 51e04a4d01baa66438e4b59402ab51d6, type: 3} + - time: 4.5 + value: {fileID: 21300000, guid: 51e04a4d01baa66438e4b59402ab51d6, type: 3} + - time: 5 + value: {fileID: 21300000, guid: 66d5d8b438e3f454bac3098116e58767, type: 3} + - time: 5.5 + value: {fileID: 21300000, guid: 51e04a4d01baa66438e4b59402ab51d6, type: 3} + - time: 6 + value: {fileID: 21300000, guid: 66d5d8b438e3f454bac3098116e58767, type: 3} + - time: 6.5 + value: {fileID: 21300000, guid: 51e04a4d01baa66438e4b59402ab51d6, type: 3} + - time: 7 + value: {fileID: 21300000, guid: 66d5d8b438e3f454bac3098116e58767, type: 3} + - time: 7.5 + value: {fileID: 21300000, guid: 51e04a4d01baa66438e4b59402ab51d6, type: 3} + - time: 8 + value: {fileID: 21300000, guid: 66d5d8b438e3f454bac3098116e58767, type: 3} + - time: 8.5 + value: {fileID: 21300000, guid: 51e04a4d01baa66438e4b59402ab51d6, type: 3} + - time: 9 + value: {fileID: 21300000, guid: 66d5d8b438e3f454bac3098116e58767, type: 3} + - time: 9.5 + value: {fileID: 21300000, guid: 51e04a4d01baa66438e4b59402ab51d6, type: 3} + - time: 10 + value: {fileID: 21300000, guid: 66d5d8b438e3f454bac3098116e58767, type: 3} + - time: 10.5 + value: {fileID: 21300000, guid: 51e04a4d01baa66438e4b59402ab51d6, type: 3} + - time: 11 + value: {fileID: 21300000, guid: 66d5d8b438e3f454bac3098116e58767, type: 3} + - time: 11.5 + value: {fileID: 21300000, guid: 51e04a4d01baa66438e4b59402ab51d6, type: 3} + - time: 12 + value: {fileID: 21300000, guid: 66d5d8b438e3f454bac3098116e58767, type: 3} + - time: 12.5 + value: {fileID: 21300000, guid: 51e04a4d01baa66438e4b59402ab51d6, type: 3} + attribute: m_Sprite + path: TV-in/TV-screen + classID: 114 + script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3} + m_SampleRate: 60 + 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: 3413608298 + attribute: 4 + script: {fileID: 0} + typeID: 4 + customType: 4 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 457575929 + attribute: 3 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3695090919 + attribute: 2086281974 + script: {fileID: 0} + typeID: 1 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 2872683633 + attribute: 2086281974 + script: {fileID: 0} + typeID: 1 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 842071499 + attribute: 2086281974 + script: {fileID: 0} + typeID: 1 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 485401755 + attribute: 2086281974 + script: {fileID: 0} + typeID: 1 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 485401755 + attribute: 304273561 + script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3} + typeID: 114 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 2315816844 + attribute: 2086281974 + script: {fileID: 0} + typeID: 1 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 457575929 + attribute: 2015549526 + script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3} + typeID: 114 + customType: 0 + isPPtrCurve: 1 + - serializedVersion: 2 + path: 2377246744 + attribute: 2015549526 + script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3} + typeID: 114 + customType: 0 + isPPtrCurve: 1 + - serializedVersion: 2 + path: 1458259962 + attribute: 304273561 + script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3} + typeID: 114 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 2377246744 + attribute: 304273561 + script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3} + typeID: 114 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 329930358 + attribute: 304273561 + script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3} + typeID: 114 + customType: 0 + isPPtrCurve: 0 + pptrCurveMapping: + - {fileID: 21300000, guid: 618d18624fc2909428b7cf9687c67a69, type: 3} + - {fileID: 21300000, guid: e242c4ba4b17c4b40bc9ee9b3068aeb4, type: 3} + - {fileID: 21300000, guid: 392e8182dbbfeca42be1714e198bc000, type: 3} + - {fileID: 21300000, guid: 52348e6d5618d1647812c5e660d4afe0, type: 3} + - {fileID: 21300000, guid: 1a6e7b60a40b96c4aa3b596e0bcf456c, type: 3} + - {fileID: 21300000, guid: 392e8182dbbfeca42be1714e198bc000, type: 3} + - {fileID: 21300000, guid: 52348e6d5618d1647812c5e660d4afe0, type: 3} + - {fileID: 21300000, guid: 1a6e7b60a40b96c4aa3b596e0bcf456c, type: 3} + - {fileID: 21300000, guid: 1a6e7b60a40b96c4aa3b596e0bcf456c, type: 3} + - {fileID: 21300000, guid: 392e8182dbbfeca42be1714e198bc000, type: 3} + - {fileID: 21300000, guid: bd95aedaa512a044784cde3303102f51, type: 3} + - {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - {fileID: 21300000, guid: 7988fd026080f6c4ba146a6b818594ed, type: 3} + - {fileID: 21300000, guid: 007b4d3f4938dfb42a533237aff77641, type: 3} + - {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - {fileID: 21300000, guid: 7988fd026080f6c4ba146a6b818594ed, type: 3} + - {fileID: 21300000, guid: 007b4d3f4938dfb42a533237aff77641, type: 3} + - {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - {fileID: 21300000, guid: 7988fd026080f6c4ba146a6b818594ed, type: 3} + - {fileID: 21300000, guid: 007b4d3f4938dfb42a533237aff77641, type: 3} + - {fileID: 21300000, guid: 51e04a4d01baa66438e4b59402ab51d6, type: 3} + - {fileID: 21300000, guid: 66d5d8b438e3f454bac3098116e58767, type: 3} + - {fileID: 21300000, guid: 51e04a4d01baa66438e4b59402ab51d6, type: 3} + - {fileID: 21300000, guid: 51e04a4d01baa66438e4b59402ab51d6, type: 3} + - {fileID: 21300000, guid: 66d5d8b438e3f454bac3098116e58767, type: 3} + - {fileID: 21300000, guid: 51e04a4d01baa66438e4b59402ab51d6, type: 3} + - {fileID: 21300000, guid: 66d5d8b438e3f454bac3098116e58767, type: 3} + - {fileID: 21300000, guid: 51e04a4d01baa66438e4b59402ab51d6, type: 3} + - {fileID: 21300000, guid: 66d5d8b438e3f454bac3098116e58767, type: 3} + - {fileID: 21300000, guid: 51e04a4d01baa66438e4b59402ab51d6, type: 3} + - {fileID: 21300000, guid: 66d5d8b438e3f454bac3098116e58767, type: 3} + - {fileID: 21300000, guid: 51e04a4d01baa66438e4b59402ab51d6, type: 3} + - {fileID: 21300000, guid: 66d5d8b438e3f454bac3098116e58767, type: 3} + - {fileID: 21300000, guid: 51e04a4d01baa66438e4b59402ab51d6, type: 3} + - {fileID: 21300000, guid: 66d5d8b438e3f454bac3098116e58767, type: 3} + - {fileID: 21300000, guid: 51e04a4d01baa66438e4b59402ab51d6, type: 3} + - {fileID: 21300000, guid: 66d5d8b438e3f454bac3098116e58767, type: 3} + - {fileID: 21300000, guid: 51e04a4d01baa66438e4b59402ab51d6, type: 3} + - {fileID: 21300000, guid: 66d5d8b438e3f454bac3098116e58767, type: 3} + - {fileID: 21300000, guid: 51e04a4d01baa66438e4b59402ab51d6, type: 3} + m_AnimationClipSettings: + serializedVersion: 2 + m_AdditiveReferencePoseClip: {fileID: 0} + m_AdditiveReferencePoseTime: 0 + m_StartTime: 0 + m_StopTime: 12.516666 + 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: 1 + m_KeepOriginalPositionXZ: 0 + m_HeightFromFeet: 0 + m_Mirror: 0 + m_EditorCurves: + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 1.4166666 + value: 0 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 1.5 + value: 0 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 2.9166667 + value: 0 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 3 + value: 0 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 4.4166665 + value: 0 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_IsActive + path: voice3 + classID: 1 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 1.4166666 + value: 0 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 1.5 + value: 0 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 2.9166667 + value: 0 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 3 + value: 0 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 4.4166665 + value: 0 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_IsActive + path: voice2 + classID: 1 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 1.4166666 + value: 0 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 1.5 + value: 1 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 2.9166667 + value: 0 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 3 + value: 1 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 4.4166665 + value: 0 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_IsActive + path: voice1 + classID: 1 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.16666667 + value: 0 + inSlope: Infinity + outSlope: 0 + tangentMode: 7 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.33333334 + value: 0 + inSlope: Infinity + outSlope: 0 + tangentMode: 7 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.x + path: TV-in + classID: 224 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.16666667 + value: 0 + inSlope: Infinity + outSlope: 0 + tangentMode: 7 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.33333334 + value: 0 + inSlope: Infinity + outSlope: 0 + tangentMode: 7 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.y + path: TV-in + classID: 224 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.16666667 + value: 2 + inSlope: Infinity + outSlope: 0 + tangentMode: 7 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.33333334 + value: 0 + inSlope: Infinity + outSlope: 0 + tangentMode: 7 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.z + path: TV-in + classID: 224 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.33333334 + value: 1 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_IsActive + path: TV-in/TV-black + classID: 1 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.33333334 + value: 0.77 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.45 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.75 + value: 0.77 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.0333333 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.3333334 + value: 0.77 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.5833334 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_Color.a + path: TV-in/TV-black + classID: 114 + script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_Color.a + path: TV-in/TV-out + classID: 114 + script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_Color.a + path: TV-in/TV-screen + classID: 114 + script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_Color.a + path: TV-in/TV-skyline + classID: 114 + script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 1.5 + value: 0 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_IsActive + path: TV-ghost + classID: 1 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 4.5 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.8333335 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.1666665 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.5 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.8333335 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 6.1666665 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 6.5 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 6.8333335 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 7.1666665 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 7.5 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 7.8333335 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 8.166667 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 8.5 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 8.833333 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 9.166667 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 9.5 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 9.833333 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 10.166667 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 10.5 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 10.833333 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 11.166667 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 11.5 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 11.833333 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 12.166667 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 12.5 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.x + path: boy-0 + classID: 224 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 4.5 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.6666665 + value: 1.02 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.8333335 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5 + value: 1.02 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.1666665 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.3333335 + value: 1.02 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.5 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.6666665 + value: 1.02 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.8333335 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 6 + value: 1.02 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 6.1666665 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 6.3333335 + value: 1.02 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 6.5 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 6.6666665 + value: 1.02 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 6.8333335 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 7 + value: 1.02 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 7.1666665 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 7.3333335 + value: 1.02 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 7.5 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 7.6666665 + value: 1.02 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 7.8333335 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 8 + value: 1.02 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 8.166667 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 8.333333 + value: 1.02 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 8.5 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 8.666667 + value: 1.02 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 8.833333 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 9 + value: 1.02 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 9.166667 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 9.333333 + value: 1.02 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 9.5 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 9.666667 + value: 1.02 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 9.833333 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 10 + value: 1.02 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 10.166667 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 10.333333 + value: 1.02 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 10.5 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 10.666667 + value: 1.02 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 10.833333 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 11 + value: 1.02 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 11.166667 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 11.333333 + value: 1.02 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 11.5 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 11.666667 + value: 1.02 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 11.833333 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 12 + value: 1.02 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 12.166667 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 12.333333 + value: 1.02 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 12.5 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.y + path: boy-0 + classID: 224 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 4.5 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.8333335 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.1666665 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.5 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.8333335 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 6.1666665 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 6.5 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 6.8333335 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 7.1666665 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 7.5 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 7.8333335 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 8.166667 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 8.5 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 8.833333 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 9.166667 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 9.5 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 9.833333 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 10.166667 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 10.5 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 10.833333 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 11.166667 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 11.5 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 11.833333 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 12.166667 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 12.5 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.z + path: boy-0 + classID: 224 + script: {fileID: 0} + m_EulerEditorCurves: + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.x + path: TV-in + classID: 224 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.y + path: TV-in + classID: 224 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.z + path: TV-in + classID: 224 + script: {fileID: 0} + m_HasGenericRootTransform: 0 + m_HasMotionFloatCurves: 0 + m_Events: [] diff --git a/Assets/Art/Level/50/animation/3_1_1.anim.meta b/Assets/Art/Level/50/animation/3_1_1.anim.meta new file mode 100644 index 00000000..97d99c55 --- /dev/null +++ b/Assets/Art/Level/50/animation/3_1_1.anim.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: e237eef893c54094aaecac0dca9d7b02 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 7400000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Art/Level/50/animation/3_1_2.anim b/Assets/Art/Level/50/animation/3_1_2.anim new file mode 100644 index 00000000..7ac2cec7 --- /dev/null +++ b/Assets/Art/Level/50/animation/3_1_2.anim @@ -0,0 +1,1576 @@ +%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: 3_1_2 + serializedVersion: 7 + m_Legacy: 0 + m_Compressed: 0 + m_UseHighQualityCurve: 1 + m_RotationCurves: [] + m_CompressedRotationCurves: [] + m_EulerCurves: + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0, y: 0, z: 0} + inSlope: {x: 0, y: 0, z: 0} + outSlope: {x: 0, y: 0, z: 0} + tangentMode: 0 + weightedMode: 0 + inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} + outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} + - serializedVersion: 3 + time: 0.16666667 + value: {x: 0, y: 0, z: 2} + inSlope: {x: Infinity, y: Infinity, z: Infinity} + outSlope: {x: 0, y: 0, z: 0} + tangentMode: 0 + weightedMode: 0 + inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} + outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} + - serializedVersion: 3 + time: 0.33333334 + value: {x: 0, y: 0, z: 0} + inSlope: {x: Infinity, y: Infinity, z: Infinity} + outSlope: {x: 0, y: 0, z: 0} + tangentMode: 0 + weightedMode: 0 + inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} + outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} + - serializedVersion: 3 + time: 3 + value: {x: 0, y: 0, z: 0} + inSlope: {x: 0, y: 0, z: 0} + outSlope: {x: 0, y: 0, z: 0} + tangentMode: 0 + weightedMode: 0 + inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} + outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} + - serializedVersion: 3 + time: 3.1666667 + value: {x: 0, y: 0, z: 7.7980003} + inSlope: {x: Infinity, y: Infinity, z: Infinity} + outSlope: {x: 0, y: 0, z: 0} + tangentMode: 0 + weightedMode: 0 + inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} + outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} + - serializedVersion: 3 + time: 3.3333333 + value: {x: 0, y: 0, z: 0} + inSlope: {x: Infinity, y: Infinity, z: Infinity} + outSlope: {x: 0, y: 0, z: 0} + tangentMode: 0 + weightedMode: 0 + inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} + outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + path: TV-in + m_PositionCurves: [] + m_ScaleCurves: [] + m_FloatCurves: + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 1.4166666 + value: 0 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 1.5 + value: 0 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 2.9166667 + value: 0 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 3 + value: 0 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 3.3333333 + value: 0 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 4.4166665 + value: 0 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_IsActive + path: voice3 + classID: 1 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 1.4166666 + value: 0 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 1.5 + value: 0 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 2.9166667 + value: 0 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 3 + value: 1 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 3.3333333 + value: 1 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 4.4166665 + value: 0 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_IsActive + path: voice2 + classID: 1 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 1.4166666 + value: 0 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 1.5 + value: 1 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 2.9166667 + value: 0 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 3 + value: 0 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 3.3333333 + value: 0 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 4.4166665 + value: 0 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_IsActive + path: voice1 + classID: 1 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.33333334 + value: 1 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_IsActive + path: TV-in/TV-black + classID: 1 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.33333334 + value: 0.77 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.45 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.75 + value: 0.77 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.0333333 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.3333334 + value: 0.77 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.5833334 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.25 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_Color.a + path: TV-in/TV-black + classID: 114 + script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_Color.a + path: TV-in/TV-out + classID: 114 + script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_Color.a + path: TV-in/TV-screen + classID: 114 + script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_Color.a + path: TV-in/TV-skyline + classID: 114 + script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 1.5 + value: 0 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_IsActive + path: TV-ghost + classID: 1 + script: {fileID: 0} + m_PPtrCurves: + - curve: + - time: 0 + value: {fileID: 21300000, guid: 618d18624fc2909428b7cf9687c67a69, type: 3} + - time: 0.16666667 + value: {fileID: 21300000, guid: e242c4ba4b17c4b40bc9ee9b3068aeb4, type: 3} + - time: 0.33333334 + value: {fileID: 21300000, guid: 392e8182dbbfeca42be1714e198bc000, type: 3} + - time: 1.5 + value: {fileID: 21300000, guid: 52348e6d5618d1647812c5e660d4afe0, type: 3} + - time: 1.5833334 + value: {fileID: 21300000, guid: 1a6e7b60a40b96c4aa3b596e0bcf456c, type: 3} + - time: 1.8333334 + value: {fileID: 21300000, guid: 392e8182dbbfeca42be1714e198bc000, type: 3} + - time: 3 + value: {fileID: 21300000, guid: 392e8182dbbfeca42be1714e198bc000, type: 3} + - time: 3.1666667 + value: {fileID: 21300000, guid: 47bc30956403efb4aa07630d41a45773, type: 3} + - time: 3.3333333 + value: {fileID: 21300000, guid: 392e8182dbbfeca42be1714e198bc000, type: 3} + - time: 4.5833335 + value: {fileID: 21300000, guid: 03b26bbe21c9e0e459a942f46263a817, type: 3} + attribute: m_Sprite + path: boy-0 + classID: 114 + script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3} + - curve: + - time: 0 + value: {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - time: 0.083333336 + value: {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - time: 0.16666667 + value: {fileID: 21300000, guid: 7988fd026080f6c4ba146a6b818594ed, type: 3} + - time: 0.25 + value: {fileID: 21300000, guid: 007b4d3f4938dfb42a533237aff77641, type: 3} + - time: 0.33333334 + value: {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - time: 1.5 + value: {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - time: 1.5833334 + value: {fileID: 21300000, guid: 7988fd026080f6c4ba146a6b818594ed, type: 3} + - time: 1.6666666 + value: {fileID: 21300000, guid: 007b4d3f4938dfb42a533237aff77641, type: 3} + - time: 1.7666667 + value: {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - time: 1.85 + value: {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - time: 1.9166666 + value: {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - time: 2.0166667 + value: {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - time: 2.1 + value: {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - time: 2.1666667 + value: {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - time: 2.2666667 + value: {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - time: 2.3333333 + value: {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - time: 2.4166667 + value: {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - time: 2.5 + value: {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - time: 2.5833333 + value: {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - time: 2.6666667 + value: {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - time: 2.75 + value: {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - time: 2.8333333 + value: {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - time: 2.9166667 + value: {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - time: 3 + value: {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - time: 3.0833333 + value: {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - time: 3.1666667 + value: {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - time: 3.25 + value: {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - time: 3.3333333 + value: {fileID: 21300000, guid: 7988fd026080f6c4ba146a6b818594ed, type: 3} + - time: 3.4166667 + value: {fileID: 21300000, guid: 007b4d3f4938dfb42a533237aff77641, type: 3} + - time: 3.5166667 + value: {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - time: 3.6 + value: {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - time: 3.6666667 + value: {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - time: 3.7666667 + value: {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - time: 3.85 + value: {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - time: 3.9166667 + value: {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - time: 4.016667 + value: {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - time: 4.0833335 + value: {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - time: 4.1666665 + value: {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - time: 4.25 + value: {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - time: 4.3333335 + value: {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - time: 4.4166665 + value: {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - time: 4.5833335 + value: {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - time: 4.6666665 + value: {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - time: 4.733333 + value: {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - time: 4.8333335 + value: {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - time: 4.9166665 + value: {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - time: 4.983333 + value: {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - time: 5.0833335 + value: {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - time: 5.15 + value: {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - time: 5.233333 + value: {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - time: 5.3166666 + value: {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - time: 5.4 + value: {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - time: 5.483333 + value: {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - time: 5.55 + value: {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - time: 5.65 + value: {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - time: 5.733333 + value: {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - time: 5.8 + value: {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - time: 5.9 + value: {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - time: 5.9666667 + value: {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - time: 6.05 + value: {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - time: 6.133333 + value: {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - time: 6.2166667 + value: {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - time: 6.3 + value: {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - time: 6.366667 + value: {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - time: 6.4666667 + value: {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - time: 6.55 + value: {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - time: 6.616667 + value: {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - time: 6.7166667 + value: {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - time: 6.7833333 + value: {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - time: 6.866667 + value: {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - time: 6.95 + value: {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - time: 7.0333333 + value: {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - time: 7.116667 + value: {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - time: 7.1833334 + value: {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - time: 7.2833333 + value: {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - time: 7.366667 + value: {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - time: 7.4333334 + value: {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - time: 7.5333333 + value: {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - time: 7.6 + value: {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - time: 7.6833334 + value: {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - time: 7.766667 + value: {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - time: 7.85 + value: {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - time: 7.9333334 + value: {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - time: 8 + value: {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - time: 8.1 + value: {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - time: 8.183333 + value: {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - time: 8.25 + value: {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - time: 8.35 + value: {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - time: 8.416667 + value: {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - time: 8.5 + value: {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - time: 8.583333 + value: {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - time: 8.666667 + value: {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - time: 8.75 + value: {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - time: 8.816667 + value: {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - time: 8.916667 + value: {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - time: 9 + value: {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - time: 9.066667 + value: {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - time: 9.166667 + value: {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - time: 9.233334 + value: {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - time: 9.316667 + value: {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - time: 9.4 + value: {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - time: 9.483334 + value: {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + attribute: m_Sprite + path: TV-in/TV-screen + classID: 114 + script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3} + m_SampleRate: 60 + 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: 3413608298 + attribute: 4 + script: {fileID: 0} + typeID: 4 + customType: 4 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3695090919 + attribute: 2086281974 + script: {fileID: 0} + typeID: 1 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 2872683633 + attribute: 2086281974 + script: {fileID: 0} + typeID: 1 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 842071499 + attribute: 2086281974 + script: {fileID: 0} + typeID: 1 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 485401755 + attribute: 2086281974 + script: {fileID: 0} + typeID: 1 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 485401755 + attribute: 304273561 + script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3} + typeID: 114 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 2315816844 + attribute: 2086281974 + script: {fileID: 0} + typeID: 1 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 457575929 + attribute: 2015549526 + script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3} + typeID: 114 + customType: 0 + isPPtrCurve: 1 + - serializedVersion: 2 + path: 2377246744 + attribute: 2015549526 + script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3} + typeID: 114 + customType: 0 + isPPtrCurve: 1 + - serializedVersion: 2 + path: 1458259962 + attribute: 304273561 + script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3} + typeID: 114 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 2377246744 + attribute: 304273561 + script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3} + typeID: 114 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 329930358 + attribute: 304273561 + script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3} + typeID: 114 + customType: 0 + isPPtrCurve: 0 + pptrCurveMapping: + - {fileID: 21300000, guid: 618d18624fc2909428b7cf9687c67a69, type: 3} + - {fileID: 21300000, guid: e242c4ba4b17c4b40bc9ee9b3068aeb4, type: 3} + - {fileID: 21300000, guid: 392e8182dbbfeca42be1714e198bc000, type: 3} + - {fileID: 21300000, guid: 52348e6d5618d1647812c5e660d4afe0, type: 3} + - {fileID: 21300000, guid: 1a6e7b60a40b96c4aa3b596e0bcf456c, type: 3} + - {fileID: 21300000, guid: 392e8182dbbfeca42be1714e198bc000, type: 3} + - {fileID: 21300000, guid: 392e8182dbbfeca42be1714e198bc000, type: 3} + - {fileID: 21300000, guid: 47bc30956403efb4aa07630d41a45773, type: 3} + - {fileID: 21300000, guid: 392e8182dbbfeca42be1714e198bc000, type: 3} + - {fileID: 21300000, guid: 03b26bbe21c9e0e459a942f46263a817, type: 3} + - {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - {fileID: 21300000, guid: 7988fd026080f6c4ba146a6b818594ed, type: 3} + - {fileID: 21300000, guid: 007b4d3f4938dfb42a533237aff77641, type: 3} + - {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - {fileID: 21300000, guid: 7988fd026080f6c4ba146a6b818594ed, type: 3} + - {fileID: 21300000, guid: 007b4d3f4938dfb42a533237aff77641, type: 3} + - {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - {fileID: 21300000, guid: 7988fd026080f6c4ba146a6b818594ed, type: 3} + - {fileID: 21300000, guid: 007b4d3f4938dfb42a533237aff77641, type: 3} + - {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + m_AnimationClipSettings: + serializedVersion: 2 + m_AdditiveReferencePoseClip: {fileID: 0} + m_AdditiveReferencePoseTime: 0 + m_StartTime: 0 + m_StopTime: 9.5 + 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: 1 + m_KeepOriginalPositionXZ: 0 + m_HeightFromFeet: 0 + m_Mirror: 0 + m_EditorCurves: + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 1.4166666 + value: 0 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 1.5 + value: 0 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 2.9166667 + value: 0 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 3 + value: 0 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 3.3333333 + value: 0 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 4.4166665 + value: 0 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_IsActive + path: voice3 + classID: 1 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 1.4166666 + value: 0 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 1.5 + value: 0 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 2.9166667 + value: 0 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 3 + value: 1 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 3.3333333 + value: 1 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 4.4166665 + value: 0 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_IsActive + path: voice2 + classID: 1 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 1.4166666 + value: 0 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 1.5 + value: 1 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 2.9166667 + value: 0 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 3 + value: 0 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 3.3333333 + value: 0 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 4.4166665 + value: 0 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_IsActive + path: voice1 + classID: 1 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.16666667 + value: 0 + inSlope: Infinity + outSlope: 0 + tangentMode: 7 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.33333334 + value: 0 + inSlope: Infinity + outSlope: 0 + tangentMode: 7 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.1666667 + value: 0 + inSlope: Infinity + outSlope: 0 + tangentMode: 7 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.3333333 + value: 0 + inSlope: Infinity + outSlope: 0 + tangentMode: 7 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.x + path: TV-in + classID: 224 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.16666667 + value: 0 + inSlope: Infinity + outSlope: 0 + tangentMode: 7 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.33333334 + value: 0 + inSlope: Infinity + outSlope: 0 + tangentMode: 7 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.1666667 + value: 0 + inSlope: Infinity + outSlope: 0 + tangentMode: 7 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.3333333 + value: 0 + inSlope: Infinity + outSlope: 0 + tangentMode: 7 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.y + path: TV-in + classID: 224 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.16666667 + value: 2 + inSlope: Infinity + outSlope: 0 + tangentMode: 7 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.33333334 + value: 0 + inSlope: Infinity + outSlope: 0 + tangentMode: 7 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.1666667 + value: 7.7980003 + inSlope: Infinity + outSlope: 0 + tangentMode: 7 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.3333333 + value: 0 + inSlope: Infinity + outSlope: 0 + tangentMode: 7 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.z + path: TV-in + classID: 224 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.33333334 + value: 1 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_IsActive + path: TV-in/TV-black + classID: 1 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.33333334 + value: 0.77 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.45 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.75 + value: 0.77 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.0333333 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.3333334 + value: 0.77 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.5833334 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.25 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_Color.a + path: TV-in/TV-black + classID: 114 + script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_Color.a + path: TV-in/TV-out + classID: 114 + script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_Color.a + path: TV-in/TV-screen + classID: 114 + script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_Color.a + path: TV-in/TV-skyline + classID: 114 + script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 1.5 + value: 0 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_IsActive + path: TV-ghost + classID: 1 + script: {fileID: 0} + m_EulerEditorCurves: + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.x + path: TV-in + classID: 224 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.y + path: TV-in + classID: 224 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.z + path: TV-in + classID: 224 + script: {fileID: 0} + m_HasGenericRootTransform: 0 + m_HasMotionFloatCurves: 0 + m_Events: [] diff --git a/Assets/Art/Level/50/animation/3_1_2.anim.meta b/Assets/Art/Level/50/animation/3_1_2.anim.meta new file mode 100644 index 00000000..c3676872 --- /dev/null +++ b/Assets/Art/Level/50/animation/3_1_2.anim.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 0a60438ccf08d7e439f5de45f8bb2500 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 7400000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Art/Level/50/animation/3_1_3.anim b/Assets/Art/Level/50/animation/3_1_3.anim new file mode 100644 index 00000000..0d52b9e6 --- /dev/null +++ b/Assets/Art/Level/50/animation/3_1_3.anim @@ -0,0 +1,1714 @@ +%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: 3_1_3 + serializedVersion: 7 + m_Legacy: 0 + m_Compressed: 0 + m_UseHighQualityCurve: 1 + m_RotationCurves: [] + m_CompressedRotationCurves: [] + m_EulerCurves: + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0, y: 0, z: 0} + inSlope: {x: 0, y: 0, z: 0} + outSlope: {x: 0, y: 0, z: 0} + tangentMode: 0 + weightedMode: 0 + inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} + outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} + - serializedVersion: 3 + time: 0.16666667 + value: {x: 0, y: 0, z: 2} + inSlope: {x: Infinity, y: Infinity, z: Infinity} + outSlope: {x: 0, y: 0, z: 0} + tangentMode: 0 + weightedMode: 0 + inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} + outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} + - serializedVersion: 3 + time: 0.33333334 + value: {x: 0, y: 0, z: 0} + inSlope: {x: Infinity, y: Infinity, z: Infinity} + outSlope: {x: 0, y: 0, z: 0} + tangentMode: 0 + weightedMode: 0 + inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} + outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} + - serializedVersion: 3 + time: 3 + value: {x: 0, y: 0, z: 0} + inSlope: {x: 0, y: 0, z: 0} + outSlope: {x: 0, y: 0, z: 0} + tangentMode: 0 + weightedMode: 0 + inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} + outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} + - serializedVersion: 3 + time: 3.1666667 + value: {x: 0, y: 0, z: 2} + inSlope: {x: Infinity, y: Infinity, z: Infinity} + outSlope: {x: 0, y: 0, z: 0} + tangentMode: 0 + weightedMode: 0 + inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} + outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} + - serializedVersion: 3 + time: 3.3333333 + value: {x: 0, y: 0, z: 0} + inSlope: {x: Infinity, y: Infinity, z: Infinity} + outSlope: {x: 0, y: 0, z: 0} + tangentMode: 0 + weightedMode: 0 + inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} + outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + path: TV-in + m_PositionCurves: [] + m_ScaleCurves: [] + m_FloatCurves: + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 1.4166666 + value: 0 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 1.5 + value: 0 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 2.9166667 + value: 0 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 3 + value: 1 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 4.4166665 + value: 0 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_IsActive + path: voice3 + classID: 1 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 1.4166666 + value: 0 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 1.5 + value: 0 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 2.9166667 + value: 0 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 3 + value: 0 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 4.4166665 + value: 0 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_IsActive + path: voice2 + classID: 1 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 1.4166666 + value: 0 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 1.5 + value: 1 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 2.9166667 + value: 0 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 3 + value: 0 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 4.4166665 + value: 0 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_IsActive + path: voice1 + classID: 1 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.33333334 + value: 1 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 3 + value: 0 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 3.3333333 + value: 1 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_IsActive + path: TV-in/TV-black + classID: 1 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.33333334 + value: 0.77 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.45 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.75 + value: 0.77 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.0333333 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.3333334 + value: 0.77 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.5833334 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.3333333 + value: 0.77 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.45 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.75 + value: 0.77 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.0333333 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.3333335 + value: 0.77 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.5833335 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.883333 + value: 0.77 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.1666665 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.4666667 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.766667 + value: 0.77 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 6.05 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 6.35 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 6.65 + value: 0.77 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 6.9333334 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 7.233333 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 7.5333333 + value: 0.77 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 7.8166666 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 8.116667 + value: 0.77 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_Color.a + path: TV-in/TV-black + classID: 114 + script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_Color.a + path: TV-in/TV-out + classID: 114 + script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_Color.a + path: TV-in/TV-screen + classID: 114 + script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_Color.a + path: TV-in/TV-skyline + classID: 114 + script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 1.5 + value: 0 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_IsActive + path: TV-ghost + classID: 1 + script: {fileID: 0} + m_PPtrCurves: + - curve: + - time: 0 + value: {fileID: 21300000, guid: 618d18624fc2909428b7cf9687c67a69, type: 3} + - time: 0.16666667 + value: {fileID: 21300000, guid: e242c4ba4b17c4b40bc9ee9b3068aeb4, type: 3} + - time: 0.33333334 + value: {fileID: 21300000, guid: 392e8182dbbfeca42be1714e198bc000, type: 3} + - time: 1.5 + value: {fileID: 21300000, guid: 52348e6d5618d1647812c5e660d4afe0, type: 3} + - time: 1.5833334 + value: {fileID: 21300000, guid: 1a6e7b60a40b96c4aa3b596e0bcf456c, type: 3} + - time: 1.8333334 + value: {fileID: 21300000, guid: 392e8182dbbfeca42be1714e198bc000, type: 3} + - time: 3 + value: {fileID: 21300000, guid: 618d18624fc2909428b7cf9687c67a69, type: 3} + - time: 3.1666667 + value: {fileID: 21300000, guid: e242c4ba4b17c4b40bc9ee9b3068aeb4, type: 3} + - time: 3.3333333 + value: {fileID: 21300000, guid: 392e8182dbbfeca42be1714e198bc000, type: 3} + - time: 4.5833335 + value: {fileID: 21300000, guid: 03b26bbe21c9e0e459a942f46263a817, type: 3} + attribute: m_Sprite + path: boy-0 + classID: 114 + script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3} + - curve: + - time: 0 + value: {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - time: 0.083333336 + value: {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - time: 0.16666667 + value: {fileID: 21300000, guid: 7988fd026080f6c4ba146a6b818594ed, type: 3} + - time: 0.25 + value: {fileID: 21300000, guid: 007b4d3f4938dfb42a533237aff77641, type: 3} + - time: 0.33333334 + value: {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - time: 1.5 + value: {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - time: 1.5833334 + value: {fileID: 21300000, guid: 7988fd026080f6c4ba146a6b818594ed, type: 3} + - time: 1.6666666 + value: {fileID: 21300000, guid: 007b4d3f4938dfb42a533237aff77641, type: 3} + - time: 1.7666667 + value: {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - time: 1.85 + value: {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - time: 1.9166666 + value: {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - time: 2.0166667 + value: {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - time: 2.1 + value: {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - time: 2.1666667 + value: {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - time: 2.2666667 + value: {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - time: 2.3333333 + value: {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - time: 2.4166667 + value: {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - time: 2.5 + value: {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - time: 2.5833333 + value: {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - time: 2.6666667 + value: {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - time: 2.75 + value: {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - time: 2.8333333 + value: {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - time: 2.9166667 + value: {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - time: 3 + value: {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - time: 3.0833333 + value: {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - time: 3.1666667 + value: {fileID: 21300000, guid: 7988fd026080f6c4ba146a6b818594ed, type: 3} + - time: 3.25 + value: {fileID: 21300000, guid: 007b4d3f4938dfb42a533237aff77641, type: 3} + - time: 3.3333333 + value: {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + attribute: m_Sprite + path: TV-in/TV-screen + classID: 114 + script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3} + m_SampleRate: 60 + 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: 3413608298 + attribute: 4 + script: {fileID: 0} + typeID: 4 + customType: 4 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3695090919 + attribute: 2086281974 + script: {fileID: 0} + typeID: 1 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 2872683633 + attribute: 2086281974 + script: {fileID: 0} + typeID: 1 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 842071499 + attribute: 2086281974 + script: {fileID: 0} + typeID: 1 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 485401755 + attribute: 2086281974 + script: {fileID: 0} + typeID: 1 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 485401755 + attribute: 304273561 + script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3} + typeID: 114 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 2315816844 + attribute: 2086281974 + script: {fileID: 0} + typeID: 1 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 457575929 + attribute: 2015549526 + script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3} + typeID: 114 + customType: 0 + isPPtrCurve: 1 + - serializedVersion: 2 + path: 2377246744 + attribute: 2015549526 + script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3} + typeID: 114 + customType: 0 + isPPtrCurve: 1 + - serializedVersion: 2 + path: 1458259962 + attribute: 304273561 + script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3} + typeID: 114 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 2377246744 + attribute: 304273561 + script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3} + typeID: 114 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 329930358 + attribute: 304273561 + script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3} + typeID: 114 + customType: 0 + isPPtrCurve: 0 + pptrCurveMapping: + - {fileID: 21300000, guid: 618d18624fc2909428b7cf9687c67a69, type: 3} + - {fileID: 21300000, guid: e242c4ba4b17c4b40bc9ee9b3068aeb4, type: 3} + - {fileID: 21300000, guid: 392e8182dbbfeca42be1714e198bc000, type: 3} + - {fileID: 21300000, guid: 52348e6d5618d1647812c5e660d4afe0, type: 3} + - {fileID: 21300000, guid: 1a6e7b60a40b96c4aa3b596e0bcf456c, type: 3} + - {fileID: 21300000, guid: 392e8182dbbfeca42be1714e198bc000, type: 3} + - {fileID: 21300000, guid: 618d18624fc2909428b7cf9687c67a69, type: 3} + - {fileID: 21300000, guid: e242c4ba4b17c4b40bc9ee9b3068aeb4, type: 3} + - {fileID: 21300000, guid: 392e8182dbbfeca42be1714e198bc000, type: 3} + - {fileID: 21300000, guid: 03b26bbe21c9e0e459a942f46263a817, type: 3} + - {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - {fileID: 21300000, guid: 7988fd026080f6c4ba146a6b818594ed, type: 3} + - {fileID: 21300000, guid: 007b4d3f4938dfb42a533237aff77641, type: 3} + - {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - {fileID: 21300000, guid: 7988fd026080f6c4ba146a6b818594ed, type: 3} + - {fileID: 21300000, guid: 007b4d3f4938dfb42a533237aff77641, type: 3} + - {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - {fileID: 21300000, guid: 7988fd026080f6c4ba146a6b818594ed, type: 3} + - {fileID: 21300000, guid: 007b4d3f4938dfb42a533237aff77641, type: 3} + - {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + m_AnimationClipSettings: + serializedVersion: 2 + m_AdditiveReferencePoseClip: {fileID: 0} + m_AdditiveReferencePoseTime: 0 + m_StartTime: 0 + m_StopTime: 8.116667 + 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: 1 + m_KeepOriginalPositionXZ: 0 + m_HeightFromFeet: 0 + m_Mirror: 0 + m_EditorCurves: + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 1.4166666 + value: 0 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 1.5 + value: 0 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 2.9166667 + value: 0 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 3 + value: 1 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 4.4166665 + value: 0 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_IsActive + path: voice3 + classID: 1 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 1.4166666 + value: 0 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 1.5 + value: 0 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 2.9166667 + value: 0 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 3 + value: 0 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 4.4166665 + value: 0 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_IsActive + path: voice2 + classID: 1 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 1.4166666 + value: 0 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 1.5 + value: 1 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 2.9166667 + value: 0 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 3 + value: 0 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 4.4166665 + value: 0 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_IsActive + path: voice1 + classID: 1 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.16666667 + value: 0 + inSlope: Infinity + outSlope: 0 + tangentMode: 7 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.33333334 + value: 0 + inSlope: Infinity + outSlope: 0 + tangentMode: 7 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.1666667 + value: 0 + inSlope: Infinity + outSlope: 0 + tangentMode: 7 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.3333333 + value: 0 + inSlope: Infinity + outSlope: 0 + tangentMode: 7 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.x + path: TV-in + classID: 224 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.16666667 + value: 0 + inSlope: Infinity + outSlope: 0 + tangentMode: 7 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.33333334 + value: 0 + inSlope: Infinity + outSlope: 0 + tangentMode: 7 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.1666667 + value: 0 + inSlope: Infinity + outSlope: 0 + tangentMode: 7 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.3333333 + value: 0 + inSlope: Infinity + outSlope: 0 + tangentMode: 7 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.y + path: TV-in + classID: 224 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.16666667 + value: 2 + inSlope: Infinity + outSlope: 0 + tangentMode: 7 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.33333334 + value: 0 + inSlope: Infinity + outSlope: 0 + tangentMode: 7 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.1666667 + value: 2 + inSlope: Infinity + outSlope: 0 + tangentMode: 7 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.3333333 + value: 0 + inSlope: Infinity + outSlope: 0 + tangentMode: 7 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.z + path: TV-in + classID: 224 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.33333334 + value: 1 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 3 + value: 0 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 3.3333333 + value: 1 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_IsActive + path: TV-in/TV-black + classID: 1 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.33333334 + value: 0.77 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.45 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.75 + value: 0.77 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.0333333 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.3333334 + value: 0.77 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.5833334 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.3333333 + value: 0.77 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.45 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.75 + value: 0.77 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.0333333 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.3333335 + value: 0.77 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.5833335 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.883333 + value: 0.77 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.1666665 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.4666667 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.766667 + value: 0.77 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 6.05 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 6.35 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 6.65 + value: 0.77 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 6.9333334 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 7.233333 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 7.5333333 + value: 0.77 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 7.8166666 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 8.116667 + value: 0.77 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_Color.a + path: TV-in/TV-black + classID: 114 + script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_Color.a + path: TV-in/TV-out + classID: 114 + script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_Color.a + path: TV-in/TV-screen + classID: 114 + script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_Color.a + path: TV-in/TV-skyline + classID: 114 + script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 1.5 + value: 0 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_IsActive + path: TV-ghost + classID: 1 + script: {fileID: 0} + m_EulerEditorCurves: + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.x + path: TV-in + classID: 224 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.y + path: TV-in + classID: 224 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.z + path: TV-in + classID: 224 + script: {fileID: 0} + m_HasGenericRootTransform: 0 + m_HasMotionFloatCurves: 0 + m_Events: [] diff --git a/Assets/Art/Level/50/animation/3_1_3.anim.meta b/Assets/Art/Level/50/animation/3_1_3.anim.meta new file mode 100644 index 00000000..a93ada45 --- /dev/null +++ b/Assets/Art/Level/50/animation/3_1_3.anim.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 948356d7187d8c340af4c2a9844fee56 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 7400000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Art/Level/50/animation/3_2_1.anim b/Assets/Art/Level/50/animation/3_2_1.anim new file mode 100644 index 00000000..6066f81b --- /dev/null +++ b/Assets/Art/Level/50/animation/3_2_1.anim @@ -0,0 +1,2034 @@ +%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: 3_2_1 + serializedVersion: 7 + m_Legacy: 0 + m_Compressed: 0 + m_UseHighQualityCurve: 1 + m_RotationCurves: [] + m_CompressedRotationCurves: [] + m_EulerCurves: + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0, y: 0, z: 0} + inSlope: {x: 0, y: 0, z: 0} + outSlope: {x: 0, y: 0, z: 0} + tangentMode: 0 + weightedMode: 0 + inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} + outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} + - serializedVersion: 3 + time: 0.16666667 + value: {x: 0, y: 0, z: 2} + inSlope: {x: Infinity, y: Infinity, z: Infinity} + outSlope: {x: 0, y: 0, z: 0} + tangentMode: 0 + weightedMode: 0 + inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} + outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} + - serializedVersion: 3 + time: 0.33333334 + value: {x: 0, y: 0, z: 0} + inSlope: {x: Infinity, y: Infinity, z: Infinity} + outSlope: {x: 0, y: 0, z: 0} + tangentMode: 0 + weightedMode: 0 + inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} + outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} + - serializedVersion: 3 + time: 1.5 + value: {x: 0, y: 0, z: 0} + inSlope: {x: 0, y: 0, z: 0} + outSlope: {x: 0, y: 0, z: 0} + tangentMode: 0 + weightedMode: 0 + inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} + outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} + - serializedVersion: 3 + time: 1.6666666 + value: {x: 0, y: 0, z: 7.7980003} + inSlope: {x: Infinity, y: Infinity, z: Infinity} + outSlope: {x: 0, y: 0, z: 0} + tangentMode: 0 + weightedMode: 0 + inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} + outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} + - serializedVersion: 3 + time: 1.8333334 + value: {x: 0, y: 0, z: 0} + inSlope: {x: Infinity, y: Infinity, z: Infinity} + outSlope: {x: 0, y: 0, z: 0} + tangentMode: 0 + weightedMode: 0 + inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} + outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + path: TV-in + m_PositionCurves: [] + m_ScaleCurves: + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 4.8333335 + value: {x: 1, y: 1, z: 1} + inSlope: {x: 0, y: 0, z: 0} + outSlope: {x: 0, y: 0, z: 0} + tangentMode: 0 + weightedMode: 0 + inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} + outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} + - serializedVersion: 3 + time: 5 + value: {x: 1, y: 0.98, z: 1} + inSlope: {x: 0, y: 0, z: 0} + outSlope: {x: 0, y: 0, z: 0} + tangentMode: 0 + weightedMode: 0 + inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} + outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} + - serializedVersion: 3 + time: 5.3333335 + value: {x: 1, y: 1.03, z: 1} + inSlope: {x: 0, y: 0, z: 0} + outSlope: {x: 0, y: 0, z: 0} + tangentMode: 0 + weightedMode: 0 + inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} + outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} + - serializedVersion: 3 + time: 5.5 + value: {x: 1, y: 0.99, z: 1} + inSlope: {x: 0, y: 0, z: 0} + outSlope: {x: 0, y: 0, z: 0} + tangentMode: 0 + weightedMode: 0 + inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} + outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} + - serializedVersion: 3 + time: 5.6666665 + value: {x: 1, y: 1.01, z: 1} + inSlope: {x: 0, y: 0, z: 0} + outSlope: {x: 0, y: 0, z: 0} + tangentMode: 0 + weightedMode: 0 + inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} + outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} + - serializedVersion: 3 + time: 5.8333335 + value: {x: 1, y: 1, z: 1} + inSlope: {x: 0, y: 0, z: 0} + outSlope: {x: 0, y: 0, z: 0} + tangentMode: 0 + weightedMode: 0 + inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} + outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} + - serializedVersion: 3 + time: 6.5 + value: {x: 1, y: 1, z: 1} + inSlope: {x: 0, y: 0, z: 0} + outSlope: {x: 0, y: 0, z: 0} + tangentMode: 0 + weightedMode: 0 + inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} + outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} + - serializedVersion: 3 + time: 6.6666665 + value: {x: 1, y: 0.98, z: 1} + inSlope: {x: 0, y: 0, z: 0} + outSlope: {x: 0, y: 0, z: 0} + tangentMode: 0 + weightedMode: 0 + inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} + outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} + - serializedVersion: 3 + time: 7 + value: {x: 1, y: 1.03, z: 1} + inSlope: {x: 0, y: 0, z: 0} + outSlope: {x: 0, y: 0, z: 0} + tangentMode: 0 + weightedMode: 0 + inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} + outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} + - serializedVersion: 3 + time: 7.1666665 + value: {x: 1, y: 0.99, z: 1} + inSlope: {x: 0, y: 0, z: 0} + outSlope: {x: 0, y: 0, z: 0} + tangentMode: 0 + weightedMode: 0 + inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} + outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} + - serializedVersion: 3 + time: 7.3333335 + value: {x: 1, y: 1.01, z: 1} + inSlope: {x: 0, y: 0, z: 0} + outSlope: {x: 0, y: 0, z: 0} + tangentMode: 0 + weightedMode: 0 + inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} + outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} + - serializedVersion: 3 + time: 7.5 + value: {x: 1, y: 1, z: 1} + inSlope: {x: 0, y: 0, z: 0} + outSlope: {x: 0, y: 0, z: 0} + tangentMode: 0 + weightedMode: 0 + inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} + outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} + - serializedVersion: 3 + time: 7.8333335 + value: {x: 1, y: 1, z: 1} + inSlope: {x: 0, y: 0, z: 0} + outSlope: {x: 0, y: 0, z: 0} + tangentMode: 0 + weightedMode: 0 + inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} + outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} + - serializedVersion: 3 + time: 8 + value: {x: 1, y: 0.98, z: 1} + inSlope: {x: 0, y: 0, z: 0} + outSlope: {x: 0, y: 0, z: 0} + tangentMode: 0 + weightedMode: 0 + inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} + outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} + - serializedVersion: 3 + time: 8.333333 + value: {x: 1, y: 1.03, z: 1} + inSlope: {x: 0, y: 0, z: 0} + outSlope: {x: 0, y: 0, z: 0} + tangentMode: 0 + weightedMode: 0 + inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} + outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} + - serializedVersion: 3 + time: 8.5 + value: {x: 1, y: 0.99, z: 1} + inSlope: {x: 0, y: 0, z: 0} + outSlope: {x: 0, y: 0, z: 0} + tangentMode: 0 + weightedMode: 0 + inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} + outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} + - serializedVersion: 3 + time: 8.666667 + value: {x: 1, y: 1.01, z: 1} + inSlope: {x: 0, y: 0, z: 0} + outSlope: {x: 0, y: 0, z: 0} + tangentMode: 0 + weightedMode: 0 + inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} + outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} + - serializedVersion: 3 + time: 8.833333 + value: {x: 1, y: 1, z: 1} + inSlope: {x: 0, y: 0, z: 0} + outSlope: {x: 0, y: 0, z: 0} + tangentMode: 0 + weightedMode: 0 + inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} + outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + path: boy-0 + m_FloatCurves: + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 1.5 + value: 0 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 1.8333334 + value: 0 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 3 + value: 1 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 4.4166665 + value: 0 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_IsActive + path: voice1 + classID: 1 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 1.5 + value: 1 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 1.8333334 + value: 1 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 3 + value: 0 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 4.4166665 + value: 0 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_IsActive + path: voice2 + classID: 1 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 1.5 + value: 0 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 1.8333334 + value: 0 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 3 + value: 0 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 4.4166665 + value: 0 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_IsActive + path: voice3 + classID: 1 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 1.5 + value: 0 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 2.0833333 + value: 1 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 3 + value: 1 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_IsActive + path: TV-in/TV-screen-win + classID: 1 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.33333334 + value: 1 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_IsActive + path: TV-in/TV-black + classID: 1 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.33333334 + value: 0.77 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.45 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.75 + value: 0.77 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.0333333 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.3333334 + value: 0.77 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.5 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.3 + value: 0.77 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.5833333 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.8833334 + value: 0.77 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.3 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.6833334 + value: 0.77 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.9833333 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_Color.a + path: TV-in/TV-black + classID: 114 + script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_Color.a + path: TV-in/TV-out + classID: 114 + script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_Color.a + path: TV-in/TV-screen + classID: 114 + script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_Color.a + path: TV-in/TV-skyline + classID: 114 + script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3} + m_PPtrCurves: + - curve: + - time: 0 + value: {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - time: 0.083333336 + value: {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - time: 0.16666667 + value: {fileID: 21300000, guid: 7988fd026080f6c4ba146a6b818594ed, type: 3} + - time: 0.25 + value: {fileID: 21300000, guid: 007b4d3f4938dfb42a533237aff77641, type: 3} + - time: 0.33333334 + value: {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - time: 1.5 + value: {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - time: 1.5833334 + value: {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - time: 1.6666666 + value: {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - time: 1.75 + value: {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - time: 1.8333334 + value: {fileID: 21300000, guid: 7988fd026080f6c4ba146a6b818594ed, type: 3} + - time: 1.9166666 + value: {fileID: 21300000, guid: 007b4d3f4938dfb42a533237aff77641, type: 3} + - time: 2 + value: {fileID: 21300000, guid: 7988fd026080f6c4ba146a6b818594ed, type: 3} + attribute: m_Sprite + path: TV-in/TV-screen + classID: 114 + script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3} + - curve: + - time: 0 + value: {fileID: 21300000, guid: 618d18624fc2909428b7cf9687c67a69, type: 3} + - time: 0.16666667 + value: {fileID: 21300000, guid: e242c4ba4b17c4b40bc9ee9b3068aeb4, type: 3} + - time: 0.33333334 + value: {fileID: 21300000, guid: 392e8182dbbfeca42be1714e198bc000, type: 3} + - time: 1.5 + value: {fileID: 21300000, guid: 392e8182dbbfeca42be1714e198bc000, type: 3} + - time: 1.6666666 + value: {fileID: 21300000, guid: 47bc30956403efb4aa07630d41a45773, type: 3} + - time: 1.8333334 + value: {fileID: 21300000, guid: 392e8182dbbfeca42be1714e198bc000, type: 3} + - time: 3 + value: {fileID: 21300000, guid: 52348e6d5618d1647812c5e660d4afe0, type: 3} + - time: 3.0833333 + value: {fileID: 21300000, guid: 1a6e7b60a40b96c4aa3b596e0bcf456c, type: 3} + - time: 3.3333333 + value: {fileID: 21300000, guid: 392e8182dbbfeca42be1714e198bc000, type: 3} + - time: 4.5 + value: {fileID: 21300000, guid: cb355cfe40a652e4fa261a89b8b6b2b4, type: 3} + attribute: m_Sprite + path: boy-0 + classID: 114 + script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3} + m_SampleRate: 60 + 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: 3413608298 + attribute: 4 + script: {fileID: 0} + typeID: 4 + customType: 4 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 457575929 + attribute: 3 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 842071499 + attribute: 2086281974 + script: {fileID: 0} + typeID: 1 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 2872683633 + attribute: 2086281974 + script: {fileID: 0} + typeID: 1 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3695090919 + attribute: 2086281974 + script: {fileID: 0} + typeID: 1 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 1612502167 + attribute: 2086281974 + script: {fileID: 0} + typeID: 1 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 485401755 + attribute: 2086281974 + script: {fileID: 0} + typeID: 1 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 485401755 + attribute: 304273561 + script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3} + typeID: 114 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 2377246744 + attribute: 2015549526 + script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3} + typeID: 114 + customType: 0 + isPPtrCurve: 1 + - serializedVersion: 2 + path: 457575929 + attribute: 2015549526 + script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3} + typeID: 114 + customType: 0 + isPPtrCurve: 1 + - serializedVersion: 2 + path: 1458259962 + attribute: 304273561 + script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3} + typeID: 114 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 2377246744 + attribute: 304273561 + script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3} + typeID: 114 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 329930358 + attribute: 304273561 + script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3} + typeID: 114 + customType: 0 + isPPtrCurve: 0 + pptrCurveMapping: + - {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - {fileID: 21300000, guid: 7988fd026080f6c4ba146a6b818594ed, type: 3} + - {fileID: 21300000, guid: 007b4d3f4938dfb42a533237aff77641, type: 3} + - {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - {fileID: 21300000, guid: 7988fd026080f6c4ba146a6b818594ed, type: 3} + - {fileID: 21300000, guid: 007b4d3f4938dfb42a533237aff77641, type: 3} + - {fileID: 21300000, guid: 7988fd026080f6c4ba146a6b818594ed, type: 3} + - {fileID: 21300000, guid: 618d18624fc2909428b7cf9687c67a69, type: 3} + - {fileID: 21300000, guid: e242c4ba4b17c4b40bc9ee9b3068aeb4, type: 3} + - {fileID: 21300000, guid: 392e8182dbbfeca42be1714e198bc000, type: 3} + - {fileID: 21300000, guid: 392e8182dbbfeca42be1714e198bc000, type: 3} + - {fileID: 21300000, guid: 47bc30956403efb4aa07630d41a45773, type: 3} + - {fileID: 21300000, guid: 392e8182dbbfeca42be1714e198bc000, type: 3} + - {fileID: 21300000, guid: 52348e6d5618d1647812c5e660d4afe0, type: 3} + - {fileID: 21300000, guid: 1a6e7b60a40b96c4aa3b596e0bcf456c, type: 3} + - {fileID: 21300000, guid: 392e8182dbbfeca42be1714e198bc000, type: 3} + - {fileID: 21300000, guid: cb355cfe40a652e4fa261a89b8b6b2b4, type: 3} + m_AnimationClipSettings: + serializedVersion: 2 + m_AdditiveReferencePoseClip: {fileID: 0} + m_AdditiveReferencePoseTime: 0 + m_StartTime: 0 + m_StopTime: 8.833333 + 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: 1 + m_KeepOriginalPositionXZ: 0 + m_HeightFromFeet: 0 + m_Mirror: 0 + m_EditorCurves: + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.16666667 + value: 0 + inSlope: Infinity + outSlope: 0 + tangentMode: 7 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.33333334 + value: 0 + inSlope: Infinity + outSlope: 0 + tangentMode: 7 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.5 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.6666666 + value: 0 + inSlope: Infinity + outSlope: 0 + tangentMode: 7 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.8333334 + value: 0 + inSlope: Infinity + outSlope: 0 + tangentMode: 7 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.x + path: TV-in + classID: 224 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.16666667 + value: 0 + inSlope: Infinity + outSlope: 0 + tangentMode: 7 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.33333334 + value: 0 + inSlope: Infinity + outSlope: 0 + tangentMode: 7 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.5 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.6666666 + value: 0 + inSlope: Infinity + outSlope: 0 + tangentMode: 7 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.8333334 + value: 0 + inSlope: Infinity + outSlope: 0 + tangentMode: 7 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.y + path: TV-in + classID: 224 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.16666667 + value: 2 + inSlope: Infinity + outSlope: 0 + tangentMode: 7 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.33333334 + value: 0 + inSlope: Infinity + outSlope: 0 + tangentMode: 7 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.5 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.6666666 + value: 7.7980003 + inSlope: Infinity + outSlope: 0 + tangentMode: 7 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.8333334 + value: 0 + inSlope: Infinity + outSlope: 0 + tangentMode: 7 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.z + path: TV-in + classID: 224 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 1.5 + value: 0 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 1.8333334 + value: 0 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 3 + value: 1 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 4.4166665 + value: 0 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_IsActive + path: voice1 + classID: 1 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 1.5 + value: 1 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 1.8333334 + value: 1 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 3 + value: 0 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 4.4166665 + value: 0 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_IsActive + path: voice2 + classID: 1 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 1.5 + value: 0 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 1.8333334 + value: 0 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 3 + value: 0 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 4.4166665 + value: 0 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_IsActive + path: voice3 + classID: 1 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 1.5 + value: 0 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 2.0833333 + value: 1 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 3 + value: 1 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_IsActive + path: TV-in/TV-screen-win + classID: 1 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 4.8333335 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.3333335 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.5 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.6666665 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.8333335 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 6.5 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 6.6666665 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 7 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 7.1666665 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 7.3333335 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 7.5 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 7.8333335 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 8 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 8.333333 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 8.5 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 8.666667 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 8.833333 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.x + path: boy-0 + classID: 224 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 4.8333335 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5 + value: 0.98 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.3333335 + value: 1.03 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.5 + value: 0.99 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.6666665 + value: 1.01 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.8333335 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 6.5 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 6.6666665 + value: 0.98 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 7 + value: 1.03 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 7.1666665 + value: 0.99 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 7.3333335 + value: 1.01 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 7.5 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 7.8333335 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 8 + value: 0.98 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 8.333333 + value: 1.03 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 8.5 + value: 0.99 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 8.666667 + value: 1.01 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 8.833333 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.y + path: boy-0 + classID: 224 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 4.8333335 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.3333335 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.5 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.6666665 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.8333335 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 6.5 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 6.6666665 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 7 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 7.1666665 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 7.3333335 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 7.5 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 7.8333335 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 8 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 8.333333 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 8.5 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 8.666667 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 8.833333 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.z + path: boy-0 + classID: 224 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.33333334 + value: 1 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_IsActive + path: TV-in/TV-black + classID: 1 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.33333334 + value: 0.77 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.45 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.75 + value: 0.77 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.0333333 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.3333334 + value: 0.77 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.5 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.3 + value: 0.77 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.5833333 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.8833334 + value: 0.77 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.3 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.6833334 + value: 0.77 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.9833333 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_Color.a + path: TV-in/TV-black + classID: 114 + script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_Color.a + path: TV-in/TV-out + classID: 114 + script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_Color.a + path: TV-in/TV-screen + classID: 114 + script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_Color.a + path: TV-in/TV-skyline + classID: 114 + script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3} + m_EulerEditorCurves: + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.x + path: TV-in + classID: 224 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.y + path: TV-in + classID: 224 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.z + path: TV-in + classID: 224 + script: {fileID: 0} + m_HasGenericRootTransform: 0 + m_HasMotionFloatCurves: 0 + m_Events: [] diff --git a/Assets/Art/Level/50/animation/3_2_1.anim.meta b/Assets/Art/Level/50/animation/3_2_1.anim.meta new file mode 100644 index 00000000..cac2ec74 --- /dev/null +++ b/Assets/Art/Level/50/animation/3_2_1.anim.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 0ffc972889f7bd34092866e29addce3c +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 7400000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Art/Level/50/animation/3_2_2.anim b/Assets/Art/Level/50/animation/3_2_2.anim new file mode 100644 index 00000000..8fa8c8a2 --- /dev/null +++ b/Assets/Art/Level/50/animation/3_2_2.anim @@ -0,0 +1,1453 @@ +%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: 3_2_2 + serializedVersion: 7 + m_Legacy: 0 + m_Compressed: 0 + m_UseHighQualityCurve: 1 + m_RotationCurves: [] + m_CompressedRotationCurves: [] + m_EulerCurves: + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0, y: 0, z: 0} + inSlope: {x: 0, y: 0, z: 0} + outSlope: {x: 0, y: 0, z: 0} + tangentMode: 0 + weightedMode: 0 + inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} + outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} + - serializedVersion: 3 + time: 0.16666667 + value: {x: 0, y: 0, z: 2} + inSlope: {x: Infinity, y: Infinity, z: Infinity} + outSlope: {x: 0, y: 0, z: 0} + tangentMode: 0 + weightedMode: 0 + inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} + outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} + - serializedVersion: 3 + time: 0.33333334 + value: {x: 0, y: 0, z: 0} + inSlope: {x: Infinity, y: Infinity, z: Infinity} + outSlope: {x: 0, y: 0, z: 0} + tangentMode: 0 + weightedMode: 0 + inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} + outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} + - serializedVersion: 3 + time: 1.5 + value: {x: 0, y: 0, z: 0} + inSlope: {x: 0, y: 0, z: 0} + outSlope: {x: 0, y: 0, z: 0} + tangentMode: 0 + weightedMode: 0 + inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} + outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} + - serializedVersion: 3 + time: 1.6666666 + value: {x: 0, y: 0, z: 7.7980003} + inSlope: {x: Infinity, y: Infinity, z: Infinity} + outSlope: {x: 0, y: 0, z: 0} + tangentMode: 0 + weightedMode: 0 + inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} + outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} + - serializedVersion: 3 + time: 1.8333334 + value: {x: 0, y: 0, z: 0} + inSlope: {x: Infinity, y: Infinity, z: Infinity} + outSlope: {x: 0, y: 0, z: 0} + tangentMode: 0 + weightedMode: 0 + inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} + outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} + - serializedVersion: 3 + time: 3 + value: {x: 0, y: 0, z: 0} + inSlope: {x: 0, y: 0, z: 0} + outSlope: {x: 0, y: 0, z: 0} + tangentMode: 0 + weightedMode: 0 + inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} + outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} + - serializedVersion: 3 + time: 3.1666667 + value: {x: 0, y: 0, z: 7.7980003} + inSlope: {x: Infinity, y: Infinity, z: Infinity} + outSlope: {x: 0, y: 0, z: 0} + tangentMode: 0 + weightedMode: 0 + inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} + outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} + - serializedVersion: 3 + time: 3.3333333 + value: {x: 0, y: 0, z: 0} + inSlope: {x: Infinity, y: Infinity, z: Infinity} + outSlope: {x: 0, y: 0, z: 0} + tangentMode: 0 + weightedMode: 0 + inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} + outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + path: TV-in + m_PositionCurves: [] + m_ScaleCurves: [] + m_FloatCurves: + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 1.4166666 + value: 0 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 1.5 + value: 0 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 1.8333334 + value: 0 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 2.9166667 + value: 0 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 3 + value: 0 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 3.3333333 + value: 0 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 4.4166665 + value: 0 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_IsActive + path: voice1 + classID: 1 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 1.4166666 + value: 0 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 1.5 + value: 1 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 1.8333334 + value: 1 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 2.9166667 + value: 0 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 3 + value: 1 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 3.3333333 + value: 1 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 4.4166665 + value: 0 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_IsActive + path: voice2 + classID: 1 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 1.4166666 + value: 0 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 1.5 + value: 0 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 1.8333334 + value: 0 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 2.9166667 + value: 0 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 3 + value: 0 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 3.3333333 + value: 0 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 4.4166665 + value: 0 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_IsActive + path: voice3 + classID: 1 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.33333334 + value: 1 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_IsActive + path: TV-in/TV-black + classID: 1 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.33333334 + value: 0.77 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.45 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.75 + value: 0.77 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.0333333 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.3333334 + value: 0.77 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.8333334 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_Color.a + path: TV-in/TV-black + classID: 114 + script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_Color.a + path: TV-in/TV-out + classID: 114 + script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_Color.a + path: TV-in/TV-screen + classID: 114 + script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_Color.a + path: TV-in/TV-skyline + classID: 114 + script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3} + m_PPtrCurves: + - curve: + - time: 0 + value: {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - time: 0.083333336 + value: {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - time: 0.16666667 + value: {fileID: 21300000, guid: 7988fd026080f6c4ba146a6b818594ed, type: 3} + - time: 0.25 + value: {fileID: 21300000, guid: 007b4d3f4938dfb42a533237aff77641, type: 3} + - time: 0.33333334 + value: {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - time: 1.5 + value: {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - time: 1.5833334 + value: {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - time: 1.6666666 + value: {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - time: 1.75 + value: {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - time: 1.8333334 + value: {fileID: 21300000, guid: 7988fd026080f6c4ba146a6b818594ed, type: 3} + - time: 1.9166666 + value: {fileID: 21300000, guid: 007b4d3f4938dfb42a533237aff77641, type: 3} + - time: 2.0166667 + value: {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - time: 2.1 + value: {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - time: 2.1666667 + value: {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - time: 2.2666667 + value: {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - time: 2.35 + value: {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - time: 2.4166667 + value: {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - time: 2.5166667 + value: {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - time: 2.5833333 + value: {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - time: 2.6666667 + value: {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - time: 2.75 + value: {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - time: 2.8333333 + value: {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - time: 2.9166667 + value: {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - time: 3 + value: {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - time: 3.0833333 + value: {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - time: 3.1666667 + value: {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - time: 3.25 + value: {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - time: 3.3333333 + value: {fileID: 21300000, guid: 7988fd026080f6c4ba146a6b818594ed, type: 3} + attribute: m_Sprite + path: TV-in/TV-screen + classID: 114 + script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3} + - curve: + - time: 0 + value: {fileID: 21300000, guid: 618d18624fc2909428b7cf9687c67a69, type: 3} + - time: 0.16666667 + value: {fileID: 21300000, guid: e242c4ba4b17c4b40bc9ee9b3068aeb4, type: 3} + - time: 0.33333334 + value: {fileID: 21300000, guid: 392e8182dbbfeca42be1714e198bc000, type: 3} + - time: 1.5 + value: {fileID: 21300000, guid: 392e8182dbbfeca42be1714e198bc000, type: 3} + - time: 1.6666666 + value: {fileID: 21300000, guid: 47bc30956403efb4aa07630d41a45773, type: 3} + - time: 1.8333334 + value: {fileID: 21300000, guid: 392e8182dbbfeca42be1714e198bc000, type: 3} + - time: 3 + value: {fileID: 21300000, guid: 392e8182dbbfeca42be1714e198bc000, type: 3} + - time: 3.1666667 + value: {fileID: 21300000, guid: 47bc30956403efb4aa07630d41a45773, type: 3} + - time: 3.3333333 + value: {fileID: 21300000, guid: 392e8182dbbfeca42be1714e198bc000, type: 3} + - time: 4.5833335 + value: {fileID: 21300000, guid: 03b26bbe21c9e0e459a942f46263a817, type: 3} + attribute: m_Sprite + path: boy-0 + classID: 114 + script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3} + m_SampleRate: 60 + 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: 3413608298 + attribute: 4 + script: {fileID: 0} + typeID: 4 + customType: 4 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 842071499 + attribute: 2086281974 + script: {fileID: 0} + typeID: 1 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 2872683633 + attribute: 2086281974 + script: {fileID: 0} + typeID: 1 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3695090919 + attribute: 2086281974 + script: {fileID: 0} + typeID: 1 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 485401755 + attribute: 2086281974 + script: {fileID: 0} + typeID: 1 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 485401755 + attribute: 304273561 + script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3} + typeID: 114 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 2377246744 + attribute: 2015549526 + script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3} + typeID: 114 + customType: 0 + isPPtrCurve: 1 + - serializedVersion: 2 + path: 457575929 + attribute: 2015549526 + script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3} + typeID: 114 + customType: 0 + isPPtrCurve: 1 + - serializedVersion: 2 + path: 1458259962 + attribute: 304273561 + script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3} + typeID: 114 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 2377246744 + attribute: 304273561 + script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3} + typeID: 114 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 329930358 + attribute: 304273561 + script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3} + typeID: 114 + customType: 0 + isPPtrCurve: 0 + pptrCurveMapping: + - {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - {fileID: 21300000, guid: 7988fd026080f6c4ba146a6b818594ed, type: 3} + - {fileID: 21300000, guid: 007b4d3f4938dfb42a533237aff77641, type: 3} + - {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - {fileID: 21300000, guid: 7988fd026080f6c4ba146a6b818594ed, type: 3} + - {fileID: 21300000, guid: 007b4d3f4938dfb42a533237aff77641, type: 3} + - {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - {fileID: 21300000, guid: 7988fd026080f6c4ba146a6b818594ed, type: 3} + - {fileID: 21300000, guid: 618d18624fc2909428b7cf9687c67a69, type: 3} + - {fileID: 21300000, guid: e242c4ba4b17c4b40bc9ee9b3068aeb4, type: 3} + - {fileID: 21300000, guid: 392e8182dbbfeca42be1714e198bc000, type: 3} + - {fileID: 21300000, guid: 392e8182dbbfeca42be1714e198bc000, type: 3} + - {fileID: 21300000, guid: 47bc30956403efb4aa07630d41a45773, type: 3} + - {fileID: 21300000, guid: 392e8182dbbfeca42be1714e198bc000, type: 3} + - {fileID: 21300000, guid: 392e8182dbbfeca42be1714e198bc000, type: 3} + - {fileID: 21300000, guid: 47bc30956403efb4aa07630d41a45773, type: 3} + - {fileID: 21300000, guid: 392e8182dbbfeca42be1714e198bc000, type: 3} + - {fileID: 21300000, guid: 03b26bbe21c9e0e459a942f46263a817, type: 3} + m_AnimationClipSettings: + serializedVersion: 2 + m_AdditiveReferencePoseClip: {fileID: 0} + m_AdditiveReferencePoseTime: 0 + m_StartTime: 0 + m_StopTime: 4.6000004 + 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: 1 + m_KeepOriginalPositionXZ: 0 + m_HeightFromFeet: 0 + m_Mirror: 0 + m_EditorCurves: + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.16666667 + value: 0 + inSlope: Infinity + outSlope: 0 + tangentMode: 7 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.33333334 + value: 0 + inSlope: Infinity + outSlope: 0 + tangentMode: 7 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.5 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.6666666 + value: 0 + inSlope: Infinity + outSlope: 0 + tangentMode: 7 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.8333334 + value: 0 + inSlope: Infinity + outSlope: 0 + tangentMode: 7 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.1666667 + value: 0 + inSlope: Infinity + outSlope: 0 + tangentMode: 7 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.3333333 + value: 0 + inSlope: Infinity + outSlope: 0 + tangentMode: 7 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.x + path: TV-in + classID: 224 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.16666667 + value: 0 + inSlope: Infinity + outSlope: 0 + tangentMode: 7 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.33333334 + value: 0 + inSlope: Infinity + outSlope: 0 + tangentMode: 7 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.5 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.6666666 + value: 0 + inSlope: Infinity + outSlope: 0 + tangentMode: 7 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.8333334 + value: 0 + inSlope: Infinity + outSlope: 0 + tangentMode: 7 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.1666667 + value: 0 + inSlope: Infinity + outSlope: 0 + tangentMode: 7 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.3333333 + value: 0 + inSlope: Infinity + outSlope: 0 + tangentMode: 7 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.y + path: TV-in + classID: 224 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.16666667 + value: 2 + inSlope: Infinity + outSlope: 0 + tangentMode: 7 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.33333334 + value: 0 + inSlope: Infinity + outSlope: 0 + tangentMode: 7 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.5 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.6666666 + value: 7.7980003 + inSlope: Infinity + outSlope: 0 + tangentMode: 7 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.8333334 + value: 0 + inSlope: Infinity + outSlope: 0 + tangentMode: 7 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.1666667 + value: 7.7980003 + inSlope: Infinity + outSlope: 0 + tangentMode: 7 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.3333333 + value: 0 + inSlope: Infinity + outSlope: 0 + tangentMode: 7 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.z + path: TV-in + classID: 224 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 1.4166666 + value: 0 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 1.5 + value: 0 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 1.8333334 + value: 0 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 2.9166667 + value: 0 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 3 + value: 0 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 3.3333333 + value: 0 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 4.4166665 + value: 0 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_IsActive + path: voice1 + classID: 1 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 1.4166666 + value: 0 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 1.5 + value: 1 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 1.8333334 + value: 1 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 2.9166667 + value: 0 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 3 + value: 1 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 3.3333333 + value: 1 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 4.4166665 + value: 0 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_IsActive + path: voice2 + classID: 1 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 1.4166666 + value: 0 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 1.5 + value: 0 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 1.8333334 + value: 0 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 2.9166667 + value: 0 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 3 + value: 0 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 3.3333333 + value: 0 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 4.4166665 + value: 0 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_IsActive + path: voice3 + classID: 1 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.33333334 + value: 1 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_IsActive + path: TV-in/TV-black + classID: 1 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.33333334 + value: 0.77 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.45 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.75 + value: 0.77 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.0333333 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.3333334 + value: 0.77 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.8333334 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_Color.a + path: TV-in/TV-black + classID: 114 + script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_Color.a + path: TV-in/TV-out + classID: 114 + script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_Color.a + path: TV-in/TV-screen + classID: 114 + script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_Color.a + path: TV-in/TV-skyline + classID: 114 + script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3} + m_EulerEditorCurves: + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.x + path: TV-in + classID: 224 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.y + path: TV-in + classID: 224 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.z + path: TV-in + classID: 224 + script: {fileID: 0} + m_HasGenericRootTransform: 0 + m_HasMotionFloatCurves: 0 + m_Events: [] diff --git a/Assets/Art/Level/50/animation/3_2_2.anim.meta b/Assets/Art/Level/50/animation/3_2_2.anim.meta new file mode 100644 index 00000000..ac690e9a --- /dev/null +++ b/Assets/Art/Level/50/animation/3_2_2.anim.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 2758b98f4b9cacf4ca805582becaceda +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 7400000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Art/Level/50/animation/3_2_3.anim b/Assets/Art/Level/50/animation/3_2_3.anim new file mode 100644 index 00000000..2488bd60 --- /dev/null +++ b/Assets/Art/Level/50/animation/3_2_3.anim @@ -0,0 +1,1813 @@ +%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: 3_2_3 + serializedVersion: 7 + m_Legacy: 0 + m_Compressed: 0 + m_UseHighQualityCurve: 1 + m_RotationCurves: [] + m_CompressedRotationCurves: [] + m_EulerCurves: + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0, y: 0, z: 0} + inSlope: {x: 0, y: 0, z: 0} + outSlope: {x: 0, y: 0, z: 0} + tangentMode: 0 + weightedMode: 0 + inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} + outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} + - serializedVersion: 3 + time: 0.16666667 + value: {x: 0, y: 0, z: 2} + inSlope: {x: Infinity, y: Infinity, z: Infinity} + outSlope: {x: 0, y: 0, z: 0} + tangentMode: 0 + weightedMode: 0 + inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} + outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} + - serializedVersion: 3 + time: 0.33333334 + value: {x: 0, y: 0, z: 0} + inSlope: {x: Infinity, y: Infinity, z: Infinity} + outSlope: {x: 0, y: 0, z: 0} + tangentMode: 0 + weightedMode: 0 + inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} + outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} + - serializedVersion: 3 + time: 1.5 + value: {x: 0, y: 0, z: 0} + inSlope: {x: 0, y: 0, z: 0} + outSlope: {x: 0, y: 0, z: 0} + tangentMode: 0 + weightedMode: 0 + inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} + outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} + - serializedVersion: 3 + time: 1.6666666 + value: {x: 0, y: 0, z: 7.7980003} + inSlope: {x: Infinity, y: Infinity, z: Infinity} + outSlope: {x: 0, y: 0, z: 0} + tangentMode: 0 + weightedMode: 0 + inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} + outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} + - serializedVersion: 3 + time: 1.8333334 + value: {x: 0, y: 0, z: 0} + inSlope: {x: Infinity, y: Infinity, z: Infinity} + outSlope: {x: 0, y: 0, z: 0} + tangentMode: 0 + weightedMode: 0 + inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} + outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} + - serializedVersion: 3 + time: 3 + value: {x: 0, y: 0, z: 0} + inSlope: {x: 0, y: 0, z: 0} + outSlope: {x: 0, y: 0, z: 0} + tangentMode: 0 + weightedMode: 0 + inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} + outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} + - serializedVersion: 3 + time: 3.1666667 + value: {x: 0, y: 0, z: 2} + inSlope: {x: Infinity, y: Infinity, z: Infinity} + outSlope: {x: 0, y: 0, z: 0} + tangentMode: 0 + weightedMode: 0 + inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} + outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} + - serializedVersion: 3 + time: 3.3333333 + value: {x: 0, y: 0, z: 0} + inSlope: {x: Infinity, y: Infinity, z: Infinity} + outSlope: {x: 0, y: 0, z: 0} + tangentMode: 0 + weightedMode: 0 + inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} + outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + path: TV-in + m_PositionCurves: [] + m_ScaleCurves: [] + m_FloatCurves: + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 1.4166666 + value: 0 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 1.5 + value: 0 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 1.8333334 + value: 0 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 2.9166667 + value: 0 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 3 + value: 0 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 4.4166665 + value: 0 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_IsActive + path: voice1 + classID: 1 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 1.4166666 + value: 0 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 1.5 + value: 1 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 1.8333334 + value: 1 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 2.9166667 + value: 0 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 3 + value: 0 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 4.4166665 + value: 0 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_IsActive + path: voice2 + classID: 1 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 1.4166666 + value: 0 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 1.5 + value: 0 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 1.8333334 + value: 0 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 2.9166667 + value: 0 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 3 + value: 1 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 4.4166665 + value: 0 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_IsActive + path: voice3 + classID: 1 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.33333334 + value: 1 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 3 + value: 0 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 3.3333333 + value: 1 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_IsActive + path: TV-in/TV-black + classID: 1 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.33333334 + value: 0.77 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.45 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.75 + value: 0.77 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.0333333 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.3333334 + value: 0.77 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.3333333 + value: 0.77 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.45 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.75 + value: 0.77 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.0333333 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.3333335 + value: 0.77 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.5833335 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.883333 + value: 0.77 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.1666665 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.4666667 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.766667 + value: 0.77 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 6.05 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 6.35 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 6.65 + value: 0.77 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 6.9333334 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 7.233333 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 7.5333333 + value: 0.77 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 7.8166666 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 8.116667 + value: 0.77 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_Color.a + path: TV-in/TV-black + classID: 114 + script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_Color.a + path: TV-in/TV-out + classID: 114 + script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_Color.a + path: TV-in/TV-screen + classID: 114 + script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_Color.a + path: TV-in/TV-skyline + classID: 114 + script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3} + m_PPtrCurves: + - curve: + - time: 0 + value: {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - time: 0.083333336 + value: {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - time: 0.16666667 + value: {fileID: 21300000, guid: 7988fd026080f6c4ba146a6b818594ed, type: 3} + - time: 0.25 + value: {fileID: 21300000, guid: 007b4d3f4938dfb42a533237aff77641, type: 3} + - time: 0.33333334 + value: {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - time: 1.5 + value: {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - time: 1.5833334 + value: {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - time: 1.6666666 + value: {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - time: 1.75 + value: {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - time: 1.8333334 + value: {fileID: 21300000, guid: 7988fd026080f6c4ba146a6b818594ed, type: 3} + - time: 1.9166666 + value: {fileID: 21300000, guid: 007b4d3f4938dfb42a533237aff77641, type: 3} + - time: 2.0166667 + value: {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - time: 2.1 + value: {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - time: 2.1666667 + value: {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - time: 2.2666667 + value: {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - time: 2.35 + value: {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - time: 2.4166667 + value: {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - time: 2.5166667 + value: {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - time: 2.5833333 + value: {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - time: 2.6666667 + value: {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - time: 2.75 + value: {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - time: 2.8333333 + value: {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - time: 2.9166667 + value: {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - time: 3 + value: {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - time: 3.0833333 + value: {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - time: 3.1666667 + value: {fileID: 21300000, guid: 7988fd026080f6c4ba146a6b818594ed, type: 3} + - time: 3.25 + value: {fileID: 21300000, guid: 007b4d3f4938dfb42a533237aff77641, type: 3} + - time: 3.3333333 + value: {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + attribute: m_Sprite + path: TV-in/TV-screen + classID: 114 + script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3} + - curve: + - time: 0 + value: {fileID: 21300000, guid: 618d18624fc2909428b7cf9687c67a69, type: 3} + - time: 0.16666667 + value: {fileID: 21300000, guid: e242c4ba4b17c4b40bc9ee9b3068aeb4, type: 3} + - time: 0.33333334 + value: {fileID: 21300000, guid: 392e8182dbbfeca42be1714e198bc000, type: 3} + - time: 1.5 + value: {fileID: 21300000, guid: 392e8182dbbfeca42be1714e198bc000, type: 3} + - time: 1.6666666 + value: {fileID: 21300000, guid: 47bc30956403efb4aa07630d41a45773, type: 3} + - time: 1.8333334 + value: {fileID: 21300000, guid: 392e8182dbbfeca42be1714e198bc000, type: 3} + - time: 3 + value: {fileID: 21300000, guid: 618d18624fc2909428b7cf9687c67a69, type: 3} + - time: 3.1666667 + value: {fileID: 21300000, guid: e242c4ba4b17c4b40bc9ee9b3068aeb4, type: 3} + - time: 3.3333333 + value: {fileID: 21300000, guid: 392e8182dbbfeca42be1714e198bc000, type: 3} + - time: 4.5833335 + value: {fileID: 21300000, guid: 03b26bbe21c9e0e459a942f46263a817, type: 3} + attribute: m_Sprite + path: boy-0 + classID: 114 + script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3} + m_SampleRate: 60 + 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: 3413608298 + attribute: 4 + script: {fileID: 0} + typeID: 4 + customType: 4 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 842071499 + attribute: 2086281974 + script: {fileID: 0} + typeID: 1 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 2872683633 + attribute: 2086281974 + script: {fileID: 0} + typeID: 1 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3695090919 + attribute: 2086281974 + script: {fileID: 0} + typeID: 1 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 485401755 + attribute: 2086281974 + script: {fileID: 0} + typeID: 1 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 485401755 + attribute: 304273561 + script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3} + typeID: 114 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 2377246744 + attribute: 2015549526 + script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3} + typeID: 114 + customType: 0 + isPPtrCurve: 1 + - serializedVersion: 2 + path: 457575929 + attribute: 2015549526 + script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3} + typeID: 114 + customType: 0 + isPPtrCurve: 1 + - serializedVersion: 2 + path: 1458259962 + attribute: 304273561 + script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3} + typeID: 114 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 2377246744 + attribute: 304273561 + script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3} + typeID: 114 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 329930358 + attribute: 304273561 + script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3} + typeID: 114 + customType: 0 + isPPtrCurve: 0 + pptrCurveMapping: + - {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - {fileID: 21300000, guid: 7988fd026080f6c4ba146a6b818594ed, type: 3} + - {fileID: 21300000, guid: 007b4d3f4938dfb42a533237aff77641, type: 3} + - {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - {fileID: 21300000, guid: 7988fd026080f6c4ba146a6b818594ed, type: 3} + - {fileID: 21300000, guid: 007b4d3f4938dfb42a533237aff77641, type: 3} + - {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - {fileID: 21300000, guid: 7988fd026080f6c4ba146a6b818594ed, type: 3} + - {fileID: 21300000, guid: 007b4d3f4938dfb42a533237aff77641, type: 3} + - {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - {fileID: 21300000, guid: 618d18624fc2909428b7cf9687c67a69, type: 3} + - {fileID: 21300000, guid: e242c4ba4b17c4b40bc9ee9b3068aeb4, type: 3} + - {fileID: 21300000, guid: 392e8182dbbfeca42be1714e198bc000, type: 3} + - {fileID: 21300000, guid: 392e8182dbbfeca42be1714e198bc000, type: 3} + - {fileID: 21300000, guid: 47bc30956403efb4aa07630d41a45773, type: 3} + - {fileID: 21300000, guid: 392e8182dbbfeca42be1714e198bc000, type: 3} + - {fileID: 21300000, guid: 618d18624fc2909428b7cf9687c67a69, type: 3} + - {fileID: 21300000, guid: e242c4ba4b17c4b40bc9ee9b3068aeb4, type: 3} + - {fileID: 21300000, guid: 392e8182dbbfeca42be1714e198bc000, type: 3} + - {fileID: 21300000, guid: 03b26bbe21c9e0e459a942f46263a817, type: 3} + m_AnimationClipSettings: + serializedVersion: 2 + m_AdditiveReferencePoseClip: {fileID: 0} + m_AdditiveReferencePoseTime: 0 + m_StartTime: 0 + m_StopTime: 8.116667 + 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: 1 + m_KeepOriginalPositionXZ: 0 + m_HeightFromFeet: 0 + m_Mirror: 0 + m_EditorCurves: + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.16666667 + value: 0 + inSlope: Infinity + outSlope: 0 + tangentMode: 7 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.33333334 + value: 0 + inSlope: Infinity + outSlope: 0 + tangentMode: 7 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.5 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.6666666 + value: 0 + inSlope: Infinity + outSlope: 0 + tangentMode: 7 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.8333334 + value: 0 + inSlope: Infinity + outSlope: 0 + tangentMode: 7 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.1666667 + value: 0 + inSlope: Infinity + outSlope: 0 + tangentMode: 7 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.3333333 + value: 0 + inSlope: Infinity + outSlope: 0 + tangentMode: 7 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.x + path: TV-in + classID: 224 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.16666667 + value: 0 + inSlope: Infinity + outSlope: 0 + tangentMode: 7 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.33333334 + value: 0 + inSlope: Infinity + outSlope: 0 + tangentMode: 7 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.5 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.6666666 + value: 0 + inSlope: Infinity + outSlope: 0 + tangentMode: 7 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.8333334 + value: 0 + inSlope: Infinity + outSlope: 0 + tangentMode: 7 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.1666667 + value: 0 + inSlope: Infinity + outSlope: 0 + tangentMode: 7 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.3333333 + value: 0 + inSlope: Infinity + outSlope: 0 + tangentMode: 7 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.y + path: TV-in + classID: 224 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.16666667 + value: 2 + inSlope: Infinity + outSlope: 0 + tangentMode: 7 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.33333334 + value: 0 + inSlope: Infinity + outSlope: 0 + tangentMode: 7 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.5 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.6666666 + value: 7.7980003 + inSlope: Infinity + outSlope: 0 + tangentMode: 7 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.8333334 + value: 0 + inSlope: Infinity + outSlope: 0 + tangentMode: 7 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.1666667 + value: 2 + inSlope: Infinity + outSlope: 0 + tangentMode: 7 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.3333333 + value: 0 + inSlope: Infinity + outSlope: 0 + tangentMode: 7 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.z + path: TV-in + classID: 224 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 1.4166666 + value: 0 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 1.5 + value: 0 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 1.8333334 + value: 0 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 2.9166667 + value: 0 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 3 + value: 0 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 4.4166665 + value: 0 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_IsActive + path: voice1 + classID: 1 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 1.4166666 + value: 0 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 1.5 + value: 1 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 1.8333334 + value: 1 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 2.9166667 + value: 0 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 3 + value: 0 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 4.4166665 + value: 0 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_IsActive + path: voice2 + classID: 1 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 1.4166666 + value: 0 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 1.5 + value: 0 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 1.8333334 + value: 0 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 2.9166667 + value: 0 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 3 + value: 1 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 4.4166665 + value: 0 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_IsActive + path: voice3 + classID: 1 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.33333334 + value: 1 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 3 + value: 0 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 3.3333333 + value: 1 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_IsActive + path: TV-in/TV-black + classID: 1 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.33333334 + value: 0.77 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.45 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.75 + value: 0.77 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.0333333 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.3333334 + value: 0.77 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.3333333 + value: 0.77 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.45 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.75 + value: 0.77 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.0333333 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.3333335 + value: 0.77 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.5833335 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 4.883333 + value: 0.77 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.1666665 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.4666667 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 5.766667 + value: 0.77 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 6.05 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 6.35 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 6.65 + value: 0.77 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 6.9333334 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 7.233333 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 7.5333333 + value: 0.77 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 7.8166666 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 8.116667 + value: 0.77 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_Color.a + path: TV-in/TV-black + classID: 114 + script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_Color.a + path: TV-in/TV-out + classID: 114 + script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_Color.a + path: TV-in/TV-screen + classID: 114 + script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_Color.a + path: TV-in/TV-skyline + classID: 114 + script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3} + m_EulerEditorCurves: + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.x + path: TV-in + classID: 224 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.y + path: TV-in + classID: 224 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.z + path: TV-in + classID: 224 + script: {fileID: 0} + m_HasGenericRootTransform: 0 + m_HasMotionFloatCurves: 0 + m_Events: [] diff --git a/Assets/Art/Level/50/animation/3_2_3.anim.meta b/Assets/Art/Level/50/animation/3_2_3.anim.meta new file mode 100644 index 00000000..4ef39cce --- /dev/null +++ b/Assets/Art/Level/50/animation/3_2_3.anim.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 8fc9130591a15ac419f01e6dc0e7a10a +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 7400000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Art/Level/50/animation/3_3_1.anim b/Assets/Art/Level/50/animation/3_3_1.anim new file mode 100644 index 00000000..27fe5dcd --- /dev/null +++ b/Assets/Art/Level/50/animation/3_3_1.anim @@ -0,0 +1,2414 @@ +%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: 3_3_1 + serializedVersion: 7 + m_Legacy: 0 + m_Compressed: 0 + m_UseHighQualityCurve: 1 + m_RotationCurves: [] + m_CompressedRotationCurves: [] + m_EulerCurves: + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0, y: 0, z: 0} + inSlope: {x: 0, y: 0, z: 0} + outSlope: {x: 0, y: 0, z: 0} + tangentMode: 0 + weightedMode: 0 + inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} + outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} + - serializedVersion: 3 + time: 0.16666667 + value: {x: 0, y: 0, z: 2} + inSlope: {x: Infinity, y: Infinity, z: Infinity} + outSlope: {x: 0, y: 0, z: 0} + tangentMode: 0 + weightedMode: 0 + inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} + outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} + - serializedVersion: 3 + time: 0.33333334 + value: {x: 0, y: 0, z: 0} + inSlope: {x: Infinity, y: Infinity, z: Infinity} + outSlope: {x: 0, y: 0, z: 0} + tangentMode: 0 + weightedMode: 0 + inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} + outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} + - serializedVersion: 3 + time: 1.5 + value: {x: 0, y: 0, z: 0} + inSlope: {x: 0, y: 0, z: 0} + outSlope: {x: 0, y: 0, z: 0} + tangentMode: 0 + weightedMode: 0 + inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} + outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} + - serializedVersion: 3 + time: 1.6666666 + value: {x: 0, y: 0, z: 2} + inSlope: {x: Infinity, y: Infinity, z: Infinity} + outSlope: {x: 0, y: 0, z: 0} + tangentMode: 0 + weightedMode: 0 + inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} + outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} + - serializedVersion: 3 + time: 1.8333334 + value: {x: 0, y: 0, z: 0} + inSlope: {x: Infinity, y: Infinity, z: Infinity} + outSlope: {x: 0, y: 0, z: 0} + tangentMode: 0 + weightedMode: 0 + inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} + outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + path: TV-in + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 1.5 + value: {x: 0, y: 0, z: 0} + inSlope: {x: 0, y: 0, z: 0} + outSlope: {x: 0, y: 0, z: 0} + tangentMode: 0 + weightedMode: 0 + inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} + outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} + - serializedVersion: 3 + time: 1.6666666 + value: {x: 0, y: 0, z: 0} + inSlope: {x: 0, y: 0, z: 0} + outSlope: {x: 0, y: 0, z: 0} + tangentMode: 0 + weightedMode: 0 + inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} + outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} + - serializedVersion: 3 + time: 1.9166666 + value: {x: 0, y: 0, z: -16.778} + inSlope: {x: 0, y: 0, z: 0} + outSlope: {x: 0, y: 0, z: 0} + tangentMode: 0 + weightedMode: 0 + inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} + outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + path: TV-in/TV-out + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 1.5 + value: {x: 0, y: 0, z: 0} + inSlope: {x: 0, y: 0, z: 0} + outSlope: {x: 0, y: 0, z: 0} + tangentMode: 0 + weightedMode: 0 + inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} + outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} + - serializedVersion: 3 + time: 1.6666666 + value: {x: 0, y: 0, z: 0} + inSlope: {x: 0, y: 0, z: 0} + outSlope: {x: 0, y: 0, z: 0} + tangentMode: 0 + weightedMode: 0 + inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} + outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} + - serializedVersion: 3 + time: 1.9166666 + value: {x: 0, y: 0, z: 20.436} + inSlope: {x: 0, y: 0, z: 0} + outSlope: {x: 0, y: 0, z: 0} + tangentMode: 0 + weightedMode: 0 + inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} + outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + path: TV-in/TV-skyline + m_PositionCurves: [] + m_ScaleCurves: [] + m_FloatCurves: + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 1.5 + value: -0.20000458 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.6666666 + value: -0.20000458 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.9166666 + value: -43.3 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_AnchoredPosition.x + path: TV-in/TV-out + classID: 224 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 1.5 + value: 6 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.6666666 + value: 6 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.9166666 + value: 55 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.2333333 + value: -209 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_AnchoredPosition.y + path: TV-in/TV-out + classID: 224 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.5 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.6666666 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.0833333 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.2333333 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_Color.a + path: TV-in/TV-out + classID: 114 + script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.5 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_Color.a + path: TV-in/TV-screen + classID: 114 + script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 1.5 + value: 158.99998 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.6666666 + value: 158.99998 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.9166666 + value: 181.9 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.2333333 + value: -168 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_AnchoredPosition.y + path: TV-in/TV-skyline + classID: 224 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.5 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.6666666 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.0833333 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.2333333 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_Color.a + path: TV-in/TV-skyline + classID: 114 + script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 1.4166666 + value: 0 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 1.5 + value: 0 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 2.9166667 + value: 0 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 3 + value: 1 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 4.4166665 + value: 0 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_IsActive + path: voice1 + classID: 1 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 1.4166666 + value: 0 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 1.5 + value: 0 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 2.9166667 + value: 0 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 3 + value: 0 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 4.4166665 + value: 0 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_IsActive + path: voice2 + classID: 1 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 1.4166666 + value: 0 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 1.5 + value: 1 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 2.9166667 + value: 0 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 3 + value: 0 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 4.4166665 + value: 0 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_IsActive + path: voice3 + classID: 1 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.33333334 + value: 1 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 1.5 + value: 1 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 1.8333334 + value: 1 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_IsActive + path: TV-in/TV-black + classID: 1 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.33333334 + value: 0.77 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.45 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.75 + value: 0.77 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.0333333 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.3333334 + value: 0.77 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.5 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.8333334 + value: 0.77 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.95 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.25 + value: 0.77 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.5333333 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.8333333 + value: 0.77 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.0833333 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_Color.a + path: TV-in/TV-black + classID: 114 + script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 3 + value: 0 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_IsActive + path: TV-ghost + classID: 1 + script: {fileID: 0} + m_PPtrCurves: + - curve: + - time: 0 + value: {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - time: 0.083333336 + value: {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - time: 0.16666667 + value: {fileID: 21300000, guid: 7988fd026080f6c4ba146a6b818594ed, type: 3} + - time: 0.25 + value: {fileID: 21300000, guid: 007b4d3f4938dfb42a533237aff77641, type: 3} + - time: 0.33333334 + value: {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - time: 1.5 + value: {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - time: 1.5833334 + value: {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - time: 1.6666666 + value: {fileID: 21300000, guid: 7988fd026080f6c4ba146a6b818594ed, type: 3} + - time: 1.75 + value: {fileID: 21300000, guid: 007b4d3f4938dfb42a533237aff77641, type: 3} + - time: 1.8333334 + value: {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - time: 3 + value: {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - time: 3.0833333 + value: {fileID: 21300000, guid: 7988fd026080f6c4ba146a6b818594ed, type: 3} + - time: 3.1666667 + value: {fileID: 21300000, guid: 007b4d3f4938dfb42a533237aff77641, type: 3} + - time: 3.2666667 + value: {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - time: 3.35 + value: {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - time: 3.4166667 + value: {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - time: 3.5166667 + value: {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - time: 3.6 + value: {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - time: 3.6666667 + value: {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - time: 3.7666667 + value: {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - time: 3.8333333 + value: {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - time: 3.9166667 + value: {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - time: 4 + value: {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - time: 4.0833335 + value: {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - time: 4.1666665 + value: {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - time: 4.25 + value: {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - time: 4.3333335 + value: {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - time: 4.4166665 + value: {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - time: 4.5833335 + value: {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - time: 4.6666665 + value: {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - time: 4.733333 + value: {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - time: 4.8333335 + value: {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - time: 4.9166665 + value: {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - time: 4.983333 + value: {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - time: 5.0833335 + value: {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - time: 5.15 + value: {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - time: 5.233333 + value: {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - time: 5.3166666 + value: {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - time: 5.4 + value: {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - time: 5.483333 + value: {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - time: 5.55 + value: {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - time: 5.65 + value: {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - time: 5.733333 + value: {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - time: 5.8 + value: {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - time: 5.9 + value: {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - time: 5.9666667 + value: {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - time: 6.05 + value: {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - time: 6.133333 + value: {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - time: 6.2166667 + value: {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - time: 6.3 + value: {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - time: 6.366667 + value: {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - time: 6.4666667 + value: {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - time: 6.55 + value: {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - time: 6.616667 + value: {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - time: 6.7166667 + value: {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - time: 6.7833333 + value: {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - time: 6.866667 + value: {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - time: 6.95 + value: {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - time: 7.0333333 + value: {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - time: 7.116667 + value: {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - time: 7.1833334 + value: {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - time: 7.2833333 + value: {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - time: 7.366667 + value: {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - time: 7.4333334 + value: {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - time: 7.5333333 + value: {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - time: 7.6 + value: {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - time: 7.6833334 + value: {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - time: 7.766667 + value: {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - time: 7.85 + value: {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - time: 7.9333334 + value: {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - time: 8 + value: {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - time: 8.1 + value: {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - time: 8.183333 + value: {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - time: 8.25 + value: {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - time: 8.35 + value: {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - time: 8.416667 + value: {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - time: 8.5 + value: {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - time: 8.583333 + value: {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - time: 8.666667 + value: {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - time: 8.75 + value: {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - time: 8.816667 + value: {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - time: 8.916667 + value: {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - time: 9 + value: {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - time: 9.066667 + value: {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - time: 9.166667 + value: {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - time: 9.233334 + value: {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - time: 9.316667 + value: {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - time: 9.4 + value: {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - time: 9.483334 + value: {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + attribute: m_Sprite + path: TV-in/TV-screen + classID: 114 + script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3} + - curve: + - time: 0 + value: {fileID: 21300000, guid: 618d18624fc2909428b7cf9687c67a69, type: 3} + - time: 0.16666667 + value: {fileID: 21300000, guid: e242c4ba4b17c4b40bc9ee9b3068aeb4, type: 3} + - time: 0.33333334 + value: {fileID: 21300000, guid: 392e8182dbbfeca42be1714e198bc000, type: 3} + - time: 1.5 + value: {fileID: 21300000, guid: 618d18624fc2909428b7cf9687c67a69, type: 3} + - time: 1.6666666 + value: {fileID: 21300000, guid: e242c4ba4b17c4b40bc9ee9b3068aeb4, type: 3} + - time: 1.8333334 + value: {fileID: 21300000, guid: 392e8182dbbfeca42be1714e198bc000, type: 3} + - time: 3 + value: {fileID: 21300000, guid: 52348e6d5618d1647812c5e660d4afe0, type: 3} + - time: 3.0833333 + value: {fileID: 21300000, guid: 1a6e7b60a40b96c4aa3b596e0bcf456c, type: 3} + - time: 3.3333333 + value: {fileID: 21300000, guid: 392e8182dbbfeca42be1714e198bc000, type: 3} + - time: 4.5833335 + value: {fileID: 21300000, guid: 03b26bbe21c9e0e459a942f46263a817, type: 3} + attribute: m_Sprite + path: boy-0 + classID: 114 + script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3} + m_SampleRate: 60 + 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: 3413608298 + attribute: 4 + script: {fileID: 0} + typeID: 4 + customType: 4 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 1458259962 + attribute: 4 + script: {fileID: 0} + typeID: 4 + customType: 4 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 329930358 + attribute: 4 + script: {fileID: 0} + typeID: 4 + customType: 4 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 1458259962 + attribute: 1460864421 + script: {fileID: 0} + typeID: 224 + customType: 28 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 1458259962 + attribute: 538195251 + script: {fileID: 0} + typeID: 224 + customType: 28 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 1458259962 + attribute: 304273561 + script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3} + typeID: 114 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 329930358 + attribute: 538195251 + script: {fileID: 0} + typeID: 224 + customType: 28 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 329930358 + attribute: 304273561 + script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3} + typeID: 114 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 842071499 + attribute: 2086281974 + script: {fileID: 0} + typeID: 1 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 2872683633 + attribute: 2086281974 + script: {fileID: 0} + typeID: 1 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3695090919 + attribute: 2086281974 + script: {fileID: 0} + typeID: 1 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 485401755 + attribute: 2086281974 + script: {fileID: 0} + typeID: 1 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 485401755 + attribute: 304273561 + script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3} + typeID: 114 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 2315816844 + attribute: 2086281974 + script: {fileID: 0} + typeID: 1 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 2377246744 + attribute: 2015549526 + script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3} + typeID: 114 + customType: 0 + isPPtrCurve: 1 + - serializedVersion: 2 + path: 457575929 + attribute: 2015549526 + script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3} + typeID: 114 + customType: 0 + isPPtrCurve: 1 + - serializedVersion: 2 + path: 2377246744 + attribute: 304273561 + script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3} + typeID: 114 + customType: 0 + isPPtrCurve: 0 + pptrCurveMapping: + - {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - {fileID: 21300000, guid: 7988fd026080f6c4ba146a6b818594ed, type: 3} + - {fileID: 21300000, guid: 007b4d3f4938dfb42a533237aff77641, type: 3} + - {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - {fileID: 21300000, guid: 7988fd026080f6c4ba146a6b818594ed, type: 3} + - {fileID: 21300000, guid: 007b4d3f4938dfb42a533237aff77641, type: 3} + - {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - {fileID: 21300000, guid: 7988fd026080f6c4ba146a6b818594ed, type: 3} + - {fileID: 21300000, guid: 007b4d3f4938dfb42a533237aff77641, type: 3} + - {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - {fileID: 21300000, guid: 618d18624fc2909428b7cf9687c67a69, type: 3} + - {fileID: 21300000, guid: e242c4ba4b17c4b40bc9ee9b3068aeb4, type: 3} + - {fileID: 21300000, guid: 392e8182dbbfeca42be1714e198bc000, type: 3} + - {fileID: 21300000, guid: 618d18624fc2909428b7cf9687c67a69, type: 3} + - {fileID: 21300000, guid: e242c4ba4b17c4b40bc9ee9b3068aeb4, type: 3} + - {fileID: 21300000, guid: 392e8182dbbfeca42be1714e198bc000, type: 3} + - {fileID: 21300000, guid: 52348e6d5618d1647812c5e660d4afe0, type: 3} + - {fileID: 21300000, guid: 1a6e7b60a40b96c4aa3b596e0bcf456c, type: 3} + - {fileID: 21300000, guid: 392e8182dbbfeca42be1714e198bc000, type: 3} + - {fileID: 21300000, guid: 03b26bbe21c9e0e459a942f46263a817, type: 3} + m_AnimationClipSettings: + serializedVersion: 2 + m_AdditiveReferencePoseClip: {fileID: 0} + m_AdditiveReferencePoseTime: 0 + m_StartTime: 0 + m_StopTime: 9.5 + 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: 1 + m_KeepOriginalPositionXZ: 0 + m_HeightFromFeet: 0 + m_Mirror: 0 + m_EditorCurves: + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.16666667 + value: 0 + inSlope: Infinity + outSlope: 0 + tangentMode: 7 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.33333334 + value: 0 + inSlope: Infinity + outSlope: 0 + tangentMode: 7 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.5 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.6666666 + value: 0 + inSlope: Infinity + outSlope: 0 + tangentMode: 7 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.8333334 + value: 0 + inSlope: Infinity + outSlope: 0 + tangentMode: 7 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.x + path: TV-in + classID: 224 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.16666667 + value: 0 + inSlope: Infinity + outSlope: 0 + tangentMode: 7 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.33333334 + value: 0 + inSlope: Infinity + outSlope: 0 + tangentMode: 7 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.5 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.6666666 + value: 0 + inSlope: Infinity + outSlope: 0 + tangentMode: 7 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.8333334 + value: 0 + inSlope: Infinity + outSlope: 0 + tangentMode: 7 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.y + path: TV-in + classID: 224 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.16666667 + value: 2 + inSlope: Infinity + outSlope: 0 + tangentMode: 7 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.33333334 + value: 0 + inSlope: Infinity + outSlope: 0 + tangentMode: 7 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.5 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.6666666 + value: 2 + inSlope: Infinity + outSlope: 0 + tangentMode: 7 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.8333334 + value: 0 + inSlope: Infinity + outSlope: 0 + tangentMode: 7 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.z + path: TV-in + classID: 224 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 1.5 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.6666666 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.9166666 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.x + path: TV-in/TV-out + classID: 224 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 1.5 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.6666666 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.9166666 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.y + path: TV-in/TV-out + classID: 224 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 1.5 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.6666666 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.9166666 + value: -16.778 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.z + path: TV-in/TV-out + classID: 224 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 1.5 + value: -0.20000458 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.6666666 + value: -0.20000458 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.9166666 + value: -43.3 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_AnchoredPosition.x + path: TV-in/TV-out + classID: 224 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 1.5 + value: 6 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.6666666 + value: 6 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.9166666 + value: 55 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.2333333 + value: -209 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_AnchoredPosition.y + path: TV-in/TV-out + classID: 224 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.5 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.6666666 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.0833333 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.2333333 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_Color.a + path: TV-in/TV-out + classID: 114 + script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.5 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_Color.a + path: TV-in/TV-screen + classID: 114 + script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 1.5 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.6666666 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.9166666 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.x + path: TV-in/TV-skyline + classID: 224 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 1.5 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.6666666 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.9166666 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.y + path: TV-in/TV-skyline + classID: 224 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 1.5 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.6666666 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.9166666 + value: 20.436 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.z + path: TV-in/TV-skyline + classID: 224 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 1.5 + value: 158.99998 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.6666666 + value: 158.99998 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.9166666 + value: 181.9 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.2333333 + value: -168 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_AnchoredPosition.y + path: TV-in/TV-skyline + classID: 224 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.5 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.6666666 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.0833333 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.2333333 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_Color.a + path: TV-in/TV-skyline + classID: 114 + script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 1.4166666 + value: 0 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 1.5 + value: 0 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 2.9166667 + value: 0 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 3 + value: 1 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 4.4166665 + value: 0 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_IsActive + path: voice1 + classID: 1 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 1.4166666 + value: 0 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 1.5 + value: 0 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 2.9166667 + value: 0 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 3 + value: 0 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 4.4166665 + value: 0 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_IsActive + path: voice2 + classID: 1 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 1.4166666 + value: 0 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 1.5 + value: 1 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 2.9166667 + value: 0 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 3 + value: 0 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 4.4166665 + value: 0 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_IsActive + path: voice3 + classID: 1 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.33333334 + value: 1 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 1.5 + value: 1 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 1.8333334 + value: 1 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_IsActive + path: TV-in/TV-black + classID: 1 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.33333334 + value: 0.77 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.45 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.75 + value: 0.77 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.0333333 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.3333334 + value: 0.77 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.5 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.8333334 + value: 0.77 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.95 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.25 + value: 0.77 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.5333333 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.8333333 + value: 0.77 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.0833333 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_Color.a + path: TV-in/TV-black + classID: 114 + script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 3 + value: 0 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_IsActive + path: TV-ghost + classID: 1 + script: {fileID: 0} + m_EulerEditorCurves: + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.z + path: TV-in/TV-out + classID: 224 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.y + path: TV-in/TV-out + classID: 224 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.x + path: TV-in/TV-out + classID: 224 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.z + path: TV-in/TV-skyline + classID: 224 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.y + path: TV-in/TV-skyline + classID: 224 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.x + path: TV-in/TV-skyline + classID: 224 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.z + path: TV-in + classID: 224 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.y + path: TV-in + classID: 224 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.x + path: TV-in + classID: 224 + script: {fileID: 0} + m_HasGenericRootTransform: 0 + m_HasMotionFloatCurves: 0 + m_Events: [] diff --git a/Assets/Art/Level/50/animation/3_3_1.anim.meta b/Assets/Art/Level/50/animation/3_3_1.anim.meta new file mode 100644 index 00000000..3a4cb8ed --- /dev/null +++ b/Assets/Art/Level/50/animation/3_3_1.anim.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: adef9877127ee484ca7c6e3f42d52094 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 7400000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Art/Level/50/animation/3_3_2.anim b/Assets/Art/Level/50/animation/3_3_2.anim new file mode 100644 index 00000000..52d53f22 --- /dev/null +++ b/Assets/Art/Level/50/animation/3_3_2.anim @@ -0,0 +1,2531 @@ +%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: 3_3_2 + serializedVersion: 7 + m_Legacy: 0 + m_Compressed: 0 + m_UseHighQualityCurve: 1 + m_RotationCurves: [] + m_CompressedRotationCurves: [] + m_EulerCurves: + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0, y: 0, z: 0} + inSlope: {x: 0, y: 0, z: 0} + outSlope: {x: 0, y: 0, z: 0} + tangentMode: 0 + weightedMode: 0 + inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} + outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} + - serializedVersion: 3 + time: 0.16666667 + value: {x: 0, y: 0, z: 2} + inSlope: {x: Infinity, y: Infinity, z: Infinity} + outSlope: {x: 0, y: 0, z: 0} + tangentMode: 0 + weightedMode: 0 + inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} + outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} + - serializedVersion: 3 + time: 0.33333334 + value: {x: 0, y: 0, z: 0} + inSlope: {x: Infinity, y: Infinity, z: Infinity} + outSlope: {x: 0, y: 0, z: 0} + tangentMode: 0 + weightedMode: 0 + inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} + outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} + - serializedVersion: 3 + time: 1.5 + value: {x: 0, y: 0, z: 0} + inSlope: {x: 0, y: 0, z: 0} + outSlope: {x: 0, y: 0, z: 0} + tangentMode: 0 + weightedMode: 0 + inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} + outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} + - serializedVersion: 3 + time: 1.6666666 + value: {x: 0, y: 0, z: 2} + inSlope: {x: Infinity, y: Infinity, z: Infinity} + outSlope: {x: 0, y: 0, z: 0} + tangentMode: 0 + weightedMode: 0 + inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} + outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} + - serializedVersion: 3 + time: 1.8333334 + value: {x: 0, y: 0, z: 0} + inSlope: {x: Infinity, y: Infinity, z: Infinity} + outSlope: {x: 0, y: 0, z: 0} + tangentMode: 0 + weightedMode: 0 + inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} + outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} + - serializedVersion: 3 + time: 3 + value: {x: 0, y: 0, z: 0} + inSlope: {x: 0, y: 0, z: 0} + outSlope: {x: 0, y: 0, z: 0} + tangentMode: 0 + weightedMode: 0 + inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} + outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} + - serializedVersion: 3 + time: 3.1666667 + value: {x: 0, y: 0, z: 7.7980003} + inSlope: {x: Infinity, y: Infinity, z: Infinity} + outSlope: {x: 0, y: 0, z: 0} + tangentMode: 0 + weightedMode: 0 + inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} + outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} + - serializedVersion: 3 + time: 3.3333333 + value: {x: 0, y: 0, z: 0} + inSlope: {x: Infinity, y: Infinity, z: Infinity} + outSlope: {x: 0, y: 0, z: 0} + tangentMode: 0 + weightedMode: 0 + inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} + outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + path: TV-in + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 1.5 + value: {x: 0, y: 0, z: 0} + inSlope: {x: 0, y: 0, z: 0} + outSlope: {x: 0, y: 0, z: 0} + tangentMode: 0 + weightedMode: 0 + inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} + outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} + - serializedVersion: 3 + time: 1.6666666 + value: {x: 0, y: 0, z: 0} + inSlope: {x: 0, y: 0, z: 0} + outSlope: {x: 0, y: 0, z: 0} + tangentMode: 0 + weightedMode: 0 + inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} + outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} + - serializedVersion: 3 + time: 1.9166666 + value: {x: 0, y: 0, z: -16.778} + inSlope: {x: 0, y: 0, z: 0} + outSlope: {x: 0, y: 0, z: 0} + tangentMode: 0 + weightedMode: 0 + inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} + outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + path: TV-in/TV-out + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 1.5 + value: {x: 0, y: 0, z: 0} + inSlope: {x: 0, y: 0, z: 0} + outSlope: {x: 0, y: 0, z: 0} + tangentMode: 0 + weightedMode: 0 + inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} + outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} + - serializedVersion: 3 + time: 1.6666666 + value: {x: 0, y: 0, z: 0} + inSlope: {x: 0, y: 0, z: 0} + outSlope: {x: 0, y: 0, z: 0} + tangentMode: 0 + weightedMode: 0 + inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} + outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} + - serializedVersion: 3 + time: 1.9166666 + value: {x: 0, y: 0, z: 20.436} + inSlope: {x: 0, y: 0, z: 0} + outSlope: {x: 0, y: 0, z: 0} + tangentMode: 0 + weightedMode: 0 + inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} + outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + path: TV-in/TV-skyline + m_PositionCurves: [] + m_ScaleCurves: [] + m_FloatCurves: + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 1.5 + value: -0.20000458 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.6666666 + value: -0.20000458 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.9166666 + value: -43.3 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_AnchoredPosition.x + path: TV-in/TV-out + classID: 224 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 1.5 + value: 6 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.6666666 + value: 6 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.9166666 + value: 55 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.2333333 + value: -209 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_AnchoredPosition.y + path: TV-in/TV-out + classID: 224 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.5 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.6666666 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.0833333 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.2333333 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_Color.a + path: TV-in/TV-out + classID: 114 + script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.5 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_Color.a + path: TV-in/TV-screen + classID: 114 + script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 1.5 + value: 158.99998 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.6666666 + value: 158.99998 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.9166666 + value: 181.9 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.2333333 + value: -168 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_AnchoredPosition.y + path: TV-in/TV-skyline + classID: 224 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.5 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.6666666 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.0833333 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.2333333 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_Color.a + path: TV-in/TV-skyline + classID: 114 + script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 1.4166666 + value: 0 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 1.5 + value: 0 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 2.9166667 + value: 0 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 3 + value: 0 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 3.3333333 + value: 0 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 4.4166665 + value: 0 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_IsActive + path: voice1 + classID: 1 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 1.4166666 + value: 0 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 1.5 + value: 0 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 2.9166667 + value: 0 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 3 + value: 1 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 3.3333333 + value: 1 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 4.4166665 + value: 0 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_IsActive + path: voice2 + classID: 1 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 1.4166666 + value: 0 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 1.5 + value: 1 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 2.9166667 + value: 0 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 3 + value: 0 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 3.3333333 + value: 0 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 4.4166665 + value: 0 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_IsActive + path: voice3 + classID: 1 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.33333334 + value: 1 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 1.5 + value: 1 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 1.8333334 + value: 1 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_IsActive + path: TV-in/TV-black + classID: 1 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.33333334 + value: 0.77 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.45 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.75 + value: 0.77 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.0333333 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.3333334 + value: 0.77 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.5 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.8333334 + value: 0.77 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.95 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.25 + value: 0.77 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.5333333 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.8333333 + value: 0.77 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.25 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_Color.a + path: TV-in/TV-black + classID: 114 + script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3} + m_PPtrCurves: + - curve: + - time: 0 + value: {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - time: 0.083333336 + value: {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - time: 0.16666667 + value: {fileID: 21300000, guid: 7988fd026080f6c4ba146a6b818594ed, type: 3} + - time: 0.25 + value: {fileID: 21300000, guid: 007b4d3f4938dfb42a533237aff77641, type: 3} + - time: 0.33333334 + value: {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - time: 1.5 + value: {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - time: 1.5833334 + value: {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - time: 1.6666666 + value: {fileID: 21300000, guid: 7988fd026080f6c4ba146a6b818594ed, type: 3} + - time: 1.75 + value: {fileID: 21300000, guid: 007b4d3f4938dfb42a533237aff77641, type: 3} + - time: 1.8333334 + value: {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - time: 3 + value: {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - time: 3.0833333 + value: {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - time: 3.1666667 + value: {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - time: 3.25 + value: {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - time: 3.3333333 + value: {fileID: 21300000, guid: 7988fd026080f6c4ba146a6b818594ed, type: 3} + - time: 3.4166667 + value: {fileID: 21300000, guid: 007b4d3f4938dfb42a533237aff77641, type: 3} + - time: 3.5166667 + value: {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - time: 3.6 + value: {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - time: 3.6666667 + value: {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - time: 3.7666667 + value: {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - time: 3.85 + value: {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - time: 3.9166667 + value: {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - time: 4.016667 + value: {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - time: 4.0833335 + value: {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - time: 4.1666665 + value: {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - time: 4.25 + value: {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - time: 4.3333335 + value: {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - time: 4.4166665 + value: {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - time: 4.5833335 + value: {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - time: 4.6666665 + value: {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - time: 4.733333 + value: {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - time: 4.8333335 + value: {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - time: 4.9166665 + value: {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - time: 4.983333 + value: {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - time: 5.0833335 + value: {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - time: 5.15 + value: {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - time: 5.233333 + value: {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - time: 5.3166666 + value: {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - time: 5.4 + value: {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - time: 5.483333 + value: {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - time: 5.55 + value: {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - time: 5.65 + value: {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - time: 5.733333 + value: {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - time: 5.8 + value: {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - time: 5.9 + value: {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - time: 5.9666667 + value: {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - time: 6.05 + value: {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - time: 6.133333 + value: {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - time: 6.2166667 + value: {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - time: 6.3 + value: {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - time: 6.366667 + value: {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - time: 6.4666667 + value: {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - time: 6.55 + value: {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - time: 6.616667 + value: {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - time: 6.7166667 + value: {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - time: 6.7833333 + value: {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - time: 6.866667 + value: {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - time: 6.95 + value: {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - time: 7.0333333 + value: {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - time: 7.116667 + value: {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - time: 7.1833334 + value: {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - time: 7.2833333 + value: {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - time: 7.366667 + value: {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - time: 7.4333334 + value: {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - time: 7.5333333 + value: {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - time: 7.6 + value: {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - time: 7.6833334 + value: {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - time: 7.766667 + value: {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - time: 7.85 + value: {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - time: 7.9333334 + value: {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - time: 8 + value: {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - time: 8.1 + value: {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - time: 8.183333 + value: {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - time: 8.25 + value: {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - time: 8.35 + value: {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - time: 8.416667 + value: {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - time: 8.5 + value: {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - time: 8.583333 + value: {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - time: 8.666667 + value: {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - time: 8.75 + value: {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - time: 8.816667 + value: {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - time: 8.916667 + value: {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - time: 9 + value: {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - time: 9.066667 + value: {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - time: 9.166667 + value: {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - time: 9.233334 + value: {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - time: 9.316667 + value: {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - time: 9.4 + value: {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - time: 9.483334 + value: {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + attribute: m_Sprite + path: TV-in/TV-screen + classID: 114 + script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3} + - curve: + - time: 0 + value: {fileID: 21300000, guid: 618d18624fc2909428b7cf9687c67a69, type: 3} + - time: 0.16666667 + value: {fileID: 21300000, guid: e242c4ba4b17c4b40bc9ee9b3068aeb4, type: 3} + - time: 0.33333334 + value: {fileID: 21300000, guid: 392e8182dbbfeca42be1714e198bc000, type: 3} + - time: 1.5 + value: {fileID: 21300000, guid: 618d18624fc2909428b7cf9687c67a69, type: 3} + - time: 1.6666666 + value: {fileID: 21300000, guid: e242c4ba4b17c4b40bc9ee9b3068aeb4, type: 3} + - time: 1.8333334 + value: {fileID: 21300000, guid: 392e8182dbbfeca42be1714e198bc000, type: 3} + - time: 3 + value: {fileID: 21300000, guid: 392e8182dbbfeca42be1714e198bc000, type: 3} + - time: 3.1666667 + value: {fileID: 21300000, guid: 47bc30956403efb4aa07630d41a45773, type: 3} + - time: 3.3333333 + value: {fileID: 21300000, guid: 392e8182dbbfeca42be1714e198bc000, type: 3} + - time: 4.5833335 + value: {fileID: 21300000, guid: 03b26bbe21c9e0e459a942f46263a817, type: 3} + attribute: m_Sprite + path: boy-0 + classID: 114 + script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3} + m_SampleRate: 60 + 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: 3413608298 + attribute: 4 + script: {fileID: 0} + typeID: 4 + customType: 4 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 1458259962 + attribute: 4 + script: {fileID: 0} + typeID: 4 + customType: 4 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 329930358 + attribute: 4 + script: {fileID: 0} + typeID: 4 + customType: 4 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 1458259962 + attribute: 1460864421 + script: {fileID: 0} + typeID: 224 + customType: 28 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 1458259962 + attribute: 538195251 + script: {fileID: 0} + typeID: 224 + customType: 28 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 1458259962 + attribute: 304273561 + script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3} + typeID: 114 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 329930358 + attribute: 538195251 + script: {fileID: 0} + typeID: 224 + customType: 28 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 329930358 + attribute: 304273561 + script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3} + typeID: 114 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 842071499 + attribute: 2086281974 + script: {fileID: 0} + typeID: 1 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 2872683633 + attribute: 2086281974 + script: {fileID: 0} + typeID: 1 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3695090919 + attribute: 2086281974 + script: {fileID: 0} + typeID: 1 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 485401755 + attribute: 2086281974 + script: {fileID: 0} + typeID: 1 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 485401755 + attribute: 304273561 + script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3} + typeID: 114 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 2377246744 + attribute: 2015549526 + script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3} + typeID: 114 + customType: 0 + isPPtrCurve: 1 + - serializedVersion: 2 + path: 457575929 + attribute: 2015549526 + script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3} + typeID: 114 + customType: 0 + isPPtrCurve: 1 + - serializedVersion: 2 + path: 2377246744 + attribute: 304273561 + script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3} + typeID: 114 + customType: 0 + isPPtrCurve: 0 + pptrCurveMapping: + - {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - {fileID: 21300000, guid: 7988fd026080f6c4ba146a6b818594ed, type: 3} + - {fileID: 21300000, guid: 007b4d3f4938dfb42a533237aff77641, type: 3} + - {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - {fileID: 21300000, guid: 7988fd026080f6c4ba146a6b818594ed, type: 3} + - {fileID: 21300000, guid: 007b4d3f4938dfb42a533237aff77641, type: 3} + - {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - {fileID: 21300000, guid: 7988fd026080f6c4ba146a6b818594ed, type: 3} + - {fileID: 21300000, guid: 007b4d3f4938dfb42a533237aff77641, type: 3} + - {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + - {fileID: 21300000, guid: 618d18624fc2909428b7cf9687c67a69, type: 3} + - {fileID: 21300000, guid: e242c4ba4b17c4b40bc9ee9b3068aeb4, type: 3} + - {fileID: 21300000, guid: 392e8182dbbfeca42be1714e198bc000, type: 3} + - {fileID: 21300000, guid: 618d18624fc2909428b7cf9687c67a69, type: 3} + - {fileID: 21300000, guid: e242c4ba4b17c4b40bc9ee9b3068aeb4, type: 3} + - {fileID: 21300000, guid: 392e8182dbbfeca42be1714e198bc000, type: 3} + - {fileID: 21300000, guid: 392e8182dbbfeca42be1714e198bc000, type: 3} + - {fileID: 21300000, guid: 47bc30956403efb4aa07630d41a45773, type: 3} + - {fileID: 21300000, guid: 392e8182dbbfeca42be1714e198bc000, type: 3} + - {fileID: 21300000, guid: 03b26bbe21c9e0e459a942f46263a817, type: 3} + m_AnimationClipSettings: + serializedVersion: 2 + m_AdditiveReferencePoseClip: {fileID: 0} + m_AdditiveReferencePoseTime: 0 + m_StartTime: 0 + m_StopTime: 9.5 + 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: 1 + m_KeepOriginalPositionXZ: 0 + m_HeightFromFeet: 0 + m_Mirror: 0 + m_EditorCurves: + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.16666667 + value: 0 + inSlope: Infinity + outSlope: 0 + tangentMode: 7 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.33333334 + value: 0 + inSlope: Infinity + outSlope: 0 + tangentMode: 7 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.5 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.6666666 + value: 0 + inSlope: Infinity + outSlope: 0 + tangentMode: 7 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.8333334 + value: 0 + inSlope: Infinity + outSlope: 0 + tangentMode: 7 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.1666667 + value: 0 + inSlope: Infinity + outSlope: 0 + tangentMode: 7 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.3333333 + value: 0 + inSlope: Infinity + outSlope: 0 + tangentMode: 7 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.x + path: TV-in + classID: 224 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.16666667 + value: 0 + inSlope: Infinity + outSlope: 0 + tangentMode: 7 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.33333334 + value: 0 + inSlope: Infinity + outSlope: 0 + tangentMode: 7 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.5 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.6666666 + value: 0 + inSlope: Infinity + outSlope: 0 + tangentMode: 7 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.8333334 + value: 0 + inSlope: Infinity + outSlope: 0 + tangentMode: 7 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.1666667 + value: 0 + inSlope: Infinity + outSlope: 0 + tangentMode: 7 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.3333333 + value: 0 + inSlope: Infinity + outSlope: 0 + tangentMode: 7 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.y + path: TV-in + classID: 224 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.16666667 + value: 2 + inSlope: Infinity + outSlope: 0 + tangentMode: 7 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.33333334 + value: 0 + inSlope: Infinity + outSlope: 0 + tangentMode: 7 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.5 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.6666666 + value: 2 + inSlope: Infinity + outSlope: 0 + tangentMode: 7 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.8333334 + value: 0 + inSlope: Infinity + outSlope: 0 + tangentMode: 7 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.1666667 + value: 7.7980003 + inSlope: Infinity + outSlope: 0 + tangentMode: 7 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.3333333 + value: 0 + inSlope: Infinity + outSlope: 0 + tangentMode: 7 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.z + path: TV-in + classID: 224 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 1.5 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.6666666 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.9166666 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.x + path: TV-in/TV-out + classID: 224 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 1.5 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.6666666 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.9166666 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.y + path: TV-in/TV-out + classID: 224 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 1.5 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.6666666 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.9166666 + value: -16.778 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.z + path: TV-in/TV-out + classID: 224 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 1.5 + value: -0.20000458 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.6666666 + value: -0.20000458 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.9166666 + value: -43.3 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_AnchoredPosition.x + path: TV-in/TV-out + classID: 224 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 1.5 + value: 6 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.6666666 + value: 6 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.9166666 + value: 55 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.2333333 + value: -209 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_AnchoredPosition.y + path: TV-in/TV-out + classID: 224 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.5 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.6666666 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.0833333 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.2333333 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_Color.a + path: TV-in/TV-out + classID: 114 + script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.5 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_Color.a + path: TV-in/TV-screen + classID: 114 + script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 1.5 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.6666666 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.9166666 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.x + path: TV-in/TV-skyline + classID: 224 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 1.5 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.6666666 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.9166666 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.y + path: TV-in/TV-skyline + classID: 224 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 1.5 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.6666666 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.9166666 + value: 20.436 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.z + path: TV-in/TV-skyline + classID: 224 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 1.5 + value: 158.99998 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.6666666 + value: 158.99998 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.9166666 + value: 181.9 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.2333333 + value: -168 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_AnchoredPosition.y + path: TV-in/TV-skyline + classID: 224 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.5 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.6666666 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.0833333 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.2333333 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_Color.a + path: TV-in/TV-skyline + classID: 114 + script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 1.4166666 + value: 0 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 1.5 + value: 0 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 2.9166667 + value: 0 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 3 + value: 0 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 3.3333333 + value: 0 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 4.4166665 + value: 0 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_IsActive + path: voice1 + classID: 1 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 1.4166666 + value: 0 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 1.5 + value: 0 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 2.9166667 + value: 0 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 3 + value: 1 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 3.3333333 + value: 1 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 4.4166665 + value: 0 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_IsActive + path: voice2 + classID: 1 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 1.4166666 + value: 0 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 1.5 + value: 1 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 2.9166667 + value: 0 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 3 + value: 0 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 3.3333333 + value: 0 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 4.4166665 + value: 0 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_IsActive + path: voice3 + classID: 1 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.33333334 + value: 1 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 1.5 + value: 1 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 1.8333334 + value: 1 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_IsActive + path: TV-in/TV-black + classID: 1 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.33333334 + value: 0.77 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.45 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.75 + value: 0.77 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.0333333 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.3333334 + value: 0.77 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.5 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.8333334 + value: 0.77 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.95 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.25 + value: 0.77 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.5333333 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.8333333 + value: 0.77 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3.25 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_Color.a + path: TV-in/TV-black + classID: 114 + script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3} + m_EulerEditorCurves: + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.z + path: TV-in/TV-out + classID: 224 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.y + path: TV-in/TV-out + classID: 224 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.x + path: TV-in/TV-out + classID: 224 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.z + path: TV-in/TV-skyline + classID: 224 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.y + path: TV-in/TV-skyline + classID: 224 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.x + path: TV-in/TV-skyline + classID: 224 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.x + path: TV-in + classID: 224 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.y + path: TV-in + classID: 224 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.z + path: TV-in + classID: 224 + script: {fileID: 0} + m_HasGenericRootTransform: 0 + m_HasMotionFloatCurves: 0 + m_Events: [] diff --git a/Assets/Art/Level/50/animation/3_3_2.anim.meta b/Assets/Art/Level/50/animation/3_3_2.anim.meta new file mode 100644 index 00000000..9a62d41a --- /dev/null +++ b/Assets/Art/Level/50/animation/3_3_2.anim.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 96f8122f9873daf4196340dc8caa86a9 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 7400000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Art/Level/50/animation/3_3_3.anim b/Assets/Art/Level/50/animation/3_3_3.anim index 888abe3d..ad3ae46e 100644 --- a/Assets/Art/Level/50/animation/3_3_3.anim +++ b/Assets/Art/Level/50/animation/3_3_3.anim @@ -404,6 +404,15 @@ AnimationClip: weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.5 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 - serializedVersion: 3 time: 3.1666667 value: 1 @@ -551,15 +560,6 @@ AnimationClip: weightedMode: 0 inWeight: 0 outWeight: 0 - - serializedVersion: 3 - time: 0.33333334 - value: 0 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - serializedVersion: 3 time: 1.4166666 value: 0 @@ -617,16 +617,7 @@ AnimationClip: m_Curve: - serializedVersion: 3 time: 0 - value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 0.33333334 - value: 1 + value: 0 inSlope: Infinity outSlope: Infinity tangentMode: 103 @@ -644,7 +635,7 @@ AnimationClip: outWeight: 0 - serializedVersion: 3 time: 1.5 - value: 1 + value: 0 inSlope: Infinity outSlope: Infinity tangentMode: 103 @@ -662,7 +653,7 @@ AnimationClip: outWeight: 0 - serializedVersion: 3 time: 3 - value: 1 + value: 0 inSlope: Infinity outSlope: Infinity tangentMode: 103 @@ -690,16 +681,7 @@ AnimationClip: m_Curve: - serializedVersion: 3 time: 0 - value: 0 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 0.33333334 - value: 0 + value: 1 inSlope: Infinity outSlope: Infinity tangentMode: 103 @@ -717,7 +699,7 @@ AnimationClip: outWeight: 0 - serializedVersion: 3 time: 1.5 - value: 0 + value: 1 inSlope: Infinity outSlope: Infinity tangentMode: 103 @@ -735,7 +717,7 @@ AnimationClip: outWeight: 0 - serializedVersion: 3 time: 3 - value: 0 + value: 1 inSlope: Infinity outSlope: Infinity tangentMode: 103 @@ -758,6 +740,188 @@ AnimationClip: path: voice3 classID: 1 script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.33333334 + value: 1 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 1.5 + value: 1 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 1.8333334 + value: 1 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 3 + value: 1 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_IsActive + path: TV-in/TV-black + classID: 1 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.33333334 + value: 0.77 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.45 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.75 + value: 0.77 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.0333333 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.3333334 + value: 0.77 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.5 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.8333334 + value: 0.77 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.95 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.25 + value: 0.77 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.5333333 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.8333333 + value: 0.77 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_Color.a + path: TV-in/TV-black + classID: 114 + script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3} m_PPtrCurves: - curve: - time: 0 @@ -765,109 +929,23 @@ AnimationClip: - time: 0.083333336 value: {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} - time: 0.16666667 - value: {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} - - time: 0.25 - value: {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} - - time: 0.33333334 value: {fileID: 21300000, guid: 7988fd026080f6c4ba146a6b818594ed, type: 3} - - time: 0.41666666 + - time: 0.25 value: {fileID: 21300000, guid: 007b4d3f4938dfb42a533237aff77641, type: 3} - - time: 0.51666665 + - time: 0.33333334 value: {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} - - time: 0.6 - value: {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} - - time: 0.6666667 - value: {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} - - time: 0.76666665 - value: {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} - - time: 0.85 - value: {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} - - time: 0.9166667 - value: {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} - - time: 1.0166667 - value: {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} - - time: 1.0833334 - value: {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} - - time: 1.1666666 - value: {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} - - time: 1.25 - value: {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} - - time: 1.3333334 - value: {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} - - time: 1.4166666 - value: {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} - time: 1.5 value: {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} - time: 1.5833334 value: {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} - time: 1.6666666 - value: {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} + value: {fileID: 21300000, guid: 7988fd026080f6c4ba146a6b818594ed, type: 3} - time: 1.75 - value: {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + value: {fileID: 21300000, guid: 007b4d3f4938dfb42a533237aff77641, type: 3} - time: 1.8333334 - value: {fileID: 21300000, guid: 7988fd026080f6c4ba146a6b818594ed, type: 3} - - time: 1.9166666 - value: {fileID: 21300000, guid: 007b4d3f4938dfb42a533237aff77641, type: 3} - - time: 2.0166667 value: {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} - - time: 2.1 - value: {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} - - time: 2.1666667 - value: {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} - - time: 2.2666667 - value: {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} - - time: 2.35 - value: {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} - - time: 2.4166667 - value: {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} - - time: 2.5166667 - value: {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} - - time: 2.5833333 - value: {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} - - time: 2.6666667 - value: {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} - - time: 2.75 - value: {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} - - time: 2.8333333 - value: {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} - - time: 2.9166667 - value: {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} - - time: 3 - value: {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} - - time: 3.0833333 - value: {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} - time: 3.1666667 - value: {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} - - time: 3.25 - value: {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} - - time: 3.3333333 value: {fileID: 21300000, guid: 7988fd026080f6c4ba146a6b818594ed, type: 3} - - time: 3.4166667 - value: {fileID: 21300000, guid: 007b4d3f4938dfb42a533237aff77641, type: 3} - - time: 3.5166667 - value: {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} - - time: 3.6 - value: {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} - - time: 3.6666667 - value: {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} - - time: 3.7666667 - value: {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} - - time: 3.85 - value: {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} - - time: 3.9166667 - value: {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} - - time: 4.016667 - value: {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} - - time: 4.0833335 - value: {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} - - time: 4.1666665 - value: {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} - - time: 4.25 - value: {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} - - time: 4.3333335 - value: {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} - - time: 4.4166665 - value: {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} attribute: m_Sprite path: TV-in/TV-screen classID: 114 @@ -1002,6 +1080,20 @@ AnimationClip: typeID: 1 customType: 0 isPPtrCurve: 0 + - serializedVersion: 2 + path: 485401755 + attribute: 2086281974 + script: {fileID: 0} + typeID: 1 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 485401755 + attribute: 304273561 + script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3} + typeID: 114 + customType: 0 + isPPtrCurve: 0 - serializedVersion: 2 path: 2377246744 attribute: 2015549526 @@ -1026,58 +1118,15 @@ AnimationClip: pptrCurveMapping: - {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} - {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} + - {fileID: 21300000, guid: 7988fd026080f6c4ba146a6b818594ed, type: 3} + - {fileID: 21300000, guid: 007b4d3f4938dfb42a533237aff77641, type: 3} + - {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} - {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} - {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} - {fileID: 21300000, guid: 7988fd026080f6c4ba146a6b818594ed, type: 3} - {fileID: 21300000, guid: 007b4d3f4938dfb42a533237aff77641, type: 3} - {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} - - {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} - - {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} - - {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} - - {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} - - {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} - - {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} - - {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} - - {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} - - {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} - - {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} - - {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} - - {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} - - {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} - - {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} - - {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} - {fileID: 21300000, guid: 7988fd026080f6c4ba146a6b818594ed, type: 3} - - {fileID: 21300000, guid: 007b4d3f4938dfb42a533237aff77641, type: 3} - - {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} - - {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} - - {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} - - {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} - - {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} - - {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} - - {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} - - {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} - - {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} - - {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} - - {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} - - {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} - - {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} - - {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} - - {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} - - {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} - - {fileID: 21300000, guid: 7988fd026080f6c4ba146a6b818594ed, type: 3} - - {fileID: 21300000, guid: 007b4d3f4938dfb42a533237aff77641, type: 3} - - {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} - - {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} - - {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} - - {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} - - {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} - - {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} - - {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} - - {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} - - {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} - - {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} - - {fileID: 21300000, guid: 95aaa2cd57547864fbe9a3a8441b66ee, type: 3} - - {fileID: 21300000, guid: 69ae639ac5ab6a644967d9b2c8e0ef3a, type: 3} - {fileID: 21300000, guid: 618d18624fc2909428b7cf9687c67a69, type: 3} - {fileID: 21300000, guid: e242c4ba4b17c4b40bc9ee9b3068aeb4, type: 3} - {fileID: 21300000, guid: 392e8182dbbfeca42be1714e198bc000, type: 3} @@ -1783,6 +1832,15 @@ AnimationClip: weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.5 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 - serializedVersion: 3 time: 3.1666667 value: 1 @@ -2041,15 +2099,6 @@ AnimationClip: weightedMode: 0 inWeight: 0 outWeight: 0 - - serializedVersion: 3 - time: 0.33333334 - value: 0 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - serializedVersion: 3 time: 1.4166666 value: 0 @@ -2107,16 +2156,7 @@ AnimationClip: m_Curve: - serializedVersion: 3 time: 0 - value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 0.33333334 - value: 1 + value: 0 inSlope: Infinity outSlope: Infinity tangentMode: 103 @@ -2134,7 +2174,7 @@ AnimationClip: outWeight: 0 - serializedVersion: 3 time: 1.5 - value: 1 + value: 0 inSlope: Infinity outSlope: Infinity tangentMode: 103 @@ -2152,7 +2192,7 @@ AnimationClip: outWeight: 0 - serializedVersion: 3 time: 3 - value: 1 + value: 0 inSlope: Infinity outSlope: Infinity tangentMode: 103 @@ -2180,16 +2220,7 @@ AnimationClip: m_Curve: - serializedVersion: 3 time: 0 - value: 0 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 - weightedMode: 0 - inWeight: 0 - outWeight: 0 - - serializedVersion: 3 - time: 0.33333334 - value: 0 + value: 1 inSlope: Infinity outSlope: Infinity tangentMode: 103 @@ -2207,7 +2238,7 @@ AnimationClip: outWeight: 0 - serializedVersion: 3 time: 1.5 - value: 0 + value: 1 inSlope: Infinity outSlope: Infinity tangentMode: 103 @@ -2225,7 +2256,7 @@ AnimationClip: outWeight: 0 - serializedVersion: 3 time: 3 - value: 0 + value: 1 inSlope: Infinity outSlope: Infinity tangentMode: 103 @@ -2248,6 +2279,188 @@ AnimationClip: path: voice3 classID: 1 script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.33333334 + value: 1 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 1.5 + value: 1 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 1.8333334 + value: 1 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 3 + value: 1 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_IsActive + path: TV-in/TV-black + classID: 1 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.33333334 + value: 0.77 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.45 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.75 + value: 0.77 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.0333333 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.3333334 + value: 0.77 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.5 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.8333334 + value: 0.77 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.95 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.25 + value: 0.77 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.5333333 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 2.8333333 + value: 0.77 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 3 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_Color.a + path: TV-in/TV-black + classID: 114 + script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3} m_EulerEditorCurves: - curve: serializedVersion: 2 @@ -2286,7 +2499,7 @@ AnimationClip: m_PostInfinity: 2 m_RotationOrder: 4 attribute: m_LocalEulerAngles.z - path: TV-in + path: TV-in/TV-skyline classID: 224 script: {fileID: 0} - curve: @@ -2296,7 +2509,7 @@ AnimationClip: m_PostInfinity: 2 m_RotationOrder: 4 attribute: m_LocalEulerAngles.y - path: TV-in + path: TV-in/TV-skyline classID: 224 script: {fileID: 0} - curve: @@ -2306,7 +2519,7 @@ AnimationClip: m_PostInfinity: 2 m_RotationOrder: 4 attribute: m_LocalEulerAngles.x - path: TV-in + path: TV-in/TV-skyline classID: 224 script: {fileID: 0} - curve: @@ -2346,7 +2559,7 @@ AnimationClip: m_PostInfinity: 2 m_RotationOrder: 4 attribute: m_LocalEulerAngles.x - path: TV-in/TV-skyline + path: TV-in classID: 224 script: {fileID: 0} - curve: @@ -2356,7 +2569,7 @@ AnimationClip: m_PostInfinity: 2 m_RotationOrder: 4 attribute: m_LocalEulerAngles.y - path: TV-in/TV-skyline + path: TV-in classID: 224 script: {fileID: 0} - curve: @@ -2366,7 +2579,7 @@ AnimationClip: m_PostInfinity: 2 m_RotationOrder: 4 attribute: m_LocalEulerAngles.z - path: TV-in/TV-skyline + path: TV-in classID: 224 script: {fileID: 0} m_HasGenericRootTransform: 0 diff --git a/Assets/Art/Level/50/animation/50.controller b/Assets/Art/Level/50/animation/50.controller index 2c3cb2ea..b05a6789 100644 --- a/Assets/Art/Level/50/animation/50.controller +++ b/Assets/Art/Level/50/animation/50.controller @@ -1,5 +1,109 @@ %YAML 1.1 %TAG !u! tag:unity3d.com,2011: +--- !u!1102 &-8515899892761435115 +AnimatorState: + serializedVersion: 5 + m_ObjectHideFlags: 1 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: 2_1_3 + m_Speed: 1 + m_CycleOffset: 0 + m_Transitions: [] + m_StateMachineBehaviours: [] + m_Position: {x: 50, y: 50, z: 0} + m_IKOnFeet: 0 + m_WriteDefaultValues: 1 + m_Mirror: 0 + m_SpeedParameterActive: 0 + m_MirrorParameterActive: 0 + m_CycleOffsetParameterActive: 0 + m_TimeParameterActive: 0 + m_Motion: {fileID: 7400000, guid: f1ab220793033984280039afe0100d7a, type: 2} + m_Tag: + m_SpeedParameter: + m_MirrorParameter: + m_CycleOffsetParameter: + m_TimeParameter: +--- !u!1102 &-8235437023732157435 +AnimatorState: + serializedVersion: 5 + m_ObjectHideFlags: 1 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: 2_3_3 + m_Speed: 1 + m_CycleOffset: 0 + m_Transitions: [] + m_StateMachineBehaviours: [] + m_Position: {x: 50, y: 50, z: 0} + m_IKOnFeet: 0 + m_WriteDefaultValues: 1 + m_Mirror: 0 + m_SpeedParameterActive: 0 + m_MirrorParameterActive: 0 + m_CycleOffsetParameterActive: 0 + m_TimeParameterActive: 0 + m_Motion: {fileID: 7400000, guid: a98df93215170fa47ac0e1355e2f303b, type: 2} + m_Tag: + m_SpeedParameter: + m_MirrorParameter: + m_CycleOffsetParameter: + m_TimeParameter: +--- !u!1102 &-7397828334840784629 +AnimatorState: + serializedVersion: 5 + m_ObjectHideFlags: 1 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: 3_1_1 + m_Speed: 1 + m_CycleOffset: 0 + m_Transitions: [] + m_StateMachineBehaviours: [] + m_Position: {x: 50, y: 50, z: 0} + m_IKOnFeet: 0 + m_WriteDefaultValues: 1 + m_Mirror: 0 + m_SpeedParameterActive: 0 + m_MirrorParameterActive: 0 + m_CycleOffsetParameterActive: 0 + m_TimeParameterActive: 0 + m_Motion: {fileID: 7400000, guid: e237eef893c54094aaecac0dca9d7b02, type: 2} + m_Tag: + m_SpeedParameter: + m_MirrorParameter: + m_CycleOffsetParameter: + m_TimeParameter: +--- !u!1102 &-6804213044827180480 +AnimatorState: + serializedVersion: 5 + m_ObjectHideFlags: 1 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: 2_2_3 + m_Speed: 1 + m_CycleOffset: 0 + m_Transitions: [] + m_StateMachineBehaviours: [] + m_Position: {x: 50, y: 50, z: 0} + m_IKOnFeet: 0 + m_WriteDefaultValues: 1 + m_Mirror: 0 + m_SpeedParameterActive: 0 + m_MirrorParameterActive: 0 + m_CycleOffsetParameterActive: 0 + m_TimeParameterActive: 0 + m_Motion: {fileID: 7400000, guid: c577119d6644cfa4dacdfdaa426d42b3, type: 2} + m_Tag: + m_SpeedParameter: + m_MirrorParameter: + m_CycleOffsetParameter: + m_TimeParameter: --- !u!1102 &-6793932575321180363 AnimatorState: serializedVersion: 5 @@ -26,6 +130,58 @@ AnimatorState: m_MirrorParameter: m_CycleOffsetParameter: m_TimeParameter: +--- !u!1102 &-4463248806640891385 +AnimatorState: + serializedVersion: 5 + m_ObjectHideFlags: 1 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: 2_3_2 + m_Speed: 1 + m_CycleOffset: 0 + m_Transitions: [] + m_StateMachineBehaviours: [] + m_Position: {x: 50, y: 50, z: 0} + m_IKOnFeet: 0 + m_WriteDefaultValues: 1 + m_Mirror: 0 + m_SpeedParameterActive: 0 + m_MirrorParameterActive: 0 + m_CycleOffsetParameterActive: 0 + m_TimeParameterActive: 0 + m_Motion: {fileID: 7400000, guid: 4e00f3fd88831ca43953fe8b1b8cc625, type: 2} + m_Tag: + m_SpeedParameter: + m_MirrorParameter: + m_CycleOffsetParameter: + m_TimeParameter: +--- !u!1102 &-3900879481861699826 +AnimatorState: + serializedVersion: 5 + m_ObjectHideFlags: 1 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: 3_1_3 + m_Speed: 1 + m_CycleOffset: 0 + m_Transitions: [] + m_StateMachineBehaviours: [] + m_Position: {x: 50, y: 50, z: 0} + m_IKOnFeet: 0 + m_WriteDefaultValues: 1 + m_Mirror: 0 + m_SpeedParameterActive: 0 + m_MirrorParameterActive: 0 + m_CycleOffsetParameterActive: 0 + m_TimeParameterActive: 0 + m_Motion: {fileID: 7400000, guid: 948356d7187d8c340af4c2a9844fee56, type: 2} + m_Tag: + m_SpeedParameter: + m_MirrorParameter: + m_CycleOffsetParameter: + m_TimeParameter: --- !u!1107 &-3300433570247326504 AnimatorStateMachine: serializedVersion: 5 @@ -71,6 +227,54 @@ AnimatorStateMachine: - serializedVersion: 1 m_State: {fileID: -1781884590950594287} m_Position: {x: 290, y: 510, z: 0} + - serializedVersion: 1 + m_State: {fileID: 2805704687238436274} + m_Position: {x: 325, y: 575, z: 0} + - serializedVersion: 1 + m_State: {fileID: 2058750536291538914} + m_Position: {x: 360, y: 640, z: 0} + - serializedVersion: 1 + m_State: {fileID: -8515899892761435115} + m_Position: {x: 395, y: 705, z: 0} + - serializedVersion: 1 + m_State: {fileID: 5249320963616592932} + m_Position: {x: 430, y: 770, z: 0} + - serializedVersion: 1 + m_State: {fileID: -6804213044827180480} + m_Position: {x: 465, y: 835, z: 0} + - serializedVersion: 1 + m_State: {fileID: -3039893264675336265} + m_Position: {x: 500, y: 900, z: 0} + - serializedVersion: 1 + m_State: {fileID: -3022758335729783876} + m_Position: {x: 535, y: 965, z: 0} + - serializedVersion: 1 + m_State: {fileID: -4463248806640891385} + m_Position: {x: 570, y: 1030, z: 0} + - serializedVersion: 1 + m_State: {fileID: -8235437023732157435} + m_Position: {x: 605, y: 1095, z: 0} + - serializedVersion: 1 + m_State: {fileID: -7397828334840784629} + m_Position: {x: 640, y: 1160, z: 0} + - serializedVersion: 1 + m_State: {fileID: -3083998787818864243} + m_Position: {x: 675, y: 1225, z: 0} + - serializedVersion: 1 + m_State: {fileID: -3900879481861699826} + m_Position: {x: 710, y: 1290, z: 0} + - serializedVersion: 1 + m_State: {fileID: 7412673494291419473} + m_Position: {x: 745, y: 1355, z: 0} + - serializedVersion: 1 + m_State: {fileID: 7990176914508814643} + m_Position: {x: 780, y: 1420, z: 0} + - serializedVersion: 1 + m_State: {fileID: -951215475926119142} + m_Position: {x: 815, y: 1485, z: 0} + - serializedVersion: 1 + m_State: {fileID: 1858827979057312227} + m_Position: {x: 850, y: 1550, z: 0} m_ChildStateMachines: [] m_AnyStateTransitions: [] m_EntryTransitions: [] @@ -81,6 +285,84 @@ AnimatorStateMachine: m_ExitPosition: {x: 120, y: -80, z: 0} m_ParentStateMachinePosition: {x: 800, y: 20, z: 0} m_DefaultState: {fileID: 4537966532327155971} +--- !u!1102 &-3083998787818864243 +AnimatorState: + serializedVersion: 5 + m_ObjectHideFlags: 1 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: 3_1_2 + m_Speed: 1 + m_CycleOffset: 0 + m_Transitions: [] + m_StateMachineBehaviours: [] + m_Position: {x: 50, y: 50, z: 0} + m_IKOnFeet: 0 + m_WriteDefaultValues: 1 + m_Mirror: 0 + m_SpeedParameterActive: 0 + m_MirrorParameterActive: 0 + m_CycleOffsetParameterActive: 0 + m_TimeParameterActive: 0 + m_Motion: {fileID: 7400000, guid: 0a60438ccf08d7e439f5de45f8bb2500, type: 2} + m_Tag: + m_SpeedParameter: + m_MirrorParameter: + m_CycleOffsetParameter: + m_TimeParameter: +--- !u!1102 &-3039893264675336265 +AnimatorState: + serializedVersion: 5 + m_ObjectHideFlags: 1 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: 3_2_1 + m_Speed: 1 + m_CycleOffset: 0 + m_Transitions: [] + m_StateMachineBehaviours: [] + m_Position: {x: 50, y: 50, z: 0} + m_IKOnFeet: 0 + m_WriteDefaultValues: 1 + m_Mirror: 0 + m_SpeedParameterActive: 0 + m_MirrorParameterActive: 0 + m_CycleOffsetParameterActive: 0 + m_TimeParameterActive: 0 + m_Motion: {fileID: 7400000, guid: 0ffc972889f7bd34092866e29addce3c, type: 2} + m_Tag: + m_SpeedParameter: + m_MirrorParameter: + m_CycleOffsetParameter: + m_TimeParameter: +--- !u!1102 &-3022758335729783876 +AnimatorState: + serializedVersion: 5 + m_ObjectHideFlags: 1 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: 2_3_1 + m_Speed: 1 + m_CycleOffset: 0 + m_Transitions: [] + m_StateMachineBehaviours: [] + m_Position: {x: 50, y: 50, z: 0} + m_IKOnFeet: 0 + m_WriteDefaultValues: 1 + m_Mirror: 0 + m_SpeedParameterActive: 0 + m_MirrorParameterActive: 0 + m_CycleOffsetParameterActive: 0 + m_TimeParameterActive: 0 + m_Motion: {fileID: 7400000, guid: f3bf2340457260a418998b7dcea84d33, type: 2} + m_Tag: + m_SpeedParameter: + m_MirrorParameter: + m_CycleOffsetParameter: + m_TimeParameter: --- !u!1102 &-1781884590950594287 AnimatorState: serializedVersion: 5 @@ -107,6 +389,32 @@ AnimatorState: m_MirrorParameter: m_CycleOffsetParameter: m_TimeParameter: +--- !u!1102 &-951215475926119142 +AnimatorState: + serializedVersion: 5 + m_ObjectHideFlags: 1 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: 3_3_1 + m_Speed: 1 + m_CycleOffset: 0 + m_Transitions: [] + m_StateMachineBehaviours: [] + m_Position: {x: 50, y: 50, z: 0} + m_IKOnFeet: 0 + m_WriteDefaultValues: 1 + m_Mirror: 0 + m_SpeedParameterActive: 0 + m_MirrorParameterActive: 0 + m_CycleOffsetParameterActive: 0 + m_TimeParameterActive: 0 + m_Motion: {fileID: 7400000, guid: adef9877127ee484ca7c6e3f42d52094, type: 2} + m_Tag: + m_SpeedParameter: + m_MirrorParameter: + m_CycleOffsetParameter: + m_TimeParameter: --- !u!1102 &-638824971209844584 AnimatorState: serializedVersion: 5 @@ -233,6 +541,84 @@ AnimatorState: m_MirrorParameter: m_CycleOffsetParameter: m_TimeParameter: +--- !u!1102 &1858827979057312227 +AnimatorState: + serializedVersion: 5 + m_ObjectHideFlags: 1 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: 3_3_2 + m_Speed: 1 + m_CycleOffset: 0 + m_Transitions: [] + m_StateMachineBehaviours: [] + m_Position: {x: 50, y: 50, z: 0} + m_IKOnFeet: 0 + m_WriteDefaultValues: 1 + m_Mirror: 0 + m_SpeedParameterActive: 0 + m_MirrorParameterActive: 0 + m_CycleOffsetParameterActive: 0 + m_TimeParameterActive: 0 + m_Motion: {fileID: 7400000, guid: 96f8122f9873daf4196340dc8caa86a9, type: 2} + m_Tag: + m_SpeedParameter: + m_MirrorParameter: + m_CycleOffsetParameter: + m_TimeParameter: +--- !u!1102 &2058750536291538914 +AnimatorState: + serializedVersion: 5 + m_ObjectHideFlags: 1 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: 2_1_2 + m_Speed: 1 + m_CycleOffset: 0 + m_Transitions: [] + m_StateMachineBehaviours: [] + m_Position: {x: 50, y: 50, z: 0} + m_IKOnFeet: 0 + m_WriteDefaultValues: 1 + m_Mirror: 0 + m_SpeedParameterActive: 0 + m_MirrorParameterActive: 0 + m_CycleOffsetParameterActive: 0 + m_TimeParameterActive: 0 + m_Motion: {fileID: 7400000, guid: f583b5a4aef83094a8f2061f895a6835, type: 2} + m_Tag: + m_SpeedParameter: + m_MirrorParameter: + m_CycleOffsetParameter: + m_TimeParameter: +--- !u!1102 &2805704687238436274 +AnimatorState: + serializedVersion: 5 + m_ObjectHideFlags: 1 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: 2_1_1 + m_Speed: 1 + m_CycleOffset: 0 + m_Transitions: [] + m_StateMachineBehaviours: [] + m_Position: {x: 50, y: 50, z: 0} + m_IKOnFeet: 0 + m_WriteDefaultValues: 1 + m_Mirror: 0 + m_SpeedParameterActive: 0 + m_MirrorParameterActive: 0 + m_CycleOffsetParameterActive: 0 + m_TimeParameterActive: 0 + m_Motion: {fileID: 7400000, guid: 613524aa054444a4ca060074d5682440, type: 2} + m_Tag: + m_SpeedParameter: + m_MirrorParameter: + m_CycleOffsetParameter: + m_TimeParameter: --- !u!1102 &4537966532327155971 AnimatorState: serializedVersion: 5 @@ -363,6 +749,84 @@ AnimatorState: m_MirrorParameter: m_CycleOffsetParameter: m_TimeParameter: +--- !u!1102 &5249320963616592932 +AnimatorState: + serializedVersion: 5 + m_ObjectHideFlags: 1 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: 2_2_1 + m_Speed: 1 + m_CycleOffset: 0 + m_Transitions: [] + m_StateMachineBehaviours: [] + m_Position: {x: 50, y: 50, z: 0} + m_IKOnFeet: 0 + m_WriteDefaultValues: 1 + m_Mirror: 0 + m_SpeedParameterActive: 0 + m_MirrorParameterActive: 0 + m_CycleOffsetParameterActive: 0 + m_TimeParameterActive: 0 + m_Motion: {fileID: 7400000, guid: 542e4871625bf3949b0244a6d390e8b4, type: 2} + m_Tag: + m_SpeedParameter: + m_MirrorParameter: + m_CycleOffsetParameter: + m_TimeParameter: +--- !u!1102 &7412673494291419473 +AnimatorState: + serializedVersion: 5 + m_ObjectHideFlags: 1 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: 3_2_2 + m_Speed: 1 + m_CycleOffset: 0 + m_Transitions: [] + m_StateMachineBehaviours: [] + m_Position: {x: 50, y: 50, z: 0} + m_IKOnFeet: 0 + m_WriteDefaultValues: 1 + m_Mirror: 0 + m_SpeedParameterActive: 0 + m_MirrorParameterActive: 0 + m_CycleOffsetParameterActive: 0 + m_TimeParameterActive: 0 + m_Motion: {fileID: 7400000, guid: 2758b98f4b9cacf4ca805582becaceda, type: 2} + m_Tag: + m_SpeedParameter: + m_MirrorParameter: + m_CycleOffsetParameter: + m_TimeParameter: +--- !u!1102 &7990176914508814643 +AnimatorState: + serializedVersion: 5 + m_ObjectHideFlags: 1 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: 3_2_3 + m_Speed: 1 + m_CycleOffset: 0 + m_Transitions: [] + m_StateMachineBehaviours: [] + m_Position: {x: 50, y: 50, z: 0} + m_IKOnFeet: 0 + m_WriteDefaultValues: 1 + m_Mirror: 0 + m_SpeedParameterActive: 0 + m_MirrorParameterActive: 0 + m_CycleOffsetParameterActive: 0 + m_TimeParameterActive: 0 + m_Motion: {fileID: 7400000, guid: 8fc9130591a15ac419f01e6dc0e7a10a, type: 2} + m_Tag: + m_SpeedParameter: + m_MirrorParameter: + m_CycleOffsetParameter: + m_TimeParameter: --- !u!1102 &8623273916326678443 AnimatorState: serializedVersion: 5 diff --git a/Assets/Art/Level/50/animation/screen-win.anim b/Assets/Art/Level/50/animation/screen-win.anim new file mode 100644 index 00000000..ca33d4f2 --- /dev/null +++ b/Assets/Art/Level/50/animation/screen-win.anim @@ -0,0 +1,523 @@ +%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: screen-win + serializedVersion: 7 + m_Legacy: 1 + m_Compressed: 0 + m_UseHighQualityCurve: 1 + m_RotationCurves: [] + m_CompressedRotationCurves: [] + m_EulerCurves: [] + m_PositionCurves: [] + m_ScaleCurves: + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 1, y: 0.95747495, z: 1} + inSlope: {x: 0, y: 0, z: 0} + outSlope: {x: 0, y: 0, z: 0} + tangentMode: 0 + weightedMode: 0 + inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} + outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} + - serializedVersion: 3 + time: 0.18333334 + value: {x: 1, y: 0.9, z: 1} + inSlope: {x: 0, y: 0, z: 0} + outSlope: {x: 0, y: 0, z: 0} + tangentMode: 0 + weightedMode: 0 + inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} + outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} + - serializedVersion: 3 + time: 0.51666665 + value: {x: 1, y: 1, z: 1} + inSlope: {x: 0, y: 0, z: 0} + outSlope: {x: 0, y: 0, z: 0} + tangentMode: 0 + weightedMode: 0 + inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} + outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} + - serializedVersion: 3 + time: 0.85 + value: {x: 1, y: 0.9, z: 1} + inSlope: {x: 0, y: 0, z: 0} + outSlope: {x: 0, y: 0, z: 0} + tangentMode: 0 + weightedMode: 0 + inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} + outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} + - serializedVersion: 3 + time: 1.1833333 + value: {x: 1, y: 1, z: 1} + inSlope: {x: 0, y: 0, z: 0} + outSlope: {x: 0, y: 0, z: 0} + tangentMode: 0 + weightedMode: 0 + inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} + outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} + - serializedVersion: 3 + time: 1.3333334 + value: {x: 1, y: 0.95747495, z: 1} + inSlope: {x: 0, y: 0, z: 0} + outSlope: {x: 0, y: 0, z: 0} + tangentMode: 0 + weightedMode: 0 + inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} + outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + path: 2 + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 1, y: 1, z: 1} + inSlope: {x: 0, y: 0, z: 0} + outSlope: {x: 0, y: 0, z: 0} + tangentMode: 0 + weightedMode: 0 + inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} + outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} + - serializedVersion: 3 + time: 0.33333334 + value: {x: 1, y: 0.9, z: 1} + inSlope: {x: 0, y: 0, z: 0} + outSlope: {x: 0, y: 0, z: 0} + tangentMode: 0 + weightedMode: 0 + inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} + outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} + - serializedVersion: 3 + time: 0.6666667 + value: {x: 1, y: 1, z: 1} + inSlope: {x: 0, y: 0, z: 0} + outSlope: {x: 0, y: 0, z: 0} + tangentMode: 0 + weightedMode: 0 + inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} + outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} + - serializedVersion: 3 + time: 1 + value: {x: 1, y: 0.9, z: 1} + inSlope: {x: 0, y: 0, z: 0} + outSlope: {x: 0, y: 0, z: 0} + tangentMode: 0 + weightedMode: 0 + inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} + outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} + - serializedVersion: 3 + time: 1.3333334 + value: {x: 1, y: 1, z: 1} + inSlope: {x: 0, y: 0, z: 0} + outSlope: {x: 0, y: 0, z: 0} + tangentMode: 0 + weightedMode: 0 + inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} + outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + path: 1 + m_FloatCurves: [] + m_PPtrCurves: [] + m_SampleRate: 60 + m_WrapMode: 2 + 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: 1.3333334 + 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: 1 + m_KeepOriginalPositionXZ: 0 + m_HeightFromFeet: 0 + m_Mirror: 0 + m_EditorCurves: + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.18333334 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.51666665 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.85 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.1833333 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.3333334 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.x + path: 2 + classID: 224 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.95747495 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.18333334 + value: 0.9 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.51666665 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.85 + value: 0.9 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.1833333 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.3333334 + value: 0.95747495 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.y + path: 2 + classID: 224 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.18333334 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.51666665 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.85 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.1833333 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.3333334 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.z + path: 2 + classID: 224 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.33333334 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.6666667 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.3333334 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.x + path: 1 + classID: 224 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.33333334 + value: 0.9 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.6666667 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 0.9 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.3333334 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.y + path: 1 + classID: 224 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.33333334 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.6666667 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.3333334 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.z + path: 1 + classID: 224 + script: {fileID: 0} + m_EulerEditorCurves: [] + m_HasGenericRootTransform: 0 + m_HasMotionFloatCurves: 0 + m_Events: [] diff --git a/Assets/Art/Level/50/animation/screen-win.anim.meta b/Assets/Art/Level/50/animation/screen-win.anim.meta new file mode 100644 index 00000000..032eb969 --- /dev/null +++ b/Assets/Art/Level/50/animation/screen-win.anim.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 4715a377fee4153428d2f44db3a8cee4 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 7400000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Resources/Image/LevelIcon_Big/050.png b/Assets/Resources/Image/LevelIcon_Big/050.png new file mode 100644 index 0000000000000000000000000000000000000000..b8c49354830c5804b921bd3392b968aed0c5286a GIT binary patch literal 49729 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 W>efj9PEcT9o1D~_BS*q0=)VB_H;9k` literal 0 HcmV?d00001 diff --git a/Assets/Resources/Image/LevelIcon_Big/050.png.meta b/Assets/Resources/Image/LevelIcon_Big/050.png.meta new file mode 100644 index 00000000..c6606e5c --- /dev/null +++ b/Assets/Resources/Image/LevelIcon_Big/050.png.meta @@ -0,0 +1,92 @@ +fileFormatVersion: 2 +guid: 4ae5991b2bbadce4ea2f4aac85f00a05 +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: 0 + 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 + applyGammaDecoding: 0 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 2048 + 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: 5e97eb03825dee720800000000000000 + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Resources/Image/LevelIcon_Small/050.png b/Assets/Resources/Image/LevelIcon_Small/050.png new file mode 100644 index 0000000000000000000000000000000000000000..f18a4c78c9c32f18a0366d9ae2ca9ea10dbb9c19 GIT binary patch literal 7824 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 Dx|p&u literal 0 HcmV?d00001 diff --git a/Assets/Resources/Image/LevelLogo/050.png.meta b/Assets/Resources/Image/LevelLogo/050.png.meta new file mode 100644 index 00000000..6bd70b10 --- /dev/null +++ b/Assets/Resources/Image/LevelLogo/050.png.meta @@ -0,0 +1,92 @@ +fileFormatVersion: 2 +guid: b79a041a0df8dbb499af7ce0b7f6ecba +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: 0 + 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 + applyGammaDecoding: 0 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 2048 + 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: 5e97eb03825dee720800000000000000 + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: