app.hypergames.hypersdk 1.8.17 → 1.8.19
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 +14 -0
- package/Runtime/Internal/UI/Modals/GamePausedModal.cs +3 -3
- package/Runtime/Internal/UI/Modals/TutorialButton.cs +3 -10
- package/Runtime/Resources/Sprites/Hyper Atlas.spriteatlasv2 +1 -0
- package/Runtime/Resources/Sprites/Small Icons/Play.png +0 -0
- package/Runtime/Resources/Sprites/Small Icons/Play.png.meta +156 -0
- package/Runtime/Resources/UIPrefabs/GamePausedModal_Battle.prefab +118 -20
- package/Runtime/Resources/UIPrefabs/GamePausedModal_Battle_Landscape.prefab +244 -75
- package/Runtime/Resources/UIPrefabs/GamePausedModal_Practice.prefab +330 -43
- package/Runtime/Resources/UIPrefabs/GamePausedModal_Practice_Landscape.prefab +181 -8
- package/package.json +1 -1
|
@@ -10,7 +10,6 @@ GameObject:
|
|
|
10
10
|
m_Component:
|
|
11
11
|
- component: {fileID: 3255191919544407734}
|
|
12
12
|
- component: {fileID: 1732453189531122503}
|
|
13
|
-
- component: {fileID: 8973181322496611038}
|
|
14
13
|
- component: {fileID: 4546050826391548165}
|
|
15
14
|
m_Layer: 5
|
|
16
15
|
m_Name: RestartButton
|
|
@@ -31,14 +30,14 @@ RectTransform:
|
|
|
31
30
|
m_LocalScale: {x: 1, y: 1, z: 1}
|
|
32
31
|
m_ConstrainProportionsScale: 0
|
|
33
32
|
m_Children:
|
|
34
|
-
- {fileID:
|
|
33
|
+
- {fileID: 1049788488107618925}
|
|
35
34
|
- {fileID: 4014793042634662921}
|
|
36
35
|
m_Father: {fileID: 2299518753641665474}
|
|
37
36
|
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
|
|
38
37
|
m_AnchorMin: {x: 0, y: 0}
|
|
39
38
|
m_AnchorMax: {x: 0, y: 0}
|
|
40
39
|
m_AnchoredPosition: {x: 0, y: 0}
|
|
41
|
-
m_SizeDelta: {x:
|
|
40
|
+
m_SizeDelta: {x: 163.0769, y: 60}
|
|
42
41
|
m_Pivot: {x: 0.5, y: 0.5}
|
|
43
42
|
--- !u!222 &1732453189531122503
|
|
44
43
|
CanvasRenderer:
|
|
@@ -48,36 +47,6 @@ CanvasRenderer:
|
|
|
48
47
|
m_PrefabAsset: {fileID: 0}
|
|
49
48
|
m_GameObject: {fileID: 1299936421045734306}
|
|
50
49
|
m_CullTransparentMesh: 1
|
|
51
|
-
--- !u!114 &8973181322496611038
|
|
52
|
-
MonoBehaviour:
|
|
53
|
-
m_ObjectHideFlags: 0
|
|
54
|
-
m_CorrespondingSourceObject: {fileID: 0}
|
|
55
|
-
m_PrefabInstance: {fileID: 0}
|
|
56
|
-
m_PrefabAsset: {fileID: 0}
|
|
57
|
-
m_GameObject: {fileID: 1299936421045734306}
|
|
58
|
-
m_Enabled: 1
|
|
59
|
-
m_EditorHideFlags: 0
|
|
60
|
-
m_Script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3}
|
|
61
|
-
m_Name:
|
|
62
|
-
m_EditorClassIdentifier:
|
|
63
|
-
m_Material: {fileID: 0}
|
|
64
|
-
m_Color: {r: 1, g: 1, b: 1, a: 1}
|
|
65
|
-
m_RaycastTarget: 1
|
|
66
|
-
m_RaycastPadding: {x: 0, y: 0, z: 0, w: 0}
|
|
67
|
-
m_Maskable: 1
|
|
68
|
-
m_OnCullStateChanged:
|
|
69
|
-
m_PersistentCalls:
|
|
70
|
-
m_Calls: []
|
|
71
|
-
m_Sprite: {fileID: 21300000, guid: 045b8f0c4e228384c9f45554dfd379fe, type: 3}
|
|
72
|
-
m_Type: 0
|
|
73
|
-
m_PreserveAspect: 0
|
|
74
|
-
m_FillCenter: 1
|
|
75
|
-
m_FillMethod: 4
|
|
76
|
-
m_FillAmount: 1
|
|
77
|
-
m_FillClockwise: 1
|
|
78
|
-
m_FillOrigin: 0
|
|
79
|
-
m_UseSpriteMesh: 0
|
|
80
|
-
m_PixelsPerUnitMultiplier: 1
|
|
81
50
|
--- !u!114 &4546050826391548165
|
|
82
51
|
MonoBehaviour:
|
|
83
52
|
m_ObjectHideFlags: 0
|
|
@@ -118,7 +87,7 @@ MonoBehaviour:
|
|
|
118
87
|
m_SelectedTrigger: Selected
|
|
119
88
|
m_DisabledTrigger: Disabled
|
|
120
89
|
m_Interactable: 1
|
|
121
|
-
m_TargetGraphic: {fileID:
|
|
90
|
+
m_TargetGraphic: {fileID: 4681304009659885272}
|
|
122
91
|
m_OnClick:
|
|
123
92
|
m_PersistentCalls:
|
|
124
93
|
m_Calls:
|
|
@@ -134,6 +103,157 @@ MonoBehaviour:
|
|
|
134
103
|
m_StringArgument:
|
|
135
104
|
m_BoolArgument: 0
|
|
136
105
|
m_CallState: 2
|
|
106
|
+
--- !u!1 &1885016844147053937
|
|
107
|
+
GameObject:
|
|
108
|
+
m_ObjectHideFlags: 0
|
|
109
|
+
m_CorrespondingSourceObject: {fileID: 0}
|
|
110
|
+
m_PrefabInstance: {fileID: 0}
|
|
111
|
+
m_PrefabAsset: {fileID: 0}
|
|
112
|
+
serializedVersion: 6
|
|
113
|
+
m_Component:
|
|
114
|
+
- component: {fileID: 7622991755356447443}
|
|
115
|
+
- component: {fileID: 3086011082603419212}
|
|
116
|
+
- component: {fileID: 1476005926482689527}
|
|
117
|
+
m_Layer: 5
|
|
118
|
+
m_Name: Circle
|
|
119
|
+
m_TagString: Untagged
|
|
120
|
+
m_Icon: {fileID: 0}
|
|
121
|
+
m_NavMeshLayer: 0
|
|
122
|
+
m_StaticEditorFlags: 2147483647
|
|
123
|
+
m_IsActive: 1
|
|
124
|
+
--- !u!224 &7622991755356447443
|
|
125
|
+
RectTransform:
|
|
126
|
+
m_ObjectHideFlags: 0
|
|
127
|
+
m_CorrespondingSourceObject: {fileID: 0}
|
|
128
|
+
m_PrefabInstance: {fileID: 0}
|
|
129
|
+
m_PrefabAsset: {fileID: 0}
|
|
130
|
+
m_GameObject: {fileID: 1885016844147053937}
|
|
131
|
+
m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
|
|
132
|
+
m_LocalPosition: {x: 0, y: 0, z: 0}
|
|
133
|
+
m_LocalScale: {x: 1, y: 1, z: 1}
|
|
134
|
+
m_ConstrainProportionsScale: 0
|
|
135
|
+
m_Children: []
|
|
136
|
+
m_Father: {fileID: 6149329990799523076}
|
|
137
|
+
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
|
|
138
|
+
m_AnchorMin: {x: 0, y: 0.5}
|
|
139
|
+
m_AnchorMax: {x: 0, y: 0.5}
|
|
140
|
+
m_AnchoredPosition: {x: 30, y: 0}
|
|
141
|
+
m_SizeDelta: {x: 60, y: 60}
|
|
142
|
+
m_Pivot: {x: 0.5, y: 0.5}
|
|
143
|
+
--- !u!222 &3086011082603419212
|
|
144
|
+
CanvasRenderer:
|
|
145
|
+
m_ObjectHideFlags: 0
|
|
146
|
+
m_CorrespondingSourceObject: {fileID: 0}
|
|
147
|
+
m_PrefabInstance: {fileID: 0}
|
|
148
|
+
m_PrefabAsset: {fileID: 0}
|
|
149
|
+
m_GameObject: {fileID: 1885016844147053937}
|
|
150
|
+
m_CullTransparentMesh: 1
|
|
151
|
+
--- !u!114 &1476005926482689527
|
|
152
|
+
MonoBehaviour:
|
|
153
|
+
m_ObjectHideFlags: 0
|
|
154
|
+
m_CorrespondingSourceObject: {fileID: 0}
|
|
155
|
+
m_PrefabInstance: {fileID: 0}
|
|
156
|
+
m_PrefabAsset: {fileID: 0}
|
|
157
|
+
m_GameObject: {fileID: 1885016844147053937}
|
|
158
|
+
m_Enabled: 1
|
|
159
|
+
m_EditorHideFlags: 0
|
|
160
|
+
m_Script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3}
|
|
161
|
+
m_Name:
|
|
162
|
+
m_EditorClassIdentifier:
|
|
163
|
+
m_Material: {fileID: 0}
|
|
164
|
+
m_Color: {r: 1, g: 1, b: 1, a: 1}
|
|
165
|
+
m_RaycastTarget: 1
|
|
166
|
+
m_RaycastPadding: {x: 0, y: 0, z: 0, w: 0}
|
|
167
|
+
m_Maskable: 1
|
|
168
|
+
m_OnCullStateChanged:
|
|
169
|
+
m_PersistentCalls:
|
|
170
|
+
m_Calls: []
|
|
171
|
+
m_Sprite: {fileID: 21300000, guid: 045b8f0c4e228384c9f45554dfd379fe, type: 3}
|
|
172
|
+
m_Type: 0
|
|
173
|
+
m_PreserveAspect: 1
|
|
174
|
+
m_FillCenter: 1
|
|
175
|
+
m_FillMethod: 4
|
|
176
|
+
m_FillAmount: 1
|
|
177
|
+
m_FillClockwise: 1
|
|
178
|
+
m_FillOrigin: 0
|
|
179
|
+
m_UseSpriteMesh: 0
|
|
180
|
+
m_PixelsPerUnitMultiplier: 1
|
|
181
|
+
--- !u!1 &2341943130675272990
|
|
182
|
+
GameObject:
|
|
183
|
+
m_ObjectHideFlags: 0
|
|
184
|
+
m_CorrespondingSourceObject: {fileID: 0}
|
|
185
|
+
m_PrefabInstance: {fileID: 0}
|
|
186
|
+
m_PrefabAsset: {fileID: 0}
|
|
187
|
+
serializedVersion: 6
|
|
188
|
+
m_Component:
|
|
189
|
+
- component: {fileID: 1049788488107618925}
|
|
190
|
+
- component: {fileID: 4636113169300591972}
|
|
191
|
+
- component: {fileID: 4681304009659885272}
|
|
192
|
+
m_Layer: 5
|
|
193
|
+
m_Name: Circle
|
|
194
|
+
m_TagString: Untagged
|
|
195
|
+
m_Icon: {fileID: 0}
|
|
196
|
+
m_NavMeshLayer: 0
|
|
197
|
+
m_StaticEditorFlags: 2147483647
|
|
198
|
+
m_IsActive: 1
|
|
199
|
+
--- !u!224 &1049788488107618925
|
|
200
|
+
RectTransform:
|
|
201
|
+
m_ObjectHideFlags: 0
|
|
202
|
+
m_CorrespondingSourceObject: {fileID: 0}
|
|
203
|
+
m_PrefabInstance: {fileID: 0}
|
|
204
|
+
m_PrefabAsset: {fileID: 0}
|
|
205
|
+
m_GameObject: {fileID: 2341943130675272990}
|
|
206
|
+
m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
|
|
207
|
+
m_LocalPosition: {x: 0, y: 0, z: 0}
|
|
208
|
+
m_LocalScale: {x: 1, y: 1, z: 1}
|
|
209
|
+
m_ConstrainProportionsScale: 0
|
|
210
|
+
m_Children:
|
|
211
|
+
- {fileID: 7301504245437696667}
|
|
212
|
+
m_Father: {fileID: 3255191919544407734}
|
|
213
|
+
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
|
|
214
|
+
m_AnchorMin: {x: 0, y: 0.5}
|
|
215
|
+
m_AnchorMax: {x: 0, y: 0.5}
|
|
216
|
+
m_AnchoredPosition: {x: 30, y: 0}
|
|
217
|
+
m_SizeDelta: {x: 60, y: 60}
|
|
218
|
+
m_Pivot: {x: 0.5, y: 0.5}
|
|
219
|
+
--- !u!222 &4636113169300591972
|
|
220
|
+
CanvasRenderer:
|
|
221
|
+
m_ObjectHideFlags: 0
|
|
222
|
+
m_CorrespondingSourceObject: {fileID: 0}
|
|
223
|
+
m_PrefabInstance: {fileID: 0}
|
|
224
|
+
m_PrefabAsset: {fileID: 0}
|
|
225
|
+
m_GameObject: {fileID: 2341943130675272990}
|
|
226
|
+
m_CullTransparentMesh: 1
|
|
227
|
+
--- !u!114 &4681304009659885272
|
|
228
|
+
MonoBehaviour:
|
|
229
|
+
m_ObjectHideFlags: 0
|
|
230
|
+
m_CorrespondingSourceObject: {fileID: 0}
|
|
231
|
+
m_PrefabInstance: {fileID: 0}
|
|
232
|
+
m_PrefabAsset: {fileID: 0}
|
|
233
|
+
m_GameObject: {fileID: 2341943130675272990}
|
|
234
|
+
m_Enabled: 1
|
|
235
|
+
m_EditorHideFlags: 0
|
|
236
|
+
m_Script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3}
|
|
237
|
+
m_Name:
|
|
238
|
+
m_EditorClassIdentifier:
|
|
239
|
+
m_Material: {fileID: 0}
|
|
240
|
+
m_Color: {r: 1, g: 1, b: 1, a: 1}
|
|
241
|
+
m_RaycastTarget: 1
|
|
242
|
+
m_RaycastPadding: {x: 0, y: 0, z: 0, w: 0}
|
|
243
|
+
m_Maskable: 1
|
|
244
|
+
m_OnCullStateChanged:
|
|
245
|
+
m_PersistentCalls:
|
|
246
|
+
m_Calls: []
|
|
247
|
+
m_Sprite: {fileID: 21300000, guid: 045b8f0c4e228384c9f45554dfd379fe, type: 3}
|
|
248
|
+
m_Type: 0
|
|
249
|
+
m_PreserveAspect: 1
|
|
250
|
+
m_FillCenter: 1
|
|
251
|
+
m_FillMethod: 4
|
|
252
|
+
m_FillAmount: 1
|
|
253
|
+
m_FillClockwise: 1
|
|
254
|
+
m_FillOrigin: 0
|
|
255
|
+
m_UseSpriteMesh: 0
|
|
256
|
+
m_PixelsPerUnitMultiplier: 1
|
|
137
257
|
--- !u!1 &3061402324275595875
|
|
138
258
|
GameObject:
|
|
139
259
|
m_ObjectHideFlags: 0
|
|
@@ -169,7 +289,7 @@ RectTransform:
|
|
|
169
289
|
m_AnchorMin: {x: 0, y: 0.5}
|
|
170
290
|
m_AnchorMax: {x: 0, y: 0.5}
|
|
171
291
|
m_AnchoredPosition: {x: 70, y: 0}
|
|
172
|
-
m_SizeDelta: {x:
|
|
292
|
+
m_SizeDelta: {x: 93.077, y: 38.1777}
|
|
173
293
|
m_Pivot: {x: 0, y: 0.5}
|
|
174
294
|
--- !u!222 &616739057233156103
|
|
175
295
|
CanvasRenderer:
|
|
@@ -270,6 +390,81 @@ MonoBehaviour:
|
|
|
270
390
|
m_hasFontAssetChanged: 0
|
|
271
391
|
m_baseMaterial: {fileID: 0}
|
|
272
392
|
m_maskOffset: {x: 0, y: 0, z: 0, w: 0}
|
|
393
|
+
--- !u!1 &3528726965007750524
|
|
394
|
+
GameObject:
|
|
395
|
+
m_ObjectHideFlags: 0
|
|
396
|
+
m_CorrespondingSourceObject: {fileID: 0}
|
|
397
|
+
m_PrefabInstance: {fileID: 0}
|
|
398
|
+
m_PrefabAsset: {fileID: 0}
|
|
399
|
+
serializedVersion: 6
|
|
400
|
+
m_Component:
|
|
401
|
+
- component: {fileID: 165287942372980689}
|
|
402
|
+
- component: {fileID: 8517470921500185571}
|
|
403
|
+
- component: {fileID: 3452126618019980685}
|
|
404
|
+
m_Layer: 5
|
|
405
|
+
m_Name: Circle
|
|
406
|
+
m_TagString: Untagged
|
|
407
|
+
m_Icon: {fileID: 0}
|
|
408
|
+
m_NavMeshLayer: 0
|
|
409
|
+
m_StaticEditorFlags: 2147483647
|
|
410
|
+
m_IsActive: 1
|
|
411
|
+
--- !u!224 &165287942372980689
|
|
412
|
+
RectTransform:
|
|
413
|
+
m_ObjectHideFlags: 0
|
|
414
|
+
m_CorrespondingSourceObject: {fileID: 0}
|
|
415
|
+
m_PrefabInstance: {fileID: 0}
|
|
416
|
+
m_PrefabAsset: {fileID: 0}
|
|
417
|
+
m_GameObject: {fileID: 3528726965007750524}
|
|
418
|
+
m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
|
|
419
|
+
m_LocalPosition: {x: 0, y: 0, z: 0}
|
|
420
|
+
m_LocalScale: {x: 1, y: 1, z: 1}
|
|
421
|
+
m_ConstrainProportionsScale: 0
|
|
422
|
+
m_Children: []
|
|
423
|
+
m_Father: {fileID: 7612770588112712799}
|
|
424
|
+
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
|
|
425
|
+
m_AnchorMin: {x: 0, y: 0.5}
|
|
426
|
+
m_AnchorMax: {x: 0, y: 0.5}
|
|
427
|
+
m_AnchoredPosition: {x: 30, y: -0.000030517578}
|
|
428
|
+
m_SizeDelta: {x: 60, y: 60}
|
|
429
|
+
m_Pivot: {x: 0.5, y: 0.5}
|
|
430
|
+
--- !u!222 &8517470921500185571
|
|
431
|
+
CanvasRenderer:
|
|
432
|
+
m_ObjectHideFlags: 0
|
|
433
|
+
m_CorrespondingSourceObject: {fileID: 0}
|
|
434
|
+
m_PrefabInstance: {fileID: 0}
|
|
435
|
+
m_PrefabAsset: {fileID: 0}
|
|
436
|
+
m_GameObject: {fileID: 3528726965007750524}
|
|
437
|
+
m_CullTransparentMesh: 1
|
|
438
|
+
--- !u!114 &3452126618019980685
|
|
439
|
+
MonoBehaviour:
|
|
440
|
+
m_ObjectHideFlags: 0
|
|
441
|
+
m_CorrespondingSourceObject: {fileID: 0}
|
|
442
|
+
m_PrefabInstance: {fileID: 0}
|
|
443
|
+
m_PrefabAsset: {fileID: 0}
|
|
444
|
+
m_GameObject: {fileID: 3528726965007750524}
|
|
445
|
+
m_Enabled: 1
|
|
446
|
+
m_EditorHideFlags: 0
|
|
447
|
+
m_Script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3}
|
|
448
|
+
m_Name:
|
|
449
|
+
m_EditorClassIdentifier:
|
|
450
|
+
m_Material: {fileID: 0}
|
|
451
|
+
m_Color: {r: 1, g: 1, b: 1, a: 1}
|
|
452
|
+
m_RaycastTarget: 1
|
|
453
|
+
m_RaycastPadding: {x: 0, y: 0, z: 0, w: 0}
|
|
454
|
+
m_Maskable: 1
|
|
455
|
+
m_OnCullStateChanged:
|
|
456
|
+
m_PersistentCalls:
|
|
457
|
+
m_Calls: []
|
|
458
|
+
m_Sprite: {fileID: 21300000, guid: 045b8f0c4e228384c9f45554dfd379fe, type: 3}
|
|
459
|
+
m_Type: 0
|
|
460
|
+
m_PreserveAspect: 1
|
|
461
|
+
m_FillCenter: 1
|
|
462
|
+
m_FillMethod: 4
|
|
463
|
+
m_FillAmount: 1
|
|
464
|
+
m_FillClockwise: 1
|
|
465
|
+
m_FillOrigin: 0
|
|
466
|
+
m_UseSpriteMesh: 0
|
|
467
|
+
m_PixelsPerUnitMultiplier: 1
|
|
273
468
|
--- !u!1 &4040885216645114895
|
|
274
469
|
GameObject:
|
|
275
470
|
m_ObjectHideFlags: 0
|
|
@@ -295,12 +490,12 @@ RectTransform:
|
|
|
295
490
|
m_PrefabInstance: {fileID: 0}
|
|
296
491
|
m_PrefabAsset: {fileID: 0}
|
|
297
492
|
m_GameObject: {fileID: 4040885216645114895}
|
|
298
|
-
m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
|
|
493
|
+
m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
|
|
299
494
|
m_LocalPosition: {x: 0, y: 0, z: 0}
|
|
300
495
|
m_LocalScale: {x: 1, y: 1, z: 1}
|
|
301
496
|
m_ConstrainProportionsScale: 0
|
|
302
497
|
m_Children: []
|
|
303
|
-
m_Father: {fileID:
|
|
498
|
+
m_Father: {fileID: 1049788488107618925}
|
|
304
499
|
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
|
|
305
500
|
m_AnchorMin: {x: 0.5, y: 0.5}
|
|
306
501
|
m_AnchorMax: {x: 0.5, y: 0.5}
|
|
@@ -371,7 +566,7 @@ PrefabInstance:
|
|
|
371
566
|
objectReference: {fileID: 0}
|
|
372
567
|
- target: {fileID: 82248679854718257, guid: a339c1d0d1ed34649bc790f13508f5c1, type: 3}
|
|
373
568
|
propertyPath: m_SizeDelta.x
|
|
374
|
-
value:
|
|
569
|
+
value: 195.923
|
|
375
570
|
objectReference: {fileID: 0}
|
|
376
571
|
- target: {fileID: 82248679854718257, guid: a339c1d0d1ed34649bc790f13508f5c1, type: 3}
|
|
377
572
|
propertyPath: m_AnchoredPosition.x
|
|
@@ -385,6 +580,14 @@ PrefabInstance:
|
|
|
385
580
|
propertyPath: m_text
|
|
386
581
|
value: Exit Game
|
|
387
582
|
objectReference: {fileID: 0}
|
|
583
|
+
- target: {fileID: 785796689700932419, guid: a339c1d0d1ed34649bc790f13508f5c1, type: 3}
|
|
584
|
+
propertyPath: m_fontColor.a
|
|
585
|
+
value: 0.7058824
|
|
586
|
+
objectReference: {fileID: 0}
|
|
587
|
+
- target: {fileID: 785796689700932419, guid: a339c1d0d1ed34649bc790f13508f5c1, type: 3}
|
|
588
|
+
propertyPath: m_fontColor32.rgba
|
|
589
|
+
value: 3036676095
|
|
590
|
+
objectReference: {fileID: 0}
|
|
388
591
|
- target: {fileID: 882661279512388525, guid: a339c1d0d1ed34649bc790f13508f5c1, type: 3}
|
|
389
592
|
propertyPath: m_IsActive
|
|
390
593
|
value: 0
|
|
@@ -445,6 +648,10 @@ PrefabInstance:
|
|
|
445
648
|
propertyPath: m_AnchoredPosition.y
|
|
446
649
|
value: -195.97015
|
|
447
650
|
objectReference: {fileID: 0}
|
|
651
|
+
- target: {fileID: 2201639658589296249, guid: a339c1d0d1ed34649bc790f13508f5c1, type: 3}
|
|
652
|
+
propertyPath: m_TargetGraphic
|
|
653
|
+
value:
|
|
654
|
+
objectReference: {fileID: 1476005926482689527}
|
|
448
655
|
- target: {fileID: 2413770490712818089, guid: a339c1d0d1ed34649bc790f13508f5c1, type: 3}
|
|
449
656
|
propertyPath: m_IsActive
|
|
450
657
|
value: 0
|
|
@@ -473,10 +680,26 @@ PrefabInstance:
|
|
|
473
680
|
propertyPath: m_AnchoredPosition.y
|
|
474
681
|
value: -170.66766
|
|
475
682
|
objectReference: {fileID: 0}
|
|
683
|
+
- target: {fileID: 3874657734772288126, guid: a339c1d0d1ed34649bc790f13508f5c1, type: 3}
|
|
684
|
+
propertyPath: m_text
|
|
685
|
+
value: Sound On
|
|
686
|
+
objectReference: {fileID: 0}
|
|
476
687
|
- target: {fileID: 4094555271601022035, guid: a339c1d0d1ed34649bc790f13508f5c1, type: 3}
|
|
477
688
|
propertyPath: m_text
|
|
478
689
|
value: Tutorial
|
|
479
690
|
objectReference: {fileID: 0}
|
|
691
|
+
- target: {fileID: 4247312554392575679, guid: a339c1d0d1ed34649bc790f13508f5c1, type: 3}
|
|
692
|
+
propertyPath: m_AnchoredPosition.x
|
|
693
|
+
value: -66.89993
|
|
694
|
+
objectReference: {fileID: 0}
|
|
695
|
+
- target: {fileID: 4287634977016672354, guid: a339c1d0d1ed34649bc790f13508f5c1, type: 3}
|
|
696
|
+
propertyPath: tutorialEnabled
|
|
697
|
+
value:
|
|
698
|
+
objectReference: {fileID: 6873067751934436058}
|
|
699
|
+
- target: {fileID: 4287634977016672354, guid: a339c1d0d1ed34649bc790f13508f5c1, type: 3}
|
|
700
|
+
propertyPath: tutorialDisabled
|
|
701
|
+
value:
|
|
702
|
+
objectReference: {fileID: 4178858690150773687}
|
|
480
703
|
- target: {fileID: 4456036072257827946, guid: a339c1d0d1ed34649bc790f13508f5c1, type: 3}
|
|
481
704
|
propertyPath: m_AnchorMax.y
|
|
482
705
|
value: 0
|
|
@@ -487,7 +710,7 @@ PrefabInstance:
|
|
|
487
710
|
objectReference: {fileID: 0}
|
|
488
711
|
- target: {fileID: 4456036072257827946, guid: a339c1d0d1ed34649bc790f13508f5c1, type: 3}
|
|
489
712
|
propertyPath: m_SizeDelta.x
|
|
490
|
-
value:
|
|
713
|
+
value: 190.2186
|
|
491
714
|
objectReference: {fileID: 0}
|
|
492
715
|
- target: {fileID: 4456036072257827946, guid: a339c1d0d1ed34649bc790f13508f5c1, type: 3}
|
|
493
716
|
propertyPath: m_AnchoredPosition.x
|
|
@@ -509,6 +732,18 @@ PrefabInstance:
|
|
|
509
732
|
propertyPath: m_SpriteState.m_HighlightedSprite
|
|
510
733
|
value:
|
|
511
734
|
objectReference: {fileID: 21300000, guid: 3baa54c922140a64a8d844c192723dea, type: 3}
|
|
735
|
+
- target: {fileID: 4673523214016565958, guid: a339c1d0d1ed34649bc790f13508f5c1, type: 3}
|
|
736
|
+
propertyPath: m_AnchorMax.x
|
|
737
|
+
value: 0
|
|
738
|
+
objectReference: {fileID: 0}
|
|
739
|
+
- target: {fileID: 4673523214016565958, guid: a339c1d0d1ed34649bc790f13508f5c1, type: 3}
|
|
740
|
+
propertyPath: m_AnchorMin.x
|
|
741
|
+
value: 0
|
|
742
|
+
objectReference: {fileID: 0}
|
|
743
|
+
- target: {fileID: 4673523214016565958, guid: a339c1d0d1ed34649bc790f13508f5c1, type: 3}
|
|
744
|
+
propertyPath: m_AnchoredPosition.x
|
|
745
|
+
value: 30.3
|
|
746
|
+
objectReference: {fileID: 0}
|
|
512
747
|
- target: {fileID: 4907426701217168090, guid: a339c1d0d1ed34649bc790f13508f5c1, type: 3}
|
|
513
748
|
propertyPath: m_AnchorMax.y
|
|
514
749
|
value: 0
|
|
@@ -589,6 +824,10 @@ PrefabInstance:
|
|
|
589
824
|
propertyPath: m_IsActive
|
|
590
825
|
value: 1
|
|
591
826
|
objectReference: {fileID: 0}
|
|
827
|
+
- target: {fileID: 6842141127592838683, guid: a339c1d0d1ed34649bc790f13508f5c1, type: 3}
|
|
828
|
+
propertyPath: m_AnchoredPosition.x
|
|
829
|
+
value: -66.9
|
|
830
|
+
objectReference: {fileID: 0}
|
|
592
831
|
- target: {fileID: 6891580327800021480, guid: a339c1d0d1ed34649bc790f13508f5c1, type: 3}
|
|
593
832
|
propertyPath: m_Name
|
|
594
833
|
value: Exit
|
|
@@ -695,11 +934,11 @@ PrefabInstance:
|
|
|
695
934
|
objectReference: {fileID: 0}
|
|
696
935
|
- target: {fileID: 7772875344506606024, guid: a339c1d0d1ed34649bc790f13508f5c1, type: 3}
|
|
697
936
|
propertyPath: m_Spacing
|
|
698
|
-
value:
|
|
937
|
+
value: 42
|
|
699
938
|
objectReference: {fileID: 0}
|
|
700
939
|
- target: {fileID: 7772875344506606024, guid: a339c1d0d1ed34649bc790f13508f5c1, type: 3}
|
|
701
940
|
propertyPath: m_ChildAlignment
|
|
702
|
-
value:
|
|
941
|
+
value: 4
|
|
703
942
|
objectReference: {fileID: 0}
|
|
704
943
|
- target: {fileID: 7772875344506606024, guid: a339c1d0d1ed34649bc790f13508f5c1, type: 3}
|
|
705
944
|
propertyPath: m_ChildScaleWidth
|
|
@@ -711,7 +950,7 @@ PrefabInstance:
|
|
|
711
950
|
objectReference: {fileID: 0}
|
|
712
951
|
- target: {fileID: 7772875344506606024, guid: a339c1d0d1ed34649bc790f13508f5c1, type: 3}
|
|
713
952
|
propertyPath: m_ChildForceExpandWidth
|
|
714
|
-
value:
|
|
953
|
+
value: 1
|
|
715
954
|
objectReference: {fileID: 0}
|
|
716
955
|
- target: {fileID: 8265138650407415484, guid: a339c1d0d1ed34649bc790f13508f5c1, type: 3}
|
|
717
956
|
propertyPath: m_AnchorMax.y
|
|
@@ -749,6 +988,14 @@ PrefabInstance:
|
|
|
749
988
|
propertyPath: m_AnchoredPosition.y
|
|
750
989
|
value: 0
|
|
751
990
|
objectReference: {fileID: 0}
|
|
991
|
+
- target: {fileID: 8646547707010040373, guid: a339c1d0d1ed34649bc790f13508f5c1, type: 3}
|
|
992
|
+
propertyPath: m_TargetGraphic
|
|
993
|
+
value:
|
|
994
|
+
objectReference: {fileID: 3452126618019980685}
|
|
995
|
+
- target: {fileID: 8782190121538214265, guid: a339c1d0d1ed34649bc790f13508f5c1, type: 3}
|
|
996
|
+
propertyPath: m_SizeDelta.x
|
|
997
|
+
value: 124.57
|
|
998
|
+
objectReference: {fileID: 0}
|
|
752
999
|
- target: {fileID: 8927388423251347516, guid: a339c1d0d1ed34649bc790f13508f5c1, type: 3}
|
|
753
1000
|
propertyPath: m_Type
|
|
754
1001
|
value: 1
|
|
@@ -785,12 +1032,20 @@ PrefabInstance:
|
|
|
785
1032
|
propertyPath: 'm_ActiveFontFeatures.Array.data[0]'
|
|
786
1033
|
value: 1801810542
|
|
787
1034
|
objectReference: {fileID: 0}
|
|
788
|
-
m_RemovedComponents:
|
|
1035
|
+
m_RemovedComponents:
|
|
1036
|
+
- {fileID: 2811759005137362180, guid: a339c1d0d1ed34649bc790f13508f5c1, type: 3}
|
|
1037
|
+
- {fileID: 5981342944318477651, guid: a339c1d0d1ed34649bc790f13508f5c1, type: 3}
|
|
789
1038
|
m_RemovedGameObjects: []
|
|
790
1039
|
m_AddedGameObjects:
|
|
791
1040
|
- targetCorrespondingSourceObject: {fileID: 8604199821553359532, guid: a339c1d0d1ed34649bc790f13508f5c1, type: 3}
|
|
792
1041
|
insertIndex: -1
|
|
793
1042
|
addedObject: {fileID: 3255191919544407734}
|
|
1043
|
+
- targetCorrespondingSourceObject: {fileID: 82248679854718257, guid: a339c1d0d1ed34649bc790f13508f5c1, type: 3}
|
|
1044
|
+
insertIndex: 0
|
|
1045
|
+
addedObject: {fileID: 165287942372980689}
|
|
1046
|
+
- targetCorrespondingSourceObject: {fileID: 4456036072257827946, guid: a339c1d0d1ed34649bc790f13508f5c1, type: 3}
|
|
1047
|
+
insertIndex: 0
|
|
1048
|
+
addedObject: {fileID: 7622991755356447443}
|
|
794
1049
|
m_AddedComponents: []
|
|
795
1050
|
m_SourcePrefab: {fileID: 100100000, guid: a339c1d0d1ed34649bc790f13508f5c1, type: 3}
|
|
796
1051
|
--- !u!114 &242920363476293798 stripped
|
|
@@ -820,3 +1075,35 @@ MonoBehaviour:
|
|
|
820
1075
|
m_Script: {fileID: 11500000, guid: 8b55c789b114a68438b746e9c2fe1616, type: 3}
|
|
821
1076
|
m_Name:
|
|
822
1077
|
m_EditorClassIdentifier:
|
|
1078
|
+
--- !u!114 &4178858690150773687 stripped
|
|
1079
|
+
MonoBehaviour:
|
|
1080
|
+
m_CorrespondingSourceObject: {fileID: 5872557503882885849, guid: a339c1d0d1ed34649bc790f13508f5c1, type: 3}
|
|
1081
|
+
m_PrefabInstance: {fileID: 7530522398454696302}
|
|
1082
|
+
m_PrefabAsset: {fileID: 0}
|
|
1083
|
+
m_GameObject: {fileID: 0}
|
|
1084
|
+
m_Enabled: 1
|
|
1085
|
+
m_EditorHideFlags: 0
|
|
1086
|
+
m_Script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3}
|
|
1087
|
+
m_Name:
|
|
1088
|
+
m_EditorClassIdentifier:
|
|
1089
|
+
--- !u!224 &6149329990799523076 stripped
|
|
1090
|
+
RectTransform:
|
|
1091
|
+
m_CorrespondingSourceObject: {fileID: 4456036072257827946, guid: a339c1d0d1ed34649bc790f13508f5c1, type: 3}
|
|
1092
|
+
m_PrefabInstance: {fileID: 7530522398454696302}
|
|
1093
|
+
m_PrefabAsset: {fileID: 0}
|
|
1094
|
+
--- !u!114 &6873067751934436058 stripped
|
|
1095
|
+
MonoBehaviour:
|
|
1096
|
+
m_CorrespondingSourceObject: {fileID: 4027274206209993652, guid: a339c1d0d1ed34649bc790f13508f5c1, type: 3}
|
|
1097
|
+
m_PrefabInstance: {fileID: 7530522398454696302}
|
|
1098
|
+
m_PrefabAsset: {fileID: 0}
|
|
1099
|
+
m_GameObject: {fileID: 0}
|
|
1100
|
+
m_Enabled: 1
|
|
1101
|
+
m_EditorHideFlags: 0
|
|
1102
|
+
m_Script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3}
|
|
1103
|
+
m_Name:
|
|
1104
|
+
m_EditorClassIdentifier:
|
|
1105
|
+
--- !u!224 &7612770588112712799 stripped
|
|
1106
|
+
RectTransform:
|
|
1107
|
+
m_CorrespondingSourceObject: {fileID: 82248679854718257, guid: a339c1d0d1ed34649bc790f13508f5c1, type: 3}
|
|
1108
|
+
m_PrefabInstance: {fileID: 7530522398454696302}
|
|
1109
|
+
m_PrefabAsset: {fileID: 0}
|