Updated Unity Version

Added graphics options and rendering quality level settings
Added new movement patterns to the dumb enemy AI
Added chance for Coward Enemies to drop a random
Added method to correctly reset the game variables on death and win screens
Updated the UI to work on different resolutions without breaking
Moved Sprites into a sprites folder
Fixed issue where score would overflow the int because the multiplier was too high
Fixed issue where new lives gained from the score breakpoints were not being calculated correctly
Fixed issue where clicking off a menu element then trying to control the menu with the controller did not correctly reselect a menu item
Fixed issue where enemies colliding with the outer boundary too much would break the sfx and music (i assume from a buffering issue)
This commit is contained in:
iDunnoDev
2022-07-23 14:43:52 +01:00
committed by iDunnoDev
parent fb3415c7b2
commit 62254a0332
145 changed files with 26991 additions and 1397 deletions

View File

@ -268,6 +268,7 @@ RectTransform:
m_LocalRotation: {x: -0, y: -0, z: -9.3132246e-10, w: 1}
m_LocalPosition: {x: 0, y: 0, z: 0}
m_LocalScale: {x: 1, y: 1, z: 1}
m_ConstrainProportionsScale: 0
m_Children:
- {fileID: 995811452}
m_Father: {fileID: 576573514}
@ -341,6 +342,7 @@ Transform:
m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
m_LocalPosition: {x: 0, y: 0, z: 0}
m_LocalScale: {x: 1, y: 1, z: 1}
m_ConstrainProportionsScale: 0
m_Children:
- {fileID: 1781575557}
- {fileID: 1811296948}
@ -647,6 +649,7 @@ Transform:
m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
m_LocalPosition: {x: 0, y: 0, z: 0}
m_LocalScale: {x: 1, y: 1, z: 1}
m_ConstrainProportionsScale: 0
m_Children: []
m_Father: {fileID: 0}
m_RootOrder: 7
@ -748,6 +751,7 @@ Transform:
m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
m_LocalPosition: {x: 0.78, y: -0.11, z: -0.43}
m_LocalScale: {x: 1, y: 1, z: 1}
m_ConstrainProportionsScale: 0
m_Children:
- {fileID: 2022119349}
- {fileID: 34617299}
@ -783,6 +787,7 @@ RectTransform:
m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
m_LocalPosition: {x: 0, y: 0, z: 0}
m_LocalScale: {x: 1, y: 1, z: 1}
m_ConstrainProportionsScale: 0
m_Children:
- {fileID: 1701621468}
- {fileID: 4960309105358370501}
@ -790,10 +795,10 @@ RectTransform:
m_Father: {fileID: 1775516367}
m_RootOrder: 1
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
m_AnchorMin: {x: 0.5, y: 0}
m_AnchorMax: {x: 0.5, y: 0}
m_AnchoredPosition: {x: -245, y: 391}
m_SizeDelta: {x: 1000, y: 600}
m_AnchorMin: {x: 0, y: 0}
m_AnchorMax: {x: 1, y: 0}
m_AnchoredPosition: {x: -250, y: 390}
m_SizeDelta: {x: -820, y: 600}
m_Pivot: {x: 0.5, y: 0.5}
--- !u!114 &576573515
MonoBehaviour:
@ -926,7 +931,7 @@ Transform:
m_PrefabAsset: {fileID: 0}
--- !u!95 &837044530
Animator:
serializedVersion: 3
serializedVersion: 4
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
@ -939,6 +944,7 @@ Animator:
m_UpdateMode: 0
m_ApplyRootMotion: 0
m_LinearVelocityBlending: 0
m_StabilizeFeet: 0
m_WarningMessage:
m_HasTransformHierarchy: 1
m_AllowConstantClipSamplingOptimization: 1
@ -1034,15 +1040,16 @@ RectTransform:
m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
m_LocalPosition: {x: 0, y: 0, z: -0}
m_LocalScale: {x: 1, y: 1, z: 1}
m_ConstrainProportionsScale: 0
m_Children:
- {fileID: 1284738580}
m_Father: {fileID: 1775516367}
m_RootOrder: 0
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
m_AnchorMin: {x: 0.5, y: 0.5}
m_AnchorMax: {x: 0.5, y: 0.5}
m_AnchoredPosition: {x: 0, y: 343}
m_SizeDelta: {x: 1500, y: 200}
m_AnchorMin: {x: 0, y: 1}
m_AnchorMax: {x: 1, y: 1}
m_AnchoredPosition: {x: 0, y: -220}
m_SizeDelta: {x: -320, y: 200}
m_Pivot: {x: 0.5, y: 0.5}
--- !u!114 &984878239
MonoBehaviour:
@ -1125,6 +1132,7 @@ RectTransform:
m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
m_LocalPosition: {x: 0, y: 0, z: 0}
m_LocalScale: {x: 1, y: 1, z: 1}
m_ConstrainProportionsScale: 0
m_Children: []
m_Father: {fileID: 44071500}
m_RootOrder: 0
@ -1346,6 +1354,7 @@ RectTransform:
m_LocalRotation: {x: -0, y: -0, z: -9.3132246e-10, w: 1}
m_LocalPosition: {x: 0, y: 0, z: 0}
m_LocalScale: {x: 1, y: 1, z: 1}
m_ConstrainProportionsScale: 0
m_Children: []
m_Father: {fileID: 984878238}
m_RootOrder: 0
@ -1664,6 +1673,7 @@ Transform:
m_LocalRotation: {x: -0.6362032, y: 0.01550694, z: 0.030747289, w: 0.77075255}
m_LocalPosition: {x: 0, y: -0.16, z: 0.44}
m_LocalScale: {x: 1, y: 1, z: 1}
m_ConstrainProportionsScale: 0
m_Children: []
m_Father: {fileID: 1588101066}
m_RootOrder: 0
@ -1693,6 +1703,7 @@ MeshRenderer:
m_CastShadows: 1
m_ReceiveShadows: 1
m_DynamicOccludee: 1
m_StaticShadowCaster: 0
m_MotionVectors: 1
m_LightProbeUsage: 1
m_ReflectionProbeUsage: 1
@ -1793,6 +1804,7 @@ Transform:
m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
m_LocalPosition: {x: 0, y: 0, z: 0}
m_LocalScale: {x: 1, y: 1, z: 1}
m_ConstrainProportionsScale: 0
m_Children: []
m_Father: {fileID: 0}
m_RootOrder: 3
@ -1948,6 +1960,7 @@ Transform:
m_LocalRotation: {x: -0.1891141, y: -0.0056493976, z: -0.039229676, w: 0.981155}
m_LocalPosition: {x: 0.14, y: 0.21, z: -1.87}
m_LocalScale: {x: 1, y: 1, z: 1}
m_ConstrainProportionsScale: 0
m_Children:
- {fileID: 1394483537}
m_Father: {fileID: 1057032564}
@ -2071,6 +2084,7 @@ RectTransform:
m_LocalRotation: {x: -0, y: -0, z: -9.3132246e-10, w: 1}
m_LocalPosition: {x: 0, y: 0, z: 0}
m_LocalScale: {x: 1, y: 1, z: 1}
m_ConstrainProportionsScale: 0
m_Children: []
m_Father: {fileID: 576573514}
m_RootOrder: 0
@ -2207,6 +2221,7 @@ RectTransform:
m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
m_LocalPosition: {x: 0, y: 0, z: 0}
m_LocalScale: {x: 1, y: 1, z: 1}
m_ConstrainProportionsScale: 0
m_Children:
- {fileID: 984878238}
- {fileID: 576573514}
@ -2282,6 +2297,7 @@ Transform:
m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
m_LocalPosition: {x: -1.02, y: 0, z: -0.69}
m_LocalScale: {x: 1, y: 1, z: 1}
m_ConstrainProportionsScale: 0
m_Children:
- {fileID: 927882402}
- {fileID: 2121382299}
@ -2314,6 +2330,7 @@ Transform:
m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
m_LocalPosition: {x: -1.1, y: 0, z: 3.14}
m_LocalScale: {x: 1, y: 1, z: 1}
m_ConstrainProportionsScale: 0
m_Children:
- {fileID: 2128812421}
- {fileID: 352744870}
@ -2398,6 +2415,7 @@ GameObject:
m_Component:
- component: {fileID: 1931139816}
- component: {fileID: 1931139815}
- component: {fileID: 1931139817}
m_Layer: 0
m_Name: Directional Light
m_TagString: Untagged
@ -2477,10 +2495,31 @@ Transform:
m_LocalRotation: {x: 0.40821788, y: -0.23456968, z: 0.10938163, w: 0.8754261}
m_LocalPosition: {x: 0, y: 3, z: 0}
m_LocalScale: {x: 1, y: 1, z: 1}
m_ConstrainProportionsScale: 0
m_Children: []
m_Father: {fileID: 0}
m_RootOrder: 0
m_LocalEulerAnglesHint: {x: 50, y: -30, z: 0}
--- !u!114 &1931139817
MonoBehaviour:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 1931139814}
m_Enabled: 1
m_EditorHideFlags: 0
m_Script: {fileID: 11500000, guid: 474bcb49853aa07438625e644c072ee6, type: 3}
m_Name:
m_EditorClassIdentifier:
m_Version: 1
m_UsePipelineSettings: 1
m_AdditionalLightsShadowResolutionTier: 2
m_LightLayerMask: 1
m_CustomShadowLayers: 0
m_ShadowLayerMask: 1
m_LightCookieSize: {x: 1, y: 1}
m_LightCookieOffset: {x: 0, y: 0}
--- !u!1 &1966888547
GameObject:
m_ObjectHideFlags: 0
@ -2534,7 +2573,7 @@ MonoBehaviour:
m_ScaleFactor: 1
m_ReferenceResolution: {x: 1920, y: 1080}
m_ScreenMatchMode: 0
m_MatchWidthOrHeight: 0
m_MatchWidthOrHeight: 0.5
m_PhysicalUnit: 3
m_FallbackScreenDPI: 96
m_DefaultSpriteDPI: 96
@ -2571,6 +2610,7 @@ RectTransform:
m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
m_LocalPosition: {x: 0, y: 0, z: 0}
m_LocalScale: {x: 0, y: 0, z: 0}
m_ConstrainProportionsScale: 0
m_Children:
- {fileID: 1775516367}
m_Father: {fileID: 0}
@ -2613,6 +2653,7 @@ Transform:
m_LocalRotation: {x: -0.09923708, y: -0.47912842, z: 0.21786198, w: 0.84446675}
m_LocalPosition: {x: 141.8, y: 0, z: 3.5}
m_LocalScale: {x: 1, y: 1, z: 1}
m_ConstrainProportionsScale: 0
m_Children:
- {fileID: 486238718}
- {fileID: 35040793}
@ -2622,7 +2663,7 @@ Transform:
m_LocalEulerAnglesHint: {x: 22.01273, y: 55.43201, z: 342.7451}
--- !u!95 &2027631304
Animator:
serializedVersion: 3
serializedVersion: 4
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
@ -2635,6 +2676,7 @@ Animator:
m_UpdateMode: 0
m_ApplyRootMotion: 0
m_LinearVelocityBlending: 0
m_StabilizeFeet: 0
m_WarningMessage:
m_HasTransformHierarchy: 1
m_AllowConstantClipSamplingOptimization: 1
@ -2661,6 +2703,7 @@ ParticleSystemRenderer:
m_CastShadows: 0
m_ReceiveShadows: 0
m_DynamicOccludee: 1
m_StaticShadowCaster: 0
m_MotionVectors: 1
m_LightProbeUsage: 0
m_ReflectionProbeUsage: 0
@ -2691,6 +2734,7 @@ ParticleSystemRenderer:
m_SortingLayer: 0
m_SortingOrder: 0
m_RenderMode: 0
m_MeshDistribution: 0
m_SortMode: 0
m_MinParticleSize: 0
m_MaxParticleSize: 0.74
@ -2714,6 +2758,10 @@ ParticleSystemRenderer:
m_Mesh1: {fileID: 0}
m_Mesh2: {fileID: 0}
m_Mesh3: {fileID: 0}
m_MeshWeighting: 1
m_MeshWeighting1: 1
m_MeshWeighting2: 1
m_MeshWeighting3: 1
m_MaskInteraction: 0
--- !u!198 &1239372577733959947
ParticleSystem:
@ -2722,19 +2770,19 @@ ParticleSystem:
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 7141841164908066073}
serializedVersion: 7
serializedVersion: 8
lengthInSec: 5
simulationSpeed: 1
stopAction: 0
cullingMode: 0
ringBufferMode: 0
ringBufferLoopRange: {x: 0, y: 1}
emitterVelocityMode: 0
looping: 1
prewarm: 1
playOnAwake: 1
useUnscaledTime: 0
autoRandomSeed: 1
useRigidbodyForVelocity: 1
startDelay:
serializedVersion: 2
minMaxState: 0
@ -3284,6 +3332,7 @@ ParticleSystem:
m_RotationOrder: 4
randomizeRotationDirection: 0
maxNumParticles: 1000
customEmitterVelocity: {x: 0, y: 0, z: 0}
size3D: 0
rotation3D: 0
gravityModifier:
@ -7439,6 +7488,7 @@ Transform:
m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
m_LocalPosition: {x: 0, y: 0, z: 0}
m_LocalScale: {x: 5, y: 5, z: 5}
m_ConstrainProportionsScale: 0
m_Children: []
m_Father: {fileID: 4934754452015277623}
m_RootOrder: 0
@ -7454,6 +7504,7 @@ MeshRenderer:
m_CastShadows: 0
m_ReceiveShadows: 0
m_DynamicOccludee: 1
m_StaticShadowCaster: 0
m_MotionVectors: 1
m_LightProbeUsage: 1
m_ReflectionProbeUsage: 1
@ -7494,6 +7545,7 @@ Transform:
m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
m_LocalPosition: {x: 0, y: 61.8, z: 90}
m_LocalScale: {x: 1, y: 1, z: 1}
m_ConstrainProportionsScale: 0
m_Children:
- {fileID: 3116410834729497928}
m_Father: {fileID: 0}
@ -7596,6 +7648,7 @@ RectTransform:
m_LocalRotation: {x: -0, y: -0, z: -9.3132246e-10, w: 1}
m_LocalPosition: {x: 0, y: 0, z: 0}
m_LocalScale: {x: 1, y: 1, z: 1}
m_ConstrainProportionsScale: 0
m_Children:
- {fileID: 4960309106392980041}
m_Father: {fileID: 576573514}
@ -7761,6 +7814,7 @@ RectTransform:
m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
m_LocalPosition: {x: 0, y: 0, z: 0}
m_LocalScale: {x: 1, y: 1, z: 1}
m_ConstrainProportionsScale: 0
m_Children: []
m_Father: {fileID: 4960309105358370501}
m_RootOrder: 0

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@ -232,7 +232,7 @@ MonoBehaviour:
m_fontSizeMin: 18
m_fontSizeMax: 50
m_fontStyle: 1
m_HorizontalAlignment: 2
m_HorizontalAlignment: 8
m_VerticalAlignment: 256
m_textAlignment: 65535
m_characterSpacing: 0
@ -283,16 +283,17 @@ RectTransform:
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 478750750}
m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
m_LocalPosition: {x: 0, y: 0, z: -9.897978}
m_LocalPosition: {x: 0, y: 0, z: 0}
m_LocalScale: {x: 1, y: 1, z: 1}
m_ConstrainProportionsScale: 0
m_Children: []
m_Father: {fileID: 780339829}
m_RootOrder: 2
m_RootOrder: 3
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
m_AnchorMin: {x: 0.5, y: 1}
m_AnchorMax: {x: 0.5, y: 1}
m_AnchoredPosition: {x: 416.00977, y: -37.997864}
m_SizeDelta: {x: 1000, y: 700}
m_AnchorMin: {x: 0, y: 0}
m_AnchorMax: {x: 1, y: 1}
m_AnchoredPosition: {x: 0, y: 180}
m_SizeDelta: {x: -40, y: -640}
m_Pivot: {x: 0.5, y: 0.5}
--- !u!1 &491959039
GameObject:
@ -332,10 +333,8 @@ MonoBehaviour:
m_OnCullStateChanged:
m_PersistentCalls:
m_Calls: []
m_text: 'Lucky we also swiped that boost upgrade too! otherwise we''d be toast,
now quickly lets go before more catch up!
'
m_text: Lucky we also swiped that boost upgrade too! otherwise we'd be toast, now
quickly let's go before more catch up!
m_isRightToLeft: 0
m_fontAsset: {fileID: 11400000, guid: dc36b3fdc14f47ebb36fd484a67e268a, type: 2}
m_sharedMaterial: {fileID: 2140032, guid: dc36b3fdc14f47ebb36fd484a67e268a, type: 2}
@ -369,7 +368,7 @@ MonoBehaviour:
m_fontSizeMin: 18
m_fontSizeMax: 50
m_fontStyle: 1
m_HorizontalAlignment: 2
m_HorizontalAlignment: 8
m_VerticalAlignment: 256
m_textAlignment: 65535
m_characterSpacing: 0
@ -420,16 +419,17 @@ RectTransform:
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 491959039}
m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
m_LocalPosition: {x: 0, y: 0, z: -9.897978}
m_LocalPosition: {x: 0, y: 0, z: 0}
m_LocalScale: {x: 1, y: 1, z: 1}
m_ConstrainProportionsScale: 0
m_Children: []
m_Father: {fileID: 780339829}
m_RootOrder: 6
m_RootOrder: 7
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
m_AnchorMin: {x: 0.5, y: 1}
m_AnchorMax: {x: 0.5, y: 1}
m_AnchoredPosition: {x: 416.00977, y: -37.997864}
m_SizeDelta: {x: 1000, y: 700}
m_AnchorMin: {x: 0, y: 0}
m_AnchorMax: {x: 1, y: 1}
m_AnchoredPosition: {x: 0, y: 180}
m_SizeDelta: {x: -40, y: -640}
m_Pivot: {x: 0.5, y: 0.5}
--- !u!1 &519550478
GameObject:
@ -459,18 +459,18 @@ RectTransform:
m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
m_LocalPosition: {x: 0, y: 0, z: 0}
m_LocalScale: {x: 1, y: 1, z: 1}
m_ConstrainProportionsScale: 0
m_Children:
- {fileID: 6565270825925647866}
- {fileID: 1275665788184009304}
- {fileID: 1836164415}
- {fileID: 757553330}
m_Father: {fileID: 1264617542}
m_RootOrder: 0
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
m_AnchorMin: {x: 0.5, y: 0.5}
m_AnchorMax: {x: 0.5, y: 0.5}
m_AnchoredPosition: {x: -518, y: 1}
m_SizeDelta: {x: 800, y: 1000}
m_AnchorMin: {x: 0, y: 0}
m_AnchorMax: {x: 0, y: 1}
m_AnchoredPosition: {x: 420, y: 0}
m_SizeDelta: {x: 800, y: -40}
m_Pivot: {x: 0.5, y: 0.5}
--- !u!114 &519550480
MonoBehaviour:
@ -520,6 +520,7 @@ GameObject:
m_Component:
- component: {fileID: 544198743}
- component: {fileID: 544198742}
- component: {fileID: 544198744}
m_Layer: 0
m_Name: Directional Light
m_TagString: Untagged
@ -599,10 +600,31 @@ Transform:
m_LocalRotation: {x: 0.40821788, y: -0.23456968, z: 0.10938163, w: 0.8754261}
m_LocalPosition: {x: 0, y: 3, z: 0}
m_LocalScale: {x: 1, y: 1, z: 1}
m_ConstrainProportionsScale: 0
m_Children: []
m_Father: {fileID: 0}
m_RootOrder: 1
m_LocalEulerAnglesHint: {x: 50, y: -30, z: 0}
--- !u!114 &544198744
MonoBehaviour:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 544198741}
m_Enabled: 1
m_EditorHideFlags: 0
m_Script: {fileID: 11500000, guid: 474bcb49853aa07438625e644c072ee6, type: 3}
m_Name:
m_EditorClassIdentifier:
m_Version: 1
m_UsePipelineSettings: 1
m_AdditionalLightsShadowResolutionTier: 2
m_LightLayerMask: 1
m_CustomShadowLayers: 0
m_ShadowLayerMask: 1
m_LightCookieSize: {x: 1, y: 1}
m_LightCookieOffset: {x: 0, y: 0}
--- !u!1 &603507953
GameObject:
m_ObjectHideFlags: 0
@ -629,16 +651,17 @@ RectTransform:
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 603507953}
m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
m_LocalPosition: {x: 0, y: 0, z: -9.897978}
m_LocalPosition: {x: 0, y: 0, z: 0}
m_LocalScale: {x: 1, y: 1, z: 1}
m_ConstrainProportionsScale: 0
m_Children: []
m_Father: {fileID: 780339829}
m_RootOrder: 3
m_RootOrder: 4
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
m_AnchorMin: {x: 0.5, y: 1}
m_AnchorMax: {x: 0.5, y: 1}
m_AnchoredPosition: {x: 416.00977, y: -37.997864}
m_SizeDelta: {x: 1000, y: 700}
m_AnchorMin: {x: 0, y: 0}
m_AnchorMax: {x: 1, y: 1}
m_AnchoredPosition: {x: 0, y: 180}
m_SizeDelta: {x: -40, y: -640}
m_Pivot: {x: 0.5, y: 0.5}
--- !u!114 &603507955
MonoBehaviour:
@ -660,10 +683,8 @@ MonoBehaviour:
m_OnCullStateChanged:
m_PersistentCalls:
m_Calls: []
m_text: 'Oh Bugger! the federation has caught up, you''ll have to dispatch them
by colliding with their pilot below...
'
m_text: Oh Bugger! the federation has caught up; you'll have to dispatch them by
colliding with their pilot below...
m_isRightToLeft: 0
m_fontAsset: {fileID: 11400000, guid: dc36b3fdc14f47ebb36fd484a67e268a, type: 2}
m_sharedMaterial: {fileID: 2140032, guid: dc36b3fdc14f47ebb36fd484a67e268a, type: 2}
@ -697,7 +718,7 @@ MonoBehaviour:
m_fontSizeMin: 18
m_fontSizeMax: 50
m_fontStyle: 1
m_HorizontalAlignment: 2
m_HorizontalAlignment: 8
m_VerticalAlignment: 256
m_textAlignment: 65535
m_characterSpacing: 0
@ -826,14 +847,15 @@ RectTransform:
m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
m_LocalPosition: {x: 0, y: 0, z: -0}
m_LocalScale: {x: 1, y: 1, z: 1}
m_ConstrainProportionsScale: 0
m_Children:
- {fileID: 732174781}
m_Father: {fileID: 780339829}
m_RootOrder: 7
m_RootOrder: 8
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
m_AnchorMin: {x: 0, y: 0}
m_AnchorMax: {x: 0, y: 0}
m_AnchoredPosition: {x: 107, y: -400}
m_AnchoredPosition: {x: 150, y: 70}
m_SizeDelta: {x: 300, y: 60}
m_Pivot: {x: 0.5, y: 0.5}
--- !u!114 &715162345
@ -994,6 +1016,7 @@ RectTransform:
m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
m_LocalPosition: {x: 0, y: 0, z: 0}
m_LocalScale: {x: 1, y: 1, z: 1}
m_ConstrainProportionsScale: 0
m_Children: []
m_Father: {fileID: 715162344}
m_RootOrder: 0
@ -1130,14 +1153,15 @@ RectTransform:
m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
m_LocalPosition: {x: 0, y: 0, z: -10}
m_LocalScale: {x: 1, y: 1, z: 1}
m_ConstrainProportionsScale: 0
m_Children: []
m_Father: {fileID: 519550479}
m_RootOrder: 3
m_RootOrder: 2
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
m_AnchorMin: {x: 0.5, y: 1}
m_AnchorMax: {x: 0.5, y: 1}
m_AnchoredPosition: {x: 0, y: -516}
m_SizeDelta: {x: 730, y: 700}
m_AnchorMin: {x: 0, y: 0}
m_AnchorMax: {x: 1, y: 1}
m_AnchoredPosition: {x: 0, y: 0}
m_SizeDelta: {x: -80, y: -300}
m_Pivot: {x: 0.5, y: 0.5}
--- !u!114 &757553331
MonoBehaviour:
@ -1209,7 +1233,7 @@ MonoBehaviour:
m_faceColor:
serializedVersion: 2
rgba: 4294967295
m_fontSize: 53.75
m_fontSize: 53
m_fontSizeBase: 36
m_fontWeight: 400
m_enableAutoSizing: 1
@ -1268,6 +1292,8 @@ GameObject:
serializedVersion: 6
m_Component:
- component: {fileID: 780339829}
- component: {fileID: 780339831}
- component: {fileID: 780339830}
m_Layer: 5
m_Name: HowToBackground
m_TagString: Untagged
@ -1283,9 +1309,11 @@ RectTransform:
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 780339828}
m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
m_LocalPosition: {x: 0, y: 0, z: 0}
m_LocalPosition: {x: 0, y: 0, z: 0.1}
m_LocalScale: {x: 1, y: 1, z: 1}
m_ConstrainProportionsScale: 0
m_Children:
- {fileID: 1836164415}
- {fileID: 1348690020}
- {fileID: 1945836324}
- {fileID: 478750753}
@ -1298,11 +1326,49 @@ RectTransform:
m_Father: {fileID: 1264617542}
m_RootOrder: 1
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
m_AnchorMin: {x: 0.5, y: 0.5}
m_AnchorMax: {x: 0.5, y: 0.5}
m_AnchoredPosition: {x: 0, y: 0}
m_SizeDelta: {x: 100, y: 100}
m_AnchorMin: {x: 0, y: 0}
m_AnchorMax: {x: 1, y: 1}
m_AnchoredPosition: {x: 410, y: 0}
m_SizeDelta: {x: -900, y: -40}
m_Pivot: {x: 0.5, y: 0.5}
--- !u!114 &780339830
MonoBehaviour:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 780339828}
m_Enabled: 1
m_EditorHideFlags: 0
m_Script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3}
m_Name:
m_EditorClassIdentifier:
m_Material: {fileID: 0}
m_Color: {r: 1, g: 1, b: 1, a: 0}
m_RaycastTarget: 1
m_RaycastPadding: {x: 0, y: 0, z: 0, w: 0}
m_Maskable: 1
m_OnCullStateChanged:
m_PersistentCalls:
m_Calls: []
m_Sprite: {fileID: 0}
m_Type: 0
m_PreserveAspect: 0
m_FillCenter: 1
m_FillMethod: 4
m_FillAmount: 1
m_FillClockwise: 1
m_FillOrigin: 0
m_UseSpriteMesh: 0
m_PixelsPerUnitMultiplier: 1
--- !u!222 &780339831
CanvasRenderer:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 780339828}
m_CullTransparentMesh: 1
--- !u!1 &855653088
GameObject:
m_ObjectHideFlags: 0
@ -1385,6 +1451,7 @@ Transform:
m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
m_LocalPosition: {x: 0, y: 0, z: 0}
m_LocalScale: {x: 1, y: 1, z: 1}
m_ConstrainProportionsScale: 0
m_Children: []
m_Father: {fileID: 0}
m_RootOrder: 8
@ -1447,7 +1514,7 @@ MonoBehaviour:
m_ScaleFactor: 1
m_ReferenceResolution: {x: 1920, y: 1080}
m_ScreenMatchMode: 0
m_MatchWidthOrHeight: 0
m_MatchWidthOrHeight: 0.5
m_PhysicalUnit: 3
m_FallbackScreenDPI: 96
m_DefaultSpriteDPI: 96
@ -1484,6 +1551,7 @@ RectTransform:
m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
m_LocalPosition: {x: 0, y: 0, z: 0}
m_LocalScale: {x: 0, y: 0, z: 0}
m_ConstrainProportionsScale: 0
m_Children:
- {fileID: 1264617542}
m_Father: {fileID: 0}
@ -1522,6 +1590,7 @@ RectTransform:
m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
m_LocalPosition: {x: 0, y: 0, z: 0}
m_LocalScale: {x: 1, y: 1, z: 1}
m_ConstrainProportionsScale: 0
m_Children: []
m_Father: {fileID: 1985906626}
m_RootOrder: 0
@ -1551,7 +1620,7 @@ MonoBehaviour:
m_OnCullStateChanged:
m_PersistentCalls:
m_Calls: []
m_text: Skip
m_text: Next
m_isRightToLeft: 0
m_fontAsset: {fileID: 11400000, guid: dc36b3fdc14f47ebb36fd484a67e268a, type: 2}
m_sharedMaterial: {fileID: 2140032, guid: dc36b3fdc14f47ebb36fd484a67e268a, type: 2}
@ -1638,7 +1707,6 @@ GameObject:
m_Component:
- component: {fileID: 1264617542}
- component: {fileID: 1264617544}
- component: {fileID: 1264617543}
m_Layer: 5
m_Name: ControlsPanel
m_TagString: Untagged
@ -1654,8 +1722,9 @@ RectTransform:
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 1264617541}
m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
m_LocalPosition: {x: 0, y: 0, z: 0}
m_LocalPosition: {x: 0, y: 0, z: -0}
m_LocalScale: {x: 1, y: 1, z: 1}
m_ConstrainProportionsScale: 0
m_Children:
- {fileID: 519550479}
- {fileID: 780339829}
@ -1667,36 +1736,6 @@ RectTransform:
m_AnchoredPosition: {x: 0, y: 0}
m_SizeDelta: {x: 0, y: 0}
m_Pivot: {x: 0.5, y: 0.5}
--- !u!114 &1264617543
MonoBehaviour:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 1264617541}
m_Enabled: 1
m_EditorHideFlags: 0
m_Script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3}
m_Name:
m_EditorClassIdentifier:
m_Material: {fileID: 0}
m_Color: {r: 1, g: 1, b: 1, a: 0}
m_RaycastTarget: 1
m_RaycastPadding: {x: 0, y: 0, z: 0, w: 0}
m_Maskable: 1
m_OnCullStateChanged:
m_PersistentCalls:
m_Calls: []
m_Sprite: {fileID: 0}
m_Type: 1
m_PreserveAspect: 0
m_FillCenter: 1
m_FillMethod: 4
m_FillAmount: 1
m_FillClockwise: 1
m_FillOrigin: 0
m_UseSpriteMesh: 0
m_PixelsPerUnitMultiplier: 1
--- !u!222 &1264617544
CanvasRenderer:
m_ObjectHideFlags: 0
@ -1763,6 +1802,7 @@ Transform:
m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
m_LocalPosition: {x: 0, y: 0, z: 0}
m_LocalScale: {x: 1, y: 1, z: 1}
m_ConstrainProportionsScale: 0
m_Children: []
m_Father: {fileID: 0}
m_RootOrder: 9
@ -1793,16 +1833,17 @@ RectTransform:
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 1348690019}
m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
m_LocalPosition: {x: 0, y: 0, z: -9.897978}
m_LocalPosition: {x: 0, y: 0, z: 0}
m_LocalScale: {x: 1, y: 1, z: 1}
m_ConstrainProportionsScale: 0
m_Children: []
m_Father: {fileID: 780339829}
m_RootOrder: 0
m_RootOrder: 1
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
m_AnchorMin: {x: 0.5, y: 1}
m_AnchorMax: {x: 0.5, y: 1}
m_AnchoredPosition: {x: 416.00977, y: -37.997864}
m_SizeDelta: {x: 1000, y: 700}
m_AnchorMin: {x: 0, y: 0}
m_AnchorMax: {x: 1, y: 1}
m_AnchoredPosition: {x: 0, y: 180}
m_SizeDelta: {x: -40, y: -640}
m_Pivot: {x: 0.5, y: 0.5}
--- !u!114 &1348690021
MonoBehaviour:
@ -1859,7 +1900,7 @@ MonoBehaviour:
m_fontSizeMin: 18
m_fontSizeMax: 50
m_fontStyle: 1
m_HorizontalAlignment: 2
m_HorizontalAlignment: 8
m_VerticalAlignment: 256
m_textAlignment: 65535
m_characterSpacing: 0
@ -1950,7 +1991,7 @@ MonoBehaviour:
m_OnCullStateChanged:
m_PersistentCalls:
m_Calls: []
m_text: This is bad, another enemy has caught up, we cant let them hit us from
m_text: This is bad, another enemy has caught up, we can't let them hit us from
above....
m_isRightToLeft: 0
m_fontAsset: {fileID: 11400000, guid: dc36b3fdc14f47ebb36fd484a67e268a, type: 2}
@ -1985,7 +2026,7 @@ MonoBehaviour:
m_fontSizeMin: 18
m_fontSizeMax: 50
m_fontStyle: 1
m_HorizontalAlignment: 2
m_HorizontalAlignment: 8
m_VerticalAlignment: 256
m_textAlignment: 65535
m_characterSpacing: 0
@ -2036,16 +2077,17 @@ RectTransform:
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 1453629084}
m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
m_LocalPosition: {x: 0, y: 0, z: -9.897978}
m_LocalPosition: {x: 0, y: 0, z: 0}
m_LocalScale: {x: 1, y: 1, z: 1}
m_ConstrainProportionsScale: 0
m_Children: []
m_Father: {fileID: 780339829}
m_RootOrder: 5
m_RootOrder: 6
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
m_AnchorMin: {x: 0.5, y: 1}
m_AnchorMax: {x: 0.5, y: 1}
m_AnchoredPosition: {x: 416.00977, y: -37.997864}
m_SizeDelta: {x: 1000, y: 700}
m_AnchorMin: {x: 0, y: 0}
m_AnchorMax: {x: 1, y: 1}
m_AnchoredPosition: {x: 0, y: 175}
m_SizeDelta: {x: -40, y: -650}
m_Pivot: {x: 0.5, y: 0.5}
--- !u!1 &1474611762
GameObject:
@ -2122,7 +2164,7 @@ MonoBehaviour:
m_fontSizeMin: 18
m_fontSizeMax: 50
m_fontStyle: 1
m_HorizontalAlignment: 2
m_HorizontalAlignment: 8
m_VerticalAlignment: 256
m_textAlignment: 65535
m_characterSpacing: 0
@ -2173,16 +2215,17 @@ RectTransform:
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 1474611762}
m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
m_LocalPosition: {x: 0, y: 0, z: -9.897978}
m_LocalPosition: {x: 0, y: 0, z: 0}
m_LocalScale: {x: 1, y: 1, z: 1}
m_ConstrainProportionsScale: 0
m_Children: []
m_Father: {fileID: 780339829}
m_RootOrder: 4
m_RootOrder: 5
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
m_AnchorMin: {x: 0.5, y: 1}
m_AnchorMax: {x: 0.5, y: 1}
m_AnchoredPosition: {x: 416.00977, y: -37.997864}
m_SizeDelta: {x: 1000, y: 700}
m_AnchorMin: {x: 0, y: 0}
m_AnchorMax: {x: 1, y: 1}
m_AnchoredPosition: {x: 0, y: 175}
m_SizeDelta: {x: -40, y: -650}
m_Pivot: {x: 0.5, y: 0.5}
--- !u!1001 &1483692929
PrefabInstance:
@ -2277,6 +2320,7 @@ RectTransform:
m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
m_LocalPosition: {x: 0, y: 0, z: -10}
m_LocalScale: {x: 1, y: 1, z: 1}
m_ConstrainProportionsScale: 0
m_Children: []
m_Father: {fileID: 1836164415}
m_RootOrder: 0
@ -2463,6 +2507,7 @@ Transform:
m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
m_LocalPosition: {x: 0, y: 0, z: 0}
m_LocalScale: {x: 1, y: 1, z: 1}
m_ConstrainProportionsScale: 0
m_Children: []
m_Father: {fileID: 0}
m_RootOrder: 5
@ -2494,17 +2539,18 @@ RectTransform:
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 1836164414}
m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
m_LocalPosition: {x: 0, y: 0, z: 0}
m_LocalPosition: {x: 0, y: 0, z: -0}
m_LocalScale: {x: 1, y: 1, z: 1}
m_ConstrainProportionsScale: 0
m_Children:
- {fileID: 1519984289}
m_Father: {fileID: 519550479}
m_RootOrder: 2
m_Father: {fileID: 780339829}
m_RootOrder: 0
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
m_AnchorMin: {x: 0.5, y: 0.5}
m_AnchorMax: {x: 0.5, y: 0.5}
m_AnchoredPosition: {x: 940, y: 450}
m_SizeDelta: {x: 1000, y: 80}
m_AnchorMin: {x: 0, y: 1}
m_AnchorMax: {x: 1, y: 1}
m_AnchoredPosition: {x: 0, y: -60}
m_SizeDelta: {x: 0, y: 80}
m_Pivot: {x: 0.5, y: 0.5}
--- !u!114 &1836164416
MonoBehaviour:
@ -2634,7 +2680,7 @@ MonoBehaviour:
m_fontSizeMin: 18
m_fontSizeMax: 50
m_fontStyle: 1
m_HorizontalAlignment: 2
m_HorizontalAlignment: 8
m_VerticalAlignment: 256
m_textAlignment: 65535
m_characterSpacing: 0
@ -2685,16 +2731,17 @@ RectTransform:
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 1945836321}
m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
m_LocalPosition: {x: 0, y: 0, z: -9.897978}
m_LocalPosition: {x: 0, y: 0, z: 0}
m_LocalScale: {x: 1, y: 1, z: 1}
m_ConstrainProportionsScale: 0
m_Children: []
m_Father: {fileID: 780339829}
m_RootOrder: 1
m_RootOrder: 2
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
m_AnchorMin: {x: 0.5, y: 1}
m_AnchorMax: {x: 0.5, y: 1}
m_AnchoredPosition: {x: 416.00977, y: -37.997864}
m_SizeDelta: {x: 1000, y: 700}
m_AnchorMin: {x: 0, y: 0}
m_AnchorMax: {x: 1, y: 1}
m_AnchoredPosition: {x: 0, y: 180}
m_SizeDelta: {x: -40, y: -640}
m_Pivot: {x: 0.5, y: 0.5}
--- !u!1 &1950971616
GameObject:
@ -2724,6 +2771,7 @@ Transform:
m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
m_LocalPosition: {x: 0, y: 0, z: 0}
m_LocalScale: {x: 1, y: 1, z: 1}
m_ConstrainProportionsScale: 0
m_Children: []
m_Father: {fileID: 0}
m_RootOrder: 6
@ -2896,14 +2944,15 @@ RectTransform:
m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
m_LocalPosition: {x: 0, y: 0, z: 0}
m_LocalScale: {x: 1, y: 1, z: 1}
m_ConstrainProportionsScale: 0
m_Children:
- {fileID: 1121438301}
m_Father: {fileID: 780339829}
m_RootOrder: 8
m_RootOrder: 9
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
m_AnchorMin: {x: 1, y: 0}
m_AnchorMax: {x: 1, y: 0}
m_AnchoredPosition: {x: 716, y: -400}
m_AnchoredPosition: {x: -150, y: 70}
m_SizeDelta: {x: 300, y: 60}
m_Pivot: {x: 0.5, y: 0.5}
--- !u!114 &1985906627
@ -3028,17 +3077,18 @@ RectTransform:
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 1275665788184009307}
m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
m_LocalPosition: {x: 0, y: 0, z: 0}
m_LocalPosition: {x: 0, y: 0, z: -0}
m_LocalScale: {x: 1, y: 1, z: 1}
m_ConstrainProportionsScale: 0
m_Children:
- {fileID: 1275665788725983508}
m_Father: {fileID: 519550479}
m_RootOrder: 1
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
m_AnchorMin: {x: 0.5, y: 0.5}
m_AnchorMax: {x: 0.5, y: 0.5}
m_AnchoredPosition: {x: 0, y: 430}
m_SizeDelta: {x: 750, y: 80}
m_AnchorMin: {x: 0, y: 1}
m_AnchorMax: {x: 1, y: 1}
m_AnchoredPosition: {x: 0, y: -60}
m_SizeDelta: {x: -40, y: 80}
m_Pivot: {x: 0.5, y: 0.5}
--- !u!114 &1275665788184009305
MonoBehaviour:
@ -3107,6 +3157,7 @@ RectTransform:
m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
m_LocalPosition: {x: 0, y: 0, z: -10}
m_LocalScale: {x: 1, y: 1, z: 1}
m_ConstrainProportionsScale: 0
m_Children: []
m_Father: {fileID: 1275665788184009304}
m_RootOrder: 0
@ -3335,14 +3386,15 @@ RectTransform:
m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
m_LocalPosition: {x: 0, y: 0, z: 0}
m_LocalScale: {x: 1, y: 1, z: 1}
m_ConstrainProportionsScale: 0
m_Children:
- {fileID: 6565270826944147830}
m_Father: {fileID: 519550479}
m_RootOrder: 0
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
m_AnchorMin: {x: 0.5, y: 0.5}
m_AnchorMax: {x: 0.5, y: 0.5}
m_AnchoredPosition: {x: 0, y: -450}
m_AnchorMin: {x: 0.5, y: 0}
m_AnchorMax: {x: 0.5, y: 0}
m_AnchoredPosition: {x: 0, y: 70}
m_SizeDelta: {x: 500, y: 60}
m_Pivot: {x: 0.5, y: 0.5}
--- !u!114 &6565270825925647867
@ -3468,6 +3520,7 @@ RectTransform:
m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
m_LocalPosition: {x: 0, y: 0, z: 0}
m_LocalScale: {x: 1, y: 1, z: 1}
m_ConstrainProportionsScale: 0
m_Children: []
m_Father: {fileID: 6565270825925647866}
m_RootOrder: 0

