app.hypergames.hypersdk 1.11.0-beta.2 → 1.11.0-beta.21
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +146 -0
- package/Editor/Scripts/Inspectors/HyperSDKSettingsEditor.cs +6 -0
- package/HyperLoader.unity +2 -2
- package/Runtime/Internal/Core/HyperRuntime.cs +104 -9
- package/Runtime/Internal/Managers/DataManager.cs +2 -1
- package/Runtime/Internal/Managers/EventManager.cs +7 -1
- package/Runtime/Internal/Managers/GameManager.cs +88 -51
- package/Runtime/Internal/Managers/ReplayManager.cs +5 -1
- package/Runtime/Internal/Managers/TimeManager.cs +25 -8
- package/Runtime/Internal/Replay/ReplaySessionState.cs +66 -6
- package/Runtime/Internal/ScriptableObjects/HyperSDKSettings.cs +4 -0
- package/Runtime/Internal/UI/Components/ReplayController.cs +134 -11
- package/Runtime/Internal/UI/Components/ReplaySeekOverlay.cs +18 -0
- package/Runtime/Internal/UI/Components/ReplaySeekOverlay.cs.meta +2 -0
- package/Runtime/Internal/UI/Modals/ReplayPausedModal.cs +145 -0
- package/Runtime/Internal/UI/Modals/ReplayPausedModal.cs.meta +2 -0
- package/Runtime/Internal/UI/Modals/StartingInstructionModal.cs +1 -0
- package/Runtime/Public/Core/HyperSDK.cs +16 -0
- package/Runtime/Public/Replay/ReplayPlaybackEngine.cs +127 -3
- package/Runtime/Resources/Fonts/Nunito/Nunito-Bold SDF.asset +500 -457
- package/Runtime/Resources/Fonts/Wonder Boys/Wonder Boys.asset +394 -379
- package/Runtime/Resources/HyperSDKSettings.asset +1 -0
- package/Runtime/Resources/Sprites/Buttons/Hyper Long White Button_Normal.png +0 -0
- package/Runtime/Resources/Sprites/Buttons/Hyper Long White Button_Normal.png.meta +156 -0
- package/Runtime/Resources/Sprites/Buttons/Hyper Long White Button_Pressed.png +0 -0
- package/Runtime/Resources/Sprites/Buttons/Hyper Long White Button_Pressed.png.meta +156 -0
- package/Runtime/Resources/Sprites/Circle Loader/Property 1=1.png.meta +7 -7
- package/Runtime/Resources/Sprites/Circle Loader/Property 1=2.png.meta +7 -7
- package/Runtime/Resources/Sprites/Circle Loader/Property 1=3.png.meta +7 -7
- package/Runtime/Resources/Sprites/Circle Loader/Property 1=4.png.meta +7 -7
- package/Runtime/Resources/Sprites/Circle Loader/Property 1=5.png.meta +7 -7
- package/Runtime/Resources/Sprites/Replays/Replay.png +0 -0
- package/Runtime/Resources/Sprites/Replays/{Recording.png.meta → Replay.png.meta} +9 -9
- package/Runtime/Resources/UIPrefabs/ControlBar.prefab +5 -5
- package/Runtime/Resources/UIPrefabs/ReplayController.prefab +305 -183
- package/Runtime/Resources/UIPrefabs/ReplayPausedModal.prefab +2194 -0
- package/Runtime/Resources/UIPrefabs/ReplayPausedModal.prefab.meta +7 -0
- package/Runtime/Resources/UIPrefabs/ReplaySeekOverlay.prefab +291 -6
- package/Runtime/Shared/Replay/IReplayPlaybackEngine.cs +3 -0
- package/Samples~/LaneRunner/LaneRunnerSample.unity +4 -3
- package/Samples~/LaneRunner/Prefabs/DoubleScorePickup.prefab +1 -1
- package/Samples~/LaneRunner/Prefabs/Obstacle.prefab +1 -1
- package/Samples~/LaneRunner/README.md +8 -1
- package/Samples~/LaneRunner/Scripts/Gameplay/LaneRunnerPlayer.cs +18 -4
- package/Samples~/LaneRunner/Scripts/Gameplay/LaneRunnerSpawner.cs +3 -1
- package/Samples~/LaneRunner/Scripts/Hyper/LaneRunnerTournamentAdapter.cs +8 -0
- package/package.json +1 -1
- package/Runtime/Resources/Sprites/Replays/Recording.png +0 -0
|
@@ -0,0 +1,2194 @@
|
|
|
1
|
+
%YAML 1.1
|
|
2
|
+
%TAG !u! tag:unity3d.com,2011:
|
|
3
|
+
--- !u!1 &1584580328196886652
|
|
4
|
+
GameObject:
|
|
5
|
+
m_ObjectHideFlags: 0
|
|
6
|
+
m_CorrespondingSourceObject: {fileID: 0}
|
|
7
|
+
m_PrefabInstance: {fileID: 0}
|
|
8
|
+
m_PrefabAsset: {fileID: 0}
|
|
9
|
+
serializedVersion: 6
|
|
10
|
+
m_Component:
|
|
11
|
+
- component: {fileID: 6665191376645095117}
|
|
12
|
+
- component: {fileID: 3860208299243220096}
|
|
13
|
+
- component: {fileID: 5986999864270655262}
|
|
14
|
+
m_Layer: 5
|
|
15
|
+
m_Name: Text
|
|
16
|
+
m_TagString: Untagged
|
|
17
|
+
m_Icon: {fileID: 0}
|
|
18
|
+
m_NavMeshLayer: 0
|
|
19
|
+
m_StaticEditorFlags: 0
|
|
20
|
+
m_IsActive: 1
|
|
21
|
+
--- !u!224 &6665191376645095117
|
|
22
|
+
RectTransform:
|
|
23
|
+
m_ObjectHideFlags: 0
|
|
24
|
+
m_CorrespondingSourceObject: {fileID: 0}
|
|
25
|
+
m_PrefabInstance: {fileID: 0}
|
|
26
|
+
m_PrefabAsset: {fileID: 0}
|
|
27
|
+
m_GameObject: {fileID: 1584580328196886652}
|
|
28
|
+
m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
|
|
29
|
+
m_LocalPosition: {x: 0, y: 0, z: 0}
|
|
30
|
+
m_LocalScale: {x: 1, y: 1, z: 1}
|
|
31
|
+
m_ConstrainProportionsScale: 1
|
|
32
|
+
m_Children:
|
|
33
|
+
- {fileID: 82533601875565082}
|
|
34
|
+
m_Father: {fileID: 6738128915579731406}
|
|
35
|
+
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
|
|
36
|
+
m_AnchorMin: {x: 0.5, y: 0.5}
|
|
37
|
+
m_AnchorMax: {x: 0.5, y: 0.5}
|
|
38
|
+
m_AnchoredPosition: {x: 125.03364, y: 14.2}
|
|
39
|
+
m_SizeDelta: {x: 319.2383, y: 80.2868}
|
|
40
|
+
m_Pivot: {x: 0.5, y: 0.5}
|
|
41
|
+
--- !u!222 &3860208299243220096
|
|
42
|
+
CanvasRenderer:
|
|
43
|
+
m_ObjectHideFlags: 0
|
|
44
|
+
m_CorrespondingSourceObject: {fileID: 0}
|
|
45
|
+
m_PrefabInstance: {fileID: 0}
|
|
46
|
+
m_PrefabAsset: {fileID: 0}
|
|
47
|
+
m_GameObject: {fileID: 1584580328196886652}
|
|
48
|
+
m_CullTransparentMesh: 1
|
|
49
|
+
--- !u!114 &5986999864270655262
|
|
50
|
+
MonoBehaviour:
|
|
51
|
+
m_ObjectHideFlags: 0
|
|
52
|
+
m_CorrespondingSourceObject: {fileID: 0}
|
|
53
|
+
m_PrefabInstance: {fileID: 0}
|
|
54
|
+
m_PrefabAsset: {fileID: 0}
|
|
55
|
+
m_GameObject: {fileID: 1584580328196886652}
|
|
56
|
+
m_Enabled: 1
|
|
57
|
+
m_EditorHideFlags: 0
|
|
58
|
+
m_Script: {fileID: 11500000, guid: f4688fdb7df04437aeb418b961361dc5, type: 3}
|
|
59
|
+
m_Name:
|
|
60
|
+
m_EditorClassIdentifier:
|
|
61
|
+
m_Material: {fileID: 0}
|
|
62
|
+
m_Color: {r: 1, g: 1, b: 1, a: 1}
|
|
63
|
+
m_RaycastTarget: 1
|
|
64
|
+
m_RaycastPadding: {x: 0, y: 0, z: 0, w: 0}
|
|
65
|
+
m_Maskable: 1
|
|
66
|
+
m_OnCullStateChanged:
|
|
67
|
+
m_PersistentCalls:
|
|
68
|
+
m_Calls: []
|
|
69
|
+
m_text: Resume
|
|
70
|
+
m_isRightToLeft: 0
|
|
71
|
+
m_fontAsset: {fileID: 11400000, guid: 39c484b4a22288c488625a88b6da2145, type: 2}
|
|
72
|
+
m_sharedMaterial: {fileID: 2100000, guid: 660867c630ca8a340ba35eb8f1749302, type: 2}
|
|
73
|
+
m_fontSharedMaterials: []
|
|
74
|
+
m_fontMaterial: {fileID: 0}
|
|
75
|
+
m_fontMaterials: []
|
|
76
|
+
m_fontColor32:
|
|
77
|
+
serializedVersion: 2
|
|
78
|
+
rgba: 4294967295
|
|
79
|
+
m_fontColor: {r: 1, g: 1, b: 1, a: 1}
|
|
80
|
+
m_enableVertexGradient: 0
|
|
81
|
+
m_colorMode: 3
|
|
82
|
+
m_fontColorGradient:
|
|
83
|
+
topLeft: {r: 1, g: 1, b: 1, a: 1}
|
|
84
|
+
topRight: {r: 1, g: 1, b: 1, a: 1}
|
|
85
|
+
bottomLeft: {r: 1, g: 1, b: 1, a: 1}
|
|
86
|
+
bottomRight: {r: 1, g: 1, b: 1, a: 1}
|
|
87
|
+
m_fontColorGradientPreset: {fileID: 0}
|
|
88
|
+
m_spriteAsset: {fileID: 0}
|
|
89
|
+
m_tintAllSprites: 0
|
|
90
|
+
m_StyleSheet: {fileID: 0}
|
|
91
|
+
m_TextStyleHashCode: -1183493901
|
|
92
|
+
m_overrideHtmlColors: 0
|
|
93
|
+
m_faceColor:
|
|
94
|
+
serializedVersion: 2
|
|
95
|
+
rgba: 4294967295
|
|
96
|
+
m_fontSize: 40
|
|
97
|
+
m_fontSizeBase: 50
|
|
98
|
+
m_fontWeight: 400
|
|
99
|
+
m_enableAutoSizing: 1
|
|
100
|
+
m_fontSizeMin: 18
|
|
101
|
+
m_fontSizeMax: 40
|
|
102
|
+
m_fontStyle: 16
|
|
103
|
+
m_HorizontalAlignment: 1
|
|
104
|
+
m_VerticalAlignment: 512
|
|
105
|
+
m_textAlignment: 65535
|
|
106
|
+
m_characterSpacing: 2.2
|
|
107
|
+
m_wordSpacing: 0
|
|
108
|
+
m_lineSpacing: 0
|
|
109
|
+
m_lineSpacingMax: 0
|
|
110
|
+
m_paragraphSpacing: 0
|
|
111
|
+
m_charWidthMaxAdj: 0
|
|
112
|
+
m_TextWrappingMode: 0
|
|
113
|
+
m_wordWrappingRatios: 0.4
|
|
114
|
+
m_overflowMode: 0
|
|
115
|
+
m_linkedTextComponent: {fileID: 0}
|
|
116
|
+
parentLinkedComponent: {fileID: 0}
|
|
117
|
+
m_enableKerning: 1
|
|
118
|
+
m_ActiveFontFeatures: 6e72656b
|
|
119
|
+
m_enableExtraPadding: 0
|
|
120
|
+
checkPaddingRequired: 0
|
|
121
|
+
m_isRichText: 1
|
|
122
|
+
m_EmojiFallbackSupport: 1
|
|
123
|
+
m_parseCtrlCharacters: 1
|
|
124
|
+
m_isOrthographic: 1
|
|
125
|
+
m_isCullingEnabled: 0
|
|
126
|
+
m_horizontalMapping: 0
|
|
127
|
+
m_verticalMapping: 0
|
|
128
|
+
m_uvLineOffset: 0
|
|
129
|
+
m_geometrySortingOrder: 0
|
|
130
|
+
m_IsTextObjectScaleStatic: 0
|
|
131
|
+
m_VertexBufferAutoSizeReduction: 0
|
|
132
|
+
m_useMaxVisibleDescender: 1
|
|
133
|
+
m_pageToDisplay: 1
|
|
134
|
+
m_margin: {x: 0, y: 0, z: 0, w: 0}
|
|
135
|
+
m_isUsingLegacyAnimationComponent: 0
|
|
136
|
+
m_isVolumetricText: 0
|
|
137
|
+
m_hasFontAssetChanged: 0
|
|
138
|
+
m_baseMaterial: {fileID: 0}
|
|
139
|
+
m_maskOffset: {x: 0, y: 0, z: 0, w: 0}
|
|
140
|
+
--- !u!1 &2492053697257310541
|
|
141
|
+
GameObject:
|
|
142
|
+
m_ObjectHideFlags: 0
|
|
143
|
+
m_CorrespondingSourceObject: {fileID: 0}
|
|
144
|
+
m_PrefabInstance: {fileID: 0}
|
|
145
|
+
m_PrefabAsset: {fileID: 0}
|
|
146
|
+
serializedVersion: 6
|
|
147
|
+
m_Component:
|
|
148
|
+
- component: {fileID: 5321810260822422081}
|
|
149
|
+
- component: {fileID: 6966816517522687244}
|
|
150
|
+
- component: {fileID: 7023240225616372435}
|
|
151
|
+
m_Layer: 5
|
|
152
|
+
m_Name: RestartButton
|
|
153
|
+
m_TagString: Untagged
|
|
154
|
+
m_Icon: {fileID: 0}
|
|
155
|
+
m_NavMeshLayer: 0
|
|
156
|
+
m_StaticEditorFlags: 2147483647
|
|
157
|
+
m_IsActive: 1
|
|
158
|
+
--- !u!224 &5321810260822422081
|
|
159
|
+
RectTransform:
|
|
160
|
+
m_ObjectHideFlags: 0
|
|
161
|
+
m_CorrespondingSourceObject: {fileID: 0}
|
|
162
|
+
m_PrefabInstance: {fileID: 0}
|
|
163
|
+
m_PrefabAsset: {fileID: 0}
|
|
164
|
+
m_GameObject: {fileID: 2492053697257310541}
|
|
165
|
+
m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
|
|
166
|
+
m_LocalPosition: {x: 0, y: 0, z: 0}
|
|
167
|
+
m_LocalScale: {x: 1, y: 1, z: 1}
|
|
168
|
+
m_ConstrainProportionsScale: 0
|
|
169
|
+
m_Children:
|
|
170
|
+
- {fileID: 7180645005284110219}
|
|
171
|
+
- {fileID: 3688762823144342307}
|
|
172
|
+
m_Father: {fileID: 3989829172095542934}
|
|
173
|
+
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
|
|
174
|
+
m_AnchorMin: {x: 0, y: 1}
|
|
175
|
+
m_AnchorMax: {x: 0, y: 1}
|
|
176
|
+
m_AnchoredPosition: {x: 521.7571, y: -30}
|
|
177
|
+
m_SizeDelta: {x: 163.0769, y: 60}
|
|
178
|
+
m_Pivot: {x: 0.5, y: 0.5}
|
|
179
|
+
--- !u!222 &6966816517522687244
|
|
180
|
+
CanvasRenderer:
|
|
181
|
+
m_ObjectHideFlags: 0
|
|
182
|
+
m_CorrespondingSourceObject: {fileID: 0}
|
|
183
|
+
m_PrefabInstance: {fileID: 0}
|
|
184
|
+
m_PrefabAsset: {fileID: 0}
|
|
185
|
+
m_GameObject: {fileID: 2492053697257310541}
|
|
186
|
+
m_CullTransparentMesh: 1
|
|
187
|
+
--- !u!114 &7023240225616372435
|
|
188
|
+
MonoBehaviour:
|
|
189
|
+
m_ObjectHideFlags: 0
|
|
190
|
+
m_CorrespondingSourceObject: {fileID: 0}
|
|
191
|
+
m_PrefabInstance: {fileID: 0}
|
|
192
|
+
m_PrefabAsset: {fileID: 0}
|
|
193
|
+
m_GameObject: {fileID: 2492053697257310541}
|
|
194
|
+
m_Enabled: 1
|
|
195
|
+
m_EditorHideFlags: 0
|
|
196
|
+
m_Script: {fileID: 11500000, guid: 4e29b1a8efbd4b44bb3f3716e73f07ff, type: 3}
|
|
197
|
+
m_Name:
|
|
198
|
+
m_EditorClassIdentifier:
|
|
199
|
+
m_Navigation:
|
|
200
|
+
m_Mode: 3
|
|
201
|
+
m_WrapAround: 0
|
|
202
|
+
m_SelectOnUp: {fileID: 0}
|
|
203
|
+
m_SelectOnDown: {fileID: 0}
|
|
204
|
+
m_SelectOnLeft: {fileID: 0}
|
|
205
|
+
m_SelectOnRight: {fileID: 0}
|
|
206
|
+
m_Transition: 1
|
|
207
|
+
m_Colors:
|
|
208
|
+
m_NormalColor: {r: 1, g: 1, b: 1, a: 1}
|
|
209
|
+
m_HighlightedColor: {r: 0.9607843, g: 0.9607843, b: 0.9607843, a: 1}
|
|
210
|
+
m_PressedColor: {r: 0.78431374, g: 0.78431374, b: 0.78431374, a: 1}
|
|
211
|
+
m_SelectedColor: {r: 0.9607843, g: 0.9607843, b: 0.9607843, a: 1}
|
|
212
|
+
m_DisabledColor: {r: 0.78431374, g: 0.78431374, b: 0.78431374, a: 0.5019608}
|
|
213
|
+
m_ColorMultiplier: 1
|
|
214
|
+
m_FadeDuration: 0.1
|
|
215
|
+
m_SpriteState:
|
|
216
|
+
m_HighlightedSprite: {fileID: 0}
|
|
217
|
+
m_PressedSprite: {fileID: 0}
|
|
218
|
+
m_SelectedSprite: {fileID: 0}
|
|
219
|
+
m_DisabledSprite: {fileID: 0}
|
|
220
|
+
m_AnimationTriggers:
|
|
221
|
+
m_NormalTrigger: Normal
|
|
222
|
+
m_HighlightedTrigger: Highlighted
|
|
223
|
+
m_PressedTrigger: Pressed
|
|
224
|
+
m_SelectedTrigger: Selected
|
|
225
|
+
m_DisabledTrigger: Disabled
|
|
226
|
+
m_Interactable: 1
|
|
227
|
+
m_TargetGraphic: {fileID: 1544616751050455505}
|
|
228
|
+
m_OnClick:
|
|
229
|
+
m_PersistentCalls:
|
|
230
|
+
m_Calls: []
|
|
231
|
+
--- !u!1 &2861304698162023628
|
|
232
|
+
GameObject:
|
|
233
|
+
m_ObjectHideFlags: 0
|
|
234
|
+
m_CorrespondingSourceObject: {fileID: 0}
|
|
235
|
+
m_PrefabInstance: {fileID: 0}
|
|
236
|
+
m_PrefabAsset: {fileID: 0}
|
|
237
|
+
serializedVersion: 6
|
|
238
|
+
m_Component:
|
|
239
|
+
- component: {fileID: 7217514803191263046}
|
|
240
|
+
- component: {fileID: 4162700786641171799}
|
|
241
|
+
- component: {fileID: 6297232509147605679}
|
|
242
|
+
m_Layer: 5
|
|
243
|
+
m_Name: Circle
|
|
244
|
+
m_TagString: Untagged
|
|
245
|
+
m_Icon: {fileID: 0}
|
|
246
|
+
m_NavMeshLayer: 0
|
|
247
|
+
m_StaticEditorFlags: 2147483647
|
|
248
|
+
m_IsActive: 1
|
|
249
|
+
--- !u!224 &7217514803191263046
|
|
250
|
+
RectTransform:
|
|
251
|
+
m_ObjectHideFlags: 0
|
|
252
|
+
m_CorrespondingSourceObject: {fileID: 0}
|
|
253
|
+
m_PrefabInstance: {fileID: 0}
|
|
254
|
+
m_PrefabAsset: {fileID: 0}
|
|
255
|
+
m_GameObject: {fileID: 2861304698162023628}
|
|
256
|
+
m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
|
|
257
|
+
m_LocalPosition: {x: 0, y: 0, z: 0}
|
|
258
|
+
m_LocalScale: {x: 1, y: 1, z: 1}
|
|
259
|
+
m_ConstrainProportionsScale: 0
|
|
260
|
+
m_Children: []
|
|
261
|
+
m_Father: {fileID: 192372898380590772}
|
|
262
|
+
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
|
|
263
|
+
m_AnchorMin: {x: 0, y: 0.5}
|
|
264
|
+
m_AnchorMax: {x: 0, y: 0.5}
|
|
265
|
+
m_AnchoredPosition: {x: 30, y: 0}
|
|
266
|
+
m_SizeDelta: {x: 60, y: 60}
|
|
267
|
+
m_Pivot: {x: 0.5, y: 0.5}
|
|
268
|
+
--- !u!222 &4162700786641171799
|
|
269
|
+
CanvasRenderer:
|
|
270
|
+
m_ObjectHideFlags: 0
|
|
271
|
+
m_CorrespondingSourceObject: {fileID: 0}
|
|
272
|
+
m_PrefabInstance: {fileID: 0}
|
|
273
|
+
m_PrefabAsset: {fileID: 0}
|
|
274
|
+
m_GameObject: {fileID: 2861304698162023628}
|
|
275
|
+
m_CullTransparentMesh: 1
|
|
276
|
+
--- !u!114 &6297232509147605679
|
|
277
|
+
MonoBehaviour:
|
|
278
|
+
m_ObjectHideFlags: 0
|
|
279
|
+
m_CorrespondingSourceObject: {fileID: 0}
|
|
280
|
+
m_PrefabInstance: {fileID: 0}
|
|
281
|
+
m_PrefabAsset: {fileID: 0}
|
|
282
|
+
m_GameObject: {fileID: 2861304698162023628}
|
|
283
|
+
m_Enabled: 1
|
|
284
|
+
m_EditorHideFlags: 0
|
|
285
|
+
m_Script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3}
|
|
286
|
+
m_Name:
|
|
287
|
+
m_EditorClassIdentifier:
|
|
288
|
+
m_Material: {fileID: 0}
|
|
289
|
+
m_Color: {r: 1, g: 1, b: 1, a: 1}
|
|
290
|
+
m_RaycastTarget: 1
|
|
291
|
+
m_RaycastPadding: {x: 0, y: 0, z: 0, w: 0}
|
|
292
|
+
m_Maskable: 1
|
|
293
|
+
m_OnCullStateChanged:
|
|
294
|
+
m_PersistentCalls:
|
|
295
|
+
m_Calls: []
|
|
296
|
+
m_Sprite: {fileID: 21300000, guid: 045b8f0c4e228384c9f45554dfd379fe, type: 3}
|
|
297
|
+
m_Type: 0
|
|
298
|
+
m_PreserveAspect: 1
|
|
299
|
+
m_FillCenter: 1
|
|
300
|
+
m_FillMethod: 4
|
|
301
|
+
m_FillAmount: 1
|
|
302
|
+
m_FillClockwise: 1
|
|
303
|
+
m_FillOrigin: 0
|
|
304
|
+
m_UseSpriteMesh: 0
|
|
305
|
+
m_PixelsPerUnitMultiplier: 1
|
|
306
|
+
--- !u!1 &3602859810819532654
|
|
307
|
+
GameObject:
|
|
308
|
+
m_ObjectHideFlags: 0
|
|
309
|
+
m_CorrespondingSourceObject: {fileID: 0}
|
|
310
|
+
m_PrefabInstance: {fileID: 0}
|
|
311
|
+
m_PrefabAsset: {fileID: 0}
|
|
312
|
+
serializedVersion: 6
|
|
313
|
+
m_Component:
|
|
314
|
+
- component: {fileID: 8123031398804239782}
|
|
315
|
+
- component: {fileID: 5749980451939467457}
|
|
316
|
+
- component: {fileID: 4118260159456297548}
|
|
317
|
+
- component: {fileID: 8642301120735152582}
|
|
318
|
+
m_Layer: 5
|
|
319
|
+
m_Name: ReplayPausedModal
|
|
320
|
+
m_TagString: Untagged
|
|
321
|
+
m_Icon: {fileID: 0}
|
|
322
|
+
m_NavMeshLayer: 0
|
|
323
|
+
m_StaticEditorFlags: 2147483647
|
|
324
|
+
m_IsActive: 1
|
|
325
|
+
--- !u!224 &8123031398804239782
|
|
326
|
+
RectTransform:
|
|
327
|
+
m_ObjectHideFlags: 0
|
|
328
|
+
m_CorrespondingSourceObject: {fileID: 0}
|
|
329
|
+
m_PrefabInstance: {fileID: 0}
|
|
330
|
+
m_PrefabAsset: {fileID: 0}
|
|
331
|
+
m_GameObject: {fileID: 3602859810819532654}
|
|
332
|
+
m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
|
|
333
|
+
m_LocalPosition: {x: 0, y: 0, z: 0}
|
|
334
|
+
m_LocalScale: {x: 1.25, y: 1.25, z: 1.25}
|
|
335
|
+
m_ConstrainProportionsScale: 1
|
|
336
|
+
m_Children:
|
|
337
|
+
- {fileID: 9185578396528253419}
|
|
338
|
+
- {fileID: 7877838784269656305}
|
|
339
|
+
- {fileID: 3064348441081150642}
|
|
340
|
+
- {fileID: 3989829172095542934}
|
|
341
|
+
m_Father: {fileID: 0}
|
|
342
|
+
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
|
|
343
|
+
m_AnchorMin: {x: 0.5, y: 0.5}
|
|
344
|
+
m_AnchorMax: {x: 0.5, y: 0.5}
|
|
345
|
+
m_AnchoredPosition: {x: 0, y: 0}
|
|
346
|
+
m_SizeDelta: {x: 708.9152, y: 792.39307}
|
|
347
|
+
m_Pivot: {x: 0.5, y: 0.5}
|
|
348
|
+
--- !u!222 &5749980451939467457
|
|
349
|
+
CanvasRenderer:
|
|
350
|
+
m_ObjectHideFlags: 0
|
|
351
|
+
m_CorrespondingSourceObject: {fileID: 0}
|
|
352
|
+
m_PrefabInstance: {fileID: 0}
|
|
353
|
+
m_PrefabAsset: {fileID: 0}
|
|
354
|
+
m_GameObject: {fileID: 3602859810819532654}
|
|
355
|
+
m_CullTransparentMesh: 1
|
|
356
|
+
--- !u!114 &4118260159456297548
|
|
357
|
+
MonoBehaviour:
|
|
358
|
+
m_ObjectHideFlags: 0
|
|
359
|
+
m_CorrespondingSourceObject: {fileID: 0}
|
|
360
|
+
m_PrefabInstance: {fileID: 0}
|
|
361
|
+
m_PrefabAsset: {fileID: 0}
|
|
362
|
+
m_GameObject: {fileID: 3602859810819532654}
|
|
363
|
+
m_Enabled: 1
|
|
364
|
+
m_EditorHideFlags: 0
|
|
365
|
+
m_Script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3}
|
|
366
|
+
m_Name:
|
|
367
|
+
m_EditorClassIdentifier:
|
|
368
|
+
m_Material: {fileID: 0}
|
|
369
|
+
m_Color: {r: 1, g: 1, b: 1, a: 1}
|
|
370
|
+
m_RaycastTarget: 1
|
|
371
|
+
m_RaycastPadding: {x: 0, y: 0, z: 0, w: 0}
|
|
372
|
+
m_Maskable: 1
|
|
373
|
+
m_OnCullStateChanged:
|
|
374
|
+
m_PersistentCalls:
|
|
375
|
+
m_Calls: []
|
|
376
|
+
m_Sprite: {fileID: 21300000, guid: 9b298c6cad91ff04fb4870ebdc431e12, type: 3}
|
|
377
|
+
m_Type: 1
|
|
378
|
+
m_PreserveAspect: 0
|
|
379
|
+
m_FillCenter: 1
|
|
380
|
+
m_FillMethod: 4
|
|
381
|
+
m_FillAmount: 1
|
|
382
|
+
m_FillClockwise: 1
|
|
383
|
+
m_FillOrigin: 0
|
|
384
|
+
m_UseSpriteMesh: 0
|
|
385
|
+
m_PixelsPerUnitMultiplier: 5
|
|
386
|
+
--- !u!114 &8642301120735152582
|
|
387
|
+
MonoBehaviour:
|
|
388
|
+
m_ObjectHideFlags: 0
|
|
389
|
+
m_CorrespondingSourceObject: {fileID: 0}
|
|
390
|
+
m_PrefabInstance: {fileID: 0}
|
|
391
|
+
m_PrefabAsset: {fileID: 0}
|
|
392
|
+
m_GameObject: {fileID: 3602859810819532654}
|
|
393
|
+
m_Enabled: 1
|
|
394
|
+
m_EditorHideFlags: 0
|
|
395
|
+
m_Script: {fileID: 11500000, guid: b26c59e3565391f4daa22e917b6156b4, type: 3}
|
|
396
|
+
m_Name:
|
|
397
|
+
m_EditorClassIdentifier:
|
|
398
|
+
scoreValue: {fileID: 4162033090824053309}
|
|
399
|
+
scoreOwnerName: {fileID: 6676907075904941727}
|
|
400
|
+
soundText: {fileID: 6690648221882657239}
|
|
401
|
+
soundIconOn: {fileID: 21300000, guid: 8ca8cc772604df94897dd4de5d89fe24, type: 3}
|
|
402
|
+
soundIconOff: {fileID: 21300000, guid: ae14bd414c2c47f40a794d1a43708371, type: 3}
|
|
403
|
+
soundIcon: {fileID: 7239663422791591569}
|
|
404
|
+
restartButton: {fileID: 2492053697257310541}
|
|
405
|
+
resumeButton: {fileID: 3366954358223543199}
|
|
406
|
+
exitButton: {fileID: 5020411856297000829}
|
|
407
|
+
soundButton: {fileID: 7463162412705644132}
|
|
408
|
+
restartActionButton: {fileID: 7023240225616372435}
|
|
409
|
+
exitLoadingCircle: {fileID: 5795844670456941372}
|
|
410
|
+
--- !u!1 &4033829216970346816
|
|
411
|
+
GameObject:
|
|
412
|
+
m_ObjectHideFlags: 0
|
|
413
|
+
m_CorrespondingSourceObject: {fileID: 0}
|
|
414
|
+
m_PrefabInstance: {fileID: 0}
|
|
415
|
+
m_PrefabAsset: {fileID: 0}
|
|
416
|
+
serializedVersion: 6
|
|
417
|
+
m_Component:
|
|
418
|
+
- component: {fileID: 3989829172095542934}
|
|
419
|
+
m_Layer: 5
|
|
420
|
+
m_Name: Footer Buttons
|
|
421
|
+
m_TagString: Untagged
|
|
422
|
+
m_Icon: {fileID: 0}
|
|
423
|
+
m_NavMeshLayer: 0
|
|
424
|
+
m_StaticEditorFlags: 2147483647
|
|
425
|
+
m_IsActive: 1
|
|
426
|
+
--- !u!224 &3989829172095542934
|
|
427
|
+
RectTransform:
|
|
428
|
+
m_ObjectHideFlags: 0
|
|
429
|
+
m_CorrespondingSourceObject: {fileID: 0}
|
|
430
|
+
m_PrefabInstance: {fileID: 0}
|
|
431
|
+
m_PrefabAsset: {fileID: 0}
|
|
432
|
+
m_GameObject: {fileID: 4033829216970346816}
|
|
433
|
+
m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
|
|
434
|
+
m_LocalPosition: {x: 0, y: 0, z: 0}
|
|
435
|
+
m_LocalScale: {x: 1, y: 1, z: 1}
|
|
436
|
+
m_ConstrainProportionsScale: 1
|
|
437
|
+
m_Children:
|
|
438
|
+
- {fileID: 192372898380590772}
|
|
439
|
+
- {fileID: 5321810260822422081}
|
|
440
|
+
m_Father: {fileID: 8123031398804239782}
|
|
441
|
+
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
|
|
442
|
+
m_AnchorMin: {x: 0, y: 1}
|
|
443
|
+
m_AnchorMax: {x: 0, y: 1}
|
|
444
|
+
m_AnchoredPosition: {x: 354.4576, y: -713.6}
|
|
445
|
+
m_SizeDelta: {x: 598.62, y: 60}
|
|
446
|
+
m_Pivot: {x: 0.5, y: 0.5}
|
|
447
|
+
--- !u!1 &4567444195618622330
|
|
448
|
+
GameObject:
|
|
449
|
+
m_ObjectHideFlags: 0
|
|
450
|
+
m_CorrespondingSourceObject: {fileID: 0}
|
|
451
|
+
m_PrefabInstance: {fileID: 0}
|
|
452
|
+
m_PrefabAsset: {fileID: 0}
|
|
453
|
+
serializedVersion: 6
|
|
454
|
+
m_Component:
|
|
455
|
+
- component: {fileID: 7877838784269656305}
|
|
456
|
+
- component: {fileID: 1722994052883356458}
|
|
457
|
+
- component: {fileID: 2936138234917804133}
|
|
458
|
+
m_Layer: 5
|
|
459
|
+
m_Name: ScoresFrame
|
|
460
|
+
m_TagString: Untagged
|
|
461
|
+
m_Icon: {fileID: 0}
|
|
462
|
+
m_NavMeshLayer: 0
|
|
463
|
+
m_StaticEditorFlags: 2147483647
|
|
464
|
+
m_IsActive: 1
|
|
465
|
+
--- !u!224 &7877838784269656305
|
|
466
|
+
RectTransform:
|
|
467
|
+
m_ObjectHideFlags: 0
|
|
468
|
+
m_CorrespondingSourceObject: {fileID: 0}
|
|
469
|
+
m_PrefabInstance: {fileID: 0}
|
|
470
|
+
m_PrefabAsset: {fileID: 0}
|
|
471
|
+
m_GameObject: {fileID: 4567444195618622330}
|
|
472
|
+
m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
|
|
473
|
+
m_LocalPosition: {x: 0, y: 0, z: 0}
|
|
474
|
+
m_LocalScale: {x: 1, y: 1, z: 1}
|
|
475
|
+
m_ConstrainProportionsScale: 0
|
|
476
|
+
m_Children:
|
|
477
|
+
- {fileID: 639701114047773007}
|
|
478
|
+
- {fileID: 4560009423551748471}
|
|
479
|
+
m_Father: {fileID: 8123031398804239782}
|
|
480
|
+
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
|
|
481
|
+
m_AnchorMin: {x: 0, y: 1}
|
|
482
|
+
m_AnchorMax: {x: 0, y: 1}
|
|
483
|
+
m_AnchoredPosition: {x: 354.4576, y: -259.9}
|
|
484
|
+
m_SizeDelta: {x: 600.75, y: 180}
|
|
485
|
+
m_Pivot: {x: 0.5, y: 0.5}
|
|
486
|
+
--- !u!222 &1722994052883356458
|
|
487
|
+
CanvasRenderer:
|
|
488
|
+
m_ObjectHideFlags: 0
|
|
489
|
+
m_CorrespondingSourceObject: {fileID: 0}
|
|
490
|
+
m_PrefabInstance: {fileID: 0}
|
|
491
|
+
m_PrefabAsset: {fileID: 0}
|
|
492
|
+
m_GameObject: {fileID: 4567444195618622330}
|
|
493
|
+
m_CullTransparentMesh: 1
|
|
494
|
+
--- !u!114 &2936138234917804133
|
|
495
|
+
MonoBehaviour:
|
|
496
|
+
m_ObjectHideFlags: 0
|
|
497
|
+
m_CorrespondingSourceObject: {fileID: 0}
|
|
498
|
+
m_PrefabInstance: {fileID: 0}
|
|
499
|
+
m_PrefabAsset: {fileID: 0}
|
|
500
|
+
m_GameObject: {fileID: 4567444195618622330}
|
|
501
|
+
m_Enabled: 1
|
|
502
|
+
m_EditorHideFlags: 0
|
|
503
|
+
m_Script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3}
|
|
504
|
+
m_Name:
|
|
505
|
+
m_EditorClassIdentifier:
|
|
506
|
+
m_Material: {fileID: 0}
|
|
507
|
+
m_Color: {r: 1, g: 1, b: 1, a: 1}
|
|
508
|
+
m_RaycastTarget: 1
|
|
509
|
+
m_RaycastPadding: {x: 0, y: 0, z: 0, w: 0}
|
|
510
|
+
m_Maskable: 1
|
|
511
|
+
m_OnCullStateChanged:
|
|
512
|
+
m_PersistentCalls:
|
|
513
|
+
m_Calls: []
|
|
514
|
+
m_Sprite: {fileID: 21300000, guid: 5e5fb980471859d4fb9d3d8c06321e24, type: 3}
|
|
515
|
+
m_Type: 1
|
|
516
|
+
m_PreserveAspect: 0
|
|
517
|
+
m_FillCenter: 1
|
|
518
|
+
m_FillMethod: 4
|
|
519
|
+
m_FillAmount: 1
|
|
520
|
+
m_FillClockwise: 1
|
|
521
|
+
m_FillOrigin: 0
|
|
522
|
+
m_UseSpriteMesh: 0
|
|
523
|
+
m_PixelsPerUnitMultiplier: 2
|
|
524
|
+
--- !u!1 &4802780010962306324
|
|
525
|
+
GameObject:
|
|
526
|
+
m_ObjectHideFlags: 0
|
|
527
|
+
m_CorrespondingSourceObject: {fileID: 0}
|
|
528
|
+
m_PrefabInstance: {fileID: 0}
|
|
529
|
+
m_PrefabAsset: {fileID: 0}
|
|
530
|
+
serializedVersion: 6
|
|
531
|
+
m_Component:
|
|
532
|
+
- component: {fileID: 9185578396528253419}
|
|
533
|
+
- component: {fileID: 1185900867829703793}
|
|
534
|
+
- component: {fileID: 8020114355322009920}
|
|
535
|
+
m_Layer: 5
|
|
536
|
+
m_Name: TitleText
|
|
537
|
+
m_TagString: Untagged
|
|
538
|
+
m_Icon: {fileID: 0}
|
|
539
|
+
m_NavMeshLayer: 0
|
|
540
|
+
m_StaticEditorFlags: 2147483647
|
|
541
|
+
m_IsActive: 1
|
|
542
|
+
--- !u!224 &9185578396528253419
|
|
543
|
+
RectTransform:
|
|
544
|
+
m_ObjectHideFlags: 0
|
|
545
|
+
m_CorrespondingSourceObject: {fileID: 0}
|
|
546
|
+
m_PrefabInstance: {fileID: 0}
|
|
547
|
+
m_PrefabAsset: {fileID: 0}
|
|
548
|
+
m_GameObject: {fileID: 4802780010962306324}
|
|
549
|
+
m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
|
|
550
|
+
m_LocalPosition: {x: 0, y: 0, z: 0}
|
|
551
|
+
m_LocalScale: {x: 1, y: 1, z: 1}
|
|
552
|
+
m_ConstrainProportionsScale: 0
|
|
553
|
+
m_Children: []
|
|
554
|
+
m_Father: {fileID: 8123031398804239782}
|
|
555
|
+
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
|
|
556
|
+
m_AnchorMin: {x: 0, y: 1}
|
|
557
|
+
m_AnchorMax: {x: 0, y: 1}
|
|
558
|
+
m_AnchoredPosition: {x: 354.4576, y: -79.1}
|
|
559
|
+
m_SizeDelta: {x: 678.9152, y: 52.5377}
|
|
560
|
+
m_Pivot: {x: 0.5, y: 0.5}
|
|
561
|
+
--- !u!222 &1185900867829703793
|
|
562
|
+
CanvasRenderer:
|
|
563
|
+
m_ObjectHideFlags: 0
|
|
564
|
+
m_CorrespondingSourceObject: {fileID: 0}
|
|
565
|
+
m_PrefabInstance: {fileID: 0}
|
|
566
|
+
m_PrefabAsset: {fileID: 0}
|
|
567
|
+
m_GameObject: {fileID: 4802780010962306324}
|
|
568
|
+
m_CullTransparentMesh: 1
|
|
569
|
+
--- !u!114 &8020114355322009920
|
|
570
|
+
MonoBehaviour:
|
|
571
|
+
m_ObjectHideFlags: 0
|
|
572
|
+
m_CorrespondingSourceObject: {fileID: 0}
|
|
573
|
+
m_PrefabInstance: {fileID: 0}
|
|
574
|
+
m_PrefabAsset: {fileID: 0}
|
|
575
|
+
m_GameObject: {fileID: 4802780010962306324}
|
|
576
|
+
m_Enabled: 1
|
|
577
|
+
m_EditorHideFlags: 0
|
|
578
|
+
m_Script: {fileID: 11500000, guid: f4688fdb7df04437aeb418b961361dc5, type: 3}
|
|
579
|
+
m_Name:
|
|
580
|
+
m_EditorClassIdentifier:
|
|
581
|
+
m_Material: {fileID: 0}
|
|
582
|
+
m_Color: {r: 1, g: 1, b: 1, a: 1}
|
|
583
|
+
m_RaycastTarget: 1
|
|
584
|
+
m_RaycastPadding: {x: 0, y: 0, z: 0, w: 0}
|
|
585
|
+
m_Maskable: 1
|
|
586
|
+
m_OnCullStateChanged:
|
|
587
|
+
m_PersistentCalls:
|
|
588
|
+
m_Calls: []
|
|
589
|
+
m_text: Replay Paused
|
|
590
|
+
m_isRightToLeft: 0
|
|
591
|
+
m_fontAsset: {fileID: 11400000, guid: 39c484b4a22288c488625a88b6da2145, type: 2}
|
|
592
|
+
m_sharedMaterial: {fileID: -8342687123090027242, guid: 39c484b4a22288c488625a88b6da2145, type: 2}
|
|
593
|
+
m_fontSharedMaterials: []
|
|
594
|
+
m_fontMaterial: {fileID: 0}
|
|
595
|
+
m_fontMaterials: []
|
|
596
|
+
m_fontColor32:
|
|
597
|
+
serializedVersion: 2
|
|
598
|
+
rgba: 4294967295
|
|
599
|
+
m_fontColor: {r: 1, g: 1, b: 1, a: 1}
|
|
600
|
+
m_enableVertexGradient: 0
|
|
601
|
+
m_colorMode: 3
|
|
602
|
+
m_fontColorGradient:
|
|
603
|
+
topLeft: {r: 1, g: 1, b: 1, a: 1}
|
|
604
|
+
topRight: {r: 1, g: 1, b: 1, a: 1}
|
|
605
|
+
bottomLeft: {r: 1, g: 1, b: 1, a: 1}
|
|
606
|
+
bottomRight: {r: 1, g: 1, b: 1, a: 1}
|
|
607
|
+
m_fontColorGradientPreset: {fileID: 0}
|
|
608
|
+
m_spriteAsset: {fileID: 0}
|
|
609
|
+
m_tintAllSprites: 0
|
|
610
|
+
m_StyleSheet: {fileID: 0}
|
|
611
|
+
m_TextStyleHashCode: -1183493901
|
|
612
|
+
m_overrideHtmlColors: 0
|
|
613
|
+
m_faceColor:
|
|
614
|
+
serializedVersion: 2
|
|
615
|
+
rgba: 4294967295
|
|
616
|
+
m_fontSize: 68.6
|
|
617
|
+
m_fontSizeBase: 70
|
|
618
|
+
m_fontWeight: 400
|
|
619
|
+
m_enableAutoSizing: 1
|
|
620
|
+
m_fontSizeMin: 18
|
|
621
|
+
m_fontSizeMax: 70
|
|
622
|
+
m_fontStyle: 16
|
|
623
|
+
m_HorizontalAlignment: 2
|
|
624
|
+
m_VerticalAlignment: 1024
|
|
625
|
+
m_textAlignment: 65535
|
|
626
|
+
m_characterSpacing: 0
|
|
627
|
+
m_wordSpacing: 0
|
|
628
|
+
m_lineSpacing: 0
|
|
629
|
+
m_lineSpacingMax: 0
|
|
630
|
+
m_paragraphSpacing: 0
|
|
631
|
+
m_charWidthMaxAdj: 0
|
|
632
|
+
m_TextWrappingMode: 0
|
|
633
|
+
m_wordWrappingRatios: 0.4
|
|
634
|
+
m_overflowMode: 0
|
|
635
|
+
m_linkedTextComponent: {fileID: 0}
|
|
636
|
+
parentLinkedComponent: {fileID: 0}
|
|
637
|
+
m_enableKerning: 1
|
|
638
|
+
m_ActiveFontFeatures: 6e72656b
|
|
639
|
+
m_enableExtraPadding: 0
|
|
640
|
+
checkPaddingRequired: 0
|
|
641
|
+
m_isRichText: 1
|
|
642
|
+
m_EmojiFallbackSupport: 1
|
|
643
|
+
m_parseCtrlCharacters: 1
|
|
644
|
+
m_isOrthographic: 1
|
|
645
|
+
m_isCullingEnabled: 0
|
|
646
|
+
m_horizontalMapping: 0
|
|
647
|
+
m_verticalMapping: 0
|
|
648
|
+
m_uvLineOffset: 0
|
|
649
|
+
m_geometrySortingOrder: 0
|
|
650
|
+
m_IsTextObjectScaleStatic: 0
|
|
651
|
+
m_VertexBufferAutoSizeReduction: 0
|
|
652
|
+
m_useMaxVisibleDescender: 1
|
|
653
|
+
m_pageToDisplay: 1
|
|
654
|
+
m_margin: {x: 0, y: 0, z: 0, w: -9.22}
|
|
655
|
+
m_isUsingLegacyAnimationComponent: 0
|
|
656
|
+
m_isVolumetricText: 0
|
|
657
|
+
m_hasFontAssetChanged: 0
|
|
658
|
+
m_baseMaterial: {fileID: 0}
|
|
659
|
+
m_maskOffset: {x: 0, y: 0, z: 0, w: 0}
|
|
660
|
+
--- !u!1 &5161679177648948812
|
|
661
|
+
GameObject:
|
|
662
|
+
m_ObjectHideFlags: 0
|
|
663
|
+
m_CorrespondingSourceObject: {fileID: 0}
|
|
664
|
+
m_PrefabInstance: {fileID: 0}
|
|
665
|
+
m_PrefabAsset: {fileID: 0}
|
|
666
|
+
serializedVersion: 6
|
|
667
|
+
m_Component:
|
|
668
|
+
- component: {fileID: 3308900604944864140}
|
|
669
|
+
- component: {fileID: 7640153445967893950}
|
|
670
|
+
- component: {fileID: 99913962200402091}
|
|
671
|
+
m_Layer: 5
|
|
672
|
+
m_Name: Icon
|
|
673
|
+
m_TagString: Untagged
|
|
674
|
+
m_Icon: {fileID: 0}
|
|
675
|
+
m_NavMeshLayer: 0
|
|
676
|
+
m_StaticEditorFlags: 2147483647
|
|
677
|
+
m_IsActive: 1
|
|
678
|
+
--- !u!224 &3308900604944864140
|
|
679
|
+
RectTransform:
|
|
680
|
+
m_ObjectHideFlags: 0
|
|
681
|
+
m_CorrespondingSourceObject: {fileID: 0}
|
|
682
|
+
m_PrefabInstance: {fileID: 0}
|
|
683
|
+
m_PrefabAsset: {fileID: 0}
|
|
684
|
+
m_GameObject: {fileID: 5161679177648948812}
|
|
685
|
+
m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
|
|
686
|
+
m_LocalPosition: {x: 0, y: 0, z: 0}
|
|
687
|
+
m_LocalScale: {x: 1, y: 1, z: 1}
|
|
688
|
+
m_ConstrainProportionsScale: 0
|
|
689
|
+
m_Children: []
|
|
690
|
+
m_Father: {fileID: 7180645005284110219}
|
|
691
|
+
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
|
|
692
|
+
m_AnchorMin: {x: 0.5, y: 0.5}
|
|
693
|
+
m_AnchorMax: {x: 0.5, y: 0.5}
|
|
694
|
+
m_AnchoredPosition: {x: 0, y: 0}
|
|
695
|
+
m_SizeDelta: {x: 40, y: 40}
|
|
696
|
+
m_Pivot: {x: 0.5, y: 0.5}
|
|
697
|
+
--- !u!222 &7640153445967893950
|
|
698
|
+
CanvasRenderer:
|
|
699
|
+
m_ObjectHideFlags: 0
|
|
700
|
+
m_CorrespondingSourceObject: {fileID: 0}
|
|
701
|
+
m_PrefabInstance: {fileID: 0}
|
|
702
|
+
m_PrefabAsset: {fileID: 0}
|
|
703
|
+
m_GameObject: {fileID: 5161679177648948812}
|
|
704
|
+
m_CullTransparentMesh: 1
|
|
705
|
+
--- !u!114 &99913962200402091
|
|
706
|
+
MonoBehaviour:
|
|
707
|
+
m_ObjectHideFlags: 0
|
|
708
|
+
m_CorrespondingSourceObject: {fileID: 0}
|
|
709
|
+
m_PrefabInstance: {fileID: 0}
|
|
710
|
+
m_PrefabAsset: {fileID: 0}
|
|
711
|
+
m_GameObject: {fileID: 5161679177648948812}
|
|
712
|
+
m_Enabled: 1
|
|
713
|
+
m_EditorHideFlags: 0
|
|
714
|
+
m_Script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3}
|
|
715
|
+
m_Name:
|
|
716
|
+
m_EditorClassIdentifier:
|
|
717
|
+
m_Material: {fileID: 0}
|
|
718
|
+
m_Color: {r: 1, g: 1, b: 1, a: 1}
|
|
719
|
+
m_RaycastTarget: 1
|
|
720
|
+
m_RaycastPadding: {x: 0, y: 0, z: 0, w: 0}
|
|
721
|
+
m_Maskable: 1
|
|
722
|
+
m_OnCullStateChanged:
|
|
723
|
+
m_PersistentCalls:
|
|
724
|
+
m_Calls: []
|
|
725
|
+
m_Sprite: {fileID: 21300000, guid: c1eb7346168b1f54d8d176b2878cb0e0, type: 3}
|
|
726
|
+
m_Type: 0
|
|
727
|
+
m_PreserveAspect: 0
|
|
728
|
+
m_FillCenter: 1
|
|
729
|
+
m_FillMethod: 4
|
|
730
|
+
m_FillAmount: 1
|
|
731
|
+
m_FillClockwise: 1
|
|
732
|
+
m_FillOrigin: 0
|
|
733
|
+
m_UseSpriteMesh: 0
|
|
734
|
+
m_PixelsPerUnitMultiplier: 1
|
|
735
|
+
--- !u!1 &5260394047029657145
|
|
736
|
+
GameObject:
|
|
737
|
+
m_ObjectHideFlags: 0
|
|
738
|
+
m_CorrespondingSourceObject: {fileID: 0}
|
|
739
|
+
m_PrefabInstance: {fileID: 0}
|
|
740
|
+
m_PrefabAsset: {fileID: 0}
|
|
741
|
+
serializedVersion: 6
|
|
742
|
+
m_Component:
|
|
743
|
+
- component: {fileID: 2469608433729979580}
|
|
744
|
+
- component: {fileID: 9142327940612084417}
|
|
745
|
+
- component: {fileID: 7239663422791591569}
|
|
746
|
+
m_Layer: 5
|
|
747
|
+
m_Name: Icon
|
|
748
|
+
m_TagString: Untagged
|
|
749
|
+
m_Icon: {fileID: 0}
|
|
750
|
+
m_NavMeshLayer: 0
|
|
751
|
+
m_StaticEditorFlags: 2147483647
|
|
752
|
+
m_IsActive: 1
|
|
753
|
+
--- !u!224 &2469608433729979580
|
|
754
|
+
RectTransform:
|
|
755
|
+
m_ObjectHideFlags: 0
|
|
756
|
+
m_CorrespondingSourceObject: {fileID: 0}
|
|
757
|
+
m_PrefabInstance: {fileID: 0}
|
|
758
|
+
m_PrefabAsset: {fileID: 0}
|
|
759
|
+
m_GameObject: {fileID: 5260394047029657145}
|
|
760
|
+
m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
|
|
761
|
+
m_LocalPosition: {x: 0, y: 0, z: 0}
|
|
762
|
+
m_LocalScale: {x: 1, y: 1, z: 1}
|
|
763
|
+
m_ConstrainProportionsScale: 0
|
|
764
|
+
m_Children: []
|
|
765
|
+
m_Father: {fileID: 192372898380590772}
|
|
766
|
+
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
|
|
767
|
+
m_AnchorMin: {x: 0, y: 0.5}
|
|
768
|
+
m_AnchorMax: {x: 0, y: 0.5}
|
|
769
|
+
m_AnchoredPosition: {x: 30.3, y: 0}
|
|
770
|
+
m_SizeDelta: {x: 40, y: 40}
|
|
771
|
+
m_Pivot: {x: 0.5, y: 0.5}
|
|
772
|
+
--- !u!222 &9142327940612084417
|
|
773
|
+
CanvasRenderer:
|
|
774
|
+
m_ObjectHideFlags: 0
|
|
775
|
+
m_CorrespondingSourceObject: {fileID: 0}
|
|
776
|
+
m_PrefabInstance: {fileID: 0}
|
|
777
|
+
m_PrefabAsset: {fileID: 0}
|
|
778
|
+
m_GameObject: {fileID: 5260394047029657145}
|
|
779
|
+
m_CullTransparentMesh: 1
|
|
780
|
+
--- !u!114 &7239663422791591569
|
|
781
|
+
MonoBehaviour:
|
|
782
|
+
m_ObjectHideFlags: 0
|
|
783
|
+
m_CorrespondingSourceObject: {fileID: 0}
|
|
784
|
+
m_PrefabInstance: {fileID: 0}
|
|
785
|
+
m_PrefabAsset: {fileID: 0}
|
|
786
|
+
m_GameObject: {fileID: 5260394047029657145}
|
|
787
|
+
m_Enabled: 1
|
|
788
|
+
m_EditorHideFlags: 0
|
|
789
|
+
m_Script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3}
|
|
790
|
+
m_Name:
|
|
791
|
+
m_EditorClassIdentifier:
|
|
792
|
+
m_Material: {fileID: 0}
|
|
793
|
+
m_Color: {r: 1, g: 1, b: 1, a: 1}
|
|
794
|
+
m_RaycastTarget: 1
|
|
795
|
+
m_RaycastPadding: {x: 0, y: 0, z: 0, w: 0}
|
|
796
|
+
m_Maskable: 1
|
|
797
|
+
m_OnCullStateChanged:
|
|
798
|
+
m_PersistentCalls:
|
|
799
|
+
m_Calls: []
|
|
800
|
+
m_Sprite: {fileID: 21300000, guid: 8ca8cc772604df94897dd4de5d89fe24, type: 3}
|
|
801
|
+
m_Type: 0
|
|
802
|
+
m_PreserveAspect: 0
|
|
803
|
+
m_FillCenter: 1
|
|
804
|
+
m_FillMethod: 4
|
|
805
|
+
m_FillAmount: 1
|
|
806
|
+
m_FillClockwise: 1
|
|
807
|
+
m_FillOrigin: 0
|
|
808
|
+
m_UseSpriteMesh: 0
|
|
809
|
+
m_PixelsPerUnitMultiplier: 1
|
|
810
|
+
--- !u!1 &5398867729037661092
|
|
811
|
+
GameObject:
|
|
812
|
+
m_ObjectHideFlags: 0
|
|
813
|
+
m_CorrespondingSourceObject: {fileID: 0}
|
|
814
|
+
m_PrefabInstance: {fileID: 0}
|
|
815
|
+
m_PrefabAsset: {fileID: 0}
|
|
816
|
+
serializedVersion: 6
|
|
817
|
+
m_Component:
|
|
818
|
+
- component: {fileID: 639701114047773007}
|
|
819
|
+
- component: {fileID: 1041101795717914568}
|
|
820
|
+
- component: {fileID: 4162033090824053309}
|
|
821
|
+
m_Layer: 5
|
|
822
|
+
m_Name: ScoreValue
|
|
823
|
+
m_TagString: Untagged
|
|
824
|
+
m_Icon: {fileID: 0}
|
|
825
|
+
m_NavMeshLayer: 0
|
|
826
|
+
m_StaticEditorFlags: 2147483647
|
|
827
|
+
m_IsActive: 1
|
|
828
|
+
--- !u!224 &639701114047773007
|
|
829
|
+
RectTransform:
|
|
830
|
+
m_ObjectHideFlags: 0
|
|
831
|
+
m_CorrespondingSourceObject: {fileID: 0}
|
|
832
|
+
m_PrefabInstance: {fileID: 0}
|
|
833
|
+
m_PrefabAsset: {fileID: 0}
|
|
834
|
+
m_GameObject: {fileID: 5398867729037661092}
|
|
835
|
+
m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
|
|
836
|
+
m_LocalPosition: {x: 0, y: 0, z: 0}
|
|
837
|
+
m_LocalScale: {x: 1, y: 1, z: 1}
|
|
838
|
+
m_ConstrainProportionsScale: 0
|
|
839
|
+
m_Children: []
|
|
840
|
+
m_Father: {fileID: 7877838784269656305}
|
|
841
|
+
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
|
|
842
|
+
m_AnchorMin: {x: 0.5, y: 0.5}
|
|
843
|
+
m_AnchorMax: {x: 0.5, y: 0.5}
|
|
844
|
+
m_AnchoredPosition: {x: 0.000006914139, y: 18.674274}
|
|
845
|
+
m_SizeDelta: {x: 444.7235, y: 72.4786}
|
|
846
|
+
m_Pivot: {x: 0.5, y: 0.5}
|
|
847
|
+
--- !u!222 &1041101795717914568
|
|
848
|
+
CanvasRenderer:
|
|
849
|
+
m_ObjectHideFlags: 0
|
|
850
|
+
m_CorrespondingSourceObject: {fileID: 0}
|
|
851
|
+
m_PrefabInstance: {fileID: 0}
|
|
852
|
+
m_PrefabAsset: {fileID: 0}
|
|
853
|
+
m_GameObject: {fileID: 5398867729037661092}
|
|
854
|
+
m_CullTransparentMesh: 1
|
|
855
|
+
--- !u!114 &4162033090824053309
|
|
856
|
+
MonoBehaviour:
|
|
857
|
+
m_ObjectHideFlags: 0
|
|
858
|
+
m_CorrespondingSourceObject: {fileID: 0}
|
|
859
|
+
m_PrefabInstance: {fileID: 0}
|
|
860
|
+
m_PrefabAsset: {fileID: 0}
|
|
861
|
+
m_GameObject: {fileID: 5398867729037661092}
|
|
862
|
+
m_Enabled: 1
|
|
863
|
+
m_EditorHideFlags: 0
|
|
864
|
+
m_Script: {fileID: 11500000, guid: f4688fdb7df04437aeb418b961361dc5, type: 3}
|
|
865
|
+
m_Name:
|
|
866
|
+
m_EditorClassIdentifier:
|
|
867
|
+
m_Material: {fileID: 0}
|
|
868
|
+
m_Color: {r: 1, g: 1, b: 1, a: 1}
|
|
869
|
+
m_RaycastTarget: 1
|
|
870
|
+
m_RaycastPadding: {x: 0, y: 0, z: 0, w: 0}
|
|
871
|
+
m_Maskable: 1
|
|
872
|
+
m_OnCullStateChanged:
|
|
873
|
+
m_PersistentCalls:
|
|
874
|
+
m_Calls: []
|
|
875
|
+
m_text: 6,200
|
|
876
|
+
m_isRightToLeft: 0
|
|
877
|
+
m_fontAsset: {fileID: 11400000, guid: 39c484b4a22288c488625a88b6da2145, type: 2}
|
|
878
|
+
m_sharedMaterial: {fileID: -8342687123090027242, guid: 39c484b4a22288c488625a88b6da2145, type: 2}
|
|
879
|
+
m_fontSharedMaterials: []
|
|
880
|
+
m_fontMaterial: {fileID: 0}
|
|
881
|
+
m_fontMaterials: []
|
|
882
|
+
m_fontColor32:
|
|
883
|
+
serializedVersion: 2
|
|
884
|
+
rgba: 4294967295
|
|
885
|
+
m_fontColor: {r: 1, g: 1, b: 1, a: 1}
|
|
886
|
+
m_enableVertexGradient: 0
|
|
887
|
+
m_colorMode: 3
|
|
888
|
+
m_fontColorGradient:
|
|
889
|
+
topLeft: {r: 1, g: 1, b: 1, a: 1}
|
|
890
|
+
topRight: {r: 1, g: 1, b: 1, a: 1}
|
|
891
|
+
bottomLeft: {r: 1, g: 1, b: 1, a: 1}
|
|
892
|
+
bottomRight: {r: 1, g: 1, b: 1, a: 1}
|
|
893
|
+
m_fontColorGradientPreset: {fileID: 0}
|
|
894
|
+
m_spriteAsset: {fileID: 0}
|
|
895
|
+
m_tintAllSprites: 0
|
|
896
|
+
m_StyleSheet: {fileID: 0}
|
|
897
|
+
m_TextStyleHashCode: -1183493901
|
|
898
|
+
m_overrideHtmlColors: 0
|
|
899
|
+
m_faceColor:
|
|
900
|
+
serializedVersion: 2
|
|
901
|
+
rgba: 4294967295
|
|
902
|
+
m_fontSize: 80
|
|
903
|
+
m_fontSizeBase: 80
|
|
904
|
+
m_fontWeight: 400
|
|
905
|
+
m_enableAutoSizing: 0
|
|
906
|
+
m_fontSizeMin: 18
|
|
907
|
+
m_fontSizeMax: 72
|
|
908
|
+
m_fontStyle: 0
|
|
909
|
+
m_HorizontalAlignment: 2
|
|
910
|
+
m_VerticalAlignment: 512
|
|
911
|
+
m_textAlignment: 65535
|
|
912
|
+
m_characterSpacing: 0
|
|
913
|
+
m_wordSpacing: 0
|
|
914
|
+
m_lineSpacing: 0
|
|
915
|
+
m_lineSpacingMax: 0
|
|
916
|
+
m_paragraphSpacing: 0
|
|
917
|
+
m_charWidthMaxAdj: 0
|
|
918
|
+
m_TextWrappingMode: 0
|
|
919
|
+
m_wordWrappingRatios: 0.4
|
|
920
|
+
m_overflowMode: 0
|
|
921
|
+
m_linkedTextComponent: {fileID: 0}
|
|
922
|
+
parentLinkedComponent: {fileID: 0}
|
|
923
|
+
m_enableKerning: 1
|
|
924
|
+
m_ActiveFontFeatures: 6e72656b
|
|
925
|
+
m_enableExtraPadding: 0
|
|
926
|
+
checkPaddingRequired: 0
|
|
927
|
+
m_isRichText: 1
|
|
928
|
+
m_EmojiFallbackSupport: 1
|
|
929
|
+
m_parseCtrlCharacters: 1
|
|
930
|
+
m_isOrthographic: 1
|
|
931
|
+
m_isCullingEnabled: 0
|
|
932
|
+
m_horizontalMapping: 0
|
|
933
|
+
m_verticalMapping: 0
|
|
934
|
+
m_uvLineOffset: 0
|
|
935
|
+
m_geometrySortingOrder: 0
|
|
936
|
+
m_IsTextObjectScaleStatic: 0
|
|
937
|
+
m_VertexBufferAutoSizeReduction: 0
|
|
938
|
+
m_useMaxVisibleDescender: 1
|
|
939
|
+
m_pageToDisplay: 1
|
|
940
|
+
m_margin: {x: 0, y: 0, z: 0, w: 0}
|
|
941
|
+
m_isUsingLegacyAnimationComponent: 0
|
|
942
|
+
m_isVolumetricText: 0
|
|
943
|
+
m_hasFontAssetChanged: 0
|
|
944
|
+
m_baseMaterial: {fileID: 0}
|
|
945
|
+
m_maskOffset: {x: 0, y: 0, z: 0, w: 0}
|
|
946
|
+
--- !u!1 &5776977730580367370
|
|
947
|
+
GameObject:
|
|
948
|
+
m_ObjectHideFlags: 0
|
|
949
|
+
m_CorrespondingSourceObject: {fileID: 0}
|
|
950
|
+
m_PrefabInstance: {fileID: 0}
|
|
951
|
+
m_PrefabAsset: {fileID: 0}
|
|
952
|
+
serializedVersion: 6
|
|
953
|
+
m_Component:
|
|
954
|
+
- component: {fileID: 82533601875565082}
|
|
955
|
+
- component: {fileID: 3090272992467063335}
|
|
956
|
+
- component: {fileID: 5640999227400292977}
|
|
957
|
+
- component: {fileID: 5438998033371752966}
|
|
958
|
+
m_Layer: 5
|
|
959
|
+
m_Name: Play Icon
|
|
960
|
+
m_TagString: Untagged
|
|
961
|
+
m_Icon: {fileID: 0}
|
|
962
|
+
m_NavMeshLayer: 0
|
|
963
|
+
m_StaticEditorFlags: 0
|
|
964
|
+
m_IsActive: 1
|
|
965
|
+
--- !u!224 &82533601875565082
|
|
966
|
+
RectTransform:
|
|
967
|
+
m_ObjectHideFlags: 0
|
|
968
|
+
m_CorrespondingSourceObject: {fileID: 0}
|
|
969
|
+
m_PrefabInstance: {fileID: 0}
|
|
970
|
+
m_PrefabAsset: {fileID: 0}
|
|
971
|
+
m_GameObject: {fileID: 5776977730580367370}
|
|
972
|
+
m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
|
|
973
|
+
m_LocalPosition: {x: 0, y: 0, z: 0}
|
|
974
|
+
m_LocalScale: {x: 1.4475819, y: 1.4475819, z: 1.4475819}
|
|
975
|
+
m_ConstrainProportionsScale: 0
|
|
976
|
+
m_Children: []
|
|
977
|
+
m_Father: {fileID: 6665191376645095117}
|
|
978
|
+
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
|
|
979
|
+
m_AnchorMin: {x: 0.5, y: 0.5}
|
|
980
|
+
m_AnchorMax: {x: 0.5, y: 0.5}
|
|
981
|
+
m_AnchoredPosition: {x: -194.53363, y: 1.6000214}
|
|
982
|
+
m_SizeDelta: {x: 30.9208, y: 30.3709}
|
|
983
|
+
m_Pivot: {x: 0.5, y: 0.5}
|
|
984
|
+
--- !u!222 &3090272992467063335
|
|
985
|
+
CanvasRenderer:
|
|
986
|
+
m_ObjectHideFlags: 0
|
|
987
|
+
m_CorrespondingSourceObject: {fileID: 0}
|
|
988
|
+
m_PrefabInstance: {fileID: 0}
|
|
989
|
+
m_PrefabAsset: {fileID: 0}
|
|
990
|
+
m_GameObject: {fileID: 5776977730580367370}
|
|
991
|
+
m_CullTransparentMesh: 1
|
|
992
|
+
--- !u!114 &5640999227400292977
|
|
993
|
+
MonoBehaviour:
|
|
994
|
+
m_ObjectHideFlags: 0
|
|
995
|
+
m_CorrespondingSourceObject: {fileID: 0}
|
|
996
|
+
m_PrefabInstance: {fileID: 0}
|
|
997
|
+
m_PrefabAsset: {fileID: 0}
|
|
998
|
+
m_GameObject: {fileID: 5776977730580367370}
|
|
999
|
+
m_Enabled: 1
|
|
1000
|
+
m_EditorHideFlags: 0
|
|
1001
|
+
m_Script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3}
|
|
1002
|
+
m_Name:
|
|
1003
|
+
m_EditorClassIdentifier:
|
|
1004
|
+
m_Material: {fileID: 0}
|
|
1005
|
+
m_Color: {r: 1, g: 1, b: 1, a: 1}
|
|
1006
|
+
m_RaycastTarget: 1
|
|
1007
|
+
m_RaycastPadding: {x: 0, y: 0, z: 0, w: 0}
|
|
1008
|
+
m_Maskable: 1
|
|
1009
|
+
m_OnCullStateChanged:
|
|
1010
|
+
m_PersistentCalls:
|
|
1011
|
+
m_Calls: []
|
|
1012
|
+
m_Sprite: {fileID: 21300000, guid: 9c10f953c5ae5484085202d6056a63b3, type: 3}
|
|
1013
|
+
m_Type: 0
|
|
1014
|
+
m_PreserveAspect: 1
|
|
1015
|
+
m_FillCenter: 1
|
|
1016
|
+
m_FillMethod: 4
|
|
1017
|
+
m_FillAmount: 1
|
|
1018
|
+
m_FillClockwise: 1
|
|
1019
|
+
m_FillOrigin: 0
|
|
1020
|
+
m_UseSpriteMesh: 1
|
|
1021
|
+
m_PixelsPerUnitMultiplier: 1
|
|
1022
|
+
--- !u!114 &5438998033371752966
|
|
1023
|
+
MonoBehaviour:
|
|
1024
|
+
m_ObjectHideFlags: 0
|
|
1025
|
+
m_CorrespondingSourceObject: {fileID: 0}
|
|
1026
|
+
m_PrefabInstance: {fileID: 0}
|
|
1027
|
+
m_PrefabAsset: {fileID: 0}
|
|
1028
|
+
m_GameObject: {fileID: 5776977730580367370}
|
|
1029
|
+
m_Enabled: 1
|
|
1030
|
+
m_EditorHideFlags: 0
|
|
1031
|
+
m_Script: {fileID: 11500000, guid: cfabb0440166ab443bba8876756fdfa9, type: 3}
|
|
1032
|
+
m_Name:
|
|
1033
|
+
m_EditorClassIdentifier:
|
|
1034
|
+
m_EffectColor: {r: 0.11320752, g: 0.11320752, b: 0.11320752, a: 0.11764706}
|
|
1035
|
+
m_EffectDistance: {x: 1, y: -2.8}
|
|
1036
|
+
m_UseGraphicAlpha: 0
|
|
1037
|
+
--- !u!1 &6555027840410365721
|
|
1038
|
+
GameObject:
|
|
1039
|
+
m_ObjectHideFlags: 0
|
|
1040
|
+
m_CorrespondingSourceObject: {fileID: 0}
|
|
1041
|
+
m_PrefabInstance: {fileID: 0}
|
|
1042
|
+
m_PrefabAsset: {fileID: 0}
|
|
1043
|
+
serializedVersion: 6
|
|
1044
|
+
m_Component:
|
|
1045
|
+
- component: {fileID: 192372898380590772}
|
|
1046
|
+
- component: {fileID: 6564081345829612841}
|
|
1047
|
+
- component: {fileID: 7463162412705644132}
|
|
1048
|
+
m_Layer: 5
|
|
1049
|
+
m_Name: SoundButton
|
|
1050
|
+
m_TagString: Untagged
|
|
1051
|
+
m_Icon: {fileID: 0}
|
|
1052
|
+
m_NavMeshLayer: 0
|
|
1053
|
+
m_StaticEditorFlags: 2147483647
|
|
1054
|
+
m_IsActive: 1
|
|
1055
|
+
--- !u!224 &192372898380590772
|
|
1056
|
+
RectTransform:
|
|
1057
|
+
m_ObjectHideFlags: 0
|
|
1058
|
+
m_CorrespondingSourceObject: {fileID: 0}
|
|
1059
|
+
m_PrefabInstance: {fileID: 0}
|
|
1060
|
+
m_PrefabAsset: {fileID: 0}
|
|
1061
|
+
m_GameObject: {fileID: 6555027840410365721}
|
|
1062
|
+
m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
|
|
1063
|
+
m_LocalPosition: {x: 0, y: 0, z: 0}
|
|
1064
|
+
m_LocalScale: {x: 1, y: 1, z: 1}
|
|
1065
|
+
m_ConstrainProportionsScale: 0
|
|
1066
|
+
m_Children:
|
|
1067
|
+
- {fileID: 7217514803191263046}
|
|
1068
|
+
- {fileID: 2469608433729979580}
|
|
1069
|
+
- {fileID: 6874171756952487577}
|
|
1070
|
+
m_Father: {fileID: 3989829172095542934}
|
|
1071
|
+
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
|
|
1072
|
+
m_AnchorMin: {x: 0, y: 1}
|
|
1073
|
+
m_AnchorMax: {x: 0, y: 1}
|
|
1074
|
+
m_AnchoredPosition: {x: 95.1093, y: -30}
|
|
1075
|
+
m_SizeDelta: {x: 190.2186, y: 60}
|
|
1076
|
+
m_Pivot: {x: 0.5, y: 0.5}
|
|
1077
|
+
--- !u!222 &6564081345829612841
|
|
1078
|
+
CanvasRenderer:
|
|
1079
|
+
m_ObjectHideFlags: 0
|
|
1080
|
+
m_CorrespondingSourceObject: {fileID: 0}
|
|
1081
|
+
m_PrefabInstance: {fileID: 0}
|
|
1082
|
+
m_PrefabAsset: {fileID: 0}
|
|
1083
|
+
m_GameObject: {fileID: 6555027840410365721}
|
|
1084
|
+
m_CullTransparentMesh: 1
|
|
1085
|
+
--- !u!114 &7463162412705644132
|
|
1086
|
+
MonoBehaviour:
|
|
1087
|
+
m_ObjectHideFlags: 0
|
|
1088
|
+
m_CorrespondingSourceObject: {fileID: 0}
|
|
1089
|
+
m_PrefabInstance: {fileID: 0}
|
|
1090
|
+
m_PrefabAsset: {fileID: 0}
|
|
1091
|
+
m_GameObject: {fileID: 6555027840410365721}
|
|
1092
|
+
m_Enabled: 1
|
|
1093
|
+
m_EditorHideFlags: 0
|
|
1094
|
+
m_Script: {fileID: 11500000, guid: 4e29b1a8efbd4b44bb3f3716e73f07ff, type: 3}
|
|
1095
|
+
m_Name:
|
|
1096
|
+
m_EditorClassIdentifier:
|
|
1097
|
+
m_Navigation:
|
|
1098
|
+
m_Mode: 3
|
|
1099
|
+
m_WrapAround: 0
|
|
1100
|
+
m_SelectOnUp: {fileID: 0}
|
|
1101
|
+
m_SelectOnDown: {fileID: 0}
|
|
1102
|
+
m_SelectOnLeft: {fileID: 0}
|
|
1103
|
+
m_SelectOnRight: {fileID: 0}
|
|
1104
|
+
m_Transition: 1
|
|
1105
|
+
m_Colors:
|
|
1106
|
+
m_NormalColor: {r: 1, g: 1, b: 1, a: 1}
|
|
1107
|
+
m_HighlightedColor: {r: 0.9607843, g: 0.9607843, b: 0.9607843, a: 1}
|
|
1108
|
+
m_PressedColor: {r: 0.78431374, g: 0.78431374, b: 0.78431374, a: 1}
|
|
1109
|
+
m_SelectedColor: {r: 0.9607843, g: 0.9607843, b: 0.9607843, a: 1}
|
|
1110
|
+
m_DisabledColor: {r: 0.78431374, g: 0.78431374, b: 0.78431374, a: 0.5019608}
|
|
1111
|
+
m_ColorMultiplier: 1
|
|
1112
|
+
m_FadeDuration: 0.1
|
|
1113
|
+
m_SpriteState:
|
|
1114
|
+
m_HighlightedSprite: {fileID: 0}
|
|
1115
|
+
m_PressedSprite: {fileID: 0}
|
|
1116
|
+
m_SelectedSprite: {fileID: 0}
|
|
1117
|
+
m_DisabledSprite: {fileID: 0}
|
|
1118
|
+
m_AnimationTriggers:
|
|
1119
|
+
m_NormalTrigger: Normal
|
|
1120
|
+
m_HighlightedTrigger: Highlighted
|
|
1121
|
+
m_PressedTrigger: Pressed
|
|
1122
|
+
m_SelectedTrigger: Selected
|
|
1123
|
+
m_DisabledTrigger: Disabled
|
|
1124
|
+
m_Interactable: 1
|
|
1125
|
+
m_TargetGraphic: {fileID: 6297232509147605679}
|
|
1126
|
+
m_OnClick:
|
|
1127
|
+
m_PersistentCalls:
|
|
1128
|
+
m_Calls: []
|
|
1129
|
+
--- !u!1 &6664168940118370097
|
|
1130
|
+
GameObject:
|
|
1131
|
+
m_ObjectHideFlags: 0
|
|
1132
|
+
m_CorrespondingSourceObject: {fileID: 0}
|
|
1133
|
+
m_PrefabInstance: {fileID: 0}
|
|
1134
|
+
m_PrefabAsset: {fileID: 0}
|
|
1135
|
+
serializedVersion: 6
|
|
1136
|
+
m_Component:
|
|
1137
|
+
- component: {fileID: 7180645005284110219}
|
|
1138
|
+
- component: {fileID: 7912350942470105125}
|
|
1139
|
+
- component: {fileID: 1544616751050455505}
|
|
1140
|
+
m_Layer: 5
|
|
1141
|
+
m_Name: Circle
|
|
1142
|
+
m_TagString: Untagged
|
|
1143
|
+
m_Icon: {fileID: 0}
|
|
1144
|
+
m_NavMeshLayer: 0
|
|
1145
|
+
m_StaticEditorFlags: 2147483647
|
|
1146
|
+
m_IsActive: 1
|
|
1147
|
+
--- !u!224 &7180645005284110219
|
|
1148
|
+
RectTransform:
|
|
1149
|
+
m_ObjectHideFlags: 0
|
|
1150
|
+
m_CorrespondingSourceObject: {fileID: 0}
|
|
1151
|
+
m_PrefabInstance: {fileID: 0}
|
|
1152
|
+
m_PrefabAsset: {fileID: 0}
|
|
1153
|
+
m_GameObject: {fileID: 6664168940118370097}
|
|
1154
|
+
m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
|
|
1155
|
+
m_LocalPosition: {x: 0, y: 0, z: 0}
|
|
1156
|
+
m_LocalScale: {x: 1, y: 1, z: 1}
|
|
1157
|
+
m_ConstrainProportionsScale: 0
|
|
1158
|
+
m_Children:
|
|
1159
|
+
- {fileID: 3308900604944864140}
|
|
1160
|
+
m_Father: {fileID: 5321810260822422081}
|
|
1161
|
+
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
|
|
1162
|
+
m_AnchorMin: {x: 0, y: 0.5}
|
|
1163
|
+
m_AnchorMax: {x: 0, y: 0.5}
|
|
1164
|
+
m_AnchoredPosition: {x: 30, y: 0}
|
|
1165
|
+
m_SizeDelta: {x: 60, y: 60}
|
|
1166
|
+
m_Pivot: {x: 0.5, y: 0.5}
|
|
1167
|
+
--- !u!222 &7912350942470105125
|
|
1168
|
+
CanvasRenderer:
|
|
1169
|
+
m_ObjectHideFlags: 0
|
|
1170
|
+
m_CorrespondingSourceObject: {fileID: 0}
|
|
1171
|
+
m_PrefabInstance: {fileID: 0}
|
|
1172
|
+
m_PrefabAsset: {fileID: 0}
|
|
1173
|
+
m_GameObject: {fileID: 6664168940118370097}
|
|
1174
|
+
m_CullTransparentMesh: 1
|
|
1175
|
+
--- !u!114 &1544616751050455505
|
|
1176
|
+
MonoBehaviour:
|
|
1177
|
+
m_ObjectHideFlags: 0
|
|
1178
|
+
m_CorrespondingSourceObject: {fileID: 0}
|
|
1179
|
+
m_PrefabInstance: {fileID: 0}
|
|
1180
|
+
m_PrefabAsset: {fileID: 0}
|
|
1181
|
+
m_GameObject: {fileID: 6664168940118370097}
|
|
1182
|
+
m_Enabled: 1
|
|
1183
|
+
m_EditorHideFlags: 0
|
|
1184
|
+
m_Script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3}
|
|
1185
|
+
m_Name:
|
|
1186
|
+
m_EditorClassIdentifier:
|
|
1187
|
+
m_Material: {fileID: 0}
|
|
1188
|
+
m_Color: {r: 1, g: 1, b: 1, a: 1}
|
|
1189
|
+
m_RaycastTarget: 1
|
|
1190
|
+
m_RaycastPadding: {x: 0, y: 0, z: 0, w: 0}
|
|
1191
|
+
m_Maskable: 1
|
|
1192
|
+
m_OnCullStateChanged:
|
|
1193
|
+
m_PersistentCalls:
|
|
1194
|
+
m_Calls: []
|
|
1195
|
+
m_Sprite: {fileID: 21300000, guid: 045b8f0c4e228384c9f45554dfd379fe, type: 3}
|
|
1196
|
+
m_Type: 0
|
|
1197
|
+
m_PreserveAspect: 1
|
|
1198
|
+
m_FillCenter: 1
|
|
1199
|
+
m_FillMethod: 4
|
|
1200
|
+
m_FillAmount: 1
|
|
1201
|
+
m_FillClockwise: 1
|
|
1202
|
+
m_FillOrigin: 0
|
|
1203
|
+
m_UseSpriteMesh: 0
|
|
1204
|
+
m_PixelsPerUnitMultiplier: 1
|
|
1205
|
+
--- !u!1 &6919460640963686420
|
|
1206
|
+
GameObject:
|
|
1207
|
+
m_ObjectHideFlags: 0
|
|
1208
|
+
m_CorrespondingSourceObject: {fileID: 0}
|
|
1209
|
+
m_PrefabInstance: {fileID: 0}
|
|
1210
|
+
m_PrefabAsset: {fileID: 0}
|
|
1211
|
+
serializedVersion: 6
|
|
1212
|
+
m_Component:
|
|
1213
|
+
- component: {fileID: 6738128915579731406}
|
|
1214
|
+
- component: {fileID: 4133350586551215130}
|
|
1215
|
+
- component: {fileID: 5469575720220710428}
|
|
1216
|
+
- component: {fileID: 3366954358223543199}
|
|
1217
|
+
m_Layer: 5
|
|
1218
|
+
m_Name: Resume
|
|
1219
|
+
m_TagString: Untagged
|
|
1220
|
+
m_Icon: {fileID: 0}
|
|
1221
|
+
m_NavMeshLayer: 0
|
|
1222
|
+
m_StaticEditorFlags: 0
|
|
1223
|
+
m_IsActive: 1
|
|
1224
|
+
--- !u!224 &6738128915579731406
|
|
1225
|
+
RectTransform:
|
|
1226
|
+
m_ObjectHideFlags: 0
|
|
1227
|
+
m_CorrespondingSourceObject: {fileID: 0}
|
|
1228
|
+
m_PrefabInstance: {fileID: 0}
|
|
1229
|
+
m_PrefabAsset: {fileID: 0}
|
|
1230
|
+
m_GameObject: {fileID: 6919460640963686420}
|
|
1231
|
+
m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
|
|
1232
|
+
m_LocalPosition: {x: 0, y: 0, z: 0}
|
|
1233
|
+
m_LocalScale: {x: 1, y: 1, z: 1}
|
|
1234
|
+
m_ConstrainProportionsScale: 0
|
|
1235
|
+
m_Children:
|
|
1236
|
+
- {fileID: 6665191376645095117}
|
|
1237
|
+
m_Father: {fileID: 3064348441081150642}
|
|
1238
|
+
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
|
|
1239
|
+
m_AnchorMin: {x: 0, y: 1}
|
|
1240
|
+
m_AnchorMax: {x: 0, y: 1}
|
|
1241
|
+
m_AnchoredPosition: {x: 292.5, y: -45.187656}
|
|
1242
|
+
m_SizeDelta: {x: 618.28, y: 115.48}
|
|
1243
|
+
m_Pivot: {x: 0.5, y: 0.5}
|
|
1244
|
+
--- !u!222 &4133350586551215130
|
|
1245
|
+
CanvasRenderer:
|
|
1246
|
+
m_ObjectHideFlags: 0
|
|
1247
|
+
m_CorrespondingSourceObject: {fileID: 0}
|
|
1248
|
+
m_PrefabInstance: {fileID: 0}
|
|
1249
|
+
m_PrefabAsset: {fileID: 0}
|
|
1250
|
+
m_GameObject: {fileID: 6919460640963686420}
|
|
1251
|
+
m_CullTransparentMesh: 1
|
|
1252
|
+
--- !u!114 &5469575720220710428
|
|
1253
|
+
MonoBehaviour:
|
|
1254
|
+
m_ObjectHideFlags: 0
|
|
1255
|
+
m_CorrespondingSourceObject: {fileID: 0}
|
|
1256
|
+
m_PrefabInstance: {fileID: 0}
|
|
1257
|
+
m_PrefabAsset: {fileID: 0}
|
|
1258
|
+
m_GameObject: {fileID: 6919460640963686420}
|
|
1259
|
+
m_Enabled: 1
|
|
1260
|
+
m_EditorHideFlags: 0
|
|
1261
|
+
m_Script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3}
|
|
1262
|
+
m_Name:
|
|
1263
|
+
m_EditorClassIdentifier:
|
|
1264
|
+
m_Material: {fileID: 0}
|
|
1265
|
+
m_Color: {r: 1, g: 1, b: 1, a: 1}
|
|
1266
|
+
m_RaycastTarget: 1
|
|
1267
|
+
m_RaycastPadding: {x: 0, y: 0, z: 0, w: 0}
|
|
1268
|
+
m_Maskable: 1
|
|
1269
|
+
m_OnCullStateChanged:
|
|
1270
|
+
m_PersistentCalls:
|
|
1271
|
+
m_Calls: []
|
|
1272
|
+
m_Sprite: {fileID: 21300000, guid: a0cb59caf96ff2a4287899fd6f5faa33, type: 3}
|
|
1273
|
+
m_Type: 0
|
|
1274
|
+
m_PreserveAspect: 1
|
|
1275
|
+
m_FillCenter: 1
|
|
1276
|
+
m_FillMethod: 4
|
|
1277
|
+
m_FillAmount: 1
|
|
1278
|
+
m_FillClockwise: 1
|
|
1279
|
+
m_FillOrigin: 0
|
|
1280
|
+
m_UseSpriteMesh: 0
|
|
1281
|
+
m_PixelsPerUnitMultiplier: 1
|
|
1282
|
+
--- !u!114 &3366954358223543199
|
|
1283
|
+
MonoBehaviour:
|
|
1284
|
+
m_ObjectHideFlags: 0
|
|
1285
|
+
m_CorrespondingSourceObject: {fileID: 0}
|
|
1286
|
+
m_PrefabInstance: {fileID: 0}
|
|
1287
|
+
m_PrefabAsset: {fileID: 0}
|
|
1288
|
+
m_GameObject: {fileID: 6919460640963686420}
|
|
1289
|
+
m_Enabled: 1
|
|
1290
|
+
m_EditorHideFlags: 0
|
|
1291
|
+
m_Script: {fileID: 11500000, guid: f54fa265762c6824da512dd6e8c8b6a7, type: 3}
|
|
1292
|
+
m_Name:
|
|
1293
|
+
m_EditorClassIdentifier:
|
|
1294
|
+
m_Navigation:
|
|
1295
|
+
m_Mode: 3
|
|
1296
|
+
m_WrapAround: 0
|
|
1297
|
+
m_SelectOnUp: {fileID: 0}
|
|
1298
|
+
m_SelectOnDown: {fileID: 0}
|
|
1299
|
+
m_SelectOnLeft: {fileID: 0}
|
|
1300
|
+
m_SelectOnRight: {fileID: 0}
|
|
1301
|
+
m_Transition: 2
|
|
1302
|
+
m_Colors:
|
|
1303
|
+
m_NormalColor: {r: 1, g: 1, b: 1, a: 1}
|
|
1304
|
+
m_HighlightedColor: {r: 0.9607843, g: 0.9607843, b: 0.9607843, a: 1}
|
|
1305
|
+
m_PressedColor: {r: 0.78431374, g: 0.78431374, b: 0.78431374, a: 1}
|
|
1306
|
+
m_SelectedColor: {r: 0.9607843, g: 0.9607843, b: 0.9607843, a: 1}
|
|
1307
|
+
m_DisabledColor: {r: 0.78431374, g: 0.78431374, b: 0.78431374, a: 0.5019608}
|
|
1308
|
+
m_ColorMultiplier: 1
|
|
1309
|
+
m_FadeDuration: 0.1
|
|
1310
|
+
m_SpriteState:
|
|
1311
|
+
m_HighlightedSprite: {fileID: 21300000, guid: a0cb59caf96ff2a4287899fd6f5faa33, type: 3}
|
|
1312
|
+
m_PressedSprite: {fileID: 21300000, guid: deb44e16f202ed540b8d8c445ec8f3cd, type: 3}
|
|
1313
|
+
m_SelectedSprite: {fileID: 21300000, guid: a0cb59caf96ff2a4287899fd6f5faa33, type: 3}
|
|
1314
|
+
m_DisabledSprite: {fileID: 0}
|
|
1315
|
+
m_AnimationTriggers:
|
|
1316
|
+
m_NormalTrigger: Normal
|
|
1317
|
+
m_HighlightedTrigger: Highlighted
|
|
1318
|
+
m_PressedTrigger: Pressed
|
|
1319
|
+
m_SelectedTrigger: Selected
|
|
1320
|
+
m_DisabledTrigger: Disabled
|
|
1321
|
+
m_Interactable: 1
|
|
1322
|
+
m_TargetGraphic: {fileID: 5469575720220710428}
|
|
1323
|
+
m_OnClick:
|
|
1324
|
+
m_PersistentCalls:
|
|
1325
|
+
m_Calls: []
|
|
1326
|
+
--- !u!1 &7669787013628783614
|
|
1327
|
+
GameObject:
|
|
1328
|
+
m_ObjectHideFlags: 0
|
|
1329
|
+
m_CorrespondingSourceObject: {fileID: 0}
|
|
1330
|
+
m_PrefabInstance: {fileID: 0}
|
|
1331
|
+
m_PrefabAsset: {fileID: 0}
|
|
1332
|
+
serializedVersion: 6
|
|
1333
|
+
m_Component:
|
|
1334
|
+
- component: {fileID: 4560009423551748471}
|
|
1335
|
+
- component: {fileID: 5320983723122756830}
|
|
1336
|
+
- component: {fileID: 6676907075904941727}
|
|
1337
|
+
m_Layer: 5
|
|
1338
|
+
m_Name: Score Owner Name
|
|
1339
|
+
m_TagString: Untagged
|
|
1340
|
+
m_Icon: {fileID: 0}
|
|
1341
|
+
m_NavMeshLayer: 0
|
|
1342
|
+
m_StaticEditorFlags: 2147483647
|
|
1343
|
+
m_IsActive: 1
|
|
1344
|
+
--- !u!224 &4560009423551748471
|
|
1345
|
+
RectTransform:
|
|
1346
|
+
m_ObjectHideFlags: 0
|
|
1347
|
+
m_CorrespondingSourceObject: {fileID: 0}
|
|
1348
|
+
m_PrefabInstance: {fileID: 0}
|
|
1349
|
+
m_PrefabAsset: {fileID: 0}
|
|
1350
|
+
m_GameObject: {fileID: 7669787013628783614}
|
|
1351
|
+
m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
|
|
1352
|
+
m_LocalPosition: {x: 0, y: 0, z: 0}
|
|
1353
|
+
m_LocalScale: {x: 1, y: 1, z: 1}
|
|
1354
|
+
m_ConstrainProportionsScale: 0
|
|
1355
|
+
m_Children: []
|
|
1356
|
+
m_Father: {fileID: 7877838784269656305}
|
|
1357
|
+
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
|
|
1358
|
+
m_AnchorMin: {x: 0.5, y: 0.5}
|
|
1359
|
+
m_AnchorMax: {x: 0.5, y: 0.5}
|
|
1360
|
+
m_AnchoredPosition: {x: 0, y: -44.6}
|
|
1361
|
+
m_SizeDelta: {x: 514.7281, y: 37.8354}
|
|
1362
|
+
m_Pivot: {x: 0.5, y: 0.5}
|
|
1363
|
+
--- !u!222 &5320983723122756830
|
|
1364
|
+
CanvasRenderer:
|
|
1365
|
+
m_ObjectHideFlags: 0
|
|
1366
|
+
m_CorrespondingSourceObject: {fileID: 0}
|
|
1367
|
+
m_PrefabInstance: {fileID: 0}
|
|
1368
|
+
m_PrefabAsset: {fileID: 0}
|
|
1369
|
+
m_GameObject: {fileID: 7669787013628783614}
|
|
1370
|
+
m_CullTransparentMesh: 1
|
|
1371
|
+
--- !u!114 &6676907075904941727
|
|
1372
|
+
MonoBehaviour:
|
|
1373
|
+
m_ObjectHideFlags: 0
|
|
1374
|
+
m_CorrespondingSourceObject: {fileID: 0}
|
|
1375
|
+
m_PrefabInstance: {fileID: 0}
|
|
1376
|
+
m_PrefabAsset: {fileID: 0}
|
|
1377
|
+
m_GameObject: {fileID: 7669787013628783614}
|
|
1378
|
+
m_Enabled: 1
|
|
1379
|
+
m_EditorHideFlags: 0
|
|
1380
|
+
m_Script: {fileID: 11500000, guid: f4688fdb7df04437aeb418b961361dc5, type: 3}
|
|
1381
|
+
m_Name:
|
|
1382
|
+
m_EditorClassIdentifier:
|
|
1383
|
+
m_Material: {fileID: 0}
|
|
1384
|
+
m_Color: {r: 1, g: 1, b: 1, a: 1}
|
|
1385
|
+
m_RaycastTarget: 1
|
|
1386
|
+
m_RaycastPadding: {x: 0, y: 0, z: 0, w: 0}
|
|
1387
|
+
m_Maskable: 1
|
|
1388
|
+
m_OnCullStateChanged:
|
|
1389
|
+
m_PersistentCalls:
|
|
1390
|
+
m_Calls: []
|
|
1391
|
+
m_text: "@matrix\u2019s score"
|
|
1392
|
+
m_isRightToLeft: 0
|
|
1393
|
+
m_fontAsset: {fileID: 11400000, guid: b61cc31493416594290d3793968a7776, type: 2}
|
|
1394
|
+
m_sharedMaterial: {fileID: -6106472849309118677, guid: b61cc31493416594290d3793968a7776, type: 2}
|
|
1395
|
+
m_fontSharedMaterials: []
|
|
1396
|
+
m_fontMaterial: {fileID: 0}
|
|
1397
|
+
m_fontMaterials: []
|
|
1398
|
+
m_fontColor32:
|
|
1399
|
+
serializedVersion: 2
|
|
1400
|
+
rgba: 4294967295
|
|
1401
|
+
m_fontColor: {r: 1, g: 1, b: 1, a: 1}
|
|
1402
|
+
m_enableVertexGradient: 0
|
|
1403
|
+
m_colorMode: 3
|
|
1404
|
+
m_fontColorGradient:
|
|
1405
|
+
topLeft: {r: 1, g: 1, b: 1, a: 1}
|
|
1406
|
+
topRight: {r: 1, g: 1, b: 1, a: 1}
|
|
1407
|
+
bottomLeft: {r: 1, g: 1, b: 1, a: 1}
|
|
1408
|
+
bottomRight: {r: 1, g: 1, b: 1, a: 1}
|
|
1409
|
+
m_fontColorGradientPreset: {fileID: 0}
|
|
1410
|
+
m_spriteAsset: {fileID: 0}
|
|
1411
|
+
m_tintAllSprites: 0
|
|
1412
|
+
m_StyleSheet: {fileID: 0}
|
|
1413
|
+
m_TextStyleHashCode: -1183493901
|
|
1414
|
+
m_overrideHtmlColors: 0
|
|
1415
|
+
m_faceColor:
|
|
1416
|
+
serializedVersion: 2
|
|
1417
|
+
rgba: 4294967295
|
|
1418
|
+
m_fontSize: 25
|
|
1419
|
+
m_fontSizeBase: 25
|
|
1420
|
+
m_fontWeight: 400
|
|
1421
|
+
m_enableAutoSizing: 1
|
|
1422
|
+
m_fontSizeMin: 18
|
|
1423
|
+
m_fontSizeMax: 25
|
|
1424
|
+
m_fontStyle: 16
|
|
1425
|
+
m_HorizontalAlignment: 2
|
|
1426
|
+
m_VerticalAlignment: 512
|
|
1427
|
+
m_textAlignment: 65535
|
|
1428
|
+
m_characterSpacing: 0
|
|
1429
|
+
m_wordSpacing: 0
|
|
1430
|
+
m_lineSpacing: 0
|
|
1431
|
+
m_lineSpacingMax: 0
|
|
1432
|
+
m_paragraphSpacing: 0
|
|
1433
|
+
m_charWidthMaxAdj: 0
|
|
1434
|
+
m_TextWrappingMode: 0
|
|
1435
|
+
m_wordWrappingRatios: 0.4
|
|
1436
|
+
m_overflowMode: 0
|
|
1437
|
+
m_linkedTextComponent: {fileID: 0}
|
|
1438
|
+
parentLinkedComponent: {fileID: 0}
|
|
1439
|
+
m_enableKerning: 1
|
|
1440
|
+
m_ActiveFontFeatures: 6e72656b
|
|
1441
|
+
m_enableExtraPadding: 0
|
|
1442
|
+
checkPaddingRequired: 0
|
|
1443
|
+
m_isRichText: 1
|
|
1444
|
+
m_EmojiFallbackSupport: 1
|
|
1445
|
+
m_parseCtrlCharacters: 1
|
|
1446
|
+
m_isOrthographic: 1
|
|
1447
|
+
m_isCullingEnabled: 0
|
|
1448
|
+
m_horizontalMapping: 0
|
|
1449
|
+
m_verticalMapping: 0
|
|
1450
|
+
m_uvLineOffset: 0
|
|
1451
|
+
m_geometrySortingOrder: 0
|
|
1452
|
+
m_IsTextObjectScaleStatic: 0
|
|
1453
|
+
m_VertexBufferAutoSizeReduction: 0
|
|
1454
|
+
m_useMaxVisibleDescender: 1
|
|
1455
|
+
m_pageToDisplay: 1
|
|
1456
|
+
m_margin: {x: 0, y: 0, z: 0, w: 0}
|
|
1457
|
+
m_isUsingLegacyAnimationComponent: 0
|
|
1458
|
+
m_isVolumetricText: 0
|
|
1459
|
+
m_hasFontAssetChanged: 0
|
|
1460
|
+
m_baseMaterial: {fileID: 0}
|
|
1461
|
+
m_maskOffset: {x: 0, y: 0, z: 0, w: 0}
|
|
1462
|
+
--- !u!1 &7853870184617841016
|
|
1463
|
+
GameObject:
|
|
1464
|
+
m_ObjectHideFlags: 0
|
|
1465
|
+
m_CorrespondingSourceObject: {fileID: 0}
|
|
1466
|
+
m_PrefabInstance: {fileID: 0}
|
|
1467
|
+
m_PrefabAsset: {fileID: 0}
|
|
1468
|
+
serializedVersion: 6
|
|
1469
|
+
m_Component:
|
|
1470
|
+
- component: {fileID: 7425124117022116480}
|
|
1471
|
+
- component: {fileID: 8666772617091246055}
|
|
1472
|
+
- component: {fileID: 7728389419101505752}
|
|
1473
|
+
m_Layer: 5
|
|
1474
|
+
m_Name: Text
|
|
1475
|
+
m_TagString: Untagged
|
|
1476
|
+
m_Icon: {fileID: 0}
|
|
1477
|
+
m_NavMeshLayer: 0
|
|
1478
|
+
m_StaticEditorFlags: 2147483647
|
|
1479
|
+
m_IsActive: 1
|
|
1480
|
+
--- !u!224 &7425124117022116480
|
|
1481
|
+
RectTransform:
|
|
1482
|
+
m_ObjectHideFlags: 0
|
|
1483
|
+
m_CorrespondingSourceObject: {fileID: 0}
|
|
1484
|
+
m_PrefabInstance: {fileID: 0}
|
|
1485
|
+
m_PrefabAsset: {fileID: 0}
|
|
1486
|
+
m_GameObject: {fileID: 7853870184617841016}
|
|
1487
|
+
m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
|
|
1488
|
+
m_LocalPosition: {x: 0, y: 0, z: 0}
|
|
1489
|
+
m_LocalScale: {x: 1, y: 1, z: 1}
|
|
1490
|
+
m_ConstrainProportionsScale: 1
|
|
1491
|
+
m_Children: []
|
|
1492
|
+
m_Father: {fileID: 614787243652778352}
|
|
1493
|
+
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
|
|
1494
|
+
m_AnchorMin: {x: 0.5, y: 0.5}
|
|
1495
|
+
m_AnchorMax: {x: 0.5, y: 0.5}
|
|
1496
|
+
m_AnchoredPosition: {x: 0, y: 14.2}
|
|
1497
|
+
m_SizeDelta: {x: 566.4243, y: 80.2868}
|
|
1498
|
+
m_Pivot: {x: 0.5, y: 0.5}
|
|
1499
|
+
--- !u!222 &8666772617091246055
|
|
1500
|
+
CanvasRenderer:
|
|
1501
|
+
m_ObjectHideFlags: 0
|
|
1502
|
+
m_CorrespondingSourceObject: {fileID: 0}
|
|
1503
|
+
m_PrefabInstance: {fileID: 0}
|
|
1504
|
+
m_PrefabAsset: {fileID: 0}
|
|
1505
|
+
m_GameObject: {fileID: 7853870184617841016}
|
|
1506
|
+
m_CullTransparentMesh: 1
|
|
1507
|
+
--- !u!114 &7728389419101505752
|
|
1508
|
+
MonoBehaviour:
|
|
1509
|
+
m_ObjectHideFlags: 0
|
|
1510
|
+
m_CorrespondingSourceObject: {fileID: 0}
|
|
1511
|
+
m_PrefabInstance: {fileID: 0}
|
|
1512
|
+
m_PrefabAsset: {fileID: 0}
|
|
1513
|
+
m_GameObject: {fileID: 7853870184617841016}
|
|
1514
|
+
m_Enabled: 1
|
|
1515
|
+
m_EditorHideFlags: 0
|
|
1516
|
+
m_Script: {fileID: 11500000, guid: f4688fdb7df04437aeb418b961361dc5, type: 3}
|
|
1517
|
+
m_Name:
|
|
1518
|
+
m_EditorClassIdentifier:
|
|
1519
|
+
m_Material: {fileID: 0}
|
|
1520
|
+
m_Color: {r: 1, g: 1, b: 1, a: 1}
|
|
1521
|
+
m_RaycastTarget: 1
|
|
1522
|
+
m_RaycastPadding: {x: 0, y: 0, z: 0, w: 0}
|
|
1523
|
+
m_Maskable: 1
|
|
1524
|
+
m_OnCullStateChanged:
|
|
1525
|
+
m_PersistentCalls:
|
|
1526
|
+
m_Calls: []
|
|
1527
|
+
m_text: EXIT
|
|
1528
|
+
m_isRightToLeft: 0
|
|
1529
|
+
m_fontAsset: {fileID: 11400000, guid: 39c484b4a22288c488625a88b6da2145, type: 2}
|
|
1530
|
+
m_sharedMaterial: {fileID: 2100000, guid: 660867c630ca8a340ba35eb8f1749302, type: 2}
|
|
1531
|
+
m_fontSharedMaterials: []
|
|
1532
|
+
m_fontMaterial: {fileID: 0}
|
|
1533
|
+
m_fontMaterials: []
|
|
1534
|
+
m_fontColor32:
|
|
1535
|
+
serializedVersion: 2
|
|
1536
|
+
rgba: 4293415788
|
|
1537
|
+
m_fontColor: {r: 0.42352942, g: 0.3254902, b: 0.9098039, a: 1}
|
|
1538
|
+
m_enableVertexGradient: 0
|
|
1539
|
+
m_colorMode: 3
|
|
1540
|
+
m_fontColorGradient:
|
|
1541
|
+
topLeft: {r: 1, g: 1, b: 1, a: 1}
|
|
1542
|
+
topRight: {r: 1, g: 1, b: 1, a: 1}
|
|
1543
|
+
bottomLeft: {r: 1, g: 1, b: 1, a: 1}
|
|
1544
|
+
bottomRight: {r: 1, g: 1, b: 1, a: 1}
|
|
1545
|
+
m_fontColorGradientPreset: {fileID: 0}
|
|
1546
|
+
m_spriteAsset: {fileID: 0}
|
|
1547
|
+
m_tintAllSprites: 0
|
|
1548
|
+
m_StyleSheet: {fileID: 0}
|
|
1549
|
+
m_TextStyleHashCode: -1183493901
|
|
1550
|
+
m_overrideHtmlColors: 0
|
|
1551
|
+
m_faceColor:
|
|
1552
|
+
serializedVersion: 2
|
|
1553
|
+
rgba: 4294967295
|
|
1554
|
+
m_fontSize: 40
|
|
1555
|
+
m_fontSizeBase: 50
|
|
1556
|
+
m_fontWeight: 400
|
|
1557
|
+
m_enableAutoSizing: 1
|
|
1558
|
+
m_fontSizeMin: 18
|
|
1559
|
+
m_fontSizeMax: 40
|
|
1560
|
+
m_fontStyle: 16
|
|
1561
|
+
m_HorizontalAlignment: 2
|
|
1562
|
+
m_VerticalAlignment: 512
|
|
1563
|
+
m_textAlignment: 65535
|
|
1564
|
+
m_characterSpacing: 2.2
|
|
1565
|
+
m_wordSpacing: 0
|
|
1566
|
+
m_lineSpacing: 0
|
|
1567
|
+
m_lineSpacingMax: 0
|
|
1568
|
+
m_paragraphSpacing: 0
|
|
1569
|
+
m_charWidthMaxAdj: 0
|
|
1570
|
+
m_TextWrappingMode: 0
|
|
1571
|
+
m_wordWrappingRatios: 0.4
|
|
1572
|
+
m_overflowMode: 0
|
|
1573
|
+
m_linkedTextComponent: {fileID: 0}
|
|
1574
|
+
parentLinkedComponent: {fileID: 0}
|
|
1575
|
+
m_enableKerning: 1
|
|
1576
|
+
m_ActiveFontFeatures: 6e72656b
|
|
1577
|
+
m_enableExtraPadding: 0
|
|
1578
|
+
checkPaddingRequired: 0
|
|
1579
|
+
m_isRichText: 1
|
|
1580
|
+
m_EmojiFallbackSupport: 1
|
|
1581
|
+
m_parseCtrlCharacters: 1
|
|
1582
|
+
m_isOrthographic: 1
|
|
1583
|
+
m_isCullingEnabled: 0
|
|
1584
|
+
m_horizontalMapping: 0
|
|
1585
|
+
m_verticalMapping: 0
|
|
1586
|
+
m_uvLineOffset: 0
|
|
1587
|
+
m_geometrySortingOrder: 0
|
|
1588
|
+
m_IsTextObjectScaleStatic: 0
|
|
1589
|
+
m_VertexBufferAutoSizeReduction: 0
|
|
1590
|
+
m_useMaxVisibleDescender: 1
|
|
1591
|
+
m_pageToDisplay: 1
|
|
1592
|
+
m_margin: {x: 0, y: 0, z: 0, w: 0}
|
|
1593
|
+
m_isUsingLegacyAnimationComponent: 0
|
|
1594
|
+
m_isVolumetricText: 0
|
|
1595
|
+
m_hasFontAssetChanged: 0
|
|
1596
|
+
m_baseMaterial: {fileID: 0}
|
|
1597
|
+
m_maskOffset: {x: 0, y: 0, z: 0, w: 0}
|
|
1598
|
+
--- !u!1 &7991990333701774875
|
|
1599
|
+
GameObject:
|
|
1600
|
+
m_ObjectHideFlags: 0
|
|
1601
|
+
m_CorrespondingSourceObject: {fileID: 0}
|
|
1602
|
+
m_PrefabInstance: {fileID: 0}
|
|
1603
|
+
m_PrefabAsset: {fileID: 0}
|
|
1604
|
+
serializedVersion: 6
|
|
1605
|
+
m_Component:
|
|
1606
|
+
- component: {fileID: 6874171756952487577}
|
|
1607
|
+
- component: {fileID: 7378683622623708664}
|
|
1608
|
+
- component: {fileID: 6690648221882657239}
|
|
1609
|
+
m_Layer: 5
|
|
1610
|
+
m_Name: Text (TMP)
|
|
1611
|
+
m_TagString: Untagged
|
|
1612
|
+
m_Icon: {fileID: 0}
|
|
1613
|
+
m_NavMeshLayer: 0
|
|
1614
|
+
m_StaticEditorFlags: 2147483647
|
|
1615
|
+
m_IsActive: 1
|
|
1616
|
+
--- !u!224 &6874171756952487577
|
|
1617
|
+
RectTransform:
|
|
1618
|
+
m_ObjectHideFlags: 0
|
|
1619
|
+
m_CorrespondingSourceObject: {fileID: 0}
|
|
1620
|
+
m_PrefabInstance: {fileID: 0}
|
|
1621
|
+
m_PrefabAsset: {fileID: 0}
|
|
1622
|
+
m_GameObject: {fileID: 7991990333701774875}
|
|
1623
|
+
m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
|
|
1624
|
+
m_LocalPosition: {x: 0, y: 0, z: 0}
|
|
1625
|
+
m_LocalScale: {x: 1, y: 1, z: 1}
|
|
1626
|
+
m_ConstrainProportionsScale: 0
|
|
1627
|
+
m_Children: []
|
|
1628
|
+
m_Father: {fileID: 192372898380590772}
|
|
1629
|
+
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
|
|
1630
|
+
m_AnchorMin: {x: 0, y: 0.5}
|
|
1631
|
+
m_AnchorMax: {x: 0, y: 0.5}
|
|
1632
|
+
m_AnchoredPosition: {x: 70, y: 0}
|
|
1633
|
+
m_SizeDelta: {x: 124.57, y: 38.1777}
|
|
1634
|
+
m_Pivot: {x: 0, y: 0.5}
|
|
1635
|
+
--- !u!222 &7378683622623708664
|
|
1636
|
+
CanvasRenderer:
|
|
1637
|
+
m_ObjectHideFlags: 0
|
|
1638
|
+
m_CorrespondingSourceObject: {fileID: 0}
|
|
1639
|
+
m_PrefabInstance: {fileID: 0}
|
|
1640
|
+
m_PrefabAsset: {fileID: 0}
|
|
1641
|
+
m_GameObject: {fileID: 7991990333701774875}
|
|
1642
|
+
m_CullTransparentMesh: 1
|
|
1643
|
+
--- !u!114 &6690648221882657239
|
|
1644
|
+
MonoBehaviour:
|
|
1645
|
+
m_ObjectHideFlags: 0
|
|
1646
|
+
m_CorrespondingSourceObject: {fileID: 0}
|
|
1647
|
+
m_PrefabInstance: {fileID: 0}
|
|
1648
|
+
m_PrefabAsset: {fileID: 0}
|
|
1649
|
+
m_GameObject: {fileID: 7991990333701774875}
|
|
1650
|
+
m_Enabled: 1
|
|
1651
|
+
m_EditorHideFlags: 0
|
|
1652
|
+
m_Script: {fileID: 11500000, guid: f4688fdb7df04437aeb418b961361dc5, type: 3}
|
|
1653
|
+
m_Name:
|
|
1654
|
+
m_EditorClassIdentifier:
|
|
1655
|
+
m_Material: {fileID: 0}
|
|
1656
|
+
m_Color: {r: 1, g: 1, b: 1, a: 1}
|
|
1657
|
+
m_RaycastTarget: 1
|
|
1658
|
+
m_RaycastPadding: {x: 0, y: 0, z: 0, w: 0}
|
|
1659
|
+
m_Maskable: 1
|
|
1660
|
+
m_OnCullStateChanged:
|
|
1661
|
+
m_PersistentCalls:
|
|
1662
|
+
m_Calls: []
|
|
1663
|
+
m_text: Sound On
|
|
1664
|
+
m_isRightToLeft: 0
|
|
1665
|
+
m_fontAsset: {fileID: 11400000, guid: b61cc31493416594290d3793968a7776, type: 2}
|
|
1666
|
+
m_sharedMaterial: {fileID: -6106472849309118677, guid: b61cc31493416594290d3793968a7776, type: 2}
|
|
1667
|
+
m_fontSharedMaterials: []
|
|
1668
|
+
m_fontMaterial: {fileID: 0}
|
|
1669
|
+
m_fontMaterials: []
|
|
1670
|
+
m_fontColor32:
|
|
1671
|
+
serializedVersion: 2
|
|
1672
|
+
rgba: 1979711487
|
|
1673
|
+
m_fontColor: {r: 1, g: 1, b: 1, a: 0.45882353}
|
|
1674
|
+
m_enableVertexGradient: 0
|
|
1675
|
+
m_colorMode: 3
|
|
1676
|
+
m_fontColorGradient:
|
|
1677
|
+
topLeft: {r: 1, g: 1, b: 1, a: 1}
|
|
1678
|
+
topRight: {r: 1, g: 1, b: 1, a: 1}
|
|
1679
|
+
bottomLeft: {r: 1, g: 1, b: 1, a: 1}
|
|
1680
|
+
bottomRight: {r: 1, g: 1, b: 1, a: 1}
|
|
1681
|
+
m_fontColorGradientPreset: {fileID: 0}
|
|
1682
|
+
m_spriteAsset: {fileID: 0}
|
|
1683
|
+
m_tintAllSprites: 0
|
|
1684
|
+
m_StyleSheet: {fileID: 0}
|
|
1685
|
+
m_TextStyleHashCode: -1183493901
|
|
1686
|
+
m_overrideHtmlColors: 0
|
|
1687
|
+
m_faceColor:
|
|
1688
|
+
serializedVersion: 2
|
|
1689
|
+
rgba: 4294967295
|
|
1690
|
+
m_fontSize: 25
|
|
1691
|
+
m_fontSizeBase: 25
|
|
1692
|
+
m_fontWeight: 400
|
|
1693
|
+
m_enableAutoSizing: 0
|
|
1694
|
+
m_fontSizeMin: 18
|
|
1695
|
+
m_fontSizeMax: 72
|
|
1696
|
+
m_fontStyle: 0
|
|
1697
|
+
m_HorizontalAlignment: 1
|
|
1698
|
+
m_VerticalAlignment: 512
|
|
1699
|
+
m_textAlignment: 65535
|
|
1700
|
+
m_characterSpacing: 0
|
|
1701
|
+
m_wordSpacing: 0
|
|
1702
|
+
m_lineSpacing: 0
|
|
1703
|
+
m_lineSpacingMax: 0
|
|
1704
|
+
m_paragraphSpacing: 0
|
|
1705
|
+
m_charWidthMaxAdj: 0
|
|
1706
|
+
m_TextWrappingMode: 0
|
|
1707
|
+
m_wordWrappingRatios: 0.4
|
|
1708
|
+
m_overflowMode: 0
|
|
1709
|
+
m_linkedTextComponent: {fileID: 0}
|
|
1710
|
+
parentLinkedComponent: {fileID: 0}
|
|
1711
|
+
m_enableKerning: 1
|
|
1712
|
+
m_ActiveFontFeatures: 6e72656b
|
|
1713
|
+
m_enableExtraPadding: 0
|
|
1714
|
+
checkPaddingRequired: 0
|
|
1715
|
+
m_isRichText: 1
|
|
1716
|
+
m_EmojiFallbackSupport: 1
|
|
1717
|
+
m_parseCtrlCharacters: 1
|
|
1718
|
+
m_isOrthographic: 1
|
|
1719
|
+
m_isCullingEnabled: 0
|
|
1720
|
+
m_horizontalMapping: 0
|
|
1721
|
+
m_verticalMapping: 0
|
|
1722
|
+
m_uvLineOffset: 0
|
|
1723
|
+
m_geometrySortingOrder: 0
|
|
1724
|
+
m_IsTextObjectScaleStatic: 0
|
|
1725
|
+
m_VertexBufferAutoSizeReduction: 0
|
|
1726
|
+
m_useMaxVisibleDescender: 1
|
|
1727
|
+
m_pageToDisplay: 1
|
|
1728
|
+
m_margin: {x: 0, y: 0, z: 0, w: 0}
|
|
1729
|
+
m_isUsingLegacyAnimationComponent: 0
|
|
1730
|
+
m_isVolumetricText: 0
|
|
1731
|
+
m_hasFontAssetChanged: 0
|
|
1732
|
+
m_baseMaterial: {fileID: 0}
|
|
1733
|
+
m_maskOffset: {x: 0, y: 0, z: 0, w: 0}
|
|
1734
|
+
--- !u!1 &8020463210696450304
|
|
1735
|
+
GameObject:
|
|
1736
|
+
m_ObjectHideFlags: 0
|
|
1737
|
+
m_CorrespondingSourceObject: {fileID: 0}
|
|
1738
|
+
m_PrefabInstance: {fileID: 0}
|
|
1739
|
+
m_PrefabAsset: {fileID: 0}
|
|
1740
|
+
serializedVersion: 6
|
|
1741
|
+
m_Component:
|
|
1742
|
+
- component: {fileID: 3064348441081150642}
|
|
1743
|
+
- component: {fileID: 8556233583446575210}
|
|
1744
|
+
m_Layer: 5
|
|
1745
|
+
m_Name: Main Buttons
|
|
1746
|
+
m_TagString: Untagged
|
|
1747
|
+
m_Icon: {fileID: 0}
|
|
1748
|
+
m_NavMeshLayer: 0
|
|
1749
|
+
m_StaticEditorFlags: 2147483647
|
|
1750
|
+
m_IsActive: 1
|
|
1751
|
+
--- !u!224 &3064348441081150642
|
|
1752
|
+
RectTransform:
|
|
1753
|
+
m_ObjectHideFlags: 0
|
|
1754
|
+
m_CorrespondingSourceObject: {fileID: 0}
|
|
1755
|
+
m_PrefabInstance: {fileID: 0}
|
|
1756
|
+
m_PrefabAsset: {fileID: 0}
|
|
1757
|
+
m_GameObject: {fileID: 8020463210696450304}
|
|
1758
|
+
m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
|
|
1759
|
+
m_LocalPosition: {x: 0, y: 0, z: 0}
|
|
1760
|
+
m_LocalScale: {x: 1, y: 1, z: 1}
|
|
1761
|
+
m_ConstrainProportionsScale: 0
|
|
1762
|
+
m_Children:
|
|
1763
|
+
- {fileID: 6738128915579731406}
|
|
1764
|
+
- {fileID: 614787243652778352}
|
|
1765
|
+
m_Father: {fileID: 8123031398804239782}
|
|
1766
|
+
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
|
|
1767
|
+
m_AnchorMin: {x: 0, y: 1}
|
|
1768
|
+
m_AnchorMax: {x: 0, y: 1}
|
|
1769
|
+
m_AnchoredPosition: {x: 354.4576, y: -531}
|
|
1770
|
+
m_SizeDelta: {x: 585, y: 229.85532}
|
|
1771
|
+
m_Pivot: {x: 0.5, y: 0.5}
|
|
1772
|
+
--- !u!114 &8556233583446575210
|
|
1773
|
+
MonoBehaviour:
|
|
1774
|
+
m_ObjectHideFlags: 0
|
|
1775
|
+
m_CorrespondingSourceObject: {fileID: 0}
|
|
1776
|
+
m_PrefabInstance: {fileID: 0}
|
|
1777
|
+
m_PrefabAsset: {fileID: 0}
|
|
1778
|
+
m_GameObject: {fileID: 8020463210696450304}
|
|
1779
|
+
m_Enabled: 0
|
|
1780
|
+
m_EditorHideFlags: 0
|
|
1781
|
+
m_Script: {fileID: 11500000, guid: 59f8146938fff824cb5fd77236b75775, type: 3}
|
|
1782
|
+
m_Name:
|
|
1783
|
+
m_EditorClassIdentifier:
|
|
1784
|
+
m_Padding:
|
|
1785
|
+
m_Left: 0
|
|
1786
|
+
m_Right: 0
|
|
1787
|
+
m_Top: -14
|
|
1788
|
+
m_Bottom: 0
|
|
1789
|
+
m_ChildAlignment: 4
|
|
1790
|
+
m_Spacing: 10
|
|
1791
|
+
m_ChildForceExpandWidth: 0
|
|
1792
|
+
m_ChildForceExpandHeight: 0
|
|
1793
|
+
m_ChildControlWidth: 0
|
|
1794
|
+
m_ChildControlHeight: 0
|
|
1795
|
+
m_ChildScaleWidth: 0
|
|
1796
|
+
m_ChildScaleHeight: 0
|
|
1797
|
+
m_ReverseArrangement: 0
|
|
1798
|
+
--- !u!1 &8169904078331901582
|
|
1799
|
+
GameObject:
|
|
1800
|
+
m_ObjectHideFlags: 0
|
|
1801
|
+
m_CorrespondingSourceObject: {fileID: 0}
|
|
1802
|
+
m_PrefabInstance: {fileID: 0}
|
|
1803
|
+
m_PrefabAsset: {fileID: 0}
|
|
1804
|
+
serializedVersion: 6
|
|
1805
|
+
m_Component:
|
|
1806
|
+
- component: {fileID: 3688762823144342307}
|
|
1807
|
+
- component: {fileID: 2132121288164777145}
|
|
1808
|
+
- component: {fileID: 7234797001195096254}
|
|
1809
|
+
m_Layer: 5
|
|
1810
|
+
m_Name: Text (TMP)
|
|
1811
|
+
m_TagString: Untagged
|
|
1812
|
+
m_Icon: {fileID: 0}
|
|
1813
|
+
m_NavMeshLayer: 0
|
|
1814
|
+
m_StaticEditorFlags: 2147483647
|
|
1815
|
+
m_IsActive: 1
|
|
1816
|
+
--- !u!224 &3688762823144342307
|
|
1817
|
+
RectTransform:
|
|
1818
|
+
m_ObjectHideFlags: 0
|
|
1819
|
+
m_CorrespondingSourceObject: {fileID: 0}
|
|
1820
|
+
m_PrefabInstance: {fileID: 0}
|
|
1821
|
+
m_PrefabAsset: {fileID: 0}
|
|
1822
|
+
m_GameObject: {fileID: 8169904078331901582}
|
|
1823
|
+
m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
|
|
1824
|
+
m_LocalPosition: {x: 0, y: 0, z: 0}
|
|
1825
|
+
m_LocalScale: {x: 1, y: 1, z: 1}
|
|
1826
|
+
m_ConstrainProportionsScale: 0
|
|
1827
|
+
m_Children: []
|
|
1828
|
+
m_Father: {fileID: 5321810260822422081}
|
|
1829
|
+
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
|
|
1830
|
+
m_AnchorMin: {x: 0, y: 0.5}
|
|
1831
|
+
m_AnchorMax: {x: 0, y: 0.5}
|
|
1832
|
+
m_AnchoredPosition: {x: 70, y: 0}
|
|
1833
|
+
m_SizeDelta: {x: 93.077, y: 38.1777}
|
|
1834
|
+
m_Pivot: {x: 0, y: 0.5}
|
|
1835
|
+
--- !u!222 &2132121288164777145
|
|
1836
|
+
CanvasRenderer:
|
|
1837
|
+
m_ObjectHideFlags: 0
|
|
1838
|
+
m_CorrespondingSourceObject: {fileID: 0}
|
|
1839
|
+
m_PrefabInstance: {fileID: 0}
|
|
1840
|
+
m_PrefabAsset: {fileID: 0}
|
|
1841
|
+
m_GameObject: {fileID: 8169904078331901582}
|
|
1842
|
+
m_CullTransparentMesh: 1
|
|
1843
|
+
--- !u!114 &7234797001195096254
|
|
1844
|
+
MonoBehaviour:
|
|
1845
|
+
m_ObjectHideFlags: 0
|
|
1846
|
+
m_CorrespondingSourceObject: {fileID: 0}
|
|
1847
|
+
m_PrefabInstance: {fileID: 0}
|
|
1848
|
+
m_PrefabAsset: {fileID: 0}
|
|
1849
|
+
m_GameObject: {fileID: 8169904078331901582}
|
|
1850
|
+
m_Enabled: 1
|
|
1851
|
+
m_EditorHideFlags: 0
|
|
1852
|
+
m_Script: {fileID: 11500000, guid: f4688fdb7df04437aeb418b961361dc5, type: 3}
|
|
1853
|
+
m_Name:
|
|
1854
|
+
m_EditorClassIdentifier:
|
|
1855
|
+
m_Material: {fileID: 0}
|
|
1856
|
+
m_Color: {r: 1, g: 1, b: 1, a: 1}
|
|
1857
|
+
m_RaycastTarget: 1
|
|
1858
|
+
m_RaycastPadding: {x: 0, y: 0, z: 0, w: 0}
|
|
1859
|
+
m_Maskable: 1
|
|
1860
|
+
m_OnCullStateChanged:
|
|
1861
|
+
m_PersistentCalls:
|
|
1862
|
+
m_Calls: []
|
|
1863
|
+
m_text: Restart
|
|
1864
|
+
m_isRightToLeft: 0
|
|
1865
|
+
m_fontAsset: {fileID: 11400000, guid: b61cc31493416594290d3793968a7776, type: 2}
|
|
1866
|
+
m_sharedMaterial: {fileID: -6106472849309118677, guid: b61cc31493416594290d3793968a7776, type: 2}
|
|
1867
|
+
m_fontSharedMaterials: []
|
|
1868
|
+
m_fontMaterial: {fileID: 0}
|
|
1869
|
+
m_fontMaterials: []
|
|
1870
|
+
m_fontColor32:
|
|
1871
|
+
serializedVersion: 2
|
|
1872
|
+
rgba: 1979711487
|
|
1873
|
+
m_fontColor: {r: 1, g: 1, b: 1, a: 0.45882353}
|
|
1874
|
+
m_enableVertexGradient: 0
|
|
1875
|
+
m_colorMode: 3
|
|
1876
|
+
m_fontColorGradient:
|
|
1877
|
+
topLeft: {r: 1, g: 1, b: 1, a: 1}
|
|
1878
|
+
topRight: {r: 1, g: 1, b: 1, a: 1}
|
|
1879
|
+
bottomLeft: {r: 1, g: 1, b: 1, a: 1}
|
|
1880
|
+
bottomRight: {r: 1, g: 1, b: 1, a: 1}
|
|
1881
|
+
m_fontColorGradientPreset: {fileID: 0}
|
|
1882
|
+
m_spriteAsset: {fileID: 0}
|
|
1883
|
+
m_tintAllSprites: 0
|
|
1884
|
+
m_StyleSheet: {fileID: 0}
|
|
1885
|
+
m_TextStyleHashCode: -1183493901
|
|
1886
|
+
m_overrideHtmlColors: 0
|
|
1887
|
+
m_faceColor:
|
|
1888
|
+
serializedVersion: 2
|
|
1889
|
+
rgba: 4294967295
|
|
1890
|
+
m_fontSize: 25
|
|
1891
|
+
m_fontSizeBase: 25
|
|
1892
|
+
m_fontWeight: 400
|
|
1893
|
+
m_enableAutoSizing: 0
|
|
1894
|
+
m_fontSizeMin: 18
|
|
1895
|
+
m_fontSizeMax: 72
|
|
1896
|
+
m_fontStyle: 0
|
|
1897
|
+
m_HorizontalAlignment: 1
|
|
1898
|
+
m_VerticalAlignment: 512
|
|
1899
|
+
m_textAlignment: 65535
|
|
1900
|
+
m_characterSpacing: 0
|
|
1901
|
+
m_wordSpacing: 0
|
|
1902
|
+
m_lineSpacing: 0
|
|
1903
|
+
m_lineSpacingMax: 0
|
|
1904
|
+
m_paragraphSpacing: 0
|
|
1905
|
+
m_charWidthMaxAdj: 0
|
|
1906
|
+
m_TextWrappingMode: 1
|
|
1907
|
+
m_wordWrappingRatios: 0.4
|
|
1908
|
+
m_overflowMode: 0
|
|
1909
|
+
m_linkedTextComponent: {fileID: 0}
|
|
1910
|
+
parentLinkedComponent: {fileID: 0}
|
|
1911
|
+
m_enableKerning: 1
|
|
1912
|
+
m_ActiveFontFeatures: 6e72656b
|
|
1913
|
+
m_enableExtraPadding: 0
|
|
1914
|
+
checkPaddingRequired: 0
|
|
1915
|
+
m_isRichText: 1
|
|
1916
|
+
m_EmojiFallbackSupport: 1
|
|
1917
|
+
m_parseCtrlCharacters: 1
|
|
1918
|
+
m_isOrthographic: 1
|
|
1919
|
+
m_isCullingEnabled: 0
|
|
1920
|
+
m_horizontalMapping: 0
|
|
1921
|
+
m_verticalMapping: 0
|
|
1922
|
+
m_uvLineOffset: 0
|
|
1923
|
+
m_geometrySortingOrder: 0
|
|
1924
|
+
m_IsTextObjectScaleStatic: 0
|
|
1925
|
+
m_VertexBufferAutoSizeReduction: 0
|
|
1926
|
+
m_useMaxVisibleDescender: 1
|
|
1927
|
+
m_pageToDisplay: 1
|
|
1928
|
+
m_margin: {x: 0, y: 0, z: 0, w: 0}
|
|
1929
|
+
m_isUsingLegacyAnimationComponent: 0
|
|
1930
|
+
m_isVolumetricText: 0
|
|
1931
|
+
m_hasFontAssetChanged: 0
|
|
1932
|
+
m_baseMaterial: {fileID: 0}
|
|
1933
|
+
m_maskOffset: {x: 0, y: 0, z: 0, w: 0}
|
|
1934
|
+
--- !u!1 &8736122707831086341
|
|
1935
|
+
GameObject:
|
|
1936
|
+
m_ObjectHideFlags: 0
|
|
1937
|
+
m_CorrespondingSourceObject: {fileID: 0}
|
|
1938
|
+
m_PrefabInstance: {fileID: 0}
|
|
1939
|
+
m_PrefabAsset: {fileID: 0}
|
|
1940
|
+
serializedVersion: 6
|
|
1941
|
+
m_Component:
|
|
1942
|
+
- component: {fileID: 614787243652778352}
|
|
1943
|
+
- component: {fileID: 4068248633270548077}
|
|
1944
|
+
- component: {fileID: 2126588051611133017}
|
|
1945
|
+
- component: {fileID: 5020411856297000829}
|
|
1946
|
+
m_Layer: 5
|
|
1947
|
+
m_Name: Exit
|
|
1948
|
+
m_TagString: Untagged
|
|
1949
|
+
m_Icon: {fileID: 0}
|
|
1950
|
+
m_NavMeshLayer: 0
|
|
1951
|
+
m_StaticEditorFlags: 2147483647
|
|
1952
|
+
m_IsActive: 1
|
|
1953
|
+
--- !u!224 &614787243652778352
|
|
1954
|
+
RectTransform:
|
|
1955
|
+
m_ObjectHideFlags: 0
|
|
1956
|
+
m_CorrespondingSourceObject: {fileID: 0}
|
|
1957
|
+
m_PrefabInstance: {fileID: 0}
|
|
1958
|
+
m_PrefabAsset: {fileID: 0}
|
|
1959
|
+
m_GameObject: {fileID: 8736122707831086341}
|
|
1960
|
+
m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
|
|
1961
|
+
m_LocalPosition: {x: 0, y: 0, z: 0}
|
|
1962
|
+
m_LocalScale: {x: 1, y: 1, z: 1}
|
|
1963
|
+
m_ConstrainProportionsScale: 0
|
|
1964
|
+
m_Children:
|
|
1965
|
+
- {fileID: 7425124117022116480}
|
|
1966
|
+
- {fileID: 7005425300217250287}
|
|
1967
|
+
m_Father: {fileID: 3064348441081150642}
|
|
1968
|
+
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
|
|
1969
|
+
m_AnchorMin: {x: 0, y: 1}
|
|
1970
|
+
m_AnchorMax: {x: 0, y: 1}
|
|
1971
|
+
m_AnchoredPosition: {x: 292.5, y: -170.66766}
|
|
1972
|
+
m_SizeDelta: {x: 618.28, y: 115.48}
|
|
1973
|
+
m_Pivot: {x: 0.5, y: 0.5}
|
|
1974
|
+
--- !u!222 &4068248633270548077
|
|
1975
|
+
CanvasRenderer:
|
|
1976
|
+
m_ObjectHideFlags: 0
|
|
1977
|
+
m_CorrespondingSourceObject: {fileID: 0}
|
|
1978
|
+
m_PrefabInstance: {fileID: 0}
|
|
1979
|
+
m_PrefabAsset: {fileID: 0}
|
|
1980
|
+
m_GameObject: {fileID: 8736122707831086341}
|
|
1981
|
+
m_CullTransparentMesh: 1
|
|
1982
|
+
--- !u!114 &2126588051611133017
|
|
1983
|
+
MonoBehaviour:
|
|
1984
|
+
m_ObjectHideFlags: 0
|
|
1985
|
+
m_CorrespondingSourceObject: {fileID: 0}
|
|
1986
|
+
m_PrefabInstance: {fileID: 0}
|
|
1987
|
+
m_PrefabAsset: {fileID: 0}
|
|
1988
|
+
m_GameObject: {fileID: 8736122707831086341}
|
|
1989
|
+
m_Enabled: 1
|
|
1990
|
+
m_EditorHideFlags: 0
|
|
1991
|
+
m_Script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3}
|
|
1992
|
+
m_Name:
|
|
1993
|
+
m_EditorClassIdentifier:
|
|
1994
|
+
m_Material: {fileID: 0}
|
|
1995
|
+
m_Color: {r: 1, g: 1, b: 1, a: 1}
|
|
1996
|
+
m_RaycastTarget: 1
|
|
1997
|
+
m_RaycastPadding: {x: 0, y: 0, z: 0, w: 0}
|
|
1998
|
+
m_Maskable: 1
|
|
1999
|
+
m_OnCullStateChanged:
|
|
2000
|
+
m_PersistentCalls:
|
|
2001
|
+
m_Calls: []
|
|
2002
|
+
m_Sprite: {fileID: 21300000, guid: 132c8f1f54c8acd499950e725a07da39, type: 3}
|
|
2003
|
+
m_Type: 0
|
|
2004
|
+
m_PreserveAspect: 1
|
|
2005
|
+
m_FillCenter: 1
|
|
2006
|
+
m_FillMethod: 4
|
|
2007
|
+
m_FillAmount: 1
|
|
2008
|
+
m_FillClockwise: 1
|
|
2009
|
+
m_FillOrigin: 0
|
|
2010
|
+
m_UseSpriteMesh: 0
|
|
2011
|
+
m_PixelsPerUnitMultiplier: 1
|
|
2012
|
+
--- !u!114 &5020411856297000829
|
|
2013
|
+
MonoBehaviour:
|
|
2014
|
+
m_ObjectHideFlags: 0
|
|
2015
|
+
m_CorrespondingSourceObject: {fileID: 0}
|
|
2016
|
+
m_PrefabInstance: {fileID: 0}
|
|
2017
|
+
m_PrefabAsset: {fileID: 0}
|
|
2018
|
+
m_GameObject: {fileID: 8736122707831086341}
|
|
2019
|
+
m_Enabled: 1
|
|
2020
|
+
m_EditorHideFlags: 0
|
|
2021
|
+
m_Script: {fileID: 11500000, guid: f54fa265762c6824da512dd6e8c8b6a7, type: 3}
|
|
2022
|
+
m_Name:
|
|
2023
|
+
m_EditorClassIdentifier:
|
|
2024
|
+
m_Navigation:
|
|
2025
|
+
m_Mode: 3
|
|
2026
|
+
m_WrapAround: 0
|
|
2027
|
+
m_SelectOnUp: {fileID: 0}
|
|
2028
|
+
m_SelectOnDown: {fileID: 0}
|
|
2029
|
+
m_SelectOnLeft: {fileID: 0}
|
|
2030
|
+
m_SelectOnRight: {fileID: 0}
|
|
2031
|
+
m_Transition: 2
|
|
2032
|
+
m_Colors:
|
|
2033
|
+
m_NormalColor: {r: 1, g: 1, b: 1, a: 1}
|
|
2034
|
+
m_HighlightedColor: {r: 0.9607843, g: 0.9607843, b: 0.9607843, a: 1}
|
|
2035
|
+
m_PressedColor: {r: 0.78431374, g: 0.78431374, b: 0.78431374, a: 1}
|
|
2036
|
+
m_SelectedColor: {r: 0.9607843, g: 0.9607843, b: 0.9607843, a: 1}
|
|
2037
|
+
m_DisabledColor: {r: 0.78431374, g: 0.78431374, b: 0.78431374, a: 0.5019608}
|
|
2038
|
+
m_ColorMultiplier: 1
|
|
2039
|
+
m_FadeDuration: 0.1
|
|
2040
|
+
m_SpriteState:
|
|
2041
|
+
m_HighlightedSprite: {fileID: 21300000, guid: 132c8f1f54c8acd499950e725a07da39, type: 3}
|
|
2042
|
+
m_PressedSprite: {fileID: 21300000, guid: bc5faaff0b991de46a0690104926ca6c, type: 3}
|
|
2043
|
+
m_SelectedSprite: {fileID: 21300000, guid: 132c8f1f54c8acd499950e725a07da39, type: 3}
|
|
2044
|
+
m_DisabledSprite: {fileID: 21300000, guid: 132c8f1f54c8acd499950e725a07da39, type: 3}
|
|
2045
|
+
m_AnimationTriggers:
|
|
2046
|
+
m_NormalTrigger: Normal
|
|
2047
|
+
m_HighlightedTrigger: Highlighted
|
|
2048
|
+
m_PressedTrigger: Pressed
|
|
2049
|
+
m_SelectedTrigger: Selected
|
|
2050
|
+
m_DisabledTrigger: Disabled
|
|
2051
|
+
m_Interactable: 1
|
|
2052
|
+
m_TargetGraphic: {fileID: 2126588051611133017}
|
|
2053
|
+
m_OnClick:
|
|
2054
|
+
m_PersistentCalls:
|
|
2055
|
+
m_Calls:
|
|
2056
|
+
- m_Target: {fileID: 7853870184617841016}
|
|
2057
|
+
m_TargetAssemblyTypeName: UnityEngine.GameObject, UnityEngine
|
|
2058
|
+
m_MethodName: SetActive
|
|
2059
|
+
m_Mode: 6
|
|
2060
|
+
m_Arguments:
|
|
2061
|
+
m_ObjectArgument: {fileID: 0}
|
|
2062
|
+
m_ObjectArgumentAssemblyTypeName: UnityEngine.Object, UnityEngine
|
|
2063
|
+
m_IntArgument: 0
|
|
2064
|
+
m_FloatArgument: 0
|
|
2065
|
+
m_StringArgument:
|
|
2066
|
+
m_BoolArgument: 0
|
|
2067
|
+
m_CallState: 2
|
|
2068
|
+
--- !u!1001 &350219380348147827
|
|
2069
|
+
PrefabInstance:
|
|
2070
|
+
m_ObjectHideFlags: 0
|
|
2071
|
+
serializedVersion: 2
|
|
2072
|
+
m_Modification:
|
|
2073
|
+
serializedVersion: 3
|
|
2074
|
+
m_TransformParent: {fileID: 614787243652778352}
|
|
2075
|
+
m_Modifications:
|
|
2076
|
+
- target: {fileID: 6025345848822059341, guid: 459467c00b6a78444bc66142cb3fb5c6, type: 3}
|
|
2077
|
+
propertyPath: m_AnimatePhysics
|
|
2078
|
+
value: 0
|
|
2079
|
+
objectReference: {fileID: 0}
|
|
2080
|
+
- target: {fileID: 6668768661422438159, guid: 459467c00b6a78444bc66142cb3fb5c6, type: 3}
|
|
2081
|
+
propertyPath: m_Color.b
|
|
2082
|
+
value: 0.9098039
|
|
2083
|
+
objectReference: {fileID: 0}
|
|
2084
|
+
- target: {fileID: 6668768661422438159, guid: 459467c00b6a78444bc66142cb3fb5c6, type: 3}
|
|
2085
|
+
propertyPath: m_Color.g
|
|
2086
|
+
value: 0.3254902
|
|
2087
|
+
objectReference: {fileID: 0}
|
|
2088
|
+
- target: {fileID: 6668768661422438159, guid: 459467c00b6a78444bc66142cb3fb5c6, type: 3}
|
|
2089
|
+
propertyPath: m_Color.r
|
|
2090
|
+
value: 0.42352942
|
|
2091
|
+
objectReference: {fileID: 0}
|
|
2092
|
+
- target: {fileID: 7342133592071346588, guid: 459467c00b6a78444bc66142cb3fb5c6, type: 3}
|
|
2093
|
+
propertyPath: m_Pivot.x
|
|
2094
|
+
value: 0.5
|
|
2095
|
+
objectReference: {fileID: 0}
|
|
2096
|
+
- target: {fileID: 7342133592071346588, guid: 459467c00b6a78444bc66142cb3fb5c6, type: 3}
|
|
2097
|
+
propertyPath: m_Pivot.y
|
|
2098
|
+
value: 0.5
|
|
2099
|
+
objectReference: {fileID: 0}
|
|
2100
|
+
- target: {fileID: 7342133592071346588, guid: 459467c00b6a78444bc66142cb3fb5c6, type: 3}
|
|
2101
|
+
propertyPath: m_AnchorMax.x
|
|
2102
|
+
value: 0.5
|
|
2103
|
+
objectReference: {fileID: 0}
|
|
2104
|
+
- target: {fileID: 7342133592071346588, guid: 459467c00b6a78444bc66142cb3fb5c6, type: 3}
|
|
2105
|
+
propertyPath: m_AnchorMax.y
|
|
2106
|
+
value: 0.5
|
|
2107
|
+
objectReference: {fileID: 0}
|
|
2108
|
+
- target: {fileID: 7342133592071346588, guid: 459467c00b6a78444bc66142cb3fb5c6, type: 3}
|
|
2109
|
+
propertyPath: m_AnchorMin.x
|
|
2110
|
+
value: 0.5
|
|
2111
|
+
objectReference: {fileID: 0}
|
|
2112
|
+
- target: {fileID: 7342133592071346588, guid: 459467c00b6a78444bc66142cb3fb5c6, type: 3}
|
|
2113
|
+
propertyPath: m_AnchorMin.y
|
|
2114
|
+
value: 0.5
|
|
2115
|
+
objectReference: {fileID: 0}
|
|
2116
|
+
- target: {fileID: 7342133592071346588, guid: 459467c00b6a78444bc66142cb3fb5c6, type: 3}
|
|
2117
|
+
propertyPath: m_SizeDelta.x
|
|
2118
|
+
value: 100
|
|
2119
|
+
objectReference: {fileID: 0}
|
|
2120
|
+
- target: {fileID: 7342133592071346588, guid: 459467c00b6a78444bc66142cb3fb5c6, type: 3}
|
|
2121
|
+
propertyPath: m_SizeDelta.y
|
|
2122
|
+
value: 100
|
|
2123
|
+
objectReference: {fileID: 0}
|
|
2124
|
+
- target: {fileID: 7342133592071346588, guid: 459467c00b6a78444bc66142cb3fb5c6, type: 3}
|
|
2125
|
+
propertyPath: m_LocalPosition.x
|
|
2126
|
+
value: 0
|
|
2127
|
+
objectReference: {fileID: 0}
|
|
2128
|
+
- target: {fileID: 7342133592071346588, guid: 459467c00b6a78444bc66142cb3fb5c6, type: 3}
|
|
2129
|
+
propertyPath: m_LocalPosition.y
|
|
2130
|
+
value: 0
|
|
2131
|
+
objectReference: {fileID: 0}
|
|
2132
|
+
- target: {fileID: 7342133592071346588, guid: 459467c00b6a78444bc66142cb3fb5c6, type: 3}
|
|
2133
|
+
propertyPath: m_LocalPosition.z
|
|
2134
|
+
value: 0
|
|
2135
|
+
objectReference: {fileID: 0}
|
|
2136
|
+
- target: {fileID: 7342133592071346588, guid: 459467c00b6a78444bc66142cb3fb5c6, type: 3}
|
|
2137
|
+
propertyPath: m_LocalRotation.w
|
|
2138
|
+
value: 1
|
|
2139
|
+
objectReference: {fileID: 0}
|
|
2140
|
+
- target: {fileID: 7342133592071346588, guid: 459467c00b6a78444bc66142cb3fb5c6, type: 3}
|
|
2141
|
+
propertyPath: m_LocalRotation.x
|
|
2142
|
+
value: -0
|
|
2143
|
+
objectReference: {fileID: 0}
|
|
2144
|
+
- target: {fileID: 7342133592071346588, guid: 459467c00b6a78444bc66142cb3fb5c6, type: 3}
|
|
2145
|
+
propertyPath: m_LocalRotation.y
|
|
2146
|
+
value: -0
|
|
2147
|
+
objectReference: {fileID: 0}
|
|
2148
|
+
- target: {fileID: 7342133592071346588, guid: 459467c00b6a78444bc66142cb3fb5c6, type: 3}
|
|
2149
|
+
propertyPath: m_LocalRotation.z
|
|
2150
|
+
value: -0
|
|
2151
|
+
objectReference: {fileID: 0}
|
|
2152
|
+
- target: {fileID: 7342133592071346588, guid: 459467c00b6a78444bc66142cb3fb5c6, type: 3}
|
|
2153
|
+
propertyPath: m_AnchoredPosition.x
|
|
2154
|
+
value: 0
|
|
2155
|
+
objectReference: {fileID: 0}
|
|
2156
|
+
- target: {fileID: 7342133592071346588, guid: 459467c00b6a78444bc66142cb3fb5c6, type: 3}
|
|
2157
|
+
propertyPath: m_AnchoredPosition.y
|
|
2158
|
+
value: 15.9
|
|
2159
|
+
objectReference: {fileID: 0}
|
|
2160
|
+
- target: {fileID: 7342133592071346588, guid: 459467c00b6a78444bc66142cb3fb5c6, type: 3}
|
|
2161
|
+
propertyPath: m_LocalEulerAnglesHint.x
|
|
2162
|
+
value: 0
|
|
2163
|
+
objectReference: {fileID: 0}
|
|
2164
|
+
- target: {fileID: 7342133592071346588, guid: 459467c00b6a78444bc66142cb3fb5c6, type: 3}
|
|
2165
|
+
propertyPath: m_LocalEulerAnglesHint.y
|
|
2166
|
+
value: 0
|
|
2167
|
+
objectReference: {fileID: 0}
|
|
2168
|
+
- target: {fileID: 7342133592071346588, guid: 459467c00b6a78444bc66142cb3fb5c6, type: 3}
|
|
2169
|
+
propertyPath: m_LocalEulerAnglesHint.z
|
|
2170
|
+
value: 0
|
|
2171
|
+
objectReference: {fileID: 0}
|
|
2172
|
+
- target: {fileID: 8755304212261815995, guid: 459467c00b6a78444bc66142cb3fb5c6, type: 3}
|
|
2173
|
+
propertyPath: m_Name
|
|
2174
|
+
value: Circle Loader
|
|
2175
|
+
objectReference: {fileID: 0}
|
|
2176
|
+
- target: {fileID: 8755304212261815995, guid: 459467c00b6a78444bc66142cb3fb5c6, type: 3}
|
|
2177
|
+
propertyPath: m_IsActive
|
|
2178
|
+
value: 0
|
|
2179
|
+
objectReference: {fileID: 0}
|
|
2180
|
+
m_RemovedComponents: []
|
|
2181
|
+
m_RemovedGameObjects: []
|
|
2182
|
+
m_AddedGameObjects: []
|
|
2183
|
+
m_AddedComponents: []
|
|
2184
|
+
m_SourcePrefab: {fileID: 100100000, guid: 459467c00b6a78444bc66142cb3fb5c6, type: 3}
|
|
2185
|
+
--- !u!224 &7005425300217250287 stripped
|
|
2186
|
+
RectTransform:
|
|
2187
|
+
m_CorrespondingSourceObject: {fileID: 7342133592071346588, guid: 459467c00b6a78444bc66142cb3fb5c6, type: 3}
|
|
2188
|
+
m_PrefabInstance: {fileID: 350219380348147827}
|
|
2189
|
+
m_PrefabAsset: {fileID: 0}
|
|
2190
|
+
--- !u!1 &5795844670456941372 stripped
|
|
2191
|
+
GameObject:
|
|
2192
|
+
m_CorrespondingSourceObject: {fileID: 8755304212261815995, guid: 459467c00b6a78444bc66142cb3fb5c6, type: 3}
|
|
2193
|
+
m_PrefabInstance: {fileID: 350219380348147827}
|
|
2194
|
+
m_PrefabAsset: {fileID: 0}
|