From ac39345a39ef022590a47dcdf422d0dfcd00cf83 Mon Sep 17 00:00:00 2001 From: "r.nikolin" Date: Thu, 26 Oct 2023 12:33:27 +0300 Subject: [PATCH] Fix interract colliders --- Assets/Prefabs/EnergyItem.prefab | 234 +-- Assets/Prefabs/LEVELS/Game_1.prefab | 1303 ++++++++++++++++- Assets/Prefabs/LEVELS/Game_4.prefab | 2095 ++++++++++++++++++++++++++- Assets/Prefabs/TimeBonus.prefab | 234 +-- 4 files changed, 3608 insertions(+), 258 deletions(-) diff --git a/Assets/Prefabs/EnergyItem.prefab b/Assets/Prefabs/EnergyItem.prefab index 888f1bda..f02ef383 100644 --- a/Assets/Prefabs/EnergyItem.prefab +++ b/Assets/Prefabs/EnergyItem.prefab @@ -41,6 +41,12 @@ GameObject: serializedVersion: 6 m_Component: - component: {fileID: 1129252004395585366} + - component: {fileID: 8635239026607933572} + - component: {fileID: 2038320598223579560} + - component: {fileID: 1778443888478780594} + - component: {fileID: 1237050207730269752} + - component: {fileID: 8303279010130757373} + - component: {fileID: 1996556825098971306} m_Layer: 12 m_Name: Content m_TagString: Untagged @@ -65,6 +71,117 @@ Transform: m_Father: {fileID: 3028706887086513762} m_RootOrder: 0 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!114 &8635239026607933572 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 2450705416124948181} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: e4be06f767b2c3441b42fac2b14762e1, type: 3} + m_Name: + m_EditorClassIdentifier: + _vector: {x: 0, y: 1.3, z: 0} +--- !u!114 &2038320598223579560 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 2450705416124948181} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: e350e08b328ae8c4e9e45f209f216148, type: 3} + m_Name: + m_EditorClassIdentifier: + _space: 1 + _offset: {x: 0, y: 2, z: 0} + _time: 0.5 + _repeatCount: -1 + _ease: 0 +--- !u!135 &1778443888478780594 +SphereCollider: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 2450705416124948181} + m_Material: {fileID: 0} + m_IsTrigger: 1 + m_Enabled: 1 + serializedVersion: 2 + m_Radius: 3.5 + m_Center: {x: 0, y: 0, z: 0} +--- !u!114 &1237050207730269752 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 2450705416124948181} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: aab187bed59cfe845b0ceb0c3ab0a2b0, type: 3} + m_Name: + m_EditorClassIdentifier: + _scoreAdd: 10 + _selfDestroy: 1 + OnInterract: + m_PersistentCalls: + m_Calls: + - m_Target: {fileID: 1996556825098971306} + m_TargetAssemblyTypeName: SoundEmitter, Assembly-CSharp + m_MethodName: Play + m_Mode: 1 + m_Arguments: + m_ObjectArgument: {fileID: 0} + m_ObjectArgumentAssemblyTypeName: UnityEngine.Object, UnityEngine + m_IntArgument: 0 + m_FloatArgument: 0 + m_StringArgument: + m_BoolArgument: 0 + m_CallState: 2 + _energy: 1 +--- !u!54 &8303279010130757373 +Rigidbody: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 2450705416124948181} + serializedVersion: 2 + m_Mass: 1 + m_Drag: 0 + m_AngularDrag: 0.05 + m_UseGravity: 0 + m_IsKinematic: 1 + m_Interpolate: 0 + m_Constraints: 0 + m_CollisionDetection: 0 +--- !u!114 &1996556825098971306 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 2450705416124948181} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: a2dc6f3489b430644a64e340f565bc29, type: 3} + m_Name: + m_EditorClassIdentifier: + Sound: + Clip: {fileID: 8300000, guid: 5b678be9fa5a2ca4dada8cf1f151bbeb, type: 3} + Volume: 1 + Priority: 128 + Pitch: 1 + Zone: 0.224 + PlayOnAwake: 0 + Loop: 0 + SoundPlayer: {fileID: 8851741688417011874, guid: d8aaa15f51dd55a4fb0b37cecdd79846, + type: 3} --- !u!1 &2714464747265145876 GameObject: m_ObjectHideFlags: 0 @@ -157,12 +274,6 @@ GameObject: serializedVersion: 6 m_Component: - component: {fileID: 3028706887086513762} - - component: {fileID: 1627902219} - - component: {fileID: 1627902221} - - component: {fileID: 7406562696202590174} - - component: {fileID: 5801705962282800395} - - component: {fileID: 3598344221402252609} - - component: {fileID: 7362003289285989655} - component: {fileID: 2984825858962636897} m_Layer: 12 m_Name: EnergyItem @@ -187,117 +298,6 @@ Transform: m_Father: {fileID: 0} m_RootOrder: 0 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!114 &1627902219 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 3028706887086513766} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: e4be06f767b2c3441b42fac2b14762e1, type: 3} - m_Name: - m_EditorClassIdentifier: - _vector: {x: 0, y: 1.3, z: 0} ---- !u!114 &1627902221 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 3028706887086513766} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: e350e08b328ae8c4e9e45f209f216148, type: 3} - m_Name: - m_EditorClassIdentifier: - _space: 1 - _offset: {x: 0, y: 2, z: 0} - _time: 0.5 - _repeatCount: -1 - _ease: 0 ---- !u!135 &7406562696202590174 -SphereCollider: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 3028706887086513766} - m_Material: {fileID: 0} - m_IsTrigger: 1 - m_Enabled: 1 - serializedVersion: 2 - m_Radius: 3.5 - m_Center: {x: 0, y: 0, z: 0} ---- !u!114 &5801705962282800395 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 3028706887086513766} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: aab187bed59cfe845b0ceb0c3ab0a2b0, type: 3} - m_Name: - m_EditorClassIdentifier: - _scoreAdd: 10 - _selfDestroy: 1 - OnInterract: - m_PersistentCalls: - m_Calls: - - m_Target: {fileID: 7362003289285989655} - m_TargetAssemblyTypeName: SoundEmitter, Assembly-CSharp - m_MethodName: Play - m_Mode: 1 - m_Arguments: - m_ObjectArgument: {fileID: 0} - m_ObjectArgumentAssemblyTypeName: UnityEngine.Object, UnityEngine - m_IntArgument: 0 - m_FloatArgument: 0 - m_StringArgument: - m_BoolArgument: 0 - m_CallState: 2 - _energy: 1 ---- !u!54 &3598344221402252609 -Rigidbody: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 3028706887086513766} - serializedVersion: 2 - m_Mass: 1 - m_Drag: 0 - m_AngularDrag: 0.05 - m_UseGravity: 0 - m_IsKinematic: 1 - m_Interpolate: 0 - m_Constraints: 0 - m_CollisionDetection: 0 ---- !u!114 &7362003289285989655 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 3028706887086513766} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: a2dc6f3489b430644a64e340f565bc29, type: 3} - m_Name: - m_EditorClassIdentifier: - Sound: - Clip: {fileID: 8300000, guid: 5b678be9fa5a2ca4dada8cf1f151bbeb, type: 3} - Volume: 1 - Priority: 128 - Pitch: 1 - Zone: 0.224 - PlayOnAwake: 0 - Loop: 0 - SoundPlayer: {fileID: 8851741688417011874, guid: d8aaa15f51dd55a4fb0b37cecdd79846, - type: 3} --- !u!205 &2984825858962636897 LODGroup: m_ObjectHideFlags: 0 diff --git a/Assets/Prefabs/LEVELS/Game_1.prefab b/Assets/Prefabs/LEVELS/Game_1.prefab index a52542a2..860912d2 100644 --- a/Assets/Prefabs/LEVELS/Game_1.prefab +++ b/Assets/Prefabs/LEVELS/Game_1.prefab @@ -37,6 +37,41 @@ PrefabInstance: propertyPath: m_LocalPosition.y value: -29.231445 objectReference: {fileID: 0} + - target: {fileID: 397953845580526555, guid: 9833bf56bae880743a209d376ff78b67, + type: 3} + propertyPath: m_LocalPosition.x + value: 2.812002 + objectReference: {fileID: 0} + - target: {fileID: 397953845580526555, guid: 9833bf56bae880743a209d376ff78b67, + type: 3} + propertyPath: m_LocalPosition.y + value: -4.7817383 + objectReference: {fileID: 0} + - target: {fileID: 397953845580526555, guid: 9833bf56bae880743a209d376ff78b67, + type: 3} + propertyPath: m_LocalPosition.z + value: 11.790035 + objectReference: {fileID: 0} + - target: {fileID: 397953845580526555, guid: 9833bf56bae880743a209d376ff78b67, + type: 3} + propertyPath: m_LocalRotation.w + value: 0.9939061 + objectReference: {fileID: 0} + - target: {fileID: 397953845580526555, guid: 9833bf56bae880743a209d376ff78b67, + type: 3} + propertyPath: m_LocalRotation.x + value: 0.021559726 + objectReference: {fileID: 0} + - target: {fileID: 397953845580526555, guid: 9833bf56bae880743a209d376ff78b67, + type: 3} + propertyPath: m_LocalRotation.y + value: 0.10697596 + objectReference: {fileID: 0} + - target: {fileID: 397953845580526555, guid: 9833bf56bae880743a209d376ff78b67, + type: 3} + propertyPath: m_LocalRotation.z + value: 0.015560773 + objectReference: {fileID: 0} - target: {fileID: 464394625561706959, guid: 9833bf56bae880743a209d376ff78b67, type: 3} propertyPath: exposureTarget @@ -135,7 +170,7 @@ PrefabInstance: - target: {fileID: 564848657438831375, guid: 9833bf56bae880743a209d376ff78b67, type: 3} propertyPath: m_AnchoredPosition.y - value: 0.030788422 + value: 0.04101944 objectReference: {fileID: 0} - target: {fileID: 567409371664627133, guid: 9833bf56bae880743a209d376ff78b67, type: 3} @@ -1595,7 +1630,7 @@ PrefabInstance: - target: {fileID: 936928571614691587, guid: 9833bf56bae880743a209d376ff78b67, type: 3} propertyPath: _subscribers.Array.size - value: 20 + value: 26 objectReference: {fileID: 0} - target: {fileID: 936928571614691587, guid: 9833bf56bae880743a209d376ff78b67, type: 3} @@ -1617,6 +1652,36 @@ PrefabInstance: propertyPath: _subscribers.Array.data[19] value: objectReference: {fileID: 672537800453033749} + - target: {fileID: 936928571614691587, guid: 9833bf56bae880743a209d376ff78b67, + type: 3} + propertyPath: _subscribers.Array.data[20] + value: + objectReference: {fileID: 4552237194162293347} + - target: {fileID: 936928571614691587, guid: 9833bf56bae880743a209d376ff78b67, + type: 3} + propertyPath: _subscribers.Array.data[21] + value: + objectReference: {fileID: 2730749796827170788} + - target: {fileID: 936928571614691587, guid: 9833bf56bae880743a209d376ff78b67, + type: 3} + propertyPath: _subscribers.Array.data[22] + value: + objectReference: {fileID: 5580702824582260065} + - target: {fileID: 936928571614691587, guid: 9833bf56bae880743a209d376ff78b67, + type: 3} + propertyPath: _subscribers.Array.data[23] + value: + objectReference: {fileID: 4161773884274266679} + - target: {fileID: 936928571614691587, guid: 9833bf56bae880743a209d376ff78b67, + type: 3} + propertyPath: _subscribers.Array.data[24] + value: + objectReference: {fileID: 8006741494202174936} + - target: {fileID: 936928571614691587, guid: 9833bf56bae880743a209d376ff78b67, + type: 3} + propertyPath: _subscribers.Array.data[25] + value: + objectReference: {fileID: 2234792752415856151} - target: {fileID: 936928571614691587, guid: 9833bf56bae880743a209d376ff78b67, type: 3} propertyPath: _rawSamples.Array.data[0].up.x @@ -3605,13 +3670,153 @@ PrefabInstance: - target: {fileID: 4302334970078938584, guid: 9833bf56bae880743a209d376ff78b67, type: 3} propertyPath: m_Size - value: 0.9998253 + value: 0.99982446 objectReference: {fileID: 0} - target: {fileID: 4302334970078938584, guid: 9833bf56bae880743a209d376ff78b67, type: 3} propertyPath: m_Value value: 1 objectReference: {fileID: 0} + - target: {fileID: 4367238180731121560, guid: 9833bf56bae880743a209d376ff78b67, + type: 3} + propertyPath: _result.up.x + value: -0.03481168 + objectReference: {fileID: 0} + - target: {fileID: 4367238180731121560, guid: 9833bf56bae880743a209d376ff78b67, + type: 3} + propertyPath: _result.up.y + value: 0.99936795 + objectReference: {fileID: 0} + - target: {fileID: 4367238180731121560, guid: 9833bf56bae880743a209d376ff78b67, + type: 3} + propertyPath: _result.up.z + value: 0.00718993 + objectReference: {fileID: 0} + - target: {fileID: 4367238180731121560, guid: 9833bf56bae880743a209d376ff78b67, + type: 3} + propertyPath: lastPosition.x + value: 2.812002 + objectReference: {fileID: 0} + - target: {fileID: 4367238180731121560, guid: 9833bf56bae880743a209d376ff78b67, + type: 3} + propertyPath: lastPosition.y + value: 2995.2183 + objectReference: {fileID: 0} + - target: {fileID: 4367238180731121560, guid: 9833bf56bae880743a209d376ff78b67, + type: 3} + propertyPath: lastPosition.z + value: 11.790035 + objectReference: {fileID: 0} + - target: {fileID: 4367238180731121560, guid: 9833bf56bae880743a209d376ff78b67, + type: 3} + propertyPath: _result.percent + value: 0.0013161971111800529 + objectReference: {fileID: 0} + - target: {fileID: 4367238180731121560, guid: 9833bf56bae880743a209d376ff78b67, + type: 3} + propertyPath: _finalResult.up.x + value: -0.03481168 + objectReference: {fileID: 0} + - target: {fileID: 4367238180731121560, guid: 9833bf56bae880743a209d376ff78b67, + type: 3} + propertyPath: _finalResult.up.y + value: 0.99936795 + objectReference: {fileID: 0} + - target: {fileID: 4367238180731121560, guid: 9833bf56bae880743a209d376ff78b67, + type: 3} + propertyPath: _finalResult.up.z + value: 0.00718993 + objectReference: {fileID: 0} + - target: {fileID: 4367238180731121560, guid: 9833bf56bae880743a209d376ff78b67, + type: 3} + propertyPath: _result.forward.x + value: 0.21222326 + objectReference: {fileID: 0} + - target: {fileID: 4367238180731121560, guid: 9833bf56bae880743a209d376ff78b67, + type: 3} + propertyPath: _result.forward.y + value: -0.003257826 + objectReference: {fileID: 0} + - target: {fileID: 4367238180731121560, guid: 9833bf56bae880743a209d376ff78b67, + type: 3} + propertyPath: _result.forward.z + value: 0.9772158 + objectReference: {fileID: 0} + - target: {fileID: 4367238180731121560, guid: 9833bf56bae880743a209d376ff78b67, + type: 3} + propertyPath: _result.position.x + value: 2.6623118 + objectReference: {fileID: 0} + - target: {fileID: 4367238180731121560, guid: 9833bf56bae880743a209d376ff78b67, + type: 3} + propertyPath: _result.position.y + value: 2999.5156 + objectReference: {fileID: 0} + - target: {fileID: 4367238180731121560, guid: 9833bf56bae880743a209d376ff78b67, + type: 3} + propertyPath: _result.position.z + value: 11.820952 + objectReference: {fileID: 0} + - target: {fileID: 4367238180731121560, guid: 9833bf56bae880743a209d376ff78b67, + type: 3} + propertyPath: _clipFromSample.up.x + value: -0.034013778 + objectReference: {fileID: 0} + - target: {fileID: 4367238180731121560, guid: 9833bf56bae880743a209d376ff78b67, + type: 3} + propertyPath: _clipFromSample.up.y + value: 0.9993936 + objectReference: {fileID: 0} + - target: {fileID: 4367238180731121560, guid: 9833bf56bae880743a209d376ff78b67, + type: 3} + propertyPath: _clipFromSample.up.z + value: 0.0074506663 + objectReference: {fileID: 0} + - target: {fileID: 4367238180731121560, guid: 9833bf56bae880743a209d376ff78b67, + type: 3} + propertyPath: _finalResult.percent + value: 0.0013161971111800529 + objectReference: {fileID: 0} + - target: {fileID: 4367238180731121560, guid: 9833bf56bae880743a209d376ff78b67, + type: 3} + propertyPath: _finalResult.forward.x + value: 0.21222326 + objectReference: {fileID: 0} + - target: {fileID: 4367238180731121560, guid: 9833bf56bae880743a209d376ff78b67, + type: 3} + propertyPath: _finalResult.forward.y + value: -0.003257826 + objectReference: {fileID: 0} + - target: {fileID: 4367238180731121560, guid: 9833bf56bae880743a209d376ff78b67, + type: 3} + propertyPath: _finalResult.forward.z + value: 0.9772158 + objectReference: {fileID: 0} + - target: {fileID: 4367238180731121560, guid: 9833bf56bae880743a209d376ff78b67, + type: 3} + propertyPath: _finalResult.position.x + value: 2.6623118 + objectReference: {fileID: 0} + - target: {fileID: 4367238180731121560, guid: 9833bf56bae880743a209d376ff78b67, + type: 3} + propertyPath: _finalResult.position.y + value: 2999.5156 + objectReference: {fileID: 0} + - target: {fileID: 4367238180731121560, guid: 9833bf56bae880743a209d376ff78b67, + type: 3} + propertyPath: _finalResult.position.z + value: 11.820952 + objectReference: {fileID: 0} + - target: {fileID: 4367238180731121560, guid: 9833bf56bae880743a209d376ff78b67, + type: 3} + propertyPath: _clipToSample.position.y + value: 2993.7717 + objectReference: {fileID: 0} + - target: {fileID: 4367238180731121560, guid: 9833bf56bae880743a209d376ff78b67, + type: 3} + propertyPath: _clipFromSample.position.y + value: 3000 + objectReference: {fileID: 0} - target: {fileID: 4426342170637420252, guid: 9833bf56bae880743a209d376ff78b67, type: 3} propertyPath: m_LocalPosition.y @@ -4095,7 +4300,7 @@ PrefabInstance: - target: {fileID: 6678032993962419230, guid: 9833bf56bae880743a209d376ff78b67, type: 3} propertyPath: m_LocalPosition.x - value: 0.0011259827 + value: 0.0011281356 objectReference: {fileID: 0} - target: {fileID: 6678032993962419230, guid: 9833bf56bae880743a209d376ff78b67, type: 3} @@ -4105,7 +4310,7 @@ PrefabInstance: - target: {fileID: 6678032993962419230, guid: 9833bf56bae880743a209d376ff78b67, type: 3} propertyPath: m_LocalPosition.z - value: 0.0049994853 + value: 0.0050090444 objectReference: {fileID: 0} - target: {fileID: 6678032993962419230, guid: 9833bf56bae880743a209d376ff78b67, type: 3} @@ -4115,7 +4320,7 @@ PrefabInstance: - target: {fileID: 6678032993962419230, guid: 9833bf56bae880743a209d376ff78b67, type: 3} propertyPath: m_LocalRotation.x - value: 0.0018749613 + value: 0.0018749615 objectReference: {fileID: 0} - target: {fileID: 6678032993962419230, guid: 9833bf56bae880743a209d376ff78b67, type: 3} @@ -4125,7 +4330,7 @@ PrefabInstance: - target: {fileID: 6678032993962419230, guid: 9833bf56bae880743a209d376ff78b67, type: 3} propertyPath: m_LocalRotation.z - value: 0.017314535 + value: 0.017314536 objectReference: {fileID: 0} - target: {fileID: 6783634390833223363, guid: 9833bf56bae880743a209d376ff78b67, type: 3} @@ -4832,12 +5037,253 @@ Transform: type: 3} m_PrefabInstance: {fileID: 267753515711800827} m_PrefabAsset: {fileID: 0} +--- !u!114 &4552237194162293347 stripped +MonoBehaviour: + m_CorrespondingSourceObject: {fileID: 4367238180731121560, guid: 9833bf56bae880743a209d376ff78b67, + type: 3} + m_PrefabInstance: {fileID: 267753515711800827} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 453ef2bcc92003342b9fe6a327abc98c, type: 3} + m_Name: + m_EditorClassIdentifier: --- !u!4 &8597003987923531169 stripped Transform: m_CorrespondingSourceObject: {fileID: 8429034205317517402, guid: 9833bf56bae880743a209d376ff78b67, type: 3} m_PrefabInstance: {fileID: 267753515711800827} m_PrefabAsset: {fileID: 0} +--- !u!1001 &540975873806230987 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 8597003987923531169} + m_Modifications: + - target: {fileID: 4953496122477050764, guid: 418316069c4100a48b368883704e6b66, + type: 3} + propertyPath: m_RootOrder + value: 5 + objectReference: {fileID: 0} + - target: {fileID: 4953496122477050764, guid: 418316069c4100a48b368883704e6b66, + type: 3} + propertyPath: m_LocalPosition.x + value: 53.363457 + objectReference: {fileID: 0} + - target: {fileID: 4953496122477050764, guid: 418316069c4100a48b368883704e6b66, + type: 3} + propertyPath: m_LocalPosition.y + value: -10.886963 + objectReference: {fileID: 0} + - target: {fileID: 4953496122477050764, guid: 418316069c4100a48b368883704e6b66, + type: 3} + propertyPath: m_LocalPosition.z + value: 268.22598 + objectReference: {fileID: 0} + - target: {fileID: 4953496122477050764, guid: 418316069c4100a48b368883704e6b66, + type: 3} + propertyPath: m_LocalRotation.w + value: 0.9967136 + objectReference: {fileID: 0} + - target: {fileID: 4953496122477050764, guid: 418316069c4100a48b368883704e6b66, + type: 3} + propertyPath: m_LocalRotation.x + value: 0.020773234 + objectReference: {fileID: 0} + - target: {fileID: 4953496122477050764, guid: 418316069c4100a48b368883704e6b66, + type: 3} + propertyPath: m_LocalRotation.y + value: 0.07366446 + objectReference: {fileID: 0} + - target: {fileID: 4953496122477050764, guid: 418316069c4100a48b368883704e6b66, + type: 3} + propertyPath: m_LocalRotation.z + value: 0.026534451 + objectReference: {fileID: 0} + - target: {fileID: 4953496122477050764, guid: 418316069c4100a48b368883704e6b66, + type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 4953496122477050764, guid: 418316069c4100a48b368883704e6b66, + type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 4953496122477050764, guid: 418316069c4100a48b368883704e6b66, + type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 4953496122477050767, guid: 418316069c4100a48b368883704e6b66, + type: 3} + propertyPath: m_Name + value: BoostZone + objectReference: {fileID: 0} + - target: {fileID: 5552326657438865862, guid: 418316069c4100a48b368883704e6b66, + type: 3} + propertyPath: m_LocalPosition.x + value: -25.7 + objectReference: {fileID: 0} + - target: {fileID: 5552326657438865862, guid: 418316069c4100a48b368883704e6b66, + type: 3} + propertyPath: m_LocalPosition.y + value: -0.7 + objectReference: {fileID: 0} + - target: {fileID: 5552326657438865862, guid: 418316069c4100a48b368883704e6b66, + type: 3} + propertyPath: m_LocalPosition.z + value: -11.6 + objectReference: {fileID: 0} + - target: {fileID: 5552326657438865862, guid: 418316069c4100a48b368883704e6b66, + type: 3} + propertyPath: m_LocalRotation.w + value: 0.99989355 + objectReference: {fileID: 0} + - target: {fileID: 5552326657438865862, guid: 418316069c4100a48b368883704e6b66, + type: 3} + propertyPath: m_LocalRotation.x + value: 0.01459704 + objectReference: {fileID: 0} + - target: {fileID: 5552326657438865862, guid: 418316069c4100a48b368883704e6b66, + type: 3} + propertyPath: m_LocalRotation.y + value: -0 + objectReference: {fileID: 0} + - target: {fileID: 5552326657438865862, guid: 418316069c4100a48b368883704e6b66, + type: 3} + propertyPath: m_LocalRotation.z + value: -0.0000000060535967 + objectReference: {fileID: 0} + - target: {fileID: 5552326657438865862, guid: 418316069c4100a48b368883704e6b66, + type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 1.673 + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 418316069c4100a48b368883704e6b66, type: 3} +--- !u!1 &4845790505608552004 stripped +GameObject: + m_CorrespondingSourceObject: {fileID: 4953496122477050767, guid: 418316069c4100a48b368883704e6b66, + type: 3} + m_PrefabInstance: {fileID: 540975873806230987} + m_PrefabAsset: {fileID: 0} +--- !u!114 &5580702824582260065 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 4845790505608552004} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 453ef2bcc92003342b9fe6a327abc98c, type: 3} + m_Name: + m_EditorClassIdentifier: + updateMethod: 0 + _spline: {fileID: 1060566878748878072} + _autoUpdate: 1 + _rotationModifier: + blend: 1 + useClippedPercent: 0 + keys: [] + _offsetModifier: + blend: 1 + useClippedPercent: 0 + keys: [] + _colorModifier: + blend: 1 + useClippedPercent: 0 + keys: [] + _sizeModifier: + blend: 1 + useClippedPercent: 0 + keys: [] + _clipFromSample: + position: {x: 0, y: 3000, z: 0} + up: {x: -0.034013778, y: 0.9993936, z: 0.0074506663} + forward: {x: 0.21397515, y: 0, z: 0.9768391} + color: {r: 1, g: 1, b: 1, a: 1} + size: 1 + percent: 0 + _clipToSample: + position: {x: -6.452389, y: 2993.7717, z: 9196.879} + up: {x: 0.024099369, y: 0.9997095, z: -0.00042224576} + forward: {x: -0.07883373, y: 0.029735494, z: 0.99644417} + color: {r: 1, g: 1, b: 1, a: 1} + size: 1 + percent: 1 + _loopSamples: 0 + _clipFrom: 0 + _clipTo: 1 + animClipFrom: 0 + animClipTo: 1 + multithreaded: 0 + buildOnAwake: 1 + buildOnEnable: 0 + applyDirectionRotation: 1 + useTriggers: 0 + triggerGroup: 0 + _direction: 1 + _dontLerpDirection: 0 + _physicsMode: 0 + _motion: + _hasOffset: 0 + _hasRotationOffset: 0 + _offset: {x: 0, y: 0} + _rotationOffset: {x: 0, y: 0, z: 0} + _baseScale: {x: 1, y: 1, z: 1} + _2dMode: 0 + velocityHandleMode: 0 + applyPositionX: 1 + applyPositionY: 1 + applyPositionZ: 1 + applyPosition2D: 1 + retainLocalPosition: 0 + direction: 1 + applyRotationX: 1 + applyRotationY: 1 + applyRotationZ: 1 + applyRotation2D: 1 + retainLocalRotation: 0 + applyScaleX: 0 + applyScaleY: 0 + applyScaleZ: 0 + targetUser: {fileID: 5580702824582260065} + targetRigidbody: {fileID: 0} + targetRigidbody2D: {fileID: 0} + targetTransform: {fileID: 4845790505608552007} + _result: + position: {x: 53.363457, y: 2989.113, z: 268.22598} + up: {x: -0.05654678, y: 0.9983999, z: 0.000082382925} + forward: {x: 0.14794715, y: -0.037500642, z: 0.98828405} + color: {r: 1, g: 1, b: 1, a: 1} + size: 1 + percent: 0.029774510648803754 + _finalResult: + position: {x: 53.363457, y: 2989.113, z: 268.22598} + up: {x: -0.05654678, y: 0.9983999, z: 0.000082382925} + forward: {x: 0.14794715, y: -0.037500642, z: 0.98828405} + color: {r: 1, g: 1, b: 1, a: 1} + size: 1 + percent: 0.029774510648803754 + _mode: 1 + _autoProject: 1 + _subdivide: 4 + _projectTarget: {fileID: 4845790505608552007} + applyTarget: {fileID: 0} + _targetObject: {fileID: 4845790505608552004} + _offset: {x: 0, y: 0} + _rotationOffset: {x: 0, y: 0, z: 0} + lastPosition: {x: 53.363457, y: 2989.113, z: 268.22598} +--- !u!4 &4845790505608552007 stripped +Transform: + m_CorrespondingSourceObject: {fileID: 4953496122477050764, guid: 418316069c4100a48b368883704e6b66, + type: 3} + m_PrefabInstance: {fileID: 540975873806230987} + m_PrefabAsset: {fileID: 0} --- !u!1001 &839020763146513164 PrefabInstance: m_ObjectHideFlags: 0 @@ -5107,6 +5553,802 @@ MonoBehaviour: _offset: {x: 0, y: 0} _rotationOffset: {x: 0, y: 0, z: 0} lastPosition: {x: -0.34020036, y: 3009.994, z: 0.0744862} +--- !u!1001 &5331075077973149399 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 8597003987923531169} + m_Modifications: + - target: {fileID: 4953496122477050764, guid: 418316069c4100a48b368883704e6b66, + type: 3} + propertyPath: m_RootOrder + value: 8 + objectReference: {fileID: 0} + - target: {fileID: 4953496122477050764, guid: 418316069c4100a48b368883704e6b66, + type: 3} + propertyPath: m_LocalPosition.x + value: 53.363457 + objectReference: {fileID: 0} + - target: {fileID: 4953496122477050764, guid: 418316069c4100a48b368883704e6b66, + type: 3} + propertyPath: m_LocalPosition.y + value: -10.886963 + objectReference: {fileID: 0} + - target: {fileID: 4953496122477050764, guid: 418316069c4100a48b368883704e6b66, + type: 3} + propertyPath: m_LocalPosition.z + value: 268.22598 + objectReference: {fileID: 0} + - target: {fileID: 4953496122477050764, guid: 418316069c4100a48b368883704e6b66, + type: 3} + propertyPath: m_LocalRotation.w + value: 0.9967136 + objectReference: {fileID: 0} + - target: {fileID: 4953496122477050764, guid: 418316069c4100a48b368883704e6b66, + type: 3} + propertyPath: m_LocalRotation.x + value: 0.020773234 + objectReference: {fileID: 0} + - target: {fileID: 4953496122477050764, guid: 418316069c4100a48b368883704e6b66, + type: 3} + propertyPath: m_LocalRotation.y + value: 0.07366446 + objectReference: {fileID: 0} + - target: {fileID: 4953496122477050764, guid: 418316069c4100a48b368883704e6b66, + type: 3} + propertyPath: m_LocalRotation.z + value: 0.026534451 + objectReference: {fileID: 0} + - target: {fileID: 4953496122477050764, guid: 418316069c4100a48b368883704e6b66, + type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 4953496122477050764, guid: 418316069c4100a48b368883704e6b66, + type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 4953496122477050764, guid: 418316069c4100a48b368883704e6b66, + type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 4953496122477050767, guid: 418316069c4100a48b368883704e6b66, + type: 3} + propertyPath: m_Name + value: BoostZone (2) + objectReference: {fileID: 0} + - target: {fileID: 5552326657438865862, guid: 418316069c4100a48b368883704e6b66, + type: 3} + propertyPath: m_LocalPosition.x + value: -25.7 + objectReference: {fileID: 0} + - target: {fileID: 5552326657438865862, guid: 418316069c4100a48b368883704e6b66, + type: 3} + propertyPath: m_LocalPosition.y + value: -0.7 + objectReference: {fileID: 0} + - target: {fileID: 5552326657438865862, guid: 418316069c4100a48b368883704e6b66, + type: 3} + propertyPath: m_LocalPosition.z + value: -11.6 + objectReference: {fileID: 0} + - target: {fileID: 5552326657438865862, guid: 418316069c4100a48b368883704e6b66, + type: 3} + propertyPath: m_LocalRotation.w + value: 0.99989355 + objectReference: {fileID: 0} + - target: {fileID: 5552326657438865862, guid: 418316069c4100a48b368883704e6b66, + type: 3} + propertyPath: m_LocalRotation.x + value: 0.01459704 + objectReference: {fileID: 0} + - target: {fileID: 5552326657438865862, guid: 418316069c4100a48b368883704e6b66, + type: 3} + propertyPath: m_LocalRotation.y + value: -0 + objectReference: {fileID: 0} + - target: {fileID: 5552326657438865862, guid: 418316069c4100a48b368883704e6b66, + type: 3} + propertyPath: m_LocalRotation.z + value: -0.0000000060535967 + objectReference: {fileID: 0} + - target: {fileID: 5552326657438865862, guid: 418316069c4100a48b368883704e6b66, + type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 1.673 + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 418316069c4100a48b368883704e6b66, type: 3} +--- !u!1 &956332069552913752 stripped +GameObject: + m_CorrespondingSourceObject: {fileID: 4953496122477050767, guid: 418316069c4100a48b368883704e6b66, + type: 3} + m_PrefabInstance: {fileID: 5331075077973149399} + m_PrefabAsset: {fileID: 0} +--- !u!114 &2234792752415856151 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 956332069552913752} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 453ef2bcc92003342b9fe6a327abc98c, type: 3} + m_Name: + m_EditorClassIdentifier: + updateMethod: 0 + _spline: {fileID: 1060566878748878072} + _autoUpdate: 1 + _rotationModifier: + blend: 1 + useClippedPercent: 0 + keys: [] + _offsetModifier: + blend: 1 + useClippedPercent: 0 + keys: [] + _colorModifier: + blend: 1 + useClippedPercent: 0 + keys: [] + _sizeModifier: + blend: 1 + useClippedPercent: 0 + keys: [] + _clipFromSample: + position: {x: 0, y: 3000, z: 0} + up: {x: -0.034013778, y: 0.9993936, z: 0.0074506663} + forward: {x: 0.21397515, y: 0, z: 0.9768391} + color: {r: 1, g: 1, b: 1, a: 1} + size: 1 + percent: 0 + _clipToSample: + position: {x: -6.452389, y: 2993.7717, z: 9196.879} + up: {x: 0.024099369, y: 0.9997095, z: -0.00042224576} + forward: {x: -0.07883373, y: 0.029735494, z: 0.99644417} + color: {r: 1, g: 1, b: 1, a: 1} + size: 1 + percent: 1 + _loopSamples: 0 + _clipFrom: 0 + _clipTo: 1 + animClipFrom: 0 + animClipTo: 1 + multithreaded: 0 + buildOnAwake: 1 + buildOnEnable: 0 + applyDirectionRotation: 1 + useTriggers: 0 + triggerGroup: 0 + _direction: 1 + _dontLerpDirection: 0 + _physicsMode: 0 + _motion: + _hasOffset: 0 + _hasRotationOffset: 0 + _offset: {x: 0, y: 0} + _rotationOffset: {x: 0, y: 0, z: 0} + _baseScale: {x: 1, y: 1, z: 1} + _2dMode: 0 + velocityHandleMode: 0 + applyPositionX: 1 + applyPositionY: 1 + applyPositionZ: 1 + applyPosition2D: 1 + retainLocalPosition: 0 + direction: 1 + applyRotationX: 1 + applyRotationY: 1 + applyRotationZ: 1 + applyRotation2D: 1 + retainLocalRotation: 0 + applyScaleX: 0 + applyScaleY: 0 + applyScaleZ: 0 + targetUser: {fileID: 2234792752415856151} + targetRigidbody: {fileID: 0} + targetRigidbody2D: {fileID: 0} + targetTransform: {fileID: 956332069552913755} + _result: + position: {x: 53.363457, y: 2989.113, z: 268.22598} + up: {x: -0.05654678, y: 0.9983999, z: 0.000082382925} + forward: {x: 0.14794715, y: -0.037500642, z: 0.98828405} + color: {r: 1, g: 1, b: 1, a: 1} + size: 1 + percent: 0.029774510648803754 + _finalResult: + position: {x: 53.363457, y: 2989.113, z: 268.22598} + up: {x: -0.05654678, y: 0.9983999, z: 0.000082382925} + forward: {x: 0.14794715, y: -0.037500642, z: 0.98828405} + color: {r: 1, g: 1, b: 1, a: 1} + size: 1 + percent: 0.029774510648803754 + _mode: 1 + _autoProject: 1 + _subdivide: 4 + _projectTarget: {fileID: 956332069552913755} + applyTarget: {fileID: 0} + _targetObject: {fileID: 956332069552913752} + _offset: {x: 0, y: 0} + _rotationOffset: {x: 0, y: 0, z: 0} + lastPosition: {x: 53.363457, y: 2989.113, z: 268.22598} +--- !u!4 &956332069552913755 stripped +Transform: + m_CorrespondingSourceObject: {fileID: 4953496122477050764, guid: 418316069c4100a48b368883704e6b66, + type: 3} + m_PrefabInstance: {fileID: 5331075077973149399} + m_PrefabAsset: {fileID: 0} +--- !u!1001 &5779814391642835425 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 8597003987923531169} + m_Modifications: + - target: {fileID: 3028706887086513762, guid: aee215c1f39f68340a7244a6a4a79d81, + type: 3} + propertyPath: m_RootOrder + value: 7 + objectReference: {fileID: 0} + - target: {fileID: 3028706887086513762, guid: aee215c1f39f68340a7244a6a4a79d81, + type: 3} + propertyPath: m_LocalPosition.x + value: -0.34020036 + objectReference: {fileID: 0} + - target: {fileID: 3028706887086513762, guid: aee215c1f39f68340a7244a6a4a79d81, + type: 3} + propertyPath: m_LocalPosition.y + value: 9.9938965 + objectReference: {fileID: 0} + - target: {fileID: 3028706887086513762, guid: aee215c1f39f68340a7244a6a4a79d81, + type: 3} + propertyPath: m_LocalPosition.z + value: 0.0744862 + objectReference: {fileID: 0} + - target: {fileID: 3028706887086513762, guid: aee215c1f39f68340a7244a6a4a79d81, + type: 3} + propertyPath: m_LocalRotation.w + value: 0.99404216 + objectReference: {fileID: 0} + - target: {fileID: 3028706887086513762, guid: aee215c1f39f68340a7244a6a4a79d81, + type: 3} + propertyPath: m_LocalRotation.x + value: 0.0018742665 + objectReference: {fileID: 0} + - target: {fileID: 3028706887086513762, guid: aee215c1f39f68340a7244a6a4a79d81, + type: 3} + propertyPath: m_LocalRotation.y + value: 0.107596084 + objectReference: {fileID: 0} + - target: {fileID: 3028706887086513762, guid: aee215c1f39f68340a7244a6a4a79d81, + type: 3} + propertyPath: m_LocalRotation.z + value: 0.017314456 + objectReference: {fileID: 0} + - target: {fileID: 3028706887086513762, guid: aee215c1f39f68340a7244a6a4a79d81, + type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 3028706887086513762, guid: aee215c1f39f68340a7244a6a4a79d81, + type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 3028706887086513762, guid: aee215c1f39f68340a7244a6a4a79d81, + type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 3028706887086513766, guid: aee215c1f39f68340a7244a6a4a79d81, + type: 3} + propertyPath: m_Name + value: TimeBonus + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: aee215c1f39f68340a7244a6a4a79d81, type: 3} +--- !u!4 &8808520033138235267 stripped +Transform: + m_CorrespondingSourceObject: {fileID: 3028706887086513762, guid: aee215c1f39f68340a7244a6a4a79d81, + type: 3} + m_PrefabInstance: {fileID: 5779814391642835425} + m_PrefabAsset: {fileID: 0} +--- !u!1 &8808520033138235271 stripped +GameObject: + m_CorrespondingSourceObject: {fileID: 3028706887086513766, guid: aee215c1f39f68340a7244a6a4a79d81, + type: 3} + m_PrefabInstance: {fileID: 5779814391642835425} + m_PrefabAsset: {fileID: 0} +--- !u!114 &8006741494202174936 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 8808520033138235271} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 453ef2bcc92003342b9fe6a327abc98c, type: 3} + m_Name: + m_EditorClassIdentifier: + updateMethod: 0 + _spline: {fileID: 1060566878748878072} + _autoUpdate: 1 + _rotationModifier: + blend: 1 + useClippedPercent: 0 + keys: [] + _offsetModifier: + blend: 1 + useClippedPercent: 0 + keys: [] + _colorModifier: + blend: 1 + useClippedPercent: 0 + keys: [] + _sizeModifier: + blend: 1 + useClippedPercent: 0 + keys: [] + _clipFromSample: + position: {x: 0, y: 3000, z: 0} + up: {x: -0.034013778, y: 0.9993936, z: 0.0074506663} + forward: {x: 0.21397515, y: 0, z: 0.9768391} + color: {r: 1, g: 1, b: 1, a: 1} + size: 1 + percent: 0 + _clipToSample: + position: {x: -6.452389, y: 2993.7717, z: 9196.879} + up: {x: 0.024099369, y: 0.9997095, z: -0.00042224576} + forward: {x: -0.07883373, y: 0.029735494, z: 0.99644417} + color: {r: 1, g: 1, b: 1, a: 1} + size: 1 + percent: 1 + _loopSamples: 0 + _clipFrom: 0 + _clipTo: 1 + animClipFrom: 0 + animClipTo: 1 + multithreaded: 0 + buildOnAwake: 1 + buildOnEnable: 0 + applyDirectionRotation: 1 + useTriggers: 0 + triggerGroup: 0 + _direction: 1 + _dontLerpDirection: 0 + _physicsMode: 0 + _motion: + _hasOffset: 1 + _hasRotationOffset: 0 + _offset: {x: 0, y: 10} + _rotationOffset: {x: 0, y: 0, z: 0} + _baseScale: {x: 1, y: 1, z: 1} + _2dMode: 0 + velocityHandleMode: 0 + applyPositionX: 1 + applyPositionY: 1 + applyPositionZ: 1 + applyPosition2D: 1 + retainLocalPosition: 0 + direction: 1 + applyRotationX: 1 + applyRotationY: 1 + applyRotationZ: 1 + applyRotation2D: 1 + retainLocalRotation: 0 + applyScaleX: 0 + applyScaleY: 0 + applyScaleZ: 0 + targetUser: {fileID: 8006741494202174936} + targetRigidbody: {fileID: 0} + targetRigidbody2D: {fileID: 0} + targetTransform: {fileID: 8808520033138235267} + _result: + position: {x: 0, y: 3000, z: 0} + up: {x: -0.034020036, y: 0.99939334, z: 0.0074486206} + forward: {x: 0.21397498, y: -0.0000002644956, z: 0.9768391} + color: {r: 1, g: 1, b: 1, a: 1} + size: 1 + percent: 0 + _finalResult: + position: {x: 0, y: 3000, z: 0} + up: {x: -0.034020036, y: 0.99939334, z: 0.0074486206} + forward: {x: 0.21397498, y: -0.0000002644956, z: 0.9768391} + color: {r: 1, g: 1, b: 1, a: 1} + size: 1 + percent: 0 + _mode: 1 + _autoProject: 1 + _subdivide: 4 + _projectTarget: {fileID: 8808520033138235267} + applyTarget: {fileID: 0} + _targetObject: {fileID: 8808520033138235271} + _offset: {x: 0, y: 0} + _rotationOffset: {x: 0, y: 0, z: 0} + lastPosition: {x: -0.34020036, y: 3009.994, z: 0.0744862} +--- !u!1001 &7827048365676919193 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 8597003987923531169} + m_Modifications: + - target: {fileID: 7433466994955407848, guid: aecccd5fc3dce4541b885faeb9059d37, + type: 3} + propertyPath: m_Name + value: SlowZone + objectReference: {fileID: 0} + - target: {fileID: 7433466994955407851, guid: aecccd5fc3dce4541b885faeb9059d37, + type: 3} + propertyPath: m_RootOrder + value: 4 + objectReference: {fileID: 0} + - target: {fileID: 7433466994955407851, guid: aecccd5fc3dce4541b885faeb9059d37, + type: 3} + propertyPath: m_LocalPosition.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 7433466994955407851, guid: aecccd5fc3dce4541b885faeb9059d37, + type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 7433466994955407851, guid: aecccd5fc3dce4541b885faeb9059d37, + type: 3} + propertyPath: m_LocalPosition.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 7433466994955407851, guid: aecccd5fc3dce4541b885faeb9059d37, + type: 3} + propertyPath: m_LocalRotation.w + value: 0.99404216 + objectReference: {fileID: 0} + - target: {fileID: 7433466994955407851, guid: aecccd5fc3dce4541b885faeb9059d37, + type: 3} + propertyPath: m_LocalRotation.x + value: 0.0018742665 + objectReference: {fileID: 0} + - target: {fileID: 7433466994955407851, guid: aecccd5fc3dce4541b885faeb9059d37, + type: 3} + propertyPath: m_LocalRotation.y + value: 0.107596084 + objectReference: {fileID: 0} + - target: {fileID: 7433466994955407851, guid: aecccd5fc3dce4541b885faeb9059d37, + type: 3} + propertyPath: m_LocalRotation.z + value: 0.017314456 + objectReference: {fileID: 0} + - target: {fileID: 7433466994955407851, guid: aecccd5fc3dce4541b885faeb9059d37, + type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 7433466994955407851, guid: aecccd5fc3dce4541b885faeb9059d37, + type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 7433466994955407851, guid: aecccd5fc3dce4541b885faeb9059d37, + type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: aecccd5fc3dce4541b885faeb9059d37, type: 3} +--- !u!1 &844347817753389169 stripped +GameObject: + m_CorrespondingSourceObject: {fileID: 7433466994955407848, guid: aecccd5fc3dce4541b885faeb9059d37, + type: 3} + m_PrefabInstance: {fileID: 7827048365676919193} + m_PrefabAsset: {fileID: 0} +--- !u!114 &2730749796827170788 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 844347817753389169} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 453ef2bcc92003342b9fe6a327abc98c, type: 3} + m_Name: + m_EditorClassIdentifier: + updateMethod: 0 + _spline: {fileID: 1060566878748878072} + _autoUpdate: 1 + _rotationModifier: + blend: 1 + useClippedPercent: 0 + keys: [] + _offsetModifier: + blend: 1 + useClippedPercent: 0 + keys: [] + _colorModifier: + blend: 1 + useClippedPercent: 0 + keys: [] + _sizeModifier: + blend: 1 + useClippedPercent: 0 + keys: [] + _clipFromSample: + position: {x: 0, y: 3000, z: 0} + up: {x: -0.034013778, y: 0.9993936, z: 0.0074506663} + forward: {x: 0.21397515, y: 0, z: 0.9768391} + color: {r: 1, g: 1, b: 1, a: 1} + size: 1 + percent: 0 + _clipToSample: + position: {x: -6.452389, y: 2993.7717, z: 9196.879} + up: {x: 0.024099369, y: 0.9997095, z: -0.00042224576} + forward: {x: -0.07883373, y: 0.029735494, z: 0.99644417} + color: {r: 1, g: 1, b: 1, a: 1} + size: 1 + percent: 1 + _loopSamples: 0 + _clipFrom: 0 + _clipTo: 1 + animClipFrom: 0 + animClipTo: 1 + multithreaded: 0 + buildOnAwake: 1 + buildOnEnable: 0 + applyDirectionRotation: 1 + useTriggers: 0 + triggerGroup: 0 + _direction: 1 + _dontLerpDirection: 0 + _physicsMode: 0 + _motion: + _hasOffset: 0 + _hasRotationOffset: 0 + _offset: {x: 0, y: 0} + _rotationOffset: {x: 0, y: 0, z: 0} + _baseScale: {x: 1, y: 1, z: 1} + _2dMode: 0 + velocityHandleMode: 0 + applyPositionX: 1 + applyPositionY: 1 + applyPositionZ: 1 + applyPosition2D: 1 + retainLocalPosition: 0 + direction: 1 + applyRotationX: 1 + applyRotationY: 1 + applyRotationZ: 1 + applyRotation2D: 1 + retainLocalRotation: 0 + applyScaleX: 0 + applyScaleY: 0 + applyScaleZ: 0 + targetUser: {fileID: 2730749796827170788} + targetRigidbody: {fileID: 0} + targetRigidbody2D: {fileID: 0} + targetTransform: {fileID: 844347817753389170} + _result: + position: {x: 0, y: 3000, z: 0} + up: {x: -0.034020036, y: 0.99939334, z: 0.0074486206} + forward: {x: 0.21397498, y: -0.0000002644956, z: 0.9768391} + color: {r: 1, g: 1, b: 1, a: 1} + size: 1 + percent: 0 + _finalResult: + position: {x: 0, y: 3000, z: 0} + up: {x: -0.034020036, y: 0.99939334, z: 0.0074486206} + forward: {x: 0.21397498, y: -0.0000002644956, z: 0.9768391} + color: {r: 1, g: 1, b: 1, a: 1} + size: 1 + percent: 0 + _mode: 1 + _autoProject: 1 + _subdivide: 4 + _projectTarget: {fileID: 844347817753389170} + applyTarget: {fileID: 0} + _targetObject: {fileID: 844347817753389169} + _offset: {x: 0, y: 0} + _rotationOffset: {x: 0, y: 0, z: 0} + lastPosition: {x: 0, y: 3000, z: 0} +--- !u!4 &844347817753389170 stripped +Transform: + m_CorrespondingSourceObject: {fileID: 7433466994955407851, guid: aecccd5fc3dce4541b885faeb9059d37, + type: 3} + m_PrefabInstance: {fileID: 7827048365676919193} + m_PrefabAsset: {fileID: 0} +--- !u!1001 &8130999971211806550 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 8597003987923531169} + m_Modifications: + - target: {fileID: 3028706887086513762, guid: d4a2612f0eceacd47b6bcf78e825e482, + type: 3} + propertyPath: m_RootOrder + value: 6 + objectReference: {fileID: 0} + - target: {fileID: 3028706887086513762, guid: d4a2612f0eceacd47b6bcf78e825e482, + type: 3} + propertyPath: m_LocalPosition.x + value: -0.34020036 + objectReference: {fileID: 0} + - target: {fileID: 3028706887086513762, guid: d4a2612f0eceacd47b6bcf78e825e482, + type: 3} + propertyPath: m_LocalPosition.y + value: 9.9938965 + objectReference: {fileID: 0} + - target: {fileID: 3028706887086513762, guid: d4a2612f0eceacd47b6bcf78e825e482, + type: 3} + propertyPath: m_LocalPosition.z + value: 0.0744862 + objectReference: {fileID: 0} + - target: {fileID: 3028706887086513762, guid: d4a2612f0eceacd47b6bcf78e825e482, + type: 3} + propertyPath: m_LocalRotation.w + value: 0.99404216 + objectReference: {fileID: 0} + - target: {fileID: 3028706887086513762, guid: d4a2612f0eceacd47b6bcf78e825e482, + type: 3} + propertyPath: m_LocalRotation.x + value: 0.0018742665 + objectReference: {fileID: 0} + - target: {fileID: 3028706887086513762, guid: d4a2612f0eceacd47b6bcf78e825e482, + type: 3} + propertyPath: m_LocalRotation.y + value: 0.107596084 + objectReference: {fileID: 0} + - target: {fileID: 3028706887086513762, guid: d4a2612f0eceacd47b6bcf78e825e482, + type: 3} + propertyPath: m_LocalRotation.z + value: 0.017314456 + objectReference: {fileID: 0} + - target: {fileID: 3028706887086513762, guid: d4a2612f0eceacd47b6bcf78e825e482, + type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 3028706887086513762, guid: d4a2612f0eceacd47b6bcf78e825e482, + type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 3028706887086513762, guid: d4a2612f0eceacd47b6bcf78e825e482, + type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 3028706887086513766, guid: d4a2612f0eceacd47b6bcf78e825e482, + type: 3} + propertyPath: m_Name + value: EnergyItem + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: d4a2612f0eceacd47b6bcf78e825e482, type: 3} +--- !u!1 &6548020248759015728 stripped +GameObject: + m_CorrespondingSourceObject: {fileID: 3028706887086513766, guid: d4a2612f0eceacd47b6bcf78e825e482, + type: 3} + m_PrefabInstance: {fileID: 8130999971211806550} + m_PrefabAsset: {fileID: 0} +--- !u!114 &4161773884274266679 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 6548020248759015728} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 453ef2bcc92003342b9fe6a327abc98c, type: 3} + m_Name: + m_EditorClassIdentifier: + updateMethod: 0 + _spline: {fileID: 1060566878748878072} + _autoUpdate: 1 + _rotationModifier: + blend: 1 + useClippedPercent: 0 + keys: [] + _offsetModifier: + blend: 1 + useClippedPercent: 0 + keys: [] + _colorModifier: + blend: 1 + useClippedPercent: 0 + keys: [] + _sizeModifier: + blend: 1 + useClippedPercent: 0 + keys: [] + _clipFromSample: + position: {x: 0, y: 3000, z: 0} + up: {x: -0.034013778, y: 0.9993936, z: 0.0074506663} + forward: {x: 0.21397515, y: 0, z: 0.9768391} + color: {r: 1, g: 1, b: 1, a: 1} + size: 1 + percent: 0 + _clipToSample: + position: {x: -6.452389, y: 2993.7717, z: 9196.879} + up: {x: 0.024099369, y: 0.9997095, z: -0.00042224576} + forward: {x: -0.07883373, y: 0.029735494, z: 0.99644417} + color: {r: 1, g: 1, b: 1, a: 1} + size: 1 + percent: 1 + _loopSamples: 0 + _clipFrom: 0 + _clipTo: 1 + animClipFrom: 0 + animClipTo: 1 + multithreaded: 0 + buildOnAwake: 1 + buildOnEnable: 0 + applyDirectionRotation: 1 + useTriggers: 0 + triggerGroup: 0 + _direction: 1 + _dontLerpDirection: 0 + _physicsMode: 0 + _motion: + _hasOffset: 1 + _hasRotationOffset: 0 + _offset: {x: 0, y: 10} + _rotationOffset: {x: 0, y: 0, z: 0} + _baseScale: {x: 1, y: 1, z: 1} + _2dMode: 0 + velocityHandleMode: 0 + applyPositionX: 1 + applyPositionY: 1 + applyPositionZ: 1 + applyPosition2D: 1 + retainLocalPosition: 0 + direction: 1 + applyRotationX: 1 + applyRotationY: 1 + applyRotationZ: 1 + applyRotation2D: 1 + retainLocalRotation: 0 + applyScaleX: 0 + applyScaleY: 0 + applyScaleZ: 0 + targetUser: {fileID: 4161773884274266679} + targetRigidbody: {fileID: 0} + targetRigidbody2D: {fileID: 0} + targetTransform: {fileID: 6548020248759015732} + _result: + position: {x: 0, y: 3000, z: 0} + up: {x: -0.034020036, y: 0.99939334, z: 0.0074486206} + forward: {x: 0.21397498, y: -0.0000002644956, z: 0.9768391} + color: {r: 1, g: 1, b: 1, a: 1} + size: 1 + percent: 0 + _finalResult: + position: {x: 0, y: 3000, z: 0} + up: {x: -0.034020036, y: 0.99939334, z: 0.0074486206} + forward: {x: 0.21397498, y: -0.0000002644956, z: 0.9768391} + color: {r: 1, g: 1, b: 1, a: 1} + size: 1 + percent: 0 + _mode: 1 + _autoProject: 1 + _subdivide: 4 + _projectTarget: {fileID: 6548020248759015732} + applyTarget: {fileID: 0} + _targetObject: {fileID: 6548020248759015728} + _offset: {x: 0, y: 0} + _rotationOffset: {x: 0, y: 0, z: 0} + lastPosition: {x: -0.34020036, y: 3009.994, z: 0.0744862} +--- !u!4 &6548020248759015732 stripped +Transform: + m_CorrespondingSourceObject: {fileID: 3028706887086513762, guid: d4a2612f0eceacd47b6bcf78e825e482, + type: 3} + m_PrefabInstance: {fileID: 8130999971211806550} + m_PrefabAsset: {fileID: 0} --- !u!1001 &8227556144092570637 PrefabInstance: m_ObjectHideFlags: 0 @@ -5361,37 +6603,37 @@ PrefabInstance: - target: {fileID: 7433466994955407851, guid: aecccd5fc3dce4541b885faeb9059d37, type: 3} propertyPath: m_LocalPosition.x - value: 53.051018 + value: 52.83215 objectReference: {fileID: 0} - target: {fileID: 7433466994955407851, guid: aecccd5fc3dce4541b885faeb9059d37, type: 3} propertyPath: m_LocalPosition.y - value: -10.808594 + value: -10.753906 objectReference: {fileID: 0} - target: {fileID: 7433466994955407851, guid: aecccd5fc3dce4541b885faeb9059d37, type: 3} propertyPath: m_LocalPosition.z - value: 266.27182 + value: 264.9029 objectReference: {fileID: 0} - target: {fileID: 7433466994955407851, guid: aecccd5fc3dce4541b885faeb9059d37, type: 3} propertyPath: m_LocalRotation.w - value: 0.99668676 + value: 0.99666786 objectReference: {fileID: 0} - target: {fileID: 7433466994955407851, guid: aecccd5fc3dce4541b885faeb9059d37, type: 3} propertyPath: m_LocalRotation.x - value: 0.020836478 + value: 0.020880723 objectReference: {fileID: 0} - target: {fileID: 7433466994955407851, guid: aecccd5fc3dce4541b885faeb9059d37, type: 3} propertyPath: m_LocalRotation.y - value: 0.07405051 + value: 0.07432093 objectReference: {fileID: 0} - target: {fileID: 7433466994955407851, guid: aecccd5fc3dce4541b885faeb9059d37, type: 3} propertyPath: m_LocalRotation.z - value: 0.02641841 + value: 0.026337123 objectReference: {fileID: 0} - target: {fileID: 7433466994955407851, guid: aecccd5fc3dce4541b885faeb9059d37, type: 3} @@ -5408,6 +6650,21 @@ PrefabInstance: propertyPath: m_LocalEulerAnglesHint.z value: 0 objectReference: {fileID: 0} + - target: {fileID: 7781942574092213844, guid: aecccd5fc3dce4541b885faeb9059d37, + type: 3} + propertyPath: m_LocalPosition.x + value: 24.5 + objectReference: {fileID: 0} + - target: {fileID: 7781942574092213844, guid: aecccd5fc3dce4541b885faeb9059d37, + type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 7781942574092213844, guid: aecccd5fc3dce4541b885faeb9059d37, + type: 3} + propertyPath: m_LocalPosition.z + value: 0 + objectReference: {fileID: 0} m_RemovedComponents: [] m_SourcePrefab: {fileID: 100100000, guid: aecccd5fc3dce4541b885faeb9059d37, type: 3} --- !u!1 &1819337583083839692 stripped @@ -5502,19 +6759,19 @@ MonoBehaviour: targetRigidbody2D: {fileID: 0} targetTransform: {fileID: 1819337583083839695} _result: - position: {x: 53.051018, y: 2989.1914, z: 266.27182} - up: {x: -0.056333255, y: 0.99841195, z: 0.00015225656} - forward: {x: 0.14871123, y: -0.037622284, z: 0.9881647} + position: {x: 52.83215, y: 2989.246, z: 264.9029} + up: {x: -0.056183666, y: 0.99842036, z: 0.00020120431} + forward: {x: 0.14924642, y: -0.037707485, z: 0.9880808} color: {r: 1, g: 1, b: 1, a: 1} size: 1 - percent: 0.029558573245296475 + percent: 0.029407305098009984 _finalResult: - position: {x: 53.051018, y: 2989.1914, z: 266.27182} - up: {x: -0.056333255, y: 0.99841195, z: 0.00015225656} - forward: {x: 0.14871123, y: -0.037622284, z: 0.9881647} + position: {x: 52.83215, y: 2989.246, z: 264.9029} + up: {x: -0.056183666, y: 0.99842036, z: 0.00020120431} + forward: {x: 0.14924642, y: -0.037707485, z: 0.9880808} color: {r: 1, g: 1, b: 1, a: 1} size: 1 - percent: 0.029558573245296475 + percent: 0.029407305098009984 _mode: 1 _autoProject: 1 _subdivide: 4 @@ -5523,7 +6780,7 @@ MonoBehaviour: _targetObject: {fileID: 1819337583083839692} _offset: {x: 0, y: 0} _rotationOffset: {x: 0, y: 0, z: 0} - lastPosition: {x: 53.051018, y: 2989.1914, z: 266.27182} + lastPosition: {x: 52.83215, y: 2989.246, z: 264.9029} --- !u!4 &1819337583083839695 stripped Transform: m_CorrespondingSourceObject: {fileID: 7433466994955407851, guid: aecccd5fc3dce4541b885faeb9059d37, diff --git a/Assets/Prefabs/LEVELS/Game_4.prefab b/Assets/Prefabs/LEVELS/Game_4.prefab index eef36dc6..205eed4a 100644 --- a/Assets/Prefabs/LEVELS/Game_4.prefab +++ b/Assets/Prefabs/LEVELS/Game_4.prefab @@ -217,6 +217,41 @@ PrefabInstance: propertyPath: m_LocalRotation.z value: -0.03509851 objectReference: {fileID: 0} + - target: {fileID: 397953845580526555, guid: 9833bf56bae880743a209d376ff78b67, + type: 3} + propertyPath: m_LocalPosition.x + value: 2.7188537 + objectReference: {fileID: 0} + - target: {fileID: 397953845580526555, guid: 9833bf56bae880743a209d376ff78b67, + type: 3} + propertyPath: m_LocalPosition.y + value: 788.2495 + objectReference: {fileID: 0} + - target: {fileID: 397953845580526555, guid: 9833bf56bae880743a209d376ff78b67, + type: 3} + propertyPath: m_LocalPosition.z + value: 33.45358 + objectReference: {fileID: 0} + - target: {fileID: 397953845580526555, guid: 9833bf56bae880743a209d376ff78b67, + type: 3} + propertyPath: m_LocalRotation.w + value: 0.99926627 + objectReference: {fileID: 0} + - target: {fileID: 397953845580526555, guid: 9833bf56bae880743a209d376ff78b67, + type: 3} + propertyPath: m_LocalRotation.x + value: 0.024120523 + objectReference: {fileID: 0} + - target: {fileID: 397953845580526555, guid: 9833bf56bae880743a209d376ff78b67, + type: 3} + propertyPath: m_LocalRotation.y + value: 0.028836526 + objectReference: {fileID: 0} + - target: {fileID: 397953845580526555, guid: 9833bf56bae880743a209d376ff78b67, + type: 3} + propertyPath: m_LocalRotation.z + value: 0.007320352 + objectReference: {fileID: 0} - target: {fileID: 464394625561706959, guid: 9833bf56bae880743a209d376ff78b67, type: 3} propertyPath: exposureTarget @@ -6467,10 +6502,15 @@ PrefabInstance: propertyPath: spawned.Array.data[45].rotation.z value: -0.022823298 objectReference: {fileID: 0} + - target: {fileID: 936928571483295306, guid: 9833bf56bae880743a209d376ff78b67, + type: 3} + propertyPath: m_IsActive + value: 1 + objectReference: {fileID: 0} - target: {fileID: 936928571614691587, guid: 9833bf56bae880743a209d376ff78b67, type: 3} propertyPath: _subscribers.Array.size - value: 12 + value: 22 objectReference: {fileID: 0} - target: {fileID: 936928571614691587, guid: 9833bf56bae880743a209d376ff78b67, type: 3} @@ -6487,6 +6527,56 @@ PrefabInstance: propertyPath: _subscribers.Array.data[11] value: objectReference: {fileID: 3112101689641890172} + - target: {fileID: 936928571614691587, guid: 9833bf56bae880743a209d376ff78b67, + type: 3} + propertyPath: _subscribers.Array.data[12] + value: + objectReference: {fileID: 4552237194162293347} + - target: {fileID: 936928571614691587, guid: 9833bf56bae880743a209d376ff78b67, + type: 3} + propertyPath: _subscribers.Array.data[13] + value: + objectReference: {fileID: 1710652508069624360} + - target: {fileID: 936928571614691587, guid: 9833bf56bae880743a209d376ff78b67, + type: 3} + propertyPath: _subscribers.Array.data[14] + value: + objectReference: {fileID: 4352597085771247244} + - target: {fileID: 936928571614691587, guid: 9833bf56bae880743a209d376ff78b67, + type: 3} + propertyPath: _subscribers.Array.data[15] + value: + objectReference: {fileID: 3046203201891943322} + - target: {fileID: 936928571614691587, guid: 9833bf56bae880743a209d376ff78b67, + type: 3} + propertyPath: _subscribers.Array.data[16] + value: + objectReference: {fileID: 8057739272988217721} + - target: {fileID: 936928571614691587, guid: 9833bf56bae880743a209d376ff78b67, + type: 3} + propertyPath: _subscribers.Array.data[17] + value: + objectReference: {fileID: 3632634290401743044} + - target: {fileID: 936928571614691587, guid: 9833bf56bae880743a209d376ff78b67, + type: 3} + propertyPath: _subscribers.Array.data[18] + value: + objectReference: {fileID: 254920293236944666} + - target: {fileID: 936928571614691587, guid: 9833bf56bae880743a209d376ff78b67, + type: 3} + propertyPath: _subscribers.Array.data[19] + value: + objectReference: {fileID: 852966593880535959} + - target: {fileID: 936928571614691587, guid: 9833bf56bae880743a209d376ff78b67, + type: 3} + propertyPath: _subscribers.Array.data[20] + value: + objectReference: {fileID: 6882746596879801477} + - target: {fileID: 936928571614691587, guid: 9833bf56bae880743a209d376ff78b67, + type: 3} + propertyPath: _subscribers.Array.data[21] + value: + objectReference: {fileID: 8874086662009620661} - target: {fileID: 936928571614691587, guid: 9833bf56bae880743a209d376ff78b67, type: 3} propertyPath: _rawSamples.Array.data[0].up.x @@ -11362,6 +11452,156 @@ PrefabInstance: propertyPath: m_LocalRotation.z value: -0.035988543 objectReference: {fileID: 0} + - target: {fileID: 1444024921331326931, guid: 9833bf56bae880743a209d376ff78b67, + type: 3} + propertyPath: _result.up.x + value: -0.016140262 + objectReference: {fileID: 0} + - target: {fileID: 1444024921331326931, guid: 9833bf56bae880743a209d376ff78b67, + type: 3} + propertyPath: _result.up.y + value: 0.9998693 + objectReference: {fileID: 0} + - target: {fileID: 1444024921331326931, guid: 9833bf56bae880743a209d376ff78b67, + type: 3} + propertyPath: _result.up.z + value: 0.00071071147 + objectReference: {fileID: 0} + - target: {fileID: 1444024921331326931, guid: 9833bf56bae880743a209d376ff78b67, + type: 3} + propertyPath: lastPosition.x + value: 1.7023284 + objectReference: {fileID: 0} + - target: {fileID: 1444024921331326931, guid: 9833bf56bae880743a209d376ff78b67, + type: 3} + propertyPath: lastPosition.y + value: 3792.8755 + objectReference: {fileID: 0} + - target: {fileID: 1444024921331326931, guid: 9833bf56bae880743a209d376ff78b67, + type: 3} + propertyPath: lastPosition.z + value: 21.49195 + objectReference: {fileID: 0} + - target: {fileID: 1444024921331326931, guid: 9833bf56bae880743a209d376ff78b67, + type: 3} + propertyPath: _result.percent + value: 0.002320866412832039 + objectReference: {fileID: 0} + - target: {fileID: 1444024921331326931, guid: 9833bf56bae880743a209d376ff78b67, + type: 3} + propertyPath: _finalResult.up.x + value: -0.016140262 + objectReference: {fileID: 0} + - target: {fileID: 1444024921331326931, guid: 9833bf56bae880743a209d376ff78b67, + type: 3} + propertyPath: _finalResult.up.y + value: 0.9998693 + objectReference: {fileID: 0} + - target: {fileID: 1444024921331326931, guid: 9833bf56bae880743a209d376ff78b67, + type: 3} + propertyPath: _finalResult.up.z + value: 0.00071071147 + objectReference: {fileID: 0} + - target: {fileID: 1444024921331326931, guid: 9833bf56bae880743a209d376ff78b67, + type: 3} + propertyPath: _result.forward.x + value: 0.05207093 + objectReference: {fileID: 0} + - target: {fileID: 1444024921331326931, guid: 9833bf56bae880743a209d376ff78b67, + type: 3} + propertyPath: _result.forward.y + value: -0.0073897205 + objectReference: {fileID: 0} + - target: {fileID: 1444024921331326931, guid: 9833bf56bae880743a209d376ff78b67, + type: 3} + propertyPath: _result.forward.z + value: 0.99861604 + objectReference: {fileID: 0} + - target: {fileID: 1444024921331326931, guid: 9833bf56bae880743a209d376ff78b67, + type: 3} + propertyPath: _result.position.x + value: 1.7023284 + objectReference: {fileID: 0} + - target: {fileID: 1444024921331326931, guid: 9833bf56bae880743a209d376ff78b67, + type: 3} + propertyPath: _result.position.y + value: 3792.8755 + objectReference: {fileID: 0} + - target: {fileID: 1444024921331326931, guid: 9833bf56bae880743a209d376ff78b67, + type: 3} + propertyPath: _result.position.z + value: 21.49195 + objectReference: {fileID: 0} + - target: {fileID: 1444024921331326931, guid: 9833bf56bae880743a209d376ff78b67, + type: 3} + propertyPath: _clipFromSample.up.x + value: -0.016381208 + objectReference: {fileID: 0} + - target: {fileID: 1444024921331326931, guid: 9833bf56bae880743a209d376ff78b67, + type: 3} + propertyPath: _clipFromSample.up.y + value: 0.9998656 + objectReference: {fileID: 0} + - target: {fileID: 1444024921331326931, guid: 9833bf56bae880743a209d376ff78b67, + type: 3} + propertyPath: _clipFromSample.up.z + value: 0.0006947864 + objectReference: {fileID: 0} + - target: {fileID: 1444024921331326931, guid: 9833bf56bae880743a209d376ff78b67, + type: 3} + propertyPath: _finalResult.percent + value: 0.002320866412832039 + objectReference: {fileID: 0} + - target: {fileID: 1444024921331326931, guid: 9833bf56bae880743a209d376ff78b67, + type: 3} + propertyPath: _finalResult.forward.x + value: 0.05207093 + objectReference: {fileID: 0} + - target: {fileID: 1444024921331326931, guid: 9833bf56bae880743a209d376ff78b67, + type: 3} + propertyPath: _finalResult.forward.y + value: -0.0073897205 + objectReference: {fileID: 0} + - target: {fileID: 1444024921331326931, guid: 9833bf56bae880743a209d376ff78b67, + type: 3} + propertyPath: _finalResult.forward.z + value: 0.99861604 + objectReference: {fileID: 0} + - target: {fileID: 1444024921331326931, guid: 9833bf56bae880743a209d376ff78b67, + type: 3} + propertyPath: _finalResult.position.x + value: 1.7023284 + objectReference: {fileID: 0} + - target: {fileID: 1444024921331326931, guid: 9833bf56bae880743a209d376ff78b67, + type: 3} + propertyPath: _finalResult.position.y + value: 3792.8755 + objectReference: {fileID: 0} + - target: {fileID: 1444024921331326931, guid: 9833bf56bae880743a209d376ff78b67, + type: 3} + propertyPath: _finalResult.position.z + value: 21.49195 + objectReference: {fileID: 0} + - target: {fileID: 1444024921331326931, guid: 9833bf56bae880743a209d376ff78b67, + type: 3} + propertyPath: _clipToSample.position.y + value: 2993.7717 + objectReference: {fileID: 0} + - target: {fileID: 1444024921331326931, guid: 9833bf56bae880743a209d376ff78b67, + type: 3} + propertyPath: _clipFromSample.forward.x + value: 0.042375527 + objectReference: {fileID: 0} + - target: {fileID: 1444024921331326931, guid: 9833bf56bae880743a209d376ff78b67, + type: 3} + propertyPath: _clipFromSample.forward.z + value: 0.99910176 + objectReference: {fileID: 0} + - target: {fileID: 1444024921331326931, guid: 9833bf56bae880743a209d376ff78b67, + type: 3} + propertyPath: _clipFromSample.position.y + value: 3793.4617 + objectReference: {fileID: 0} - target: {fileID: 1585878652112193086, guid: 9833bf56bae880743a209d376ff78b67, type: 3} propertyPath: m_AnchorMax.x @@ -11692,6 +11932,21 @@ PrefabInstance: propertyPath: m_LocalRotation.z value: -0.035054587 objectReference: {fileID: 0} + - target: {fileID: 2232859178815086139, guid: 9833bf56bae880743a209d376ff78b67, + type: 3} + propertyPath: m_AnchorMax.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 2232859178815086139, guid: 9833bf56bae880743a209d376ff78b67, + type: 3} + propertyPath: m_AnchorMax.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 2232859178815086139, guid: 9833bf56bae880743a209d376ff78b67, + type: 3} + propertyPath: m_AnchorMin.y + value: 0 + objectReference: {fileID: 0} - target: {fileID: 2291802289398200941, guid: 9833bf56bae880743a209d376ff78b67, type: 3} propertyPath: allowDynamicResolution @@ -14217,6 +14472,156 @@ PrefabInstance: propertyPath: m_LocalRotation.z value: -0.011873209 objectReference: {fileID: 0} + - target: {fileID: 3022207593854559841, guid: 9833bf56bae880743a209d376ff78b67, + type: 3} + propertyPath: _result.up.x + value: -0.016160203 + objectReference: {fileID: 0} + - target: {fileID: 3022207593854559841, guid: 9833bf56bae880743a209d376ff78b67, + type: 3} + propertyPath: _result.up.y + value: 0.999869 + objectReference: {fileID: 0} + - target: {fileID: 3022207593854559841, guid: 9833bf56bae880743a209d376ff78b67, + type: 3} + propertyPath: _result.up.z + value: 0.0007093934 + objectReference: {fileID: 0} + - target: {fileID: 3022207593854559841, guid: 9833bf56bae880743a209d376ff78b67, + type: 3} + propertyPath: lastPosition.x + value: 1.399837 + objectReference: {fileID: 0} + - target: {fileID: 3022207593854559841, guid: 9833bf56bae880743a209d376ff78b67, + type: 3} + propertyPath: lastPosition.y + value: 3802.9229 + objectReference: {fileID: 0} + - target: {fileID: 3022207593854559841, guid: 9833bf56bae880743a209d376ff78b67, + type: 3} + propertyPath: lastPosition.z + value: 19.720308 + objectReference: {fileID: 0} + - target: {fileID: 3022207593854559841, guid: 9833bf56bae880743a209d376ff78b67, + type: 3} + propertyPath: _result.percent + value: 0.002128785706955783 + objectReference: {fileID: 0} + - target: {fileID: 3022207593854559841, guid: 9833bf56bae880743a209d376ff78b67, + type: 3} + propertyPath: _finalResult.up.x + value: -0.016160203 + objectReference: {fileID: 0} + - target: {fileID: 3022207593854559841, guid: 9833bf56bae880743a209d376ff78b67, + type: 3} + propertyPath: _finalResult.up.y + value: 0.999869 + objectReference: {fileID: 0} + - target: {fileID: 3022207593854559841, guid: 9833bf56bae880743a209d376ff78b67, + type: 3} + propertyPath: _finalResult.up.z + value: 0.0007093934 + objectReference: {fileID: 0} + - target: {fileID: 3022207593854559841, guid: 9833bf56bae880743a209d376ff78b67, + type: 3} + propertyPath: _result.forward.x + value: 0.051268794 + objectReference: {fileID: 0} + - target: {fileID: 3022207593854559841, guid: 9833bf56bae880743a209d376ff78b67, + type: 3} + propertyPath: _result.forward.y + value: -0.006778151 + objectReference: {fileID: 0} + - target: {fileID: 3022207593854559841, guid: 9833bf56bae880743a209d376ff78b67, + type: 3} + propertyPath: _result.forward.z + value: 0.9986619 + objectReference: {fileID: 0} + - target: {fileID: 3022207593854559841, guid: 9833bf56bae880743a209d376ff78b67, + type: 3} + propertyPath: _result.position.x + value: 1.561439 + objectReference: {fileID: 0} + - target: {fileID: 3022207593854559841, guid: 9833bf56bae880743a209d376ff78b67, + type: 3} + propertyPath: _result.position.y + value: 3792.924 + objectReference: {fileID: 0} + - target: {fileID: 3022207593854559841, guid: 9833bf56bae880743a209d376ff78b67, + type: 3} + propertyPath: _result.position.z + value: 19.713215 + objectReference: {fileID: 0} + - target: {fileID: 3022207593854559841, guid: 9833bf56bae880743a209d376ff78b67, + type: 3} + propertyPath: _clipFromSample.up.x + value: -0.016381208 + objectReference: {fileID: 0} + - target: {fileID: 3022207593854559841, guid: 9833bf56bae880743a209d376ff78b67, + type: 3} + propertyPath: _clipFromSample.up.y + value: 0.9998656 + objectReference: {fileID: 0} + - target: {fileID: 3022207593854559841, guid: 9833bf56bae880743a209d376ff78b67, + type: 3} + propertyPath: _clipFromSample.up.z + value: 0.0006947864 + objectReference: {fileID: 0} + - target: {fileID: 3022207593854559841, guid: 9833bf56bae880743a209d376ff78b67, + type: 3} + propertyPath: _finalResult.percent + value: 0.002128785706955783 + objectReference: {fileID: 0} + - target: {fileID: 3022207593854559841, guid: 9833bf56bae880743a209d376ff78b67, + type: 3} + propertyPath: _finalResult.forward.x + value: 0.051268794 + objectReference: {fileID: 0} + - target: {fileID: 3022207593854559841, guid: 9833bf56bae880743a209d376ff78b67, + type: 3} + propertyPath: _finalResult.forward.y + value: -0.006778151 + objectReference: {fileID: 0} + - target: {fileID: 3022207593854559841, guid: 9833bf56bae880743a209d376ff78b67, + type: 3} + propertyPath: _finalResult.forward.z + value: 0.9986619 + objectReference: {fileID: 0} + - target: {fileID: 3022207593854559841, guid: 9833bf56bae880743a209d376ff78b67, + type: 3} + propertyPath: _finalResult.position.x + value: 1.561439 + objectReference: {fileID: 0} + - target: {fileID: 3022207593854559841, guid: 9833bf56bae880743a209d376ff78b67, + type: 3} + propertyPath: _finalResult.position.y + value: 3792.924 + objectReference: {fileID: 0} + - target: {fileID: 3022207593854559841, guid: 9833bf56bae880743a209d376ff78b67, + type: 3} + propertyPath: _finalResult.position.z + value: 19.713215 + objectReference: {fileID: 0} + - target: {fileID: 3022207593854559841, guid: 9833bf56bae880743a209d376ff78b67, + type: 3} + propertyPath: _clipToSample.position.y + value: 2993.7717 + objectReference: {fileID: 0} + - target: {fileID: 3022207593854559841, guid: 9833bf56bae880743a209d376ff78b67, + type: 3} + propertyPath: _clipFromSample.forward.x + value: 0.042375527 + objectReference: {fileID: 0} + - target: {fileID: 3022207593854559841, guid: 9833bf56bae880743a209d376ff78b67, + type: 3} + propertyPath: _clipFromSample.forward.z + value: 0.99910176 + objectReference: {fileID: 0} + - target: {fileID: 3022207593854559841, guid: 9833bf56bae880743a209d376ff78b67, + type: 3} + propertyPath: _clipFromSample.position.y + value: 3793.4617 + objectReference: {fileID: 0} - target: {fileID: 3058705817353221724, guid: 9833bf56bae880743a209d376ff78b67, type: 3} propertyPath: m_LocalPosition.x @@ -14562,6 +14967,41 @@ PrefabInstance: propertyPath: m_LocalRotation.z value: -0.06803552 objectReference: {fileID: 0} + - target: {fileID: 4055180495887374426, guid: 9833bf56bae880743a209d376ff78b67, + type: 3} + propertyPath: m_LocalPosition.x + value: 1.7023284 + objectReference: {fileID: 0} + - target: {fileID: 4055180495887374426, guid: 9833bf56bae880743a209d376ff78b67, + type: 3} + propertyPath: m_LocalPosition.y + value: 792.8755 + objectReference: {fileID: 0} + - target: {fileID: 4055180495887374426, guid: 9833bf56bae880743a209d376ff78b67, + type: 3} + propertyPath: m_LocalPosition.z + value: 21.49195 + objectReference: {fileID: 0} + - target: {fileID: 4055180495887374426, guid: 9833bf56bae880743a209d376ff78b67, + type: 3} + propertyPath: m_LocalRotation.w + value: 0.9996221 + objectReference: {fileID: 0} + - target: {fileID: 4055180495887374426, guid: 9833bf56bae880743a209d376ff78b67, + type: 3} + propertyPath: m_LocalRotation.x + value: 0.0039039066 + objectReference: {fileID: 0} + - target: {fileID: 4055180495887374426, guid: 9833bf56bae880743a209d376ff78b67, + type: 3} + propertyPath: m_LocalRotation.y + value: 0.026014144 + objectReference: {fileID: 0} + - target: {fileID: 4055180495887374426, guid: 9833bf56bae880743a209d376ff78b67, + type: 3} + propertyPath: m_LocalRotation.z + value: 0.007979155 + objectReference: {fileID: 0} - target: {fileID: 4089495090763752859, guid: 9833bf56bae880743a209d376ff78b67, type: 3} propertyPath: m_LocalPosition.x @@ -14777,6 +15217,161 @@ PrefabInstance: propertyPath: m_Size value: 0.9998718 objectReference: {fileID: 0} + - target: {fileID: 4302334970078938584, guid: 9833bf56bae880743a209d376ff78b67, + type: 3} + propertyPath: m_Value + value: 1 + objectReference: {fileID: 0} + - target: {fileID: 4367238180731121560, guid: 9833bf56bae880743a209d376ff78b67, + type: 3} + propertyPath: _result.up.x + value: -0.016006125 + objectReference: {fileID: 0} + - target: {fileID: 4367238180731121560, guid: 9833bf56bae880743a209d376ff78b67, + type: 3} + propertyPath: _result.up.y + value: 0.9998714 + objectReference: {fileID: 0} + - target: {fileID: 4367238180731121560, guid: 9833bf56bae880743a209d376ff78b67, + type: 3} + propertyPath: _result.up.z + value: 0.0007195771 + objectReference: {fileID: 0} + - target: {fileID: 4367238180731121560, guid: 9833bf56bae880743a209d376ff78b67, + type: 3} + propertyPath: lastPosition.x + value: 2.7188537 + objectReference: {fileID: 0} + - target: {fileID: 4367238180731121560, guid: 9833bf56bae880743a209d376ff78b67, + type: 3} + propertyPath: lastPosition.y + value: 3788.2495 + objectReference: {fileID: 0} + - target: {fileID: 4367238180731121560, guid: 9833bf56bae880743a209d376ff78b67, + type: 3} + propertyPath: lastPosition.z + value: 33.45358 + objectReference: {fileID: 0} + - target: {fileID: 4367238180731121560, guid: 9833bf56bae880743a209d376ff78b67, + type: 3} + propertyPath: _result.percent + value: 0.0036129100171604506 + objectReference: {fileID: 0} + - target: {fileID: 4367238180731121560, guid: 9833bf56bae880743a209d376ff78b67, + type: 3} + propertyPath: _finalResult.up.x + value: -0.016006125 + objectReference: {fileID: 0} + - target: {fileID: 4367238180731121560, guid: 9833bf56bae880743a209d376ff78b67, + type: 3} + propertyPath: _finalResult.up.y + value: 0.9998714 + objectReference: {fileID: 0} + - target: {fileID: 4367238180731121560, guid: 9833bf56bae880743a209d376ff78b67, + type: 3} + propertyPath: _finalResult.up.z + value: 0.0007195771 + objectReference: {fileID: 0} + - target: {fileID: 4367238180731121560, guid: 9833bf56bae880743a209d376ff78b67, + type: 3} + propertyPath: _result.forward.x + value: 0.057465166 + objectReference: {fileID: 0} + - target: {fileID: 4367238180731121560, guid: 9833bf56bae880743a209d376ff78b67, + type: 3} + propertyPath: _result.forward.y + value: -0.011503223 + objectReference: {fileID: 0} + - target: {fileID: 4367238180731121560, guid: 9833bf56bae880743a209d376ff78b67, + type: 3} + propertyPath: _result.forward.z + value: 0.99828124 + objectReference: {fileID: 0} + - target: {fileID: 4367238180731121560, guid: 9833bf56bae880743a209d376ff78b67, + type: 3} + propertyPath: _result.position.x + value: 2.6500273 + objectReference: {fileID: 0} + - target: {fileID: 4367238180731121560, guid: 9833bf56bae880743a209d376ff78b67, + type: 3} + propertyPath: _result.position.y + value: 3792.549 + objectReference: {fileID: 0} + - target: {fileID: 4367238180731121560, guid: 9833bf56bae880743a209d376ff78b67, + type: 3} + propertyPath: _result.position.z + value: 33.456673 + objectReference: {fileID: 0} + - target: {fileID: 4367238180731121560, guid: 9833bf56bae880743a209d376ff78b67, + type: 3} + propertyPath: _clipFromSample.up.x + value: -0.016381208 + objectReference: {fileID: 0} + - target: {fileID: 4367238180731121560, guid: 9833bf56bae880743a209d376ff78b67, + type: 3} + propertyPath: _clipFromSample.up.y + value: 0.9998656 + objectReference: {fileID: 0} + - target: {fileID: 4367238180731121560, guid: 9833bf56bae880743a209d376ff78b67, + type: 3} + propertyPath: _clipFromSample.up.z + value: 0.0006947864 + objectReference: {fileID: 0} + - target: {fileID: 4367238180731121560, guid: 9833bf56bae880743a209d376ff78b67, + type: 3} + propertyPath: _finalResult.percent + value: 0.0036129100171604506 + objectReference: {fileID: 0} + - target: {fileID: 4367238180731121560, guid: 9833bf56bae880743a209d376ff78b67, + type: 3} + propertyPath: _finalResult.forward.x + value: 0.057465166 + objectReference: {fileID: 0} + - target: {fileID: 4367238180731121560, guid: 9833bf56bae880743a209d376ff78b67, + type: 3} + propertyPath: _finalResult.forward.y + value: -0.011503223 + objectReference: {fileID: 0} + - target: {fileID: 4367238180731121560, guid: 9833bf56bae880743a209d376ff78b67, + type: 3} + propertyPath: _finalResult.forward.z + value: 0.99828124 + objectReference: {fileID: 0} + - target: {fileID: 4367238180731121560, guid: 9833bf56bae880743a209d376ff78b67, + type: 3} + propertyPath: _finalResult.position.x + value: 2.6500273 + objectReference: {fileID: 0} + - target: {fileID: 4367238180731121560, guid: 9833bf56bae880743a209d376ff78b67, + type: 3} + propertyPath: _finalResult.position.y + value: 3792.549 + objectReference: {fileID: 0} + - target: {fileID: 4367238180731121560, guid: 9833bf56bae880743a209d376ff78b67, + type: 3} + propertyPath: _finalResult.position.z + value: 33.456673 + objectReference: {fileID: 0} + - target: {fileID: 4367238180731121560, guid: 9833bf56bae880743a209d376ff78b67, + type: 3} + propertyPath: _clipToSample.position.y + value: 2993.7717 + objectReference: {fileID: 0} + - target: {fileID: 4367238180731121560, guid: 9833bf56bae880743a209d376ff78b67, + type: 3} + propertyPath: _clipFromSample.forward.x + value: 0.042375527 + objectReference: {fileID: 0} + - target: {fileID: 4367238180731121560, guid: 9833bf56bae880743a209d376ff78b67, + type: 3} + propertyPath: _clipFromSample.forward.z + value: 0.99910176 + objectReference: {fileID: 0} + - target: {fileID: 4367238180731121560, guid: 9833bf56bae880743a209d376ff78b67, + type: 3} + propertyPath: _clipFromSample.position.y + value: 3793.4617 + objectReference: {fileID: 0} - target: {fileID: 4426342170637420252, guid: 9833bf56bae880743a209d376ff78b67, type: 3} propertyPath: m_LocalPosition.x @@ -14857,6 +15452,156 @@ PrefabInstance: propertyPath: m_AnchoredPosition.y value: 0.0004272461 objectReference: {fileID: 0} + - target: {fileID: 4598394685605972855, guid: 9833bf56bae880743a209d376ff78b67, + type: 3} + propertyPath: _result.up.x + value: -0.016140262 + objectReference: {fileID: 0} + - target: {fileID: 4598394685605972855, guid: 9833bf56bae880743a209d376ff78b67, + type: 3} + propertyPath: _result.up.y + value: 0.9998693 + objectReference: {fileID: 0} + - target: {fileID: 4598394685605972855, guid: 9833bf56bae880743a209d376ff78b67, + type: 3} + propertyPath: _result.up.z + value: 0.00071071147 + objectReference: {fileID: 0} + - target: {fileID: 4598394685605972855, guid: 9833bf56bae880743a209d376ff78b67, + type: 3} + propertyPath: lastPosition.x + value: 1.7023284 + objectReference: {fileID: 0} + - target: {fileID: 4598394685605972855, guid: 9833bf56bae880743a209d376ff78b67, + type: 3} + propertyPath: lastPosition.y + value: 3792.8755 + objectReference: {fileID: 0} + - target: {fileID: 4598394685605972855, guid: 9833bf56bae880743a209d376ff78b67, + type: 3} + propertyPath: lastPosition.z + value: 21.49195 + objectReference: {fileID: 0} + - target: {fileID: 4598394685605972855, guid: 9833bf56bae880743a209d376ff78b67, + type: 3} + propertyPath: _result.percent + value: 0.002320866412832039 + objectReference: {fileID: 0} + - target: {fileID: 4598394685605972855, guid: 9833bf56bae880743a209d376ff78b67, + type: 3} + propertyPath: _finalResult.up.x + value: -0.016140262 + objectReference: {fileID: 0} + - target: {fileID: 4598394685605972855, guid: 9833bf56bae880743a209d376ff78b67, + type: 3} + propertyPath: _finalResult.up.y + value: 0.9998693 + objectReference: {fileID: 0} + - target: {fileID: 4598394685605972855, guid: 9833bf56bae880743a209d376ff78b67, + type: 3} + propertyPath: _finalResult.up.z + value: 0.00071071147 + objectReference: {fileID: 0} + - target: {fileID: 4598394685605972855, guid: 9833bf56bae880743a209d376ff78b67, + type: 3} + propertyPath: _result.forward.x + value: 0.05207093 + objectReference: {fileID: 0} + - target: {fileID: 4598394685605972855, guid: 9833bf56bae880743a209d376ff78b67, + type: 3} + propertyPath: _result.forward.y + value: -0.0073897205 + objectReference: {fileID: 0} + - target: {fileID: 4598394685605972855, guid: 9833bf56bae880743a209d376ff78b67, + type: 3} + propertyPath: _result.forward.z + value: 0.99861604 + objectReference: {fileID: 0} + - target: {fileID: 4598394685605972855, guid: 9833bf56bae880743a209d376ff78b67, + type: 3} + propertyPath: _result.position.x + value: 1.7023284 + objectReference: {fileID: 0} + - target: {fileID: 4598394685605972855, guid: 9833bf56bae880743a209d376ff78b67, + type: 3} + propertyPath: _result.position.y + value: 3792.8755 + objectReference: {fileID: 0} + - target: {fileID: 4598394685605972855, guid: 9833bf56bae880743a209d376ff78b67, + type: 3} + propertyPath: _result.position.z + value: 21.49195 + objectReference: {fileID: 0} + - target: {fileID: 4598394685605972855, guid: 9833bf56bae880743a209d376ff78b67, + type: 3} + propertyPath: _clipFromSample.up.x + value: -0.016381208 + objectReference: {fileID: 0} + - target: {fileID: 4598394685605972855, guid: 9833bf56bae880743a209d376ff78b67, + type: 3} + propertyPath: _clipFromSample.up.y + value: 0.9998656 + objectReference: {fileID: 0} + - target: {fileID: 4598394685605972855, guid: 9833bf56bae880743a209d376ff78b67, + type: 3} + propertyPath: _clipFromSample.up.z + value: 0.0006947864 + objectReference: {fileID: 0} + - target: {fileID: 4598394685605972855, guid: 9833bf56bae880743a209d376ff78b67, + type: 3} + propertyPath: _finalResult.percent + value: 0.002320866412832039 + objectReference: {fileID: 0} + - target: {fileID: 4598394685605972855, guid: 9833bf56bae880743a209d376ff78b67, + type: 3} + propertyPath: _finalResult.forward.x + value: 0.05207093 + objectReference: {fileID: 0} + - target: {fileID: 4598394685605972855, guid: 9833bf56bae880743a209d376ff78b67, + type: 3} + propertyPath: _finalResult.forward.y + value: -0.0073897205 + objectReference: {fileID: 0} + - target: {fileID: 4598394685605972855, guid: 9833bf56bae880743a209d376ff78b67, + type: 3} + propertyPath: _finalResult.forward.z + value: 0.99861604 + objectReference: {fileID: 0} + - target: {fileID: 4598394685605972855, guid: 9833bf56bae880743a209d376ff78b67, + type: 3} + propertyPath: _finalResult.position.x + value: 1.7023284 + objectReference: {fileID: 0} + - target: {fileID: 4598394685605972855, guid: 9833bf56bae880743a209d376ff78b67, + type: 3} + propertyPath: _finalResult.position.y + value: 3792.8755 + objectReference: {fileID: 0} + - target: {fileID: 4598394685605972855, guid: 9833bf56bae880743a209d376ff78b67, + type: 3} + propertyPath: _finalResult.position.z + value: 21.49195 + objectReference: {fileID: 0} + - target: {fileID: 4598394685605972855, guid: 9833bf56bae880743a209d376ff78b67, + type: 3} + propertyPath: _clipToSample.position.y + value: 2993.7717 + objectReference: {fileID: 0} + - target: {fileID: 4598394685605972855, guid: 9833bf56bae880743a209d376ff78b67, + type: 3} + propertyPath: _clipFromSample.forward.x + value: 0.042375527 + objectReference: {fileID: 0} + - target: {fileID: 4598394685605972855, guid: 9833bf56bae880743a209d376ff78b67, + type: 3} + propertyPath: _clipFromSample.forward.z + value: 0.99910176 + objectReference: {fileID: 0} + - target: {fileID: 4598394685605972855, guid: 9833bf56bae880743a209d376ff78b67, + type: 3} + propertyPath: _clipFromSample.position.y + value: 3793.4617 + objectReference: {fileID: 0} - target: {fileID: 4628823081685388505, guid: 9833bf56bae880743a209d376ff78b67, type: 3} propertyPath: m_LocalPosition.x @@ -15067,6 +15812,11 @@ PrefabInstance: propertyPath: m_LocalRotation.z value: -0.040588934 objectReference: {fileID: 0} + - target: {fileID: 5200787894382322332, guid: 9833bf56bae880743a209d376ff78b67, + type: 3} + propertyPath: m_IsActive + value: 0 + objectReference: {fileID: 0} - target: {fileID: 5307449926016534605, guid: 9833bf56bae880743a209d376ff78b67, type: 3} propertyPath: m_LocalPosition.x @@ -15207,6 +15957,41 @@ PrefabInstance: propertyPath: m_LocalRotation.z value: -0.029709244 objectReference: {fileID: 0} + - target: {fileID: 5574301749764507552, guid: 9833bf56bae880743a209d376ff78b67, + type: 3} + propertyPath: m_LocalPosition.x + value: 1.4436995 + objectReference: {fileID: 0} + - target: {fileID: 5574301749764507552, guid: 9833bf56bae880743a209d376ff78b67, + type: 3} + propertyPath: m_LocalPosition.y + value: 802.9077 + objectReference: {fileID: 0} + - target: {fileID: 5574301749764507552, guid: 9833bf56bae880743a209d376ff78b67, + type: 3} + propertyPath: m_LocalPosition.z + value: 20.273296 + objectReference: {fileID: 0} + - target: {fileID: 5574301749764507552, guid: 9833bf56bae880743a209d376ff78b67, + type: 3} + propertyPath: m_LocalRotation.w + value: 0.99963 + objectReference: {fileID: 0} + - target: {fileID: 5574301749764507552, guid: 9833bf56bae880743a209d376ff78b67, + type: 3} + propertyPath: m_LocalRotation.x + value: 0.0036912279 + objectReference: {fileID: 0} + - target: {fileID: 5574301749764507552, guid: 9833bf56bae880743a209d376ff78b67, + type: 3} + propertyPath: m_LocalRotation.y + value: 0.02573911 + objectReference: {fileID: 0} + - target: {fileID: 5574301749764507552, guid: 9833bf56bae880743a209d376ff78b67, + type: 3} + propertyPath: m_LocalRotation.z + value: 0.007992517 + objectReference: {fileID: 0} - target: {fileID: 5579118899380345004, guid: 9833bf56bae880743a209d376ff78b67, type: 3} propertyPath: m_LocalPosition.x @@ -15712,6 +16497,11 @@ PrefabInstance: propertyPath: m_LocalRotation.z value: -0.04238503 objectReference: {fileID: 0} + - target: {fileID: 6533250865547206842, guid: 9833bf56bae880743a209d376ff78b67, + type: 3} + propertyPath: m_IsActive + value: 0 + objectReference: {fileID: 0} - target: {fileID: 6647180440304802549, guid: 9833bf56bae880743a209d376ff78b67, type: 3} propertyPath: m_LocalPosition.x @@ -15747,6 +16537,41 @@ PrefabInstance: propertyPath: m_LocalRotation.z value: -0.06903251 objectReference: {fileID: 0} + - target: {fileID: 6678032993962419230, guid: 9833bf56bae880743a209d376ff78b67, + type: 3} + propertyPath: m_LocalPosition.x + value: 1.7023284 + objectReference: {fileID: 0} + - target: {fileID: 6678032993962419230, guid: 9833bf56bae880743a209d376ff78b67, + type: 3} + propertyPath: m_LocalPosition.y + value: 792.8755 + objectReference: {fileID: 0} + - target: {fileID: 6678032993962419230, guid: 9833bf56bae880743a209d376ff78b67, + type: 3} + propertyPath: m_LocalPosition.z + value: 21.49195 + objectReference: {fileID: 0} + - target: {fileID: 6678032993962419230, guid: 9833bf56bae880743a209d376ff78b67, + type: 3} + propertyPath: m_LocalRotation.w + value: 0.9996221 + objectReference: {fileID: 0} + - target: {fileID: 6678032993962419230, guid: 9833bf56bae880743a209d376ff78b67, + type: 3} + propertyPath: m_LocalRotation.x + value: 0.0039039066 + objectReference: {fileID: 0} + - target: {fileID: 6678032993962419230, guid: 9833bf56bae880743a209d376ff78b67, + type: 3} + propertyPath: m_LocalRotation.y + value: 0.026014144 + objectReference: {fileID: 0} + - target: {fileID: 6678032993962419230, guid: 9833bf56bae880743a209d376ff78b67, + type: 3} + propertyPath: m_LocalRotation.z + value: 0.007979155 + objectReference: {fileID: 0} - target: {fileID: 6783634390833223363, guid: 9833bf56bae880743a209d376ff78b67, type: 3} propertyPath: m_LocalPosition.x @@ -15782,6 +16607,41 @@ PrefabInstance: propertyPath: m_LocalRotation.z value: -0.05259701 objectReference: {fileID: 0} + - target: {fileID: 6792838306190046133, guid: 9833bf56bae880743a209d376ff78b67, + type: 3} + propertyPath: m_LocalPosition.x + value: 1.399837 + objectReference: {fileID: 0} + - target: {fileID: 6792838306190046133, guid: 9833bf56bae880743a209d376ff78b67, + type: 3} + propertyPath: m_LocalPosition.y + value: 802.92285 + objectReference: {fileID: 0} + - target: {fileID: 6792838306190046133, guid: 9833bf56bae880743a209d376ff78b67, + type: 3} + propertyPath: m_LocalPosition.z + value: 19.720308 + objectReference: {fileID: 0} + - target: {fileID: 6792838306190046133, guid: 9833bf56bae880743a209d376ff78b67, + type: 3} + propertyPath: m_LocalRotation.w + value: 0.99963343 + objectReference: {fileID: 0} + - target: {fileID: 6792838306190046133, guid: 9833bf56bae880743a209d376ff78b67, + type: 3} + propertyPath: m_LocalRotation.x + value: 0.0035952753 + objectReference: {fileID: 0} + - target: {fileID: 6792838306190046133, guid: 9833bf56bae880743a209d376ff78b67, + type: 3} + propertyPath: m_LocalRotation.y + value: 0.02561503 + objectReference: {fileID: 0} + - target: {fileID: 6792838306190046133, guid: 9833bf56bae880743a209d376ff78b67, + type: 3} + propertyPath: m_LocalRotation.z + value: 0.0079985075 + objectReference: {fileID: 0} - target: {fileID: 6816966218731304093, guid: 9833bf56bae880743a209d376ff78b67, type: 3} propertyPath: m_LocalPosition.x @@ -16562,6 +17422,156 @@ PrefabInstance: propertyPath: m_AnchorMax.y value: 0 objectReference: {fileID: 0} + - target: {fileID: 7810815473707152514, guid: 9833bf56bae880743a209d376ff78b67, + type: 3} + propertyPath: _result.up.x + value: -0.016154004 + objectReference: {fileID: 0} + - target: {fileID: 7810815473707152514, guid: 9833bf56bae880743a209d376ff78b67, + type: 3} + propertyPath: _result.up.y + value: 0.9998691 + objectReference: {fileID: 0} + - target: {fileID: 7810815473707152514, guid: 9833bf56bae880743a209d376ff78b67, + type: 3} + propertyPath: _result.up.z + value: 0.0007098032 + objectReference: {fileID: 0} + - target: {fileID: 7810815473707152514, guid: 9833bf56bae880743a209d376ff78b67, + type: 3} + propertyPath: lastPosition.x + value: 1.4436995 + objectReference: {fileID: 0} + - target: {fileID: 7810815473707152514, guid: 9833bf56bae880743a209d376ff78b67, + type: 3} + propertyPath: lastPosition.y + value: 3802.9077 + objectReference: {fileID: 0} + - target: {fileID: 7810815473707152514, guid: 9833bf56bae880743a209d376ff78b67, + type: 3} + propertyPath: lastPosition.z + value: 20.273296 + objectReference: {fileID: 0} + - target: {fileID: 7810815473707152514, guid: 9833bf56bae880743a209d376ff78b67, + type: 3} + propertyPath: _result.percent + value: 0.0021885006902485245 + objectReference: {fileID: 0} + - target: {fileID: 7810815473707152514, guid: 9833bf56bae880743a209d376ff78b67, + type: 3} + propertyPath: _finalResult.up.x + value: -0.016154004 + objectReference: {fileID: 0} + - target: {fileID: 7810815473707152514, guid: 9833bf56bae880743a209d376ff78b67, + type: 3} + propertyPath: _finalResult.up.y + value: 0.9998691 + objectReference: {fileID: 0} + - target: {fileID: 7810815473707152514, guid: 9833bf56bae880743a209d376ff78b67, + type: 3} + propertyPath: _finalResult.up.z + value: 0.0007098032 + objectReference: {fileID: 0} + - target: {fileID: 7810815473707152514, guid: 9833bf56bae880743a209d376ff78b67, + type: 3} + propertyPath: _result.forward.x + value: 0.051518165 + objectReference: {fileID: 0} + - target: {fileID: 7810815473707152514, guid: 9833bf56bae880743a209d376ff78b67, + type: 3} + propertyPath: _result.forward.y + value: -0.006968282 + objectReference: {fileID: 0} + - target: {fileID: 7810815473707152514, guid: 9833bf56bae880743a209d376ff78b67, + type: 3} + propertyPath: _result.forward.z + value: 0.99864775 + objectReference: {fileID: 0} + - target: {fileID: 7810815473707152514, guid: 9833bf56bae880743a209d376ff78b67, + type: 3} + propertyPath: _result.position.x + value: 1.6052395 + objectReference: {fileID: 0} + - target: {fileID: 7810815473707152514, guid: 9833bf56bae880743a209d376ff78b67, + type: 3} + propertyPath: _result.position.y + value: 3792.909 + objectReference: {fileID: 0} + - target: {fileID: 7810815473707152514, guid: 9833bf56bae880743a209d376ff78b67, + type: 3} + propertyPath: _result.position.z + value: 20.2662 + objectReference: {fileID: 0} + - target: {fileID: 7810815473707152514, guid: 9833bf56bae880743a209d376ff78b67, + type: 3} + propertyPath: _clipFromSample.up.x + value: -0.016381208 + objectReference: {fileID: 0} + - target: {fileID: 7810815473707152514, guid: 9833bf56bae880743a209d376ff78b67, + type: 3} + propertyPath: _clipFromSample.up.y + value: 0.9998656 + objectReference: {fileID: 0} + - target: {fileID: 7810815473707152514, guid: 9833bf56bae880743a209d376ff78b67, + type: 3} + propertyPath: _clipFromSample.up.z + value: 0.0006947864 + objectReference: {fileID: 0} + - target: {fileID: 7810815473707152514, guid: 9833bf56bae880743a209d376ff78b67, + type: 3} + propertyPath: _finalResult.percent + value: 0.0021885006902485245 + objectReference: {fileID: 0} + - target: {fileID: 7810815473707152514, guid: 9833bf56bae880743a209d376ff78b67, + type: 3} + propertyPath: _finalResult.forward.x + value: 0.051518165 + objectReference: {fileID: 0} + - target: {fileID: 7810815473707152514, guid: 9833bf56bae880743a209d376ff78b67, + type: 3} + propertyPath: _finalResult.forward.y + value: -0.006968282 + objectReference: {fileID: 0} + - target: {fileID: 7810815473707152514, guid: 9833bf56bae880743a209d376ff78b67, + type: 3} + propertyPath: _finalResult.forward.z + value: 0.99864775 + objectReference: {fileID: 0} + - target: {fileID: 7810815473707152514, guid: 9833bf56bae880743a209d376ff78b67, + type: 3} + propertyPath: _finalResult.position.x + value: 1.6052395 + objectReference: {fileID: 0} + - target: {fileID: 7810815473707152514, guid: 9833bf56bae880743a209d376ff78b67, + type: 3} + propertyPath: _finalResult.position.y + value: 3792.909 + objectReference: {fileID: 0} + - target: {fileID: 7810815473707152514, guid: 9833bf56bae880743a209d376ff78b67, + type: 3} + propertyPath: _finalResult.position.z + value: 20.2662 + objectReference: {fileID: 0} + - target: {fileID: 7810815473707152514, guid: 9833bf56bae880743a209d376ff78b67, + type: 3} + propertyPath: _clipToSample.position.y + value: 2993.7717 + objectReference: {fileID: 0} + - target: {fileID: 7810815473707152514, guid: 9833bf56bae880743a209d376ff78b67, + type: 3} + propertyPath: _clipFromSample.forward.x + value: 0.042375527 + objectReference: {fileID: 0} + - target: {fileID: 7810815473707152514, guid: 9833bf56bae880743a209d376ff78b67, + type: 3} + propertyPath: _clipFromSample.forward.z + value: 0.99910176 + objectReference: {fileID: 0} + - target: {fileID: 7810815473707152514, guid: 9833bf56bae880743a209d376ff78b67, + type: 3} + propertyPath: _clipFromSample.position.y + value: 3793.4617 + objectReference: {fileID: 0} - target: {fileID: 7851539239610604107, guid: 9833bf56bae880743a209d376ff78b67, type: 3} propertyPath: m_LocalPosition.x @@ -17202,6 +18212,11 @@ PrefabInstance: propertyPath: m_LocalRotation.z value: -0.032854233 objectReference: {fileID: 0} + - target: {fileID: 8948771491534075670, guid: 9833bf56bae880743a209d376ff78b67, + type: 3} + propertyPath: m_IsActive + value: 0 + objectReference: {fileID: 0} - target: {fileID: 9042673317095715698, guid: 9833bf56bae880743a209d376ff78b67, type: 3} propertyPath: m_LocalPosition.x @@ -17274,12 +18289,36 @@ PrefabInstance: objectReference: {fileID: 0} m_RemovedComponents: [] m_SourcePrefab: {fileID: 100100000, guid: 9833bf56bae880743a209d376ff78b67, type: 3} +--- !u!114 &1060566878748878072 stripped +MonoBehaviour: + m_CorrespondingSourceObject: {fileID: 936928571614691587, guid: 9833bf56bae880743a209d376ff78b67, + type: 3} + m_PrefabInstance: {fileID: 267753515711800827} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 598e68924c9f6324bbfd049d3bae754c, type: 3} + m_Name: + m_EditorClassIdentifier: --- !u!4 &1060566879041929058 stripped Transform: m_CorrespondingSourceObject: {fileID: 936928571875367577, guid: 9833bf56bae880743a209d376ff78b67, type: 3} m_PrefabInstance: {fileID: 267753515711800827} m_PrefabAsset: {fileID: 0} +--- !u!114 &1710652508069624360 stripped +MonoBehaviour: + m_CorrespondingSourceObject: {fileID: 1444024921331326931, guid: 9833bf56bae880743a209d376ff78b67, + type: 3} + m_PrefabInstance: {fileID: 267753515711800827} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 453ef2bcc92003342b9fe6a327abc98c, type: 3} + m_Name: + m_EditorClassIdentifier: --- !u!114 &2419968891381419715 stripped MonoBehaviour: m_CorrespondingSourceObject: {fileID: 2459586096578964280, guid: 9833bf56bae880743a209d376ff78b67, @@ -17292,6 +18331,18 @@ MonoBehaviour: m_Script: {fileID: 11500000, guid: 0def5156137c6d14082064fa7b5d5247, type: 3} m_Name: m_EditorClassIdentifier: +--- !u!114 &3046203201891943322 stripped +MonoBehaviour: + m_CorrespondingSourceObject: {fileID: 3022207593854559841, guid: 9833bf56bae880743a209d376ff78b67, + type: 3} + m_PrefabInstance: {fileID: 267753515711800827} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 453ef2bcc92003342b9fe6a327abc98c, type: 3} + m_Name: + m_EditorClassIdentifier: --- !u!114 &3112101689641890172 stripped MonoBehaviour: m_CorrespondingSourceObject: {fileID: 2920346420997411975, guid: 9833bf56bae880743a209d376ff78b67, @@ -17304,6 +18355,30 @@ MonoBehaviour: m_Script: {fileID: 11500000, guid: 4ddc1a2536715a24095c464a2c394d5d, type: 3} m_Name: m_EditorClassIdentifier: +--- !u!114 &4352597085771247244 stripped +MonoBehaviour: + m_CorrespondingSourceObject: {fileID: 4598394685605972855, guid: 9833bf56bae880743a209d376ff78b67, + type: 3} + m_PrefabInstance: {fileID: 267753515711800827} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 453ef2bcc92003342b9fe6a327abc98c, type: 3} + m_Name: + m_EditorClassIdentifier: +--- !u!114 &4552237194162293347 stripped +MonoBehaviour: + m_CorrespondingSourceObject: {fileID: 4367238180731121560, guid: 9833bf56bae880743a209d376ff78b67, + type: 3} + m_PrefabInstance: {fileID: 267753515711800827} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 453ef2bcc92003342b9fe6a327abc98c, type: 3} + m_Name: + m_EditorClassIdentifier: --- !u!114 &7273201829355235823 stripped MonoBehaviour: m_CorrespondingSourceObject: {fileID: 7446942640491039764, guid: 9833bf56bae880743a209d376ff78b67, @@ -17316,6 +18391,24 @@ MonoBehaviour: m_Script: {fileID: 11500000, guid: 4ddc1a2536715a24095c464a2c394d5d, type: 3} m_Name: m_EditorClassIdentifier: +--- !u!114 &8057739272988217721 stripped +MonoBehaviour: + m_CorrespondingSourceObject: {fileID: 7810815473707152514, guid: 9833bf56bae880743a209d376ff78b67, + type: 3} + m_PrefabInstance: {fileID: 267753515711800827} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 453ef2bcc92003342b9fe6a327abc98c, type: 3} + m_Name: + m_EditorClassIdentifier: +--- !u!4 &8597003987923531169 stripped +Transform: + m_CorrespondingSourceObject: {fileID: 8429034205317517402, guid: 9833bf56bae880743a209d376ff78b67, + type: 3} + m_PrefabInstance: {fileID: 267753515711800827} + m_PrefabAsset: {fileID: 0} --- !u!1001 &2365423506620898371 PrefabInstance: m_ObjectHideFlags: 0 @@ -17411,3 +18504,1003 @@ GameObject: type: 3} m_PrefabInstance: {fileID: 2365423506620898371} m_PrefabAsset: {fileID: 0} +--- !u!1001 &2660857211699169309 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 8597003987923531169} + m_Modifications: + - target: {fileID: 3028706887086513762, guid: d4a2612f0eceacd47b6bcf78e825e482, + type: 3} + propertyPath: m_RootOrder + value: 2 + objectReference: {fileID: 0} + - target: {fileID: 3028706887086513762, guid: d4a2612f0eceacd47b6bcf78e825e482, + type: 3} + propertyPath: m_LocalPosition.x + value: -0.16381207 + objectReference: {fileID: 0} + - target: {fileID: 3028706887086513762, guid: d4a2612f0eceacd47b6bcf78e825e482, + type: 3} + propertyPath: m_LocalPosition.y + value: 803.4602 + objectReference: {fileID: 0} + - target: {fileID: 3028706887086513762, guid: d4a2612f0eceacd47b6bcf78e825e482, + type: 3} + propertyPath: m_LocalPosition.z + value: 0.006947864 + objectReference: {fileID: 0} + - target: {fileID: 3028706887086513762, guid: d4a2612f0eceacd47b6bcf78e825e482, + type: 3} + propertyPath: m_LocalRotation.w + value: 0.99974185 + objectReference: {fileID: 0} + - target: {fileID: 3028706887086513762, guid: d4a2612f0eceacd47b6bcf78e825e482, + type: 3} + propertyPath: m_LocalRotation.x + value: 0.00017374336 + objectReference: {fileID: 0} + - target: {fileID: 3028706887086513762, guid: d4a2612f0eceacd47b6bcf78e825e482, + type: 3} + propertyPath: m_LocalRotation.y + value: 0.021191815 + objectReference: {fileID: 0} + - target: {fileID: 3028706887086513762, guid: d4a2612f0eceacd47b6bcf78e825e482, + type: 3} + propertyPath: m_LocalRotation.z + value: 0.008196404 + objectReference: {fileID: 0} + - target: {fileID: 3028706887086513762, guid: d4a2612f0eceacd47b6bcf78e825e482, + type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 3028706887086513762, guid: d4a2612f0eceacd47b6bcf78e825e482, + type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 3028706887086513762, guid: d4a2612f0eceacd47b6bcf78e825e482, + type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 3028706887086513766, guid: d4a2612f0eceacd47b6bcf78e825e482, + type: 3} + propertyPath: m_Name + value: EnergyItem + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: d4a2612f0eceacd47b6bcf78e825e482, type: 3} +--- !u!1 &1073373301592528507 stripped +GameObject: + m_CorrespondingSourceObject: {fileID: 3028706887086513766, guid: d4a2612f0eceacd47b6bcf78e825e482, + type: 3} + m_PrefabInstance: {fileID: 2660857211699169309} + m_PrefabAsset: {fileID: 0} +--- !u!114 &852966593880535959 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1073373301592528507} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 453ef2bcc92003342b9fe6a327abc98c, type: 3} + m_Name: + m_EditorClassIdentifier: + updateMethod: 0 + _spline: {fileID: 1060566878748878072} + _autoUpdate: 1 + _rotationModifier: + blend: 1 + useClippedPercent: 0 + keys: [] + _offsetModifier: + blend: 1 + useClippedPercent: 0 + keys: [] + _colorModifier: + blend: 1 + useClippedPercent: 0 + keys: [] + _sizeModifier: + blend: 1 + useClippedPercent: 0 + keys: [] + _clipFromSample: + position: {x: 0, y: 3793.4617, z: 0} + up: {x: -0.016381208, y: 0.9998656, z: 0.0006947864} + forward: {x: 0.042375527, y: 0, z: 0.99910176} + color: {r: 1, g: 1, b: 1, a: 1} + size: 1 + percent: 0 + _clipToSample: + position: {x: -6.452389, y: 2993.7717, z: 9196.879} + up: {x: 0.024099369, y: 0.9997095, z: -0.00042224576} + forward: {x: -0.07883373, y: 0.029735494, z: 0.99644417} + color: {r: 1, g: 1, b: 1, a: 1} + size: 1 + percent: 1 + _loopSamples: 0 + _clipFrom: 0 + _clipTo: 1 + animClipFrom: 0 + animClipTo: 1 + multithreaded: 0 + buildOnAwake: 1 + buildOnEnable: 0 + applyDirectionRotation: 1 + useTriggers: 0 + triggerGroup: 0 + _direction: 1 + _dontLerpDirection: 0 + _physicsMode: 0 + _motion: + _hasOffset: 1 + _hasRotationOffset: 0 + _offset: {x: 0, y: 10} + _rotationOffset: {x: 0, y: 0, z: 0} + _baseScale: {x: 1, y: 1, z: 1} + _2dMode: 0 + velocityHandleMode: 0 + applyPositionX: 1 + applyPositionY: 1 + applyPositionZ: 1 + applyPosition2D: 1 + retainLocalPosition: 0 + direction: 1 + applyRotationX: 1 + applyRotationY: 1 + applyRotationZ: 1 + applyRotation2D: 1 + retainLocalRotation: 0 + applyScaleX: 0 + applyScaleY: 0 + applyScaleZ: 0 + targetUser: {fileID: 852966593880535959} + targetRigidbody: {fileID: 0} + targetRigidbody2D: {fileID: 0} + targetTransform: {fileID: 1073373301592528511} + _result: + position: {x: 0, y: 3793.4617, z: 0} + up: {x: -0.016381208, y: 0.9998656, z: 0.0006947864} + forward: {x: 0.042375527, y: -0.0000000037252903, z: 0.99910176} + color: {r: 1, g: 1, b: 1, a: 1} + size: 1 + percent: 0 + _finalResult: + position: {x: 0, y: 3793.4617, z: 0} + up: {x: -0.016381208, y: 0.9998656, z: 0.0006947864} + forward: {x: 0.042375527, y: -0.0000000037252903, z: 0.99910176} + color: {r: 1, g: 1, b: 1, a: 1} + size: 1 + percent: 0 + _mode: 1 + _autoProject: 1 + _subdivide: 4 + _projectTarget: {fileID: 1073373301592528511} + applyTarget: {fileID: 0} + _targetObject: {fileID: 1073373301592528507} + _offset: {x: 0, y: 0} + _rotationOffset: {x: 0, y: 0, z: 0} + lastPosition: {x: -0.16381207, y: 3803.4602, z: 0.006947864} +--- !u!4 &1073373301592528511 stripped +Transform: + m_CorrespondingSourceObject: {fileID: 3028706887086513762, guid: d4a2612f0eceacd47b6bcf78e825e482, + type: 3} + m_PrefabInstance: {fileID: 2660857211699169309} + m_PrefabAsset: {fileID: 0} +--- !u!1001 &3529688529535683296 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 8597003987923531169} + m_Modifications: + - target: {fileID: 3028706887086513762, guid: aee215c1f39f68340a7244a6a4a79d81, + type: 3} + propertyPath: m_RootOrder + value: 3 + objectReference: {fileID: 0} + - target: {fileID: 3028706887086513762, guid: aee215c1f39f68340a7244a6a4a79d81, + type: 3} + propertyPath: m_LocalPosition.x + value: 3.9446712 + objectReference: {fileID: 0} + - target: {fileID: 3028706887086513762, guid: aee215c1f39f68340a7244a6a4a79d81, + type: 3} + propertyPath: m_LocalPosition.y + value: 802.0476 + objectReference: {fileID: 0} + - target: {fileID: 3028706887086513762, guid: aee215c1f39f68340a7244a6a4a79d81, + type: 3} + propertyPath: m_LocalPosition.z + value: 51.803745 + objectReference: {fileID: 0} + - target: {fileID: 3028706887086513762, guid: aee215c1f39f68340a7244a6a4a79d81, + type: 3} + propertyPath: m_LocalRotation.w + value: 0.99939054 + objectReference: {fileID: 0} + - target: {fileID: 3028706887086513762, guid: aee215c1f39f68340a7244a6a4a79d81, + type: 3} + propertyPath: m_LocalRotation.x + value: 0.0091590285 + objectReference: {fileID: 0} + - target: {fileID: 3028706887086513762, guid: aee215c1f39f68340a7244a6a4a79d81, + type: 3} + propertyPath: m_LocalRotation.y + value: 0.032814447 + objectReference: {fileID: 0} + - target: {fileID: 3028706887086513762, guid: aee215c1f39f68340a7244a6a4a79d81, + type: 3} + propertyPath: m_LocalRotation.z + value: 0.0076114074 + objectReference: {fileID: 0} + - target: {fileID: 3028706887086513762, guid: aee215c1f39f68340a7244a6a4a79d81, + type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 3028706887086513762, guid: aee215c1f39f68340a7244a6a4a79d81, + type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 3028706887086513762, guid: aee215c1f39f68340a7244a6a4a79d81, + type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 3028706887086513766, guid: aee215c1f39f68340a7244a6a4a79d81, + type: 3} + propertyPath: m_Name + value: TimeBonus + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: aee215c1f39f68340a7244a6a4a79d81, type: 3} +--- !u!4 &1942135393833768066 stripped +Transform: + m_CorrespondingSourceObject: {fileID: 3028706887086513762, guid: aee215c1f39f68340a7244a6a4a79d81, + type: 3} + m_PrefabInstance: {fileID: 3529688529535683296} + m_PrefabAsset: {fileID: 0} +--- !u!1 &1942135393833768070 stripped +GameObject: + m_CorrespondingSourceObject: {fileID: 3028706887086513766, guid: aee215c1f39f68340a7244a6a4a79d81, + type: 3} + m_PrefabInstance: {fileID: 3529688529535683296} + m_PrefabAsset: {fileID: 0} +--- !u!114 &6882746596879801477 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1942135393833768070} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 453ef2bcc92003342b9fe6a327abc98c, type: 3} + m_Name: + m_EditorClassIdentifier: + updateMethod: 0 + _spline: {fileID: 1060566878748878072} + _autoUpdate: 1 + _rotationModifier: + blend: 1 + useClippedPercent: 0 + keys: [] + _offsetModifier: + blend: 1 + useClippedPercent: 0 + keys: [] + _colorModifier: + blend: 1 + useClippedPercent: 0 + keys: [] + _sizeModifier: + blend: 1 + useClippedPercent: 0 + keys: [] + _clipFromSample: + position: {x: 0, y: 3793.4617, z: 0} + up: {x: -0.016381208, y: 0.9998656, z: 0.0006947864} + forward: {x: 0.042375527, y: 0, z: 0.99910176} + color: {r: 1, g: 1, b: 1, a: 1} + size: 1 + percent: 0 + _clipToSample: + position: {x: -6.452389, y: 2993.7717, z: 9196.879} + up: {x: 0.024099369, y: 0.9997095, z: -0.00042224576} + forward: {x: -0.07883373, y: 0.029735494, z: 0.99644417} + color: {r: 1, g: 1, b: 1, a: 1} + size: 1 + percent: 1 + _loopSamples: 0 + _clipFrom: 0 + _clipTo: 1 + animClipFrom: 0 + animClipTo: 1 + multithreaded: 0 + buildOnAwake: 1 + buildOnEnable: 0 + applyDirectionRotation: 1 + useTriggers: 0 + triggerGroup: 0 + _direction: 1 + _dontLerpDirection: 0 + _physicsMode: 0 + _motion: + _hasOffset: 1 + _hasRotationOffset: 0 + _offset: {x: 0, y: 10} + _rotationOffset: {x: 0, y: 0, z: 0} + _baseScale: {x: 1, y: 1, z: 1} + _2dMode: 0 + velocityHandleMode: 0 + applyPositionX: 1 + applyPositionY: 1 + applyPositionZ: 1 + applyPosition2D: 1 + retainLocalPosition: 0 + direction: 1 + applyRotationX: 1 + applyRotationY: 1 + applyRotationZ: 1 + applyRotation2D: 1 + retainLocalRotation: 0 + applyScaleX: 0 + applyScaleY: 0 + applyScaleZ: 0 + targetUser: {fileID: 6882746596879801477} + targetRigidbody: {fileID: 0} + targetRigidbody2D: {fileID: 0} + targetTransform: {fileID: 1942135393833768066} + _result: + position: {x: 4.1026764, y: 3792.0488, z: 51.796413} + up: {x: -0.01580052, y: 0.99987453, z: 0.00073316635} + forward: {x: 0.06572831, y: -0.01780736, z: 0.99767864} + color: {r: 1, g: 1, b: 1, a: 1} + size: 1 + percent: 0.005593376230870516 + _finalResult: + position: {x: 4.1026764, y: 3792.0488, z: 51.796413} + up: {x: -0.01580052, y: 0.99987453, z: 0.00073316635} + forward: {x: 0.06572831, y: -0.01780736, z: 0.99767864} + color: {r: 1, g: 1, b: 1, a: 1} + size: 1 + percent: 0.005593376230870516 + _mode: 1 + _autoProject: 1 + _subdivide: 4 + _projectTarget: {fileID: 1942135393833768066} + applyTarget: {fileID: 0} + _targetObject: {fileID: 1942135393833768070} + _offset: {x: 0, y: 0} + _rotationOffset: {x: 0, y: 0, z: 0} + lastPosition: {x: 3.9446712, y: 3802.0476, z: 51.803745} +--- !u!1001 &6648774143865103895 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 8597003987923531169} + m_Modifications: + - target: {fileID: 7433466994955407848, guid: aecccd5fc3dce4541b885faeb9059d37, + type: 3} + propertyPath: m_Name + value: SlowZone + objectReference: {fileID: 0} + - target: {fileID: 7433466994955407851, guid: aecccd5fc3dce4541b885faeb9059d37, + type: 3} + propertyPath: m_RootOrder + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 7433466994955407851, guid: aecccd5fc3dce4541b885faeb9059d37, + type: 3} + propertyPath: m_LocalPosition.x + value: 85.785866 + objectReference: {fileID: 0} + - target: {fileID: 7433466994955407851, guid: aecccd5fc3dce4541b885faeb9059d37, + type: 3} + propertyPath: m_LocalPosition.y + value: 724.7361 + objectReference: {fileID: 0} + - target: {fileID: 7433466994955407851, guid: aecccd5fc3dce4541b885faeb9059d37, + type: 3} + propertyPath: m_LocalPosition.z + value: 832.4858 + objectReference: {fileID: 0} + - target: {fileID: 7433466994955407851, guid: aecccd5fc3dce4541b885faeb9059d37, + type: 3} + propertyPath: m_LocalRotation.w + value: 0.9989405 + objectReference: {fileID: 0} + - target: {fileID: 7433466994955407851, guid: aecccd5fc3dce4541b885faeb9059d37, + type: 3} + propertyPath: m_LocalRotation.x + value: 0.022424532 + objectReference: {fileID: 0} + - target: {fileID: 7433466994955407851, guid: aecccd5fc3dce4541b885faeb9059d37, + type: 3} + propertyPath: m_LocalRotation.y + value: -0.008286205 + objectReference: {fileID: 0} + - target: {fileID: 7433466994955407851, guid: aecccd5fc3dce4541b885faeb9059d37, + type: 3} + propertyPath: m_LocalRotation.z + value: -0.03932414 + objectReference: {fileID: 0} + - target: {fileID: 7433466994955407851, guid: aecccd5fc3dce4541b885faeb9059d37, + type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 7433466994955407851, guid: aecccd5fc3dce4541b885faeb9059d37, + type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 7433466994955407851, guid: aecccd5fc3dce4541b885faeb9059d37, + type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: aecccd5fc3dce4541b885faeb9059d37, type: 3} +--- !u!4 &4282300932500879356 stripped +Transform: + m_CorrespondingSourceObject: {fileID: 7433466994955407851, guid: aecccd5fc3dce4541b885faeb9059d37, + type: 3} + m_PrefabInstance: {fileID: 6648774143865103895} + m_PrefabAsset: {fileID: 0} +--- !u!1 &4282300932500879359 stripped +GameObject: + m_CorrespondingSourceObject: {fileID: 7433466994955407848, guid: aecccd5fc3dce4541b885faeb9059d37, + type: 3} + m_PrefabInstance: {fileID: 6648774143865103895} + m_PrefabAsset: {fileID: 0} +--- !u!114 &3632634290401743044 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 4282300932500879359} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 453ef2bcc92003342b9fe6a327abc98c, type: 3} + m_Name: + m_EditorClassIdentifier: + updateMethod: 0 + _spline: {fileID: 1060566878748878072} + _autoUpdate: 1 + _rotationModifier: + blend: 1 + useClippedPercent: 0 + keys: [] + _offsetModifier: + blend: 1 + useClippedPercent: 0 + keys: [] + _colorModifier: + blend: 1 + useClippedPercent: 0 + keys: [] + _sizeModifier: + blend: 1 + useClippedPercent: 0 + keys: [] + _clipFromSample: + position: {x: 0, y: 3793.4617, z: 0} + up: {x: -0.016381208, y: 0.9998656, z: 0.0006947864} + forward: {x: 0.042375527, y: 0, z: 0.99910176} + color: {r: 1, g: 1, b: 1, a: 1} + size: 1 + percent: 0 + _clipToSample: + position: {x: -6.452389, y: 2993.7717, z: 9196.879} + up: {x: 0.024099369, y: 0.9997095, z: -0.00042224576} + forward: {x: -0.07883373, y: 0.029735494, z: 0.99644417} + color: {r: 1, g: 1, b: 1, a: 1} + size: 1 + percent: 1 + _loopSamples: 0 + _clipFrom: 0 + _clipTo: 1 + animClipFrom: 0 + animClipTo: 1 + multithreaded: 0 + buildOnAwake: 1 + buildOnEnable: 0 + applyDirectionRotation: 1 + useTriggers: 0 + triggerGroup: 0 + _direction: 1 + _dontLerpDirection: 0 + _physicsMode: 0 + _motion: + _hasOffset: 0 + _hasRotationOffset: 0 + _offset: {x: 0, y: 0} + _rotationOffset: {x: 0, y: 0, z: 0} + _baseScale: {x: 1, y: 1, z: 1} + _2dMode: 0 + velocityHandleMode: 0 + applyPositionX: 1 + applyPositionY: 1 + applyPositionZ: 1 + applyPosition2D: 1 + retainLocalPosition: 0 + direction: 1 + applyRotationX: 1 + applyRotationY: 1 + applyRotationZ: 1 + applyRotation2D: 1 + retainLocalRotation: 0 + applyScaleX: 0 + applyScaleY: 0 + applyScaleZ: 0 + targetUser: {fileID: 3632634290401743044} + targetRigidbody: {fileID: 0} + targetRigidbody2D: {fileID: 0} + targetTransform: {fileID: 4282300932500879356} + _result: + position: {x: 85.785866, y: 3724.736, z: 832.4858} + up: {x: 0.078840345, y: 0.9968628, z: 0.006980406} + forward: {x: -0.018318504, y: -0.044149853, z: 0.99885696} + color: {r: 1, g: 1, b: 1, a: 1} + size: 1 + percent: 0.0909287700051435 + _finalResult: + position: {x: 85.785866, y: 3724.736, z: 832.4858} + up: {x: 0.078840345, y: 0.9968628, z: 0.006980406} + forward: {x: -0.018318504, y: -0.044149853, z: 0.99885696} + color: {r: 1, g: 1, b: 1, a: 1} + size: 1 + percent: 0.0909287700051435 + _mode: 1 + _autoProject: 1 + _subdivide: 4 + _projectTarget: {fileID: 4282300932500879356} + applyTarget: {fileID: 0} + _targetObject: {fileID: 4282300932500879359} + _offset: {x: 0, y: 0} + _rotationOffset: {x: 0, y: 0, z: 0} + lastPosition: {x: 85.785866, y: 3724.736, z: 832.4858} +--- !u!1001 &7963325220953748097 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 8597003987923531169} + m_Modifications: + - target: {fileID: 4953496122477050764, guid: 418316069c4100a48b368883704e6b66, + type: 3} + propertyPath: m_RootOrder + value: 1 + objectReference: {fileID: 0} + - target: {fileID: 4953496122477050764, guid: 418316069c4100a48b368883704e6b66, + type: 3} + propertyPath: m_LocalPosition.x + value: 27.998386 + objectReference: {fileID: 0} + - target: {fileID: 4953496122477050764, guid: 418316069c4100a48b368883704e6b66, + type: 3} + propertyPath: m_LocalPosition.y + value: 780.2554 + objectReference: {fileID: 0} + - target: {fileID: 4953496122477050764, guid: 418316069c4100a48b368883704e6b66, + type: 3} + propertyPath: m_LocalPosition.z + value: 264.1333 + objectReference: {fileID: 0} + - target: {fileID: 4953496122477050764, guid: 418316069c4100a48b368883704e6b66, + type: 3} + propertyPath: m_LocalRotation.w + value: 0.9961221 + objectReference: {fileID: 0} + - target: {fileID: 4953496122477050764, guid: 418316069c4100a48b368883704e6b66, + type: 3} + propertyPath: m_LocalRotation.x + value: 0.045637175 + objectReference: {fileID: 0} + - target: {fileID: 4953496122477050764, guid: 418316069c4100a48b368883704e6b66, + type: 3} + propertyPath: m_LocalRotation.y + value: 0.075218 + objectReference: {fileID: 0} + - target: {fileID: 4953496122477050764, guid: 418316069c4100a48b368883704e6b66, + type: 3} + propertyPath: m_LocalRotation.z + value: 0.000555676 + objectReference: {fileID: 0} + - target: {fileID: 4953496122477050764, guid: 418316069c4100a48b368883704e6b66, + type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 4953496122477050764, guid: 418316069c4100a48b368883704e6b66, + type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 4953496122477050764, guid: 418316069c4100a48b368883704e6b66, + type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 4953496122477050767, guid: 418316069c4100a48b368883704e6b66, + type: 3} + propertyPath: m_Name + value: BoostZone + objectReference: {fileID: 0} + - target: {fileID: 5552326657438865862, guid: 418316069c4100a48b368883704e6b66, + type: 3} + propertyPath: m_LocalPosition.x + value: -23.4 + objectReference: {fileID: 0} + - target: {fileID: 5552326657438865862, guid: 418316069c4100a48b368883704e6b66, + type: 3} + propertyPath: m_LocalPosition.y + value: -0.7 + objectReference: {fileID: 0} + - target: {fileID: 5552326657438865862, guid: 418316069c4100a48b368883704e6b66, + type: 3} + propertyPath: m_LocalPosition.z + value: -11.6 + objectReference: {fileID: 0} + - target: {fileID: 5552326657438865862, guid: 418316069c4100a48b368883704e6b66, + type: 3} + propertyPath: m_LocalRotation.w + value: 0.99989355 + objectReference: {fileID: 0} + - target: {fileID: 5552326657438865862, guid: 418316069c4100a48b368883704e6b66, + type: 3} + propertyPath: m_LocalRotation.x + value: 0.01459704 + objectReference: {fileID: 0} + - target: {fileID: 5552326657438865862, guid: 418316069c4100a48b368883704e6b66, + type: 3} + propertyPath: m_LocalRotation.y + value: -0 + objectReference: {fileID: 0} + - target: {fileID: 5552326657438865862, guid: 418316069c4100a48b368883704e6b66, + type: 3} + propertyPath: m_LocalRotation.z + value: -0.0000000060535967 + objectReference: {fileID: 0} + - target: {fileID: 5552326657438865862, guid: 418316069c4100a48b368883704e6b66, + type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 1.673 + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 418316069c4100a48b368883704e6b66, type: 3} +--- !u!4 &3043642122136684813 stripped +Transform: + m_CorrespondingSourceObject: {fileID: 4953496122477050764, guid: 418316069c4100a48b368883704e6b66, + type: 3} + m_PrefabInstance: {fileID: 7963325220953748097} + m_PrefabAsset: {fileID: 0} +--- !u!1 &3043642122136684814 stripped +GameObject: + m_CorrespondingSourceObject: {fileID: 4953496122477050767, guid: 418316069c4100a48b368883704e6b66, + type: 3} + m_PrefabInstance: {fileID: 7963325220953748097} + m_PrefabAsset: {fileID: 0} +--- !u!114 &254920293236944666 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 3043642122136684814} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 453ef2bcc92003342b9fe6a327abc98c, type: 3} + m_Name: + m_EditorClassIdentifier: + updateMethod: 0 + _spline: {fileID: 1060566878748878072} + _autoUpdate: 1 + _rotationModifier: + blend: 1 + useClippedPercent: 0 + keys: [] + _offsetModifier: + blend: 1 + useClippedPercent: 0 + keys: [] + _colorModifier: + blend: 1 + useClippedPercent: 0 + keys: [] + _sizeModifier: + blend: 1 + useClippedPercent: 0 + keys: [] + _clipFromSample: + position: {x: 0, y: 3793.4617, z: 0} + up: {x: -0.016381208, y: 0.9998656, z: 0.0006947864} + forward: {x: 0.042375527, y: 0, z: 0.99910176} + color: {r: 1, g: 1, b: 1, a: 1} + size: 1 + percent: 0 + _clipToSample: + position: {x: -6.452389, y: 2993.7717, z: 9196.879} + up: {x: 0.024099369, y: 0.9997095, z: -0.00042224576} + forward: {x: -0.07883373, y: 0.029735494, z: 0.99644417} + color: {r: 1, g: 1, b: 1, a: 1} + size: 1 + percent: 1 + _loopSamples: 0 + _clipFrom: 0 + _clipTo: 1 + animClipFrom: 0 + animClipTo: 1 + multithreaded: 0 + buildOnAwake: 1 + buildOnEnable: 0 + applyDirectionRotation: 1 + useTriggers: 0 + triggerGroup: 0 + _direction: 1 + _dontLerpDirection: 0 + _physicsMode: 0 + _motion: + _hasOffset: 0 + _hasRotationOffset: 0 + _offset: {x: 0, y: 0} + _rotationOffset: {x: 0, y: 0, z: 0} + _baseScale: {x: 1, y: 1, z: 1} + _2dMode: 0 + velocityHandleMode: 0 + applyPositionX: 1 + applyPositionY: 1 + applyPositionZ: 1 + applyPosition2D: 1 + retainLocalPosition: 0 + direction: 1 + applyRotationX: 1 + applyRotationY: 1 + applyRotationZ: 1 + applyRotation2D: 1 + retainLocalRotation: 0 + applyScaleX: 0 + applyScaleY: 0 + applyScaleZ: 0 + targetUser: {fileID: 254920293236944666} + targetRigidbody: {fileID: 0} + targetRigidbody2D: {fileID: 0} + targetTransform: {fileID: 3043642122136684813} + _result: + position: {x: 27.998386, y: 3780.2554, z: 264.1333} + up: {x: -0.0078730425, y: 0.9999683, z: 0.0012570738} + forward: {x: 0.14990333, y: -0.09083679, z: 0.98451906} + color: {r: 1, g: 1, b: 1, a: 1} + size: 1 + percent: 0.028657300845401676 + _finalResult: + position: {x: 27.998386, y: 3780.2554, z: 264.1333} + up: {x: -0.0078730425, y: 0.9999683, z: 0.0012570738} + forward: {x: 0.14990333, y: -0.09083679, z: 0.98451906} + color: {r: 1, g: 1, b: 1, a: 1} + size: 1 + percent: 0.028657300845401676 + _mode: 1 + _autoProject: 1 + _subdivide: 4 + _projectTarget: {fileID: 3043642122136684813} + applyTarget: {fileID: 0} + _targetObject: {fileID: 3043642122136684814} + _offset: {x: 0, y: 0} + _rotationOffset: {x: 0, y: 0, z: 0} + lastPosition: {x: 27.998386, y: 3780.2554, z: 264.1333} +--- !u!1001 &8359023087868789960 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 8597003987923531169} + m_Modifications: + - target: {fileID: 7433466994955407848, guid: aecccd5fc3dce4541b885faeb9059d37, + type: 3} + propertyPath: m_Name + value: SlowZone (1) + objectReference: {fileID: 0} + - target: {fileID: 7433466994955407851, guid: aecccd5fc3dce4541b885faeb9059d37, + type: 3} + propertyPath: m_RootOrder + value: 4 + objectReference: {fileID: 0} + - target: {fileID: 7433466994955407851, guid: aecccd5fc3dce4541b885faeb9059d37, + type: 3} + propertyPath: m_LocalPosition.x + value: 70.51158 + objectReference: {fileID: 0} + - target: {fileID: 7433466994955407851, guid: aecccd5fc3dce4541b885faeb9059d37, + type: 3} + propertyPath: m_LocalPosition.y + value: 748.7107 + objectReference: {fileID: 0} + - target: {fileID: 7433466994955407851, guid: aecccd5fc3dce4541b885faeb9059d37, + type: 3} + propertyPath: m_LocalPosition.z + value: 540.2265 + objectReference: {fileID: 0} + - target: {fileID: 7433466994955407851, guid: aecccd5fc3dce4541b885faeb9059d37, + type: 3} + propertyPath: m_LocalRotation.w + value: 0.9964157 + objectReference: {fileID: 0} + - target: {fileID: 7433466994955407851, guid: aecccd5fc3dce4541b885faeb9059d37, + type: 3} + propertyPath: m_LocalRotation.x + value: 0.055758227 + objectReference: {fileID: 0} + - target: {fileID: 7433466994955407851, guid: aecccd5fc3dce4541b885faeb9059d37, + type: 3} + propertyPath: m_LocalRotation.y + value: 0.061360277 + objectReference: {fileID: 0} + - target: {fileID: 7433466994955407851, guid: aecccd5fc3dce4541b885faeb9059d37, + type: 3} + propertyPath: m_LocalRotation.z + value: -0.016787115 + objectReference: {fileID: 0} + - target: {fileID: 7433466994955407851, guid: aecccd5fc3dce4541b885faeb9059d37, + type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 7433466994955407851, guid: aecccd5fc3dce4541b885faeb9059d37, + type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 7433466994955407851, guid: aecccd5fc3dce4541b885faeb9059d37, + type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 7781942574092213844, guid: aecccd5fc3dce4541b885faeb9059d37, + type: 3} + propertyPath: m_LocalPosition.x + value: -22.6 + objectReference: {fileID: 0} + - target: {fileID: 7781942574092213844, guid: aecccd5fc3dce4541b885faeb9059d37, + type: 3} + propertyPath: m_LocalPosition.y + value: -0 + objectReference: {fileID: 0} + - target: {fileID: 7781942574092213844, guid: aecccd5fc3dce4541b885faeb9059d37, + type: 3} + propertyPath: m_LocalPosition.z + value: 0 + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: aecccd5fc3dce4541b885faeb9059d37, type: 3} +--- !u!1 &1380861177992385824 stripped +GameObject: + m_CorrespondingSourceObject: {fileID: 7433466994955407848, guid: aecccd5fc3dce4541b885faeb9059d37, + type: 3} + m_PrefabInstance: {fileID: 8359023087868789960} + m_PrefabAsset: {fileID: 0} +--- !u!114 &8874086662009620661 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1380861177992385824} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 453ef2bcc92003342b9fe6a327abc98c, type: 3} + m_Name: + m_EditorClassIdentifier: + updateMethod: 0 + _spline: {fileID: 1060566878748878072} + _autoUpdate: 1 + _rotationModifier: + blend: 1 + useClippedPercent: 0 + keys: [] + _offsetModifier: + blend: 1 + useClippedPercent: 0 + keys: [] + _colorModifier: + blend: 1 + useClippedPercent: 0 + keys: [] + _sizeModifier: + blend: 1 + useClippedPercent: 0 + keys: [] + _clipFromSample: + position: {x: 0, y: 3793.4617, z: 0} + up: {x: -0.016381208, y: 0.9998656, z: 0.0006947864} + forward: {x: 0.042375527, y: 0, z: 0.99910176} + color: {r: 1, g: 1, b: 1, a: 1} + size: 1 + percent: 0 + _clipToSample: + position: {x: -6.452389, y: 2993.7717, z: 9196.879} + up: {x: 0.024099369, y: 0.9997095, z: -0.00042224576} + forward: {x: -0.07883373, y: 0.029735494, z: 0.99644417} + color: {r: 1, g: 1, b: 1, a: 1} + size: 1 + percent: 1 + _loopSamples: 0 + _clipFrom: 0 + _clipTo: 1 + animClipFrom: 0 + animClipTo: 1 + multithreaded: 0 + buildOnAwake: 1 + buildOnEnable: 0 + applyDirectionRotation: 1 + useTriggers: 0 + triggerGroup: 0 + _direction: 1 + _dontLerpDirection: 0 + _physicsMode: 0 + _motion: + _hasOffset: 0 + _hasRotationOffset: 0 + _offset: {x: 0, y: 0} + _rotationOffset: {x: 0, y: 0, z: 0} + _baseScale: {x: 1, y: 1, z: 1} + _2dMode: 0 + velocityHandleMode: 0 + applyPositionX: 1 + applyPositionY: 1 + applyPositionZ: 1 + applyPosition2D: 1 + retainLocalPosition: 0 + direction: 1 + applyRotationX: 1 + applyRotationY: 1 + applyRotationZ: 1 + applyRotation2D: 1 + retainLocalRotation: 0 + applyScaleX: 0 + applyScaleY: 0 + applyScaleZ: 0 + targetUser: {fileID: 8874086662009620661} + targetRigidbody: {fileID: 0} + targetRigidbody2D: {fileID: 0} + targetTransform: {fileID: 1380861177992385827} + _result: + position: {x: 70.51158, y: 3748.7107, z: 540.2265} + up: {x: 0.027266044, y: 0.99962187, z: 0.003577975} + forward: {x: 0.12040864, y: -0.11317686, z: 0.9862519} + color: {r: 1, g: 1, b: 1, a: 1} + size: 1 + percent: 0.059021543375245414 + _finalResult: + position: {x: 70.51158, y: 3748.7107, z: 540.2265} + up: {x: 0.027266044, y: 0.99962187, z: 0.003577975} + forward: {x: 0.12040864, y: -0.11317686, z: 0.9862519} + color: {r: 1, g: 1, b: 1, a: 1} + size: 1 + percent: 0.059021543375245414 + _mode: 1 + _autoProject: 1 + _subdivide: 4 + _projectTarget: {fileID: 1380861177992385827} + applyTarget: {fileID: 0} + _targetObject: {fileID: 1380861177992385824} + _offset: {x: 0, y: 0} + _rotationOffset: {x: 0, y: 0, z: 0} + lastPosition: {x: 70.51158, y: 3748.7107, z: 540.2265} +--- !u!4 &1380861177992385827 stripped +Transform: + m_CorrespondingSourceObject: {fileID: 7433466994955407851, guid: aecccd5fc3dce4541b885faeb9059d37, + type: 3} + m_PrefabInstance: {fileID: 8359023087868789960} + m_PrefabAsset: {fileID: 0} diff --git a/Assets/Prefabs/TimeBonus.prefab b/Assets/Prefabs/TimeBonus.prefab index 47524f7d..99f5bbf4 100644 --- a/Assets/Prefabs/TimeBonus.prefab +++ b/Assets/Prefabs/TimeBonus.prefab @@ -125,6 +125,12 @@ GameObject: serializedVersion: 6 m_Component: - component: {fileID: 7794958387046956538} + - component: {fileID: 4510304359632125045} + - component: {fileID: 9052588901583413057} + - component: {fileID: 3503053064279915841} + - component: {fileID: 4784131443700078313} + - component: {fileID: 469361217100095854} + - component: {fileID: 3398743758289549858} m_Layer: 12 m_Name: Content m_TagString: Untagged @@ -149,6 +155,117 @@ Transform: m_Father: {fileID: 3028706887086513762} m_RootOrder: 0 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!114 &4510304359632125045 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 2227279787743119515} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: e4be06f767b2c3441b42fac2b14762e1, type: 3} + m_Name: + m_EditorClassIdentifier: + _vector: {x: 0, y: 1.3, z: 0} +--- !u!114 &9052588901583413057 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 2227279787743119515} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: e350e08b328ae8c4e9e45f209f216148, type: 3} + m_Name: + m_EditorClassIdentifier: + _space: 1 + _offset: {x: 0, y: 2, z: 0} + _time: 0.5 + _repeatCount: -1 + _ease: 0 +--- !u!135 &3503053064279915841 +SphereCollider: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 2227279787743119515} + m_Material: {fileID: 0} + m_IsTrigger: 1 + m_Enabled: 1 + serializedVersion: 2 + m_Radius: 3.5 + m_Center: {x: 0, y: 0, z: 0} +--- !u!54 &4784131443700078313 +Rigidbody: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 2227279787743119515} + serializedVersion: 2 + m_Mass: 1 + m_Drag: 0 + m_AngularDrag: 0.05 + m_UseGravity: 0 + m_IsKinematic: 1 + m_Interpolate: 0 + m_Constraints: 0 + m_CollisionDetection: 0 +--- !u!114 &469361217100095854 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 2227279787743119515} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 28b9e93c12a050746982d0ae2c8dab98, type: 3} + m_Name: + m_EditorClassIdentifier: + _scoreAdd: 5 + _selfDestroy: 1 + OnInterract: + m_PersistentCalls: + m_Calls: + - m_Target: {fileID: 3398743758289549858} + m_TargetAssemblyTypeName: SoundEmitter, Assembly-CSharp + m_MethodName: Play + m_Mode: 1 + m_Arguments: + m_ObjectArgument: {fileID: 0} + m_ObjectArgumentAssemblyTypeName: UnityEngine.Object, UnityEngine + m_IntArgument: 0 + m_FloatArgument: 0 + m_StringArgument: + m_BoolArgument: 0 + m_CallState: 2 + _timeBonus: 10 +--- !u!114 &3398743758289549858 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 2227279787743119515} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: a2dc6f3489b430644a64e340f565bc29, type: 3} + m_Name: + m_EditorClassIdentifier: + Sound: + Clip: {fileID: 8300000, guid: 576e97a978b88e741ae8d588ae805398, type: 3} + Volume: 1 + Priority: 128 + Pitch: 1 + Zone: 0.224 + PlayOnAwake: 0 + Loop: 0 + SoundPlayer: {fileID: 8851741688417011874, guid: d8aaa15f51dd55a4fb0b37cecdd79846, + type: 3} --- !u!1 &3028706887086513766 GameObject: m_ObjectHideFlags: 0 @@ -158,12 +275,6 @@ GameObject: serializedVersion: 6 m_Component: - component: {fileID: 3028706887086513762} - - component: {fileID: 1627902219} - - component: {fileID: 1627902221} - - component: {fileID: 7406562696202590174} - - component: {fileID: 3598344221402252609} - - component: {fileID: 7293286460685219722} - - component: {fileID: 1218026961467067068} - component: {fileID: 8764238343512043731} m_Layer: 12 m_Name: TimeBonus @@ -188,117 +299,6 @@ Transform: m_Father: {fileID: 0} m_RootOrder: 0 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!114 &1627902219 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 3028706887086513766} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: e4be06f767b2c3441b42fac2b14762e1, type: 3} - m_Name: - m_EditorClassIdentifier: - _vector: {x: 0, y: 1.3, z: 0} ---- !u!114 &1627902221 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 3028706887086513766} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: e350e08b328ae8c4e9e45f209f216148, type: 3} - m_Name: - m_EditorClassIdentifier: - _space: 1 - _offset: {x: 0, y: 2, z: 0} - _time: 0.5 - _repeatCount: -1 - _ease: 0 ---- !u!135 &7406562696202590174 -SphereCollider: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 3028706887086513766} - m_Material: {fileID: 0} - m_IsTrigger: 1 - m_Enabled: 1 - serializedVersion: 2 - m_Radius: 3.5 - m_Center: {x: 0, y: 0, z: 0} ---- !u!54 &3598344221402252609 -Rigidbody: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 3028706887086513766} - serializedVersion: 2 - m_Mass: 1 - m_Drag: 0 - m_AngularDrag: 0.05 - m_UseGravity: 0 - m_IsKinematic: 1 - m_Interpolate: 0 - m_Constraints: 0 - m_CollisionDetection: 0 ---- !u!114 &7293286460685219722 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 3028706887086513766} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: 28b9e93c12a050746982d0ae2c8dab98, type: 3} - m_Name: - m_EditorClassIdentifier: - _scoreAdd: 5 - _selfDestroy: 1 - OnInterract: - m_PersistentCalls: - m_Calls: - - m_Target: {fileID: 1218026961467067068} - m_TargetAssemblyTypeName: SoundEmitter, Assembly-CSharp - m_MethodName: Play - m_Mode: 1 - m_Arguments: - m_ObjectArgument: {fileID: 0} - m_ObjectArgumentAssemblyTypeName: UnityEngine.Object, UnityEngine - m_IntArgument: 0 - m_FloatArgument: 0 - m_StringArgument: - m_BoolArgument: 0 - m_CallState: 2 - _timeBonus: 10 ---- !u!114 &1218026961467067068 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 3028706887086513766} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: a2dc6f3489b430644a64e340f565bc29, type: 3} - m_Name: - m_EditorClassIdentifier: - Sound: - Clip: {fileID: 8300000, guid: 576e97a978b88e741ae8d588ae805398, type: 3} - Volume: 1 - Priority: 128 - Pitch: 1 - Zone: 0.224 - PlayOnAwake: 0 - Loop: 0 - SoundPlayer: {fileID: 8851741688417011874, guid: d8aaa15f51dd55a4fb0b37cecdd79846, - type: 3} --- !u!205 &8764238343512043731 LODGroup: m_ObjectHideFlags: 0