View File

@ -152,15 +152,16 @@ RectTransform:
m_LocalRotation: {x: -0, y: -0, z: -9.3132246e-10, w: 1}
m_LocalPosition: {x: 0, y: 0, z: 0}
m_LocalScale: {x: 1, y: 1, z: 1}
m_ConstrainProportionsScale: 0
m_Children:
- {fileID: 1160015422}
m_Father: {fileID: 1808588837}
m_RootOrder: 1
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
m_AnchorMin: {x: 0.5, y: 0.5}
m_AnchorMax: {x: 0.5, y: 0.5}
m_AnchoredPosition: {x: 190, y: -240}
m_SizeDelta: {x: 380, y: 100}
m_AnchorMin: {x: 0, y: 0}
m_AnchorMax: {x: 1, y: 0}
m_AnchoredPosition: {x: 190, y: 60}
m_SizeDelta: {x: -420, y: 100}
m_Pivot: {x: 0.5, y: 0.5}
--- !u!114 &141682171
MonoBehaviour:
@ -296,6 +297,7 @@ RectTransform:
m_LocalRotation: {x: -0, y: -0, z: -9.3132246e-10, w: 1}
m_LocalPosition: {x: 0, y: 0, z: 0}
m_LocalScale: {x: 1, y: 1, z: 1}
m_ConstrainProportionsScale: 0
m_Children: []
m_Father: {fileID: 1608341881}
m_RootOrder: 0
@ -352,7 +354,7 @@ MonoBehaviour:
m_faceColor:
serializedVersion: 2
rgba: 4294967295
m_fontSize: 117.9
m_fontSize: 100.25
m_fontSizeBase: 36
m_fontWeight: 400
m_enableAutoSizing: 1
@ -430,6 +432,7 @@ Transform:
m_LocalRotation: {x: 0.86602545, y: 0, z: 0, w: 0.49999994}
m_LocalPosition: {x: 0, y: 0, z: 0}
m_LocalScale: {x: 0.8, y: 0.8, z: 0.8}
m_ConstrainProportionsScale: 0
m_Children:
- {fileID: 770011972}
m_Father: {fileID: 7984470444569034776}
@ -446,6 +449,7 @@ MeshRenderer:
m_CastShadows: 1
m_ReceiveShadows: 1
m_DynamicOccludee: 1
m_StaticShadowCaster: 0
m_MotionVectors: 1
m_LightProbeUsage: 1
m_ReflectionProbeUsage: 1
@ -512,6 +516,7 @@ RectTransform:
m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
m_LocalPosition: {x: 0, y: 0, z: 0}
m_LocalScale: {x: 1, y: 1, z: 1}
m_ConstrainProportionsScale: 0
m_Children:
- {fileID: 1608341881}
- {fileID: 1808588837}
@ -623,6 +628,7 @@ Transform:
m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
m_LocalPosition: {x: 0, y: 0, z: 0}
m_LocalScale: {x: 1, y: 1, z: 1}
m_ConstrainProportionsScale: 0
m_Children: []
m_Father: {fileID: 0}
m_RootOrder: 4
@ -724,15 +730,16 @@ RectTransform:
m_LocalRotation: {x: -0, y: -0, z: -9.3132246e-10, w: 1}
m_LocalPosition: {x: 0, y: 0, z: 0}
m_LocalScale: {x: 1, y: 1, z: 1}
m_ConstrainProportionsScale: 0
m_Children:
- {fileID: 1662806720}
m_Father: {fileID: 1808588837}
m_RootOrder: 2
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
m_AnchorMin: {x: 0.5, y: 0.5}
m_AnchorMax: {x: 0.5, y: 0.5}
m_AnchoredPosition: {x: -190, y: -240}
m_SizeDelta: {x: 380, y: 100}
m_AnchorMin: {x: 0, y: 0}
m_AnchorMax: {x: 1, y: 0}
m_AnchoredPosition: {x: -190, y: 60}
m_SizeDelta: {x: -420, y: 100}
m_Pivot: {x: 0.5, y: 0.5}
--- !u!114 &756676183
MonoBehaviour:
@ -868,6 +875,7 @@ Transform:
m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
m_LocalPosition: {x: 0, y: 0, z: 0}
m_LocalScale: {x: 1, y: 1, z: 1}
m_ConstrainProportionsScale: 0
m_Children: []
m_Father: {fileID: 359826253}
m_RootOrder: 0
@ -879,19 +887,19 @@ ParticleSystem:
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 770011971}
serializedVersion: 7
serializedVersion: 8
lengthInSec: 2
simulationSpeed: 1
stopAction: 0
cullingMode: 0
ringBufferMode: 0
ringBufferLoopRange: {x: 0, y: 1}
emitterVelocityMode: 0
looping: 1
prewarm: 1
playOnAwake: 1
useUnscaledTime: 0
autoRandomSeed: 1
useRigidbodyForVelocity: 1
startDelay:
serializedVersion: 2
minMaxState: 0
@ -1441,6 +1449,7 @@ ParticleSystem:
m_RotationOrder: 4
randomizeRotationDirection: 0
maxNumParticles: 1
customEmitterVelocity: {x: 0, y: 0, z: 0}
size3D: 0
rotation3D: 0
gravityModifier:
@ -5590,6 +5599,7 @@ ParticleSystemRenderer:
m_CastShadows: 0
m_ReceiveShadows: 0
m_DynamicOccludee: 1
m_StaticShadowCaster: 0
m_MotionVectors: 1
m_LightProbeUsage: 0
m_ReflectionProbeUsage: 0
@ -5620,6 +5630,7 @@ ParticleSystemRenderer:
m_SortingLayer: 0
m_SortingOrder: 0
m_RenderMode: 0
m_MeshDistribution: 0
m_SortMode: 0
m_MinParticleSize: 0
m_MaxParticleSize: 5
@ -5643,6 +5654,10 @@ ParticleSystemRenderer:
m_Mesh1: {fileID: 0}
m_Mesh2: {fileID: 0}
m_Mesh3: {fileID: 0}
m_MeshWeighting: 1
m_MeshWeighting1: 1
m_MeshWeighting2: 1
m_MeshWeighting3: 1
m_MaskInteraction: 0
--- !u!114 &830269896 stripped
MonoBehaviour:
@ -5682,6 +5697,7 @@ Transform:
m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
m_LocalPosition: {x: 0, y: 0, z: 0}
m_LocalScale: {x: 1, y: 1, z: 1}
m_ConstrainProportionsScale: 0
m_Children: []
m_Father: {fileID: 0}
m_RootOrder: 7
@ -5713,6 +5729,7 @@ GameObject:
m_Component:
- component: {fileID: 1119535009}
- component: {fileID: 1119535008}
- component: {fileID: 1119535010}
m_Layer: 0
m_Name: Directional Light
m_TagString: Untagged
@ -5792,10 +5809,31 @@ Transform:
m_LocalRotation: {x: 0.40821788, y: -0.23456968, z: 0.10938163, w: 0.8754261}
m_LocalPosition: {x: 0, y: 3, z: 0}
m_LocalScale: {x: 1, y: 1, z: 1}
m_ConstrainProportionsScale: 0
m_Children: []
m_Father: {fileID: 0}
m_RootOrder: 3
m_LocalEulerAnglesHint: {x: 50, y: -30, z: 0}
--- !u!114 &1119535010
MonoBehaviour:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 1119535007}
m_Enabled: 1
m_EditorHideFlags: 0
m_Script: {fileID: 11500000, guid: 474bcb49853aa07438625e644c072ee6, type: 3}
m_Name:
m_EditorClassIdentifier:
m_Version: 1
m_UsePipelineSettings: 1
m_AdditionalLightsShadowResolutionTier: 2
m_LightLayerMask: 1
m_CustomShadowLayers: 0
m_ShadowLayerMask: 1
m_LightCookieSize: {x: 1, y: 1}
m_LightCookieOffset: {x: 0, y: 0}
--- !u!1 &1160015421
GameObject:
m_ObjectHideFlags: 0
@ -5824,6 +5862,7 @@ RectTransform:
m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
m_LocalPosition: {x: 0, y: 0, z: 0}
m_LocalScale: {x: 1, y: 1, z: 1}
m_ConstrainProportionsScale: 0
m_Children: []
m_Father: {fileID: 141682170}
m_RootOrder: 0
@ -5958,6 +5997,7 @@ RectTransform:
m_LocalRotation: {x: -0, y: -0, z: -9.3132246e-10, w: 1}
m_LocalPosition: {x: 0, y: 0, z: 0}
m_LocalScale: {x: 1, y: 1, z: 1}
m_ConstrainProportionsScale: 0
m_Children: []
m_Father: {fileID: 1808588837}
m_RootOrder: 0
@ -6119,7 +6159,7 @@ MonoBehaviour:
m_ScaleFactor: 1
m_ReferenceResolution: {x: 1920, y: 1080}
m_ScreenMatchMode: 0
m_MatchWidthOrHeight: 0
m_MatchWidthOrHeight: 0.5
m_PhysicalUnit: 3
m_FallbackScreenDPI: 96
m_DefaultSpriteDPI: 96
@ -6156,6 +6196,7 @@ RectTransform:
m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
m_LocalPosition: {x: 0, y: 0, z: 0}
m_LocalScale: {x: 0, y: 0, z: 0}
m_ConstrainProportionsScale: 0
m_Children:
- {fileID: 410719510}
m_Father: {fileID: 0}
@ -6195,15 +6236,16 @@ RectTransform:
m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
m_LocalPosition: {x: 0, y: 0, z: -0}
m_LocalScale: {x: 1, y: 1, z: 1}
m_ConstrainProportionsScale: 0
m_Children:
- {fileID: 330999013}
m_Father: {fileID: 410719510}
m_RootOrder: 0
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
m_AnchorMin: {x: 0.5, y: 0.5}
m_AnchorMax: {x: 0.5, y: 0.5}
m_AnchoredPosition: {x: 0, y: 343}
m_SizeDelta: {x: 1500, y: 200}
m_AnchorMin: {x: 0, y: 1}
m_AnchorMax: {x: 1, y: 1}
m_AnchoredPosition: {x: 0, y: -190}
m_SizeDelta: {x: -420, y: 200}
m_Pivot: {x: 0.5, y: 0.5}
--- !u!114 &1608341882
MonoBehaviour:
@ -6286,6 +6328,7 @@ RectTransform:
m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
m_LocalPosition: {x: 0, y: 0, z: 0}
m_LocalScale: {x: 1, y: 1, z: 1}
m_ConstrainProportionsScale: 0
m_Children: []
m_Father: {fileID: 756676182}
m_RootOrder: 0
@ -6421,6 +6464,7 @@ RectTransform:
m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
m_LocalPosition: {x: 0, y: 0, z: 0}
m_LocalScale: {x: 1, y: 1, z: 1}
m_ConstrainProportionsScale: 0
m_Children:
- {fileID: 1189799488}
- {fileID: 141682170}
@ -6428,10 +6472,10 @@ RectTransform:
m_Father: {fileID: 410719510}
m_RootOrder: 1
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
m_AnchorMin: {x: 0.5, y: 0}
m_AnchorMax: {x: 0.5, y: 0}
m_AnchoredPosition: {x: 350, y: 391}
m_SizeDelta: {x: 800, y: 600}
m_AnchorMin: {x: 1, y: 0}
m_AnchorMax: {x: 1, y: 1}
m_AnchoredPosition: {x: -610, y: -150}
m_SizeDelta: {x: 800, y: -480}
m_Pivot: {x: 0.5, y: 0.5}
--- !u!114 &1808588838
MonoBehaviour:
@ -6622,6 +6666,7 @@ Transform:
m_LocalRotation: {x: 0.00000008146034, y: -0, z: -0, w: 1}
m_LocalPosition: {x: 5.324478, y: 0.03046173, z: -3.9750977}
m_LocalScale: {x: 0.74084705, y: 0.7408469, z: 0.7408469}
m_ConstrainProportionsScale: 0
m_Children: []
m_Father: {fileID: 7258736727107520399}
m_RootOrder: 7
@ -6636,6 +6681,7 @@ Transform:
m_LocalRotation: {x: 0.00000008146034, y: -0, z: -0, w: 1}
m_LocalPosition: {x: 5.324478, y: 0.030461807, z: -2.016903}
m_LocalScale: {x: 1.09, y: 1.09, z: 1.09}
m_ConstrainProportionsScale: 0
m_Children: []
m_Father: {fileID: 7258736727107520399}
m_RootOrder: 3
@ -6667,6 +6713,7 @@ Transform:
m_LocalRotation: {x: 0.000000057601195, y: 0.000000057601135, z: -0.7071065, w: 0.7071072}
m_LocalPosition: {x: 2.9672775, y: 0.03046173, z: 0.67565536}
m_LocalScale: {x: 1.6562687, y: 1.6562692, z: 1.6562691}
m_ConstrainProportionsScale: 0
m_Children: []
m_Father: {fileID: 7258736727107520399}
m_RootOrder: 13
@ -6697,6 +6744,7 @@ Transform:
m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
m_LocalPosition: {x: -0.46, y: -0.39, z: -0.38}
m_LocalScale: {x: 0.5, y: 0.5, z: 0.5}
m_ConstrainProportionsScale: 0
m_Children:
- {fileID: 7997710932601734991}
- {fileID: 7258736727107520399}
@ -6742,6 +6790,7 @@ MeshRenderer:
m_CastShadows: 1
m_ReceiveShadows: 1
m_DynamicOccludee: 1
m_StaticShadowCaster: 0
m_MotionVectors: 1
m_LightProbeUsage: 1
m_ReflectionProbeUsage: 1
@ -6816,6 +6865,7 @@ Transform:
m_LocalRotation: {x: 0.00000008146034, y: -0, z: -0, w: 1}
m_LocalPosition: {x: -5.324478, y: 0.03046173, z: -3.9750977}
m_LocalScale: {x: 0.74084705, y: 0.7408469, z: 0.7408469}
m_ConstrainProportionsScale: 0
m_Children: []
m_Father: {fileID: 7258736727107520399}
m_RootOrder: 6
@ -6860,6 +6910,7 @@ Transform:
m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
m_LocalPosition: {x: 4.299988, y: -0.2999878, z: 5811}
m_LocalScale: {x: 1, y: 1, z: 1}
m_ConstrainProportionsScale: 0
m_Children:
- {fileID: 7041786296595026285}
- {fileID: 1596859729165635725}
@ -6869,7 +6920,7 @@ Transform:
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
--- !u!95 &1596859728945079137
Animator:
serializedVersion: 3
serializedVersion: 4
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
@ -6882,6 +6933,7 @@ Animator:
m_UpdateMode: 0
m_ApplyRootMotion: 0
m_LinearVelocityBlending: 0
m_StabilizeFeet: 0
m_WarningMessage:
m_HasTransformHierarchy: 1
m_AllowConstantClipSamplingOptimization: 1
@ -6913,6 +6965,7 @@ Transform:
m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
m_LocalPosition: {x: 5.3, y: 0.18, z: -4.58}
m_LocalScale: {x: 1, y: 1, z: 1}
m_ConstrainProportionsScale: 0
m_Children: []
m_Father: {fileID: 1596859729239666817}
m_RootOrder: 1
@ -6929,6 +6982,7 @@ TrailRenderer:
m_CastShadows: 1
m_ReceiveShadows: 1
m_DynamicOccludee: 1
m_StaticShadowCaster: 0
m_MotionVectors: 1
m_LightProbeUsage: 0
m_ReflectionProbeUsage: 0
@ -7094,6 +7148,7 @@ Transform:
m_LocalRotation: {x: 0.056951106, y: 0.023169234, z: 0.038549084, w: 0.99736345}
m_LocalPosition: {x: -2.24, y: 2.91, z: -15.06}
m_LocalScale: {x: 1, y: 1, z: 1}
m_ConstrainProportionsScale: 0
m_Children: []
m_Father: {fileID: 1596859728945079136}
m_RootOrder: 1
@ -7184,6 +7239,7 @@ Transform:
m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
m_LocalPosition: {x: 0, y: 0, z: 0}
m_LocalScale: {x: 1, y: 1, z: 1}
m_ConstrainProportionsScale: 0
m_Children:
- {fileID: 1596859729587855362}
- {fileID: 1596859728997664344}
@ -7219,6 +7275,7 @@ TrailRenderer:
m_CastShadows: 1
m_ReceiveShadows: 1
m_DynamicOccludee: 1
m_StaticShadowCaster: 0
m_MotionVectors: 1
m_LightProbeUsage: 0
m_ReflectionProbeUsage: 0
@ -7324,6 +7381,7 @@ Transform:
m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
m_LocalPosition: {x: 0.12000036, y: 0.17999995, z: -6.09}
m_LocalScale: {x: 1, y: 1, z: 1}
m_ConstrainProportionsScale: 0
m_Children: []
m_Father: {fileID: 1596859729239666817}
m_RootOrder: 0
@ -7386,6 +7444,7 @@ Transform:
m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
m_LocalPosition: {x: -5.1699996, y: 0.17999995, z: -4.58}
m_LocalScale: {x: 1, y: 1, z: 1}
m_ConstrainProportionsScale: 0
m_Children: []
m_Father: {fileID: 1596859729239666817}
m_RootOrder: 2
@ -7402,6 +7461,7 @@ TrailRenderer:
m_CastShadows: 1
m_ReceiveShadows: 1
m_DynamicOccludee: 1
m_StaticShadowCaster: 0
m_MotionVectors: 1
m_LightProbeUsage: 0
m_ReflectionProbeUsage: 0
@ -7507,6 +7567,7 @@ Transform:
m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
m_LocalPosition: {x: 0, y: 0, z: 165.2}
m_LocalScale: {x: 1, y: 1, z: 1}
m_ConstrainProportionsScale: 0
m_Children: []
m_Father: {fileID: 1596859728945079136}
m_RootOrder: 2
@ -7518,19 +7579,19 @@ ParticleSystem:
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 1596859730282919771}
serializedVersion: 7
serializedVersion: 8
lengthInSec: 5
simulationSpeed: 1
stopAction: 0
cullingMode: 0
ringBufferMode: 0
ringBufferLoopRange: {x: 0, y: 1}
emitterVelocityMode: 0
looping: 1
prewarm: 1
playOnAwake: 1
useUnscaledTime: 0
autoRandomSeed: 1
useRigidbodyForVelocity: 0
startDelay:
serializedVersion: 2
minMaxState: 0
@ -8080,6 +8141,7 @@ ParticleSystem:
m_RotationOrder: 4
randomizeRotationDirection: 0
maxNumParticles: 1000
customEmitterVelocity: {x: 0, y: 0, z: 0}
size3D: 1
rotation3D: 0
gravityModifier:
@ -12248,6 +12310,7 @@ ParticleSystemRenderer:
m_CastShadows: 0
m_ReceiveShadows: 0
m_DynamicOccludee: 1
m_StaticShadowCaster: 0
m_MotionVectors: 1
m_LightProbeUsage: 0
m_ReflectionProbeUsage: 0
@ -12279,6 +12342,7 @@ ParticleSystemRenderer:
m_SortingLayer: 0
m_SortingOrder: 0
m_RenderMode: 0
m_MeshDistribution: 0
m_SortMode: 0
m_MinParticleSize: 0
m_MaxParticleSize: 0.5
@ -12302,6 +12366,10 @@ ParticleSystemRenderer:
m_Mesh1: {fileID: 0}
m_Mesh2: {fileID: 0}
m_Mesh3: {fileID: 0}
m_MeshWeighting: 1
m_MeshWeighting1: 1
m_MeshWeighting2: 1
m_MeshWeighting3: 1
m_MaskInteraction: 0
--- !u!1001 &1596859730297477237
PrefabInstance:
@ -12375,6 +12443,7 @@ Transform:
m_LocalRotation: {x: -0.432741, y: 0.43274087, z: -0.5592271, w: 0.55922776}
m_LocalPosition: {x: 1.7750015, y: 0.03046173, z: -5.0083084}
m_LocalScale: {x: 1, y: 0.9999999, z: 0.9999999}
m_ConstrainProportionsScale: 0
m_Children: []
m_Father: {fileID: 7258736727107520399}
m_RootOrder: 17
@ -12389,6 +12458,7 @@ Transform:
m_LocalRotation: {x: -0.000000081439254, y: -0.022756845, z: -0.0000000018537927, w: -0.9997411}
m_LocalPosition: {x: -3.077999, y: 0.042239074, z: 0.91999817}
m_LocalScale: {x: 0.9100001, y: 0.90999997, z: 0.91}
m_ConstrainProportionsScale: 0
m_Children: []
m_Father: {fileID: 7258736727107520399}
m_RootOrder: 10
@ -12433,6 +12503,7 @@ Transform:
m_LocalRotation: {x: 0.25340462, y: -0.25340423, z: -0.66014075, w: 0.6601414}
m_LocalPosition: {x: 2.9672775, y: 0.03046173, z: 0.67565536}
m_LocalScale: {x: 1.6562687, y: 1.6562691, z: 1.6562691}
m_ConstrainProportionsScale: 0
m_Children: []
m_Father: {fileID: 7258736727107520399}
m_RootOrder: 12
@ -12447,6 +12518,7 @@ Transform:
m_LocalRotation: {x: -0.2534046, y: -0.25340423, z: -0.66014075, w: -0.66014135}
m_LocalPosition: {x: -2.9672775, y: 0.03046173, z: 0.67565536}
m_LocalScale: {x: 1.656271, y: 1.6562704, z: 1.6562705}
m_ConstrainProportionsScale: 0
m_Children: []
m_Father: {fileID: 7258736727107520399}
m_RootOrder: 15
@ -12478,6 +12550,7 @@ Transform:
m_LocalRotation: {x: -0.016519237, y: -0, z: -0, w: 0.9998636}
m_LocalPosition: {x: 0, y: 0.030461807, z: -0.23860168}
m_LocalScale: {x: 0.99, y: 0.98999995, z: 0.98999995}
m_ConstrainProportionsScale: 0
m_Children: []
m_Father: {fileID: 7258736727107520399}
m_RootOrder: 1
@ -12492,6 +12565,7 @@ Transform:
m_LocalRotation: {x: -0.016519237, y: -0, z: -0, w: 0.9998636}
m_LocalPosition: {x: 0, y: 0.030461807, z: -0.23860168}
m_LocalScale: {x: 0.99, y: 0.98999983, z: 0.98999983}
m_ConstrainProportionsScale: 0
m_Children: []
m_Father: {fileID: 7258736727107520399}
m_RootOrder: 2
@ -12523,6 +12597,7 @@ Transform:
m_LocalRotation: {x: 0.000000059629016, y: -0.022755608, z: -0.000000003262577, w: 0.9997411}
m_LocalPosition: {x: 3.077999, y: 0.042239074, z: 0.92}
m_LocalScale: {x: 0.90999997, y: 0.91, z: 0.90999997}
m_ConstrainProportionsScale: 0
m_Children: []
m_Father: {fileID: 7258736727107520399}
m_RootOrder: 9
@ -12537,6 +12612,7 @@ Transform:
m_LocalRotation: {x: 1.1357582e-12, y: -1, z: 0.00000008146036, w: 0.000013764948}
m_LocalPosition: {x: 0, y: 0.030462036, z: 4.8073387}
m_LocalScale: {x: 0.8641422, y: 0.8641421, z: 0.8641421}
m_ConstrainProportionsScale: 0
m_Children: []
m_Father: {fileID: 7258736727107520399}
m_RootOrder: 5
@ -12724,6 +12800,7 @@ Transform:
m_LocalRotation: {x: 0.00000008146034, y: -0, z: -0, w: 1}
m_LocalPosition: {x: 0, y: -0.06035858, z: -5.4588547}
m_LocalScale: {x: 0.7717157, y: 0.7717156, z: 0.7717156}
m_ConstrainProportionsScale: 0
m_Children: []
m_Father: {fileID: 7258736727107520399}
m_RootOrder: 8
@ -12738,6 +12815,7 @@ Transform:
m_LocalRotation: {x: 0.00000008146034, y: -0, z: -0, w: 1}
m_LocalPosition: {x: 0, y: 0.030461807, z: -0.23860168}
m_LocalScale: {x: 0.99, y: 0.98999983, z: 0.98999983}
m_ConstrainProportionsScale: 0
m_Children: []
m_Father: {fileID: 7258736727107520399}
m_RootOrder: 0
@ -12846,6 +12924,7 @@ Transform:
m_LocalRotation: {x: 0.00000008146034, y: -0, z: -0, w: 1}
m_LocalPosition: {x: -5.324478, y: 0.030461807, z: -2.016903}
m_LocalScale: {x: 1.09, y: 1.0899999, z: 1.0899999}
m_ConstrainProportionsScale: 0
m_Children: []
m_Father: {fileID: 7258736727107520399}
m_RootOrder: 4
@ -12861,6 +12940,7 @@ MeshRenderer:
m_CastShadows: 1
m_ReceiveShadows: 1
m_DynamicOccludee: 1
m_StaticShadowCaster: 0
m_MotionVectors: 1
m_LightProbeUsage: 1
m_ReflectionProbeUsage: 1
@ -12988,6 +13068,7 @@ Transform:
m_LocalRotation: {x: -0.000000057601206, y: 0.000000057601145, z: -0.7071065, w: -0.7071071}
m_LocalPosition: {x: -2.9672775, y: 0.03046173, z: 0.67565536}
m_LocalScale: {x: 1.656271, y: 1.6562709, z: 1.6562699}
m_ConstrainProportionsScale: 0
m_Children: []
m_Father: {fileID: 7258736727107520399}
m_RootOrder: 14
@ -13058,6 +13139,7 @@ Transform:
m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
m_LocalPosition: {x: -5.27, y: -0.3, z: -5.21}
m_LocalScale: {x: 1, y: 1, z: 1}
m_ConstrainProportionsScale: 0
m_Children:
- {fileID: 806508427571333357}
m_Father: {fileID: 1596859728945079136}
@ -13073,6 +13155,7 @@ Transform:
m_LocalRotation: {x: 0.43274096, y: 0.43274087, z: -0.55922705, w: -0.5592279}
m_LocalPosition: {x: -1.7750015, y: 0.03046173, z: -5.0083084}
m_LocalScale: {x: 1, y: 0.99999976, z: 0.9999997}
m_ConstrainProportionsScale: 0
m_Children: []
m_Father: {fileID: 7258736727107520399}
m_RootOrder: 18
@ -13103,6 +13186,7 @@ Transform:
m_LocalRotation: {x: -0.00000008146033, y: -0, z: -0, w: 1}
m_LocalPosition: {x: 0, y: 0, z: 0}
m_LocalScale: {x: 1, y: 1, z: 1}
m_ConstrainProportionsScale: 0
m_Children:
- {fileID: 4375182564035668618}
- {fileID: 2949827732299824766}
@ -13179,7 +13263,7 @@ BoxCollider:
m_Center: {x: 0, y: -6.0850847e-18, z: -0.010450363}
--- !u!95 &7706402229916453844
Animator:
serializedVersion: 3
serializedVersion: 4
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
@ -13192,6 +13276,7 @@ Animator:
m_UpdateMode: 0
m_ApplyRootMotion: 0
m_LinearVelocityBlending: 0
m_StabilizeFeet: 0
m_WarningMessage:
m_HasTransformHierarchy: 1
m_AllowConstantClipSamplingOptimization: 1
@ -13282,6 +13367,7 @@ Transform:
m_LocalRotation: {x: -0.000000057601206, y: 0.000000057601145, z: -0.7071065, w: -0.7071071}
m_LocalPosition: {x: -2.9672775, y: 0.03046173, z: 0.67565536}
m_LocalScale: {x: 1.656271, y: 1.6562709, z: 1.6562699}
m_ConstrainProportionsScale: 0
m_Children: []
m_Father: {fileID: 7258736727107520399}
m_RootOrder: 16
@ -13296,6 +13382,7 @@ Transform:
m_LocalRotation: {x: -2.9300232e-11, y: -0.9999999, z: 0.00000010331601, w: 0.0004915754}
m_LocalPosition: {x: -0.007, y: 0.493, z: -3.3152}
m_LocalScale: {x: 1.0722, y: 1, z: 3.0180426}
m_ConstrainProportionsScale: 0
m_Children:
- {fileID: 359826253}
m_Father: {fileID: 806508427571333357}
@ -13311,6 +13398,7 @@ Transform:
m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
m_LocalPosition: {x: 0, y: 0, z: 0}
m_LocalScale: {x: 1, y: 1, z: 1}
m_ConstrainProportionsScale: 0
m_Children:
- {fileID: 1596859729239666817}
m_Father: {fileID: 806508427571333357}
@ -13326,6 +13414,7 @@ Transform:
m_LocalRotation: {x: 0.000000057601195, y: 0.000000057601135, z: -0.7071065, w: 0.7071072}
m_LocalPosition: {x: 2.9672775, y: 0.03046173, z: 0.67565536}
m_LocalScale: {x: 1.6562687, y: 1.6562692, z: 1.6562691}
m_ConstrainProportionsScale: 0
m_Children: []
m_Father: {fileID: 7258736727107520399}
m_RootOrder: 11