app.hypergames.hypersdk 1.8.2 → 1.8.3
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 +7 -0
- package/HyperLoader.unity +2 -2
- package/Runtime/Internal/Data/URLData.cs +14 -18
- package/Runtime/Internal/Managers/BackendManager.cs +300 -6
- package/Runtime/Internal/Managers/DataManager.cs +21 -0
- package/Runtime/Internal/Managers/EventManager.cs +2 -0
- package/Runtime/Internal/Managers/GameManager.cs +4 -0
- package/Runtime/Internal/UI/Components/ConnectionStatusIcon.cs +261 -16
- package/Runtime/Internal/UI/Modals/ScoreSubmissionFailedModal.cs +1 -1
- package/Runtime/Plugins/WebGL/HyperTutorialCachePlugin.jslib +4 -2
- package/Runtime/Plugins/WebGL/HyperWebSocketPlugin.jslib +5 -0
- package/Runtime/Resources/Sprites/Control Bar/Internet Connection/Group 36946.png +0 -0
- package/Runtime/Resources/Sprites/Control Bar/Internet Connection/Group 36946.png.meta +169 -0
- package/Runtime/Resources/Sprites/Control Bar/Internet Connection/Group-1.png +0 -0
- package/Runtime/Resources/Sprites/Control Bar/Internet Connection/Group-1.png.meta +169 -0
- package/Runtime/Resources/Sprites/Control Bar/Internet Connection/Group-2.png +0 -0
- package/Runtime/Resources/Sprites/Control Bar/Internet Connection/Group-2.png.meta +169 -0
- package/Runtime/Resources/Sprites/Control Bar/Internet Connection/Group.png +0 -0
- package/Runtime/Resources/Sprites/Control Bar/Internet Connection/Group.png.meta +169 -0
- package/Runtime/Resources/Sprites/Control Bar/{Icon_YesWifi.png.meta → Internet Connection/Icon_YesWifi.png.meta } +1 -1
- package/Runtime/Resources/Sprites/Control Bar/Internet Connection/Vector.png +0 -0
- package/Runtime/Resources/Sprites/Control Bar/Internet Connection/Vector.png.meta +169 -0
- package/Runtime/Resources/Sprites/Control Bar/Internet Connection.meta +8 -0
- package/Runtime/Resources/UIPrefabs/ControlBar.prefab +736 -69
- package/package.json +1 -1
- /package/Runtime/Resources/Sprites/Control Bar/{Icon_NoWifi.png → Internet Connection/Icon_NoWifi.png} +0 -0
- /package/Runtime/Resources/Sprites/Control Bar/{Icon_NoWifi.png.meta → Internet Connection/Icon_NoWifi.png.meta} +0 -0
- /package/Runtime/Resources/Sprites/Control Bar/{Icon_YesWifi.png → Internet Connection/Icon_YesWifi.png} +0 -0
|
@@ -1,5 +1,80 @@
|
|
|
1
1
|
%YAML 1.1
|
|
2
2
|
%TAG !u! tag:unity3d.com,2011:
|
|
3
|
+
--- !u!1 &119943145075315230
|
|
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: 5700626110262114157}
|
|
12
|
+
- component: {fileID: 3097078526023375393}
|
|
13
|
+
- component: {fileID: 225984263713194603}
|
|
14
|
+
m_Layer: 5
|
|
15
|
+
m_Name: Dot
|
|
16
|
+
m_TagString: Untagged
|
|
17
|
+
m_Icon: {fileID: 0}
|
|
18
|
+
m_NavMeshLayer: 0
|
|
19
|
+
m_StaticEditorFlags: 0
|
|
20
|
+
m_IsActive: 1
|
|
21
|
+
--- !u!224 &5700626110262114157
|
|
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: 119943145075315230}
|
|
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: 0
|
|
32
|
+
m_Children: []
|
|
33
|
+
m_Father: {fileID: 2398781801216218493}
|
|
34
|
+
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
|
|
35
|
+
m_AnchorMin: {x: 0.5, y: 0}
|
|
36
|
+
m_AnchorMax: {x: 0.5, y: 0}
|
|
37
|
+
m_AnchoredPosition: {x: 0, y: 7.14}
|
|
38
|
+
m_SizeDelta: {x: 9.9012, y: 11.1248}
|
|
39
|
+
m_Pivot: {x: 0.5, y: 0.5}
|
|
40
|
+
--- !u!222 &3097078526023375393
|
|
41
|
+
CanvasRenderer:
|
|
42
|
+
m_ObjectHideFlags: 0
|
|
43
|
+
m_CorrespondingSourceObject: {fileID: 0}
|
|
44
|
+
m_PrefabInstance: {fileID: 0}
|
|
45
|
+
m_PrefabAsset: {fileID: 0}
|
|
46
|
+
m_GameObject: {fileID: 119943145075315230}
|
|
47
|
+
m_CullTransparentMesh: 1
|
|
48
|
+
--- !u!114 &225984263713194603
|
|
49
|
+
MonoBehaviour:
|
|
50
|
+
m_ObjectHideFlags: 0
|
|
51
|
+
m_CorrespondingSourceObject: {fileID: 0}
|
|
52
|
+
m_PrefabInstance: {fileID: 0}
|
|
53
|
+
m_PrefabAsset: {fileID: 0}
|
|
54
|
+
m_GameObject: {fileID: 119943145075315230}
|
|
55
|
+
m_Enabled: 1
|
|
56
|
+
m_EditorHideFlags: 0
|
|
57
|
+
m_Script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3}
|
|
58
|
+
m_Name:
|
|
59
|
+
m_EditorClassIdentifier:
|
|
60
|
+
m_Material: {fileID: 0}
|
|
61
|
+
m_Color: {r: 0.14509805, g: 0.6666667, b: 0.4, a: 1}
|
|
62
|
+
m_RaycastTarget: 1
|
|
63
|
+
m_RaycastPadding: {x: 0, y: 0, z: 0, w: 0}
|
|
64
|
+
m_Maskable: 1
|
|
65
|
+
m_OnCullStateChanged:
|
|
66
|
+
m_PersistentCalls:
|
|
67
|
+
m_Calls: []
|
|
68
|
+
m_Sprite: {fileID: 21300000, guid: cc06cc0eaf0da084a92721ac8e6ae462, type: 3}
|
|
69
|
+
m_Type: 0
|
|
70
|
+
m_PreserveAspect: 1
|
|
71
|
+
m_FillCenter: 1
|
|
72
|
+
m_FillMethod: 4
|
|
73
|
+
m_FillAmount: 1
|
|
74
|
+
m_FillClockwise: 1
|
|
75
|
+
m_FillOrigin: 0
|
|
76
|
+
m_UseSpriteMesh: 1
|
|
77
|
+
m_PixelsPerUnitMultiplier: 1
|
|
3
78
|
--- !u!1 &1048866143089788928
|
|
4
79
|
GameObject:
|
|
5
80
|
m_ObjectHideFlags: 0
|
|
@@ -31,6 +106,7 @@ RectTransform:
|
|
|
31
106
|
m_Children:
|
|
32
107
|
- {fileID: 8309774266759315490}
|
|
33
108
|
- {fileID: 737453627717873146}
|
|
109
|
+
- {fileID: 8018927992899460556}
|
|
34
110
|
m_Father: {fileID: 5674028873514353123}
|
|
35
111
|
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
|
|
36
112
|
m_AnchorMin: {x: 0.5, y: 0.5}
|
|
@@ -52,6 +128,96 @@ MonoBehaviour:
|
|
|
52
128
|
m_EditorClassIdentifier:
|
|
53
129
|
lost: {fileID: 4434394802318301849}
|
|
54
130
|
restored: {fileID: 2473909893973907380}
|
|
131
|
+
dynamicPingIcon: {fileID: 5540111900672461523}
|
|
132
|
+
goodPingMaxMs: 100
|
|
133
|
+
badPingMaxMs: 300
|
|
134
|
+
goodPingColor: {r: 0.14509805, g: 0.6666667, b: 0.4, a: 1}
|
|
135
|
+
averagePingColor: {r: 1, g: 0.4862745, b: 0, a: 1}
|
|
136
|
+
goodPingBar: {fileID: 1844935579317689283}
|
|
137
|
+
averagePingBar: {fileID: 745374920427994999}
|
|
138
|
+
lowPingBar: {fileID: 3454357470356361601}
|
|
139
|
+
wifiBackgroundImage: {fileID: 4367089441050715749}
|
|
140
|
+
wifiDotImage: {fileID: 225984263713194603}
|
|
141
|
+
wifiLatencyText: {fileID: 2975656175046737043}
|
|
142
|
+
simulateRandomPingInEditor: 1
|
|
143
|
+
editorSimMinMs: 0
|
|
144
|
+
editorSimMaxMs: 300
|
|
145
|
+
editorSimIntervalSeconds: 0.5
|
|
146
|
+
--- !u!1 &1212421498725570846
|
|
147
|
+
GameObject:
|
|
148
|
+
m_ObjectHideFlags: 0
|
|
149
|
+
m_CorrespondingSourceObject: {fileID: 0}
|
|
150
|
+
m_PrefabInstance: {fileID: 0}
|
|
151
|
+
m_PrefabAsset: {fileID: 0}
|
|
152
|
+
serializedVersion: 6
|
|
153
|
+
m_Component:
|
|
154
|
+
- component: {fileID: 7078088635674967877}
|
|
155
|
+
- component: {fileID: 7596848981732316348}
|
|
156
|
+
- component: {fileID: 1844935579317689283}
|
|
157
|
+
m_Layer: 5
|
|
158
|
+
m_Name: Bar 3
|
|
159
|
+
m_TagString: Untagged
|
|
160
|
+
m_Icon: {fileID: 0}
|
|
161
|
+
m_NavMeshLayer: 0
|
|
162
|
+
m_StaticEditorFlags: 0
|
|
163
|
+
m_IsActive: 1
|
|
164
|
+
--- !u!224 &7078088635674967877
|
|
165
|
+
RectTransform:
|
|
166
|
+
m_ObjectHideFlags: 0
|
|
167
|
+
m_CorrespondingSourceObject: {fileID: 0}
|
|
168
|
+
m_PrefabInstance: {fileID: 0}
|
|
169
|
+
m_PrefabAsset: {fileID: 0}
|
|
170
|
+
m_GameObject: {fileID: 1212421498725570846}
|
|
171
|
+
m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
|
|
172
|
+
m_LocalPosition: {x: 0, y: 0, z: 0}
|
|
173
|
+
m_LocalScale: {x: 1, y: 1, z: 1}
|
|
174
|
+
m_ConstrainProportionsScale: 0
|
|
175
|
+
m_Children: []
|
|
176
|
+
m_Father: {fileID: 2398781801216218493}
|
|
177
|
+
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
|
|
178
|
+
m_AnchorMin: {x: 0.5, y: 1}
|
|
179
|
+
m_AnchorMax: {x: 0.5, y: 1}
|
|
180
|
+
m_AnchoredPosition: {x: 0, y: -9.87}
|
|
181
|
+
m_SizeDelta: {x: 52.9882, y: 25.585197}
|
|
182
|
+
m_Pivot: {x: 0.5, y: 0.5}
|
|
183
|
+
--- !u!222 &7596848981732316348
|
|
184
|
+
CanvasRenderer:
|
|
185
|
+
m_ObjectHideFlags: 0
|
|
186
|
+
m_CorrespondingSourceObject: {fileID: 0}
|
|
187
|
+
m_PrefabInstance: {fileID: 0}
|
|
188
|
+
m_PrefabAsset: {fileID: 0}
|
|
189
|
+
m_GameObject: {fileID: 1212421498725570846}
|
|
190
|
+
m_CullTransparentMesh: 1
|
|
191
|
+
--- !u!114 &1844935579317689283
|
|
192
|
+
MonoBehaviour:
|
|
193
|
+
m_ObjectHideFlags: 0
|
|
194
|
+
m_CorrespondingSourceObject: {fileID: 0}
|
|
195
|
+
m_PrefabInstance: {fileID: 0}
|
|
196
|
+
m_PrefabAsset: {fileID: 0}
|
|
197
|
+
m_GameObject: {fileID: 1212421498725570846}
|
|
198
|
+
m_Enabled: 1
|
|
199
|
+
m_EditorHideFlags: 0
|
|
200
|
+
m_Script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3}
|
|
201
|
+
m_Name:
|
|
202
|
+
m_EditorClassIdentifier:
|
|
203
|
+
m_Material: {fileID: 0}
|
|
204
|
+
m_Color: {r: 0.14509805, g: 0.6666667, b: 0.4, a: 1}
|
|
205
|
+
m_RaycastTarget: 1
|
|
206
|
+
m_RaycastPadding: {x: 0, y: 0, z: 0, w: 0}
|
|
207
|
+
m_Maskable: 1
|
|
208
|
+
m_OnCullStateChanged:
|
|
209
|
+
m_PersistentCalls:
|
|
210
|
+
m_Calls: []
|
|
211
|
+
m_Sprite: {fileID: 21300000, guid: 049dd6624a7b5bc4bb5b17a6d2b555e1, type: 3}
|
|
212
|
+
m_Type: 0
|
|
213
|
+
m_PreserveAspect: 1
|
|
214
|
+
m_FillCenter: 1
|
|
215
|
+
m_FillMethod: 4
|
|
216
|
+
m_FillAmount: 1
|
|
217
|
+
m_FillClockwise: 1
|
|
218
|
+
m_FillOrigin: 0
|
|
219
|
+
m_UseSpriteMesh: 1
|
|
220
|
+
m_PixelsPerUnitMultiplier: 1
|
|
55
221
|
--- !u!1 &1442877918737098795
|
|
56
222
|
GameObject:
|
|
57
223
|
m_ObjectHideFlags: 0
|
|
@@ -132,6 +298,81 @@ MonoBehaviour:
|
|
|
132
298
|
m_FillOrigin: 0
|
|
133
299
|
m_UseSpriteMesh: 1
|
|
134
300
|
m_PixelsPerUnitMultiplier: 2.245
|
|
301
|
+
--- !u!1 &2011323868837924026
|
|
302
|
+
GameObject:
|
|
303
|
+
m_ObjectHideFlags: 0
|
|
304
|
+
m_CorrespondingSourceObject: {fileID: 0}
|
|
305
|
+
m_PrefabInstance: {fileID: 0}
|
|
306
|
+
m_PrefabAsset: {fileID: 0}
|
|
307
|
+
serializedVersion: 6
|
|
308
|
+
m_Component:
|
|
309
|
+
- component: {fileID: 1893701933197609306}
|
|
310
|
+
- component: {fileID: 2939412885505720653}
|
|
311
|
+
- component: {fileID: 4367089441050715749}
|
|
312
|
+
m_Layer: 5
|
|
313
|
+
m_Name: Wifi BG
|
|
314
|
+
m_TagString: Untagged
|
|
315
|
+
m_Icon: {fileID: 0}
|
|
316
|
+
m_NavMeshLayer: 0
|
|
317
|
+
m_StaticEditorFlags: 0
|
|
318
|
+
m_IsActive: 1
|
|
319
|
+
--- !u!224 &1893701933197609306
|
|
320
|
+
RectTransform:
|
|
321
|
+
m_ObjectHideFlags: 0
|
|
322
|
+
m_CorrespondingSourceObject: {fileID: 0}
|
|
323
|
+
m_PrefabInstance: {fileID: 0}
|
|
324
|
+
m_PrefabAsset: {fileID: 0}
|
|
325
|
+
m_GameObject: {fileID: 2011323868837924026}
|
|
326
|
+
m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
|
|
327
|
+
m_LocalPosition: {x: 0, y: 0, z: 0}
|
|
328
|
+
m_LocalScale: {x: 1, y: 1, z: 1}
|
|
329
|
+
m_ConstrainProportionsScale: 0
|
|
330
|
+
m_Children: []
|
|
331
|
+
m_Father: {fileID: 8018927992899460556}
|
|
332
|
+
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
|
|
333
|
+
m_AnchorMin: {x: 0.5, y: 0.5}
|
|
334
|
+
m_AnchorMax: {x: 0.5, y: 0.5}
|
|
335
|
+
m_AnchoredPosition: {x: 0, y: 0}
|
|
336
|
+
m_SizeDelta: {x: 100, y: 100}
|
|
337
|
+
m_Pivot: {x: 0.5, y: 0.5}
|
|
338
|
+
--- !u!222 &2939412885505720653
|
|
339
|
+
CanvasRenderer:
|
|
340
|
+
m_ObjectHideFlags: 0
|
|
341
|
+
m_CorrespondingSourceObject: {fileID: 0}
|
|
342
|
+
m_PrefabInstance: {fileID: 0}
|
|
343
|
+
m_PrefabAsset: {fileID: 0}
|
|
344
|
+
m_GameObject: {fileID: 2011323868837924026}
|
|
345
|
+
m_CullTransparentMesh: 1
|
|
346
|
+
--- !u!114 &4367089441050715749
|
|
347
|
+
MonoBehaviour:
|
|
348
|
+
m_ObjectHideFlags: 0
|
|
349
|
+
m_CorrespondingSourceObject: {fileID: 0}
|
|
350
|
+
m_PrefabInstance: {fileID: 0}
|
|
351
|
+
m_PrefabAsset: {fileID: 0}
|
|
352
|
+
m_GameObject: {fileID: 2011323868837924026}
|
|
353
|
+
m_Enabled: 1
|
|
354
|
+
m_EditorHideFlags: 0
|
|
355
|
+
m_Script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3}
|
|
356
|
+
m_Name:
|
|
357
|
+
m_EditorClassIdentifier:
|
|
358
|
+
m_Material: {fileID: 0}
|
|
359
|
+
m_Color: {r: 0.14509805, g: 0.6666667, b: 0.4, a: 0.05882353}
|
|
360
|
+
m_RaycastTarget: 1
|
|
361
|
+
m_RaycastPadding: {x: 0, y: 0, z: 0, w: 0}
|
|
362
|
+
m_Maskable: 1
|
|
363
|
+
m_OnCullStateChanged:
|
|
364
|
+
m_PersistentCalls:
|
|
365
|
+
m_Calls: []
|
|
366
|
+
m_Sprite: {fileID: 21300000, guid: 51d90d2443fd55248b80d7a188f3625e, type: 3}
|
|
367
|
+
m_Type: 0
|
|
368
|
+
m_PreserveAspect: 1
|
|
369
|
+
m_FillCenter: 1
|
|
370
|
+
m_FillMethod: 4
|
|
371
|
+
m_FillAmount: 1
|
|
372
|
+
m_FillClockwise: 1
|
|
373
|
+
m_FillOrigin: 0
|
|
374
|
+
m_UseSpriteMesh: 1
|
|
375
|
+
m_PixelsPerUnitMultiplier: 1
|
|
135
376
|
--- !u!1 &2473909893973907380
|
|
136
377
|
GameObject:
|
|
137
378
|
m_ObjectHideFlags: 0
|
|
@@ -868,7 +1109,7 @@ MonoBehaviour:
|
|
|
868
1109
|
m_hasFontAssetChanged: 0
|
|
869
1110
|
m_baseMaterial: {fileID: 0}
|
|
870
1111
|
m_maskOffset: {x: 0, y: 0, z: 0, w: 0}
|
|
871
|
-
--- !u!1 &
|
|
1112
|
+
--- !u!1 &5540111900672461523
|
|
872
1113
|
GameObject:
|
|
873
1114
|
m_ObjectHideFlags: 0
|
|
874
1115
|
m_CorrespondingSourceObject: {fileID: 0}
|
|
@@ -876,83 +1117,55 @@ GameObject:
|
|
|
876
1117
|
m_PrefabAsset: {fileID: 0}
|
|
877
1118
|
serializedVersion: 6
|
|
878
1119
|
m_Component:
|
|
879
|
-
- component: {fileID:
|
|
880
|
-
- component: {fileID:
|
|
881
|
-
- component: {fileID:
|
|
882
|
-
- component: {fileID: 6656375844684902687}
|
|
1120
|
+
- component: {fileID: 8018927992899460556}
|
|
1121
|
+
- component: {fileID: 6880368384737106489}
|
|
1122
|
+
- component: {fileID: 1913888089063373545}
|
|
883
1123
|
m_Layer: 5
|
|
884
|
-
m_Name:
|
|
1124
|
+
m_Name: Dynamic Icon
|
|
885
1125
|
m_TagString: Untagged
|
|
886
1126
|
m_Icon: {fileID: 0}
|
|
887
1127
|
m_NavMeshLayer: 0
|
|
888
1128
|
m_StaticEditorFlags: 0
|
|
889
1129
|
m_IsActive: 1
|
|
890
|
-
--- !u!224 &
|
|
1130
|
+
--- !u!224 &8018927992899460556
|
|
891
1131
|
RectTransform:
|
|
892
1132
|
m_ObjectHideFlags: 0
|
|
893
1133
|
m_CorrespondingSourceObject: {fileID: 0}
|
|
894
1134
|
m_PrefabInstance: {fileID: 0}
|
|
895
1135
|
m_PrefabAsset: {fileID: 0}
|
|
896
|
-
m_GameObject: {fileID:
|
|
897
|
-
m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
|
|
1136
|
+
m_GameObject: {fileID: 5540111900672461523}
|
|
1137
|
+
m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
|
|
898
1138
|
m_LocalPosition: {x: 0, y: 0, z: 0}
|
|
899
1139
|
m_LocalScale: {x: 1, y: 1, z: 1}
|
|
900
|
-
m_ConstrainProportionsScale:
|
|
901
|
-
m_Children:
|
|
902
|
-
|
|
1140
|
+
m_ConstrainProportionsScale: 1
|
|
1141
|
+
m_Children:
|
|
1142
|
+
- {fileID: 1893701933197609306}
|
|
1143
|
+
- {fileID: 2398781801216218493}
|
|
1144
|
+
- {fileID: 5641212242834374812}
|
|
1145
|
+
m_Father: {fileID: 3038526082762213112}
|
|
903
1146
|
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
|
|
904
1147
|
m_AnchorMin: {x: 0.5, y: 0.5}
|
|
905
1148
|
m_AnchorMax: {x: 0.5, y: 0.5}
|
|
906
1149
|
m_AnchoredPosition: {x: 0, y: 0}
|
|
907
|
-
m_SizeDelta: {x:
|
|
1150
|
+
m_SizeDelta: {x: 100.186646, y: 102.16019}
|
|
908
1151
|
m_Pivot: {x: 0.5, y: 0.5}
|
|
909
|
-
--- !u!222 &
|
|
1152
|
+
--- !u!222 &6880368384737106489
|
|
910
1153
|
CanvasRenderer:
|
|
911
1154
|
m_ObjectHideFlags: 0
|
|
912
1155
|
m_CorrespondingSourceObject: {fileID: 0}
|
|
913
1156
|
m_PrefabInstance: {fileID: 0}
|
|
914
1157
|
m_PrefabAsset: {fileID: 0}
|
|
915
|
-
m_GameObject: {fileID:
|
|
1158
|
+
m_GameObject: {fileID: 5540111900672461523}
|
|
916
1159
|
m_CullTransparentMesh: 1
|
|
917
|
-
--- !u!114 &
|
|
1160
|
+
--- !u!114 &1913888089063373545
|
|
918
1161
|
MonoBehaviour:
|
|
919
1162
|
m_ObjectHideFlags: 0
|
|
920
1163
|
m_CorrespondingSourceObject: {fileID: 0}
|
|
921
1164
|
m_PrefabInstance: {fileID: 0}
|
|
922
1165
|
m_PrefabAsset: {fileID: 0}
|
|
923
|
-
m_GameObject: {fileID:
|
|
1166
|
+
m_GameObject: {fileID: 5540111900672461523}
|
|
924
1167
|
m_Enabled: 1
|
|
925
1168
|
m_EditorHideFlags: 0
|
|
926
|
-
m_Script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3}
|
|
927
|
-
m_Name:
|
|
928
|
-
m_EditorClassIdentifier:
|
|
929
|
-
m_Material: {fileID: 0}
|
|
930
|
-
m_Color: {r: 1, g: 1, b: 1, a: 1}
|
|
931
|
-
m_RaycastTarget: 1
|
|
932
|
-
m_RaycastPadding: {x: 0, y: 0, z: 0, w: 0}
|
|
933
|
-
m_Maskable: 1
|
|
934
|
-
m_OnCullStateChanged:
|
|
935
|
-
m_PersistentCalls:
|
|
936
|
-
m_Calls: []
|
|
937
|
-
m_Sprite: {fileID: 21300000, guid: 023ea868e45992b46ab65bc4b6fb72c7, type: 3}
|
|
938
|
-
m_Type: 0
|
|
939
|
-
m_PreserveAspect: 0
|
|
940
|
-
m_FillCenter: 1
|
|
941
|
-
m_FillMethod: 4
|
|
942
|
-
m_FillAmount: 1
|
|
943
|
-
m_FillClockwise: 1
|
|
944
|
-
m_FillOrigin: 0
|
|
945
|
-
m_UseSpriteMesh: 0
|
|
946
|
-
m_PixelsPerUnitMultiplier: 1
|
|
947
|
-
--- !u!114 &6656375844684902687
|
|
948
|
-
MonoBehaviour:
|
|
949
|
-
m_ObjectHideFlags: 0
|
|
950
|
-
m_CorrespondingSourceObject: {fileID: 0}
|
|
951
|
-
m_PrefabInstance: {fileID: 0}
|
|
952
|
-
m_PrefabAsset: {fileID: 0}
|
|
953
|
-
m_GameObject: {fileID: 6203503255897916633}
|
|
954
|
-
m_Enabled: 0
|
|
955
|
-
m_EditorHideFlags: 0
|
|
956
1169
|
m_Script: {fileID: 11500000, guid: 4e29b1a8efbd4b44bb3f3716e73f07ff, type: 3}
|
|
957
1170
|
m_Name:
|
|
958
1171
|
m_EditorClassIdentifier:
|
|
@@ -984,11 +1197,11 @@ MonoBehaviour:
|
|
|
984
1197
|
m_SelectedTrigger: Selected
|
|
985
1198
|
m_DisabledTrigger: Disabled
|
|
986
1199
|
m_Interactable: 1
|
|
987
|
-
m_TargetGraphic: {fileID:
|
|
1200
|
+
m_TargetGraphic: {fileID: 0}
|
|
988
1201
|
m_OnClick:
|
|
989
1202
|
m_PersistentCalls:
|
|
990
1203
|
m_Calls: []
|
|
991
|
-
--- !u!1 &
|
|
1204
|
+
--- !u!1 &6102824536815473296
|
|
992
1205
|
GameObject:
|
|
993
1206
|
m_ObjectHideFlags: 0
|
|
994
1207
|
m_CorrespondingSourceObject: {fileID: 0}
|
|
@@ -996,45 +1209,240 @@ GameObject:
|
|
|
996
1209
|
m_PrefabAsset: {fileID: 0}
|
|
997
1210
|
serializedVersion: 6
|
|
998
1211
|
m_Component:
|
|
999
|
-
- component: {fileID:
|
|
1000
|
-
- component: {fileID:
|
|
1212
|
+
- component: {fileID: 2440288327415489268}
|
|
1213
|
+
- component: {fileID: 2449050530146887878}
|
|
1214
|
+
- component: {fileID: 745374920427994999}
|
|
1001
1215
|
m_Layer: 5
|
|
1002
|
-
m_Name:
|
|
1216
|
+
m_Name: Bar 2
|
|
1003
1217
|
m_TagString: Untagged
|
|
1004
1218
|
m_Icon: {fileID: 0}
|
|
1005
1219
|
m_NavMeshLayer: 0
|
|
1006
1220
|
m_StaticEditorFlags: 0
|
|
1007
1221
|
m_IsActive: 1
|
|
1008
|
-
--- !u!224 &
|
|
1222
|
+
--- !u!224 &2440288327415489268
|
|
1009
1223
|
RectTransform:
|
|
1010
1224
|
m_ObjectHideFlags: 0
|
|
1011
1225
|
m_CorrespondingSourceObject: {fileID: 0}
|
|
1012
1226
|
m_PrefabInstance: {fileID: 0}
|
|
1013
1227
|
m_PrefabAsset: {fileID: 0}
|
|
1014
|
-
m_GameObject: {fileID:
|
|
1015
|
-
m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
|
|
1228
|
+
m_GameObject: {fileID: 6102824536815473296}
|
|
1229
|
+
m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
|
|
1016
1230
|
m_LocalPosition: {x: 0, y: 0, z: 0}
|
|
1017
1231
|
m_LocalScale: {x: 1, y: 1, z: 1}
|
|
1018
1232
|
m_ConstrainProportionsScale: 0
|
|
1019
|
-
m_Children:
|
|
1020
|
-
|
|
1021
|
-
|
|
1022
|
-
|
|
1023
|
-
|
|
1024
|
-
|
|
1025
|
-
|
|
1026
|
-
m_AnchoredPosition: {x: 0, y: -100}
|
|
1027
|
-
m_SizeDelta: {x: 0, y: 150}
|
|
1233
|
+
m_Children: []
|
|
1234
|
+
m_Father: {fileID: 2398781801216218493}
|
|
1235
|
+
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
|
|
1236
|
+
m_AnchorMin: {x: 0.5, y: 0.5}
|
|
1237
|
+
m_AnchorMax: {x: 0.5, y: 0.5}
|
|
1238
|
+
m_AnchoredPosition: {x: -0.0003, y: 3.71}
|
|
1239
|
+
m_SizeDelta: {x: 37.1818, y: 17.731201}
|
|
1028
1240
|
m_Pivot: {x: 0.5, y: 0.5}
|
|
1029
|
-
--- !u!
|
|
1030
|
-
|
|
1241
|
+
--- !u!222 &2449050530146887878
|
|
1242
|
+
CanvasRenderer:
|
|
1031
1243
|
m_ObjectHideFlags: 0
|
|
1032
1244
|
m_CorrespondingSourceObject: {fileID: 0}
|
|
1033
1245
|
m_PrefabInstance: {fileID: 0}
|
|
1034
1246
|
m_PrefabAsset: {fileID: 0}
|
|
1035
|
-
m_GameObject: {fileID:
|
|
1036
|
-
|
|
1037
|
-
|
|
1247
|
+
m_GameObject: {fileID: 6102824536815473296}
|
|
1248
|
+
m_CullTransparentMesh: 1
|
|
1249
|
+
--- !u!114 &745374920427994999
|
|
1250
|
+
MonoBehaviour:
|
|
1251
|
+
m_ObjectHideFlags: 0
|
|
1252
|
+
m_CorrespondingSourceObject: {fileID: 0}
|
|
1253
|
+
m_PrefabInstance: {fileID: 0}
|
|
1254
|
+
m_PrefabAsset: {fileID: 0}
|
|
1255
|
+
m_GameObject: {fileID: 6102824536815473296}
|
|
1256
|
+
m_Enabled: 1
|
|
1257
|
+
m_EditorHideFlags: 0
|
|
1258
|
+
m_Script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3}
|
|
1259
|
+
m_Name:
|
|
1260
|
+
m_EditorClassIdentifier:
|
|
1261
|
+
m_Material: {fileID: 0}
|
|
1262
|
+
m_Color: {r: 0.14509805, g: 0.6666667, b: 0.4, a: 1}
|
|
1263
|
+
m_RaycastTarget: 1
|
|
1264
|
+
m_RaycastPadding: {x: 0, y: 0, z: 0, w: 0}
|
|
1265
|
+
m_Maskable: 1
|
|
1266
|
+
m_OnCullStateChanged:
|
|
1267
|
+
m_PersistentCalls:
|
|
1268
|
+
m_Calls: []
|
|
1269
|
+
m_Sprite: {fileID: 21300000, guid: 59e469bf5447a2843984dd0d1e3e49b6, type: 3}
|
|
1270
|
+
m_Type: 0
|
|
1271
|
+
m_PreserveAspect: 1
|
|
1272
|
+
m_FillCenter: 1
|
|
1273
|
+
m_FillMethod: 4
|
|
1274
|
+
m_FillAmount: 1
|
|
1275
|
+
m_FillClockwise: 1
|
|
1276
|
+
m_FillOrigin: 0
|
|
1277
|
+
m_UseSpriteMesh: 1
|
|
1278
|
+
m_PixelsPerUnitMultiplier: 1
|
|
1279
|
+
--- !u!1 &6203503255897916633
|
|
1280
|
+
GameObject:
|
|
1281
|
+
m_ObjectHideFlags: 0
|
|
1282
|
+
m_CorrespondingSourceObject: {fileID: 0}
|
|
1283
|
+
m_PrefabInstance: {fileID: 0}
|
|
1284
|
+
m_PrefabAsset: {fileID: 0}
|
|
1285
|
+
serializedVersion: 6
|
|
1286
|
+
m_Component:
|
|
1287
|
+
- component: {fileID: 5606668059093198439}
|
|
1288
|
+
- component: {fileID: 2240180955803211522}
|
|
1289
|
+
- component: {fileID: 7880691058749829457}
|
|
1290
|
+
- component: {fileID: 6656375844684902687}
|
|
1291
|
+
m_Layer: 5
|
|
1292
|
+
m_Name: Bars
|
|
1293
|
+
m_TagString: Untagged
|
|
1294
|
+
m_Icon: {fileID: 0}
|
|
1295
|
+
m_NavMeshLayer: 0
|
|
1296
|
+
m_StaticEditorFlags: 0
|
|
1297
|
+
m_IsActive: 1
|
|
1298
|
+
--- !u!224 &5606668059093198439
|
|
1299
|
+
RectTransform:
|
|
1300
|
+
m_ObjectHideFlags: 0
|
|
1301
|
+
m_CorrespondingSourceObject: {fileID: 0}
|
|
1302
|
+
m_PrefabInstance: {fileID: 0}
|
|
1303
|
+
m_PrefabAsset: {fileID: 0}
|
|
1304
|
+
m_GameObject: {fileID: 6203503255897916633}
|
|
1305
|
+
m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
|
|
1306
|
+
m_LocalPosition: {x: 0, y: 0, z: 0}
|
|
1307
|
+
m_LocalScale: {x: 1, y: 1, z: 1}
|
|
1308
|
+
m_ConstrainProportionsScale: 0
|
|
1309
|
+
m_Children: []
|
|
1310
|
+
m_Father: {fileID: 4203918634244751565}
|
|
1311
|
+
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
|
|
1312
|
+
m_AnchorMin: {x: 0.5, y: 0.5}
|
|
1313
|
+
m_AnchorMax: {x: 0.5, y: 0.5}
|
|
1314
|
+
m_AnchoredPosition: {x: 0, y: 0}
|
|
1315
|
+
m_SizeDelta: {x: 60, y: 60}
|
|
1316
|
+
m_Pivot: {x: 0.5, y: 0.5}
|
|
1317
|
+
--- !u!222 &2240180955803211522
|
|
1318
|
+
CanvasRenderer:
|
|
1319
|
+
m_ObjectHideFlags: 0
|
|
1320
|
+
m_CorrespondingSourceObject: {fileID: 0}
|
|
1321
|
+
m_PrefabInstance: {fileID: 0}
|
|
1322
|
+
m_PrefabAsset: {fileID: 0}
|
|
1323
|
+
m_GameObject: {fileID: 6203503255897916633}
|
|
1324
|
+
m_CullTransparentMesh: 1
|
|
1325
|
+
--- !u!114 &7880691058749829457
|
|
1326
|
+
MonoBehaviour:
|
|
1327
|
+
m_ObjectHideFlags: 0
|
|
1328
|
+
m_CorrespondingSourceObject: {fileID: 0}
|
|
1329
|
+
m_PrefabInstance: {fileID: 0}
|
|
1330
|
+
m_PrefabAsset: {fileID: 0}
|
|
1331
|
+
m_GameObject: {fileID: 6203503255897916633}
|
|
1332
|
+
m_Enabled: 1
|
|
1333
|
+
m_EditorHideFlags: 0
|
|
1334
|
+
m_Script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3}
|
|
1335
|
+
m_Name:
|
|
1336
|
+
m_EditorClassIdentifier:
|
|
1337
|
+
m_Material: {fileID: 0}
|
|
1338
|
+
m_Color: {r: 1, g: 1, b: 1, a: 1}
|
|
1339
|
+
m_RaycastTarget: 1
|
|
1340
|
+
m_RaycastPadding: {x: 0, y: 0, z: 0, w: 0}
|
|
1341
|
+
m_Maskable: 1
|
|
1342
|
+
m_OnCullStateChanged:
|
|
1343
|
+
m_PersistentCalls:
|
|
1344
|
+
m_Calls: []
|
|
1345
|
+
m_Sprite: {fileID: 21300000, guid: 023ea868e45992b46ab65bc4b6fb72c7, type: 3}
|
|
1346
|
+
m_Type: 0
|
|
1347
|
+
m_PreserveAspect: 0
|
|
1348
|
+
m_FillCenter: 1
|
|
1349
|
+
m_FillMethod: 4
|
|
1350
|
+
m_FillAmount: 1
|
|
1351
|
+
m_FillClockwise: 1
|
|
1352
|
+
m_FillOrigin: 0
|
|
1353
|
+
m_UseSpriteMesh: 0
|
|
1354
|
+
m_PixelsPerUnitMultiplier: 1
|
|
1355
|
+
--- !u!114 &6656375844684902687
|
|
1356
|
+
MonoBehaviour:
|
|
1357
|
+
m_ObjectHideFlags: 0
|
|
1358
|
+
m_CorrespondingSourceObject: {fileID: 0}
|
|
1359
|
+
m_PrefabInstance: {fileID: 0}
|
|
1360
|
+
m_PrefabAsset: {fileID: 0}
|
|
1361
|
+
m_GameObject: {fileID: 6203503255897916633}
|
|
1362
|
+
m_Enabled: 0
|
|
1363
|
+
m_EditorHideFlags: 0
|
|
1364
|
+
m_Script: {fileID: 11500000, guid: 4e29b1a8efbd4b44bb3f3716e73f07ff, type: 3}
|
|
1365
|
+
m_Name:
|
|
1366
|
+
m_EditorClassIdentifier:
|
|
1367
|
+
m_Navigation:
|
|
1368
|
+
m_Mode: 3
|
|
1369
|
+
m_WrapAround: 0
|
|
1370
|
+
m_SelectOnUp: {fileID: 0}
|
|
1371
|
+
m_SelectOnDown: {fileID: 0}
|
|
1372
|
+
m_SelectOnLeft: {fileID: 0}
|
|
1373
|
+
m_SelectOnRight: {fileID: 0}
|
|
1374
|
+
m_Transition: 1
|
|
1375
|
+
m_Colors:
|
|
1376
|
+
m_NormalColor: {r: 1, g: 1, b: 1, a: 1}
|
|
1377
|
+
m_HighlightedColor: {r: 0.9607843, g: 0.9607843, b: 0.9607843, a: 1}
|
|
1378
|
+
m_PressedColor: {r: 0.78431374, g: 0.78431374, b: 0.78431374, a: 1}
|
|
1379
|
+
m_SelectedColor: {r: 0.9607843, g: 0.9607843, b: 0.9607843, a: 1}
|
|
1380
|
+
m_DisabledColor: {r: 0.78431374, g: 0.78431374, b: 0.78431374, a: 0.5019608}
|
|
1381
|
+
m_ColorMultiplier: 1
|
|
1382
|
+
m_FadeDuration: 0.1
|
|
1383
|
+
m_SpriteState:
|
|
1384
|
+
m_HighlightedSprite: {fileID: 0}
|
|
1385
|
+
m_PressedSprite: {fileID: 0}
|
|
1386
|
+
m_SelectedSprite: {fileID: 0}
|
|
1387
|
+
m_DisabledSprite: {fileID: 0}
|
|
1388
|
+
m_AnimationTriggers:
|
|
1389
|
+
m_NormalTrigger: Normal
|
|
1390
|
+
m_HighlightedTrigger: Highlighted
|
|
1391
|
+
m_PressedTrigger: Pressed
|
|
1392
|
+
m_SelectedTrigger: Selected
|
|
1393
|
+
m_DisabledTrigger: Disabled
|
|
1394
|
+
m_Interactable: 1
|
|
1395
|
+
m_TargetGraphic: {fileID: 7880691058749829457}
|
|
1396
|
+
m_OnClick:
|
|
1397
|
+
m_PersistentCalls:
|
|
1398
|
+
m_Calls: []
|
|
1399
|
+
--- !u!1 &6333181913625313078
|
|
1400
|
+
GameObject:
|
|
1401
|
+
m_ObjectHideFlags: 0
|
|
1402
|
+
m_CorrespondingSourceObject: {fileID: 0}
|
|
1403
|
+
m_PrefabInstance: {fileID: 0}
|
|
1404
|
+
m_PrefabAsset: {fileID: 0}
|
|
1405
|
+
serializedVersion: 6
|
|
1406
|
+
m_Component:
|
|
1407
|
+
- component: {fileID: 4867582869548686450}
|
|
1408
|
+
- component: {fileID: 2158109824259591793}
|
|
1409
|
+
m_Layer: 5
|
|
1410
|
+
m_Name: ControlBar
|
|
1411
|
+
m_TagString: Untagged
|
|
1412
|
+
m_Icon: {fileID: 0}
|
|
1413
|
+
m_NavMeshLayer: 0
|
|
1414
|
+
m_StaticEditorFlags: 0
|
|
1415
|
+
m_IsActive: 1
|
|
1416
|
+
--- !u!224 &4867582869548686450
|
|
1417
|
+
RectTransform:
|
|
1418
|
+
m_ObjectHideFlags: 0
|
|
1419
|
+
m_CorrespondingSourceObject: {fileID: 0}
|
|
1420
|
+
m_PrefabInstance: {fileID: 0}
|
|
1421
|
+
m_PrefabAsset: {fileID: 0}
|
|
1422
|
+
m_GameObject: {fileID: 6333181913625313078}
|
|
1423
|
+
m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
|
|
1424
|
+
m_LocalPosition: {x: 0, y: 0, z: 0}
|
|
1425
|
+
m_LocalScale: {x: 1, y: 1, z: 1}
|
|
1426
|
+
m_ConstrainProportionsScale: 0
|
|
1427
|
+
m_Children:
|
|
1428
|
+
- {fileID: 4240924857980101905}
|
|
1429
|
+
- {fileID: 169989670260607081}
|
|
1430
|
+
m_Father: {fileID: 0}
|
|
1431
|
+
m_LocalEulerAnglesHint: {x: 0, y: -0, z: -0}
|
|
1432
|
+
m_AnchorMin: {x: 0, y: 1}
|
|
1433
|
+
m_AnchorMax: {x: 1, y: 1}
|
|
1434
|
+
m_AnchoredPosition: {x: 0, y: -100}
|
|
1435
|
+
m_SizeDelta: {x: 0, y: 150}
|
|
1436
|
+
m_Pivot: {x: 0.5, y: 0.5}
|
|
1437
|
+
--- !u!114 &2158109824259591793
|
|
1438
|
+
MonoBehaviour:
|
|
1439
|
+
m_ObjectHideFlags: 0
|
|
1440
|
+
m_CorrespondingSourceObject: {fileID: 0}
|
|
1441
|
+
m_PrefabInstance: {fileID: 0}
|
|
1442
|
+
m_PrefabAsset: {fileID: 0}
|
|
1443
|
+
m_GameObject: {fileID: 6333181913625313078}
|
|
1444
|
+
m_Enabled: 1
|
|
1445
|
+
m_EditorHideFlags: 0
|
|
1038
1446
|
m_Script: {fileID: 11500000, guid: 4530c265ba5f5734789ce90df80e4916, type: 3}
|
|
1039
1447
|
m_Name:
|
|
1040
1448
|
m_EditorClassIdentifier:
|
|
@@ -1050,6 +1458,190 @@ MonoBehaviour:
|
|
|
1050
1458
|
pauseBarsDark: {fileID: 21300000, guid: 023ea868e45992b46ab65bc4b6fb72c7, type: 3}
|
|
1051
1459
|
livesDisplayPrefab: {fileID: 5031749136894004241, guid: b7f1d0f9e3734df4c9feb3385b835f4b, type: 3}
|
|
1052
1460
|
healthBarDisplayPrefab: {fileID: 1417749867448633337, guid: 22043bd14ddce8947800ab23f5fdff24, type: 3}
|
|
1461
|
+
--- !u!1 &7234928702606412026
|
|
1462
|
+
GameObject:
|
|
1463
|
+
m_ObjectHideFlags: 0
|
|
1464
|
+
m_CorrespondingSourceObject: {fileID: 0}
|
|
1465
|
+
m_PrefabInstance: {fileID: 0}
|
|
1466
|
+
m_PrefabAsset: {fileID: 0}
|
|
1467
|
+
serializedVersion: 6
|
|
1468
|
+
m_Component:
|
|
1469
|
+
- component: {fileID: 5641212242834374812}
|
|
1470
|
+
- component: {fileID: 2670092967211285227}
|
|
1471
|
+
- component: {fileID: 2975656175046737043}
|
|
1472
|
+
m_Layer: 5
|
|
1473
|
+
m_Name: Wifi Latency Text
|
|
1474
|
+
m_TagString: Untagged
|
|
1475
|
+
m_Icon: {fileID: 0}
|
|
1476
|
+
m_NavMeshLayer: 0
|
|
1477
|
+
m_StaticEditorFlags: 0
|
|
1478
|
+
m_IsActive: 1
|
|
1479
|
+
--- !u!224 &5641212242834374812
|
|
1480
|
+
RectTransform:
|
|
1481
|
+
m_ObjectHideFlags: 0
|
|
1482
|
+
m_CorrespondingSourceObject: {fileID: 0}
|
|
1483
|
+
m_PrefabInstance: {fileID: 0}
|
|
1484
|
+
m_PrefabAsset: {fileID: 0}
|
|
1485
|
+
m_GameObject: {fileID: 7234928702606412026}
|
|
1486
|
+
m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
|
|
1487
|
+
m_LocalPosition: {x: 0, y: 0, z: 0}
|
|
1488
|
+
m_LocalScale: {x: 1, y: 1, z: 1}
|
|
1489
|
+
m_ConstrainProportionsScale: 1
|
|
1490
|
+
m_Children: []
|
|
1491
|
+
m_Father: {fileID: 8018927992899460556}
|
|
1492
|
+
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
|
|
1493
|
+
m_AnchorMin: {x: 0.5, y: 0.5}
|
|
1494
|
+
m_AnchorMax: {x: 0.5, y: 0.5}
|
|
1495
|
+
m_AnchoredPosition: {x: 0.6703, y: -40.70067}
|
|
1496
|
+
m_SizeDelta: {x: 101.5314, y: 28.135}
|
|
1497
|
+
m_Pivot: {x: 0.5, y: 0.5}
|
|
1498
|
+
--- !u!222 &2670092967211285227
|
|
1499
|
+
CanvasRenderer:
|
|
1500
|
+
m_ObjectHideFlags: 0
|
|
1501
|
+
m_CorrespondingSourceObject: {fileID: 0}
|
|
1502
|
+
m_PrefabInstance: {fileID: 0}
|
|
1503
|
+
m_PrefabAsset: {fileID: 0}
|
|
1504
|
+
m_GameObject: {fileID: 7234928702606412026}
|
|
1505
|
+
m_CullTransparentMesh: 1
|
|
1506
|
+
--- !u!114 &2975656175046737043
|
|
1507
|
+
MonoBehaviour:
|
|
1508
|
+
m_ObjectHideFlags: 0
|
|
1509
|
+
m_CorrespondingSourceObject: {fileID: 0}
|
|
1510
|
+
m_PrefabInstance: {fileID: 0}
|
|
1511
|
+
m_PrefabAsset: {fileID: 0}
|
|
1512
|
+
m_GameObject: {fileID: 7234928702606412026}
|
|
1513
|
+
m_Enabled: 1
|
|
1514
|
+
m_EditorHideFlags: 0
|
|
1515
|
+
m_Script: {fileID: 11500000, guid: f4688fdb7df04437aeb418b961361dc5, type: 3}
|
|
1516
|
+
m_Name:
|
|
1517
|
+
m_EditorClassIdentifier:
|
|
1518
|
+
m_Material: {fileID: 0}
|
|
1519
|
+
m_Color: {r: 1, g: 1, b: 1, a: 1}
|
|
1520
|
+
m_RaycastTarget: 1
|
|
1521
|
+
m_RaycastPadding: {x: 0, y: 0, z: 0, w: 0}
|
|
1522
|
+
m_Maskable: 1
|
|
1523
|
+
m_OnCullStateChanged:
|
|
1524
|
+
m_PersistentCalls:
|
|
1525
|
+
m_Calls: []
|
|
1526
|
+
m_text: 0ms
|
|
1527
|
+
m_isRightToLeft: 0
|
|
1528
|
+
m_fontAsset: {fileID: 11400000, guid: 39c484b4a22288c488625a88b6da2145, type: 2}
|
|
1529
|
+
m_sharedMaterial: {fileID: -8342687123090027242, guid: 39c484b4a22288c488625a88b6da2145, type: 2}
|
|
1530
|
+
m_fontSharedMaterials: []
|
|
1531
|
+
m_fontMaterial: {fileID: 0}
|
|
1532
|
+
m_fontMaterials: []
|
|
1533
|
+
m_fontColor32:
|
|
1534
|
+
serializedVersion: 2
|
|
1535
|
+
rgba: 4294967295
|
|
1536
|
+
m_fontColor: {r: 1, g: 1, b: 1, a: 1}
|
|
1537
|
+
m_enableVertexGradient: 0
|
|
1538
|
+
m_colorMode: 3
|
|
1539
|
+
m_fontColorGradient:
|
|
1540
|
+
topLeft: {r: 1, g: 1, b: 1, a: 1}
|
|
1541
|
+
topRight: {r: 1, g: 1, b: 1, a: 1}
|
|
1542
|
+
bottomLeft: {r: 1, g: 1, b: 1, a: 1}
|
|
1543
|
+
bottomRight: {r: 1, g: 1, b: 1, a: 1}
|
|
1544
|
+
m_fontColorGradientPreset: {fileID: 0}
|
|
1545
|
+
m_spriteAsset: {fileID: 0}
|
|
1546
|
+
m_tintAllSprites: 0
|
|
1547
|
+
m_StyleSheet: {fileID: 0}
|
|
1548
|
+
m_TextStyleHashCode: -1183493901
|
|
1549
|
+
m_overrideHtmlColors: 0
|
|
1550
|
+
m_faceColor:
|
|
1551
|
+
serializedVersion: 2
|
|
1552
|
+
rgba: 4294967295
|
|
1553
|
+
m_fontSize: 25
|
|
1554
|
+
m_fontSizeBase: 15
|
|
1555
|
+
m_fontWeight: 400
|
|
1556
|
+
m_enableAutoSizing: 1
|
|
1557
|
+
m_fontSizeMin: 10.4
|
|
1558
|
+
m_fontSizeMax: 25
|
|
1559
|
+
m_fontStyle: 0
|
|
1560
|
+
m_HorizontalAlignment: 4
|
|
1561
|
+
m_VerticalAlignment: 1024
|
|
1562
|
+
m_textAlignment: 65535
|
|
1563
|
+
m_characterSpacing: 0
|
|
1564
|
+
m_wordSpacing: 0
|
|
1565
|
+
m_lineSpacing: 0
|
|
1566
|
+
m_lineSpacingMax: 0
|
|
1567
|
+
m_paragraphSpacing: 0
|
|
1568
|
+
m_charWidthMaxAdj: 0
|
|
1569
|
+
m_TextWrappingMode: 1
|
|
1570
|
+
m_wordWrappingRatios: 0.4
|
|
1571
|
+
m_overflowMode: 0
|
|
1572
|
+
m_linkedTextComponent: {fileID: 0}
|
|
1573
|
+
parentLinkedComponent: {fileID: 0}
|
|
1574
|
+
m_enableKerning: 1
|
|
1575
|
+
m_ActiveFontFeatures: 6e72656b
|
|
1576
|
+
m_enableExtraPadding: 0
|
|
1577
|
+
checkPaddingRequired: 0
|
|
1578
|
+
m_isRichText: 1
|
|
1579
|
+
m_EmojiFallbackSupport: 1
|
|
1580
|
+
m_parseCtrlCharacters: 1
|
|
1581
|
+
m_isOrthographic: 1
|
|
1582
|
+
m_isCullingEnabled: 0
|
|
1583
|
+
m_horizontalMapping: 0
|
|
1584
|
+
m_verticalMapping: 0
|
|
1585
|
+
m_uvLineOffset: 0
|
|
1586
|
+
m_geometrySortingOrder: 0
|
|
1587
|
+
m_IsTextObjectScaleStatic: 0
|
|
1588
|
+
m_VertexBufferAutoSizeReduction: 0
|
|
1589
|
+
m_useMaxVisibleDescender: 1
|
|
1590
|
+
m_pageToDisplay: 1
|
|
1591
|
+
m_margin: {x: 0, y: 0, z: 0, w: 0}
|
|
1592
|
+
m_isUsingLegacyAnimationComponent: 0
|
|
1593
|
+
m_isVolumetricText: 0
|
|
1594
|
+
m_hasFontAssetChanged: 0
|
|
1595
|
+
m_baseMaterial: {fileID: 0}
|
|
1596
|
+
m_maskOffset: {x: 0, y: 0, z: 0, w: 0}
|
|
1597
|
+
--- !u!1 &7446764690015027392
|
|
1598
|
+
GameObject:
|
|
1599
|
+
m_ObjectHideFlags: 0
|
|
1600
|
+
m_CorrespondingSourceObject: {fileID: 0}
|
|
1601
|
+
m_PrefabInstance: {fileID: 0}
|
|
1602
|
+
m_PrefabAsset: {fileID: 0}
|
|
1603
|
+
serializedVersion: 6
|
|
1604
|
+
m_Component:
|
|
1605
|
+
- component: {fileID: 2398781801216218493}
|
|
1606
|
+
- component: {fileID: 7285869952719934205}
|
|
1607
|
+
m_Layer: 5
|
|
1608
|
+
m_Name: Wifi Bars
|
|
1609
|
+
m_TagString: Untagged
|
|
1610
|
+
m_Icon: {fileID: 0}
|
|
1611
|
+
m_NavMeshLayer: 0
|
|
1612
|
+
m_StaticEditorFlags: 0
|
|
1613
|
+
m_IsActive: 1
|
|
1614
|
+
--- !u!224 &2398781801216218493
|
|
1615
|
+
RectTransform:
|
|
1616
|
+
m_ObjectHideFlags: 0
|
|
1617
|
+
m_CorrespondingSourceObject: {fileID: 0}
|
|
1618
|
+
m_PrefabInstance: {fileID: 0}
|
|
1619
|
+
m_PrefabAsset: {fileID: 0}
|
|
1620
|
+
m_GameObject: {fileID: 7446764690015027392}
|
|
1621
|
+
m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
|
|
1622
|
+
m_LocalPosition: {x: 0, y: 0, z: 0}
|
|
1623
|
+
m_LocalScale: {x: 1, y: 1, z: 1}
|
|
1624
|
+
m_ConstrainProportionsScale: 1
|
|
1625
|
+
m_Children:
|
|
1626
|
+
- {fileID: 7078088635674967877}
|
|
1627
|
+
- {fileID: 2440288327415489268}
|
|
1628
|
+
- {fileID: 7987779900623192471}
|
|
1629
|
+
- {fileID: 5700626110262114157}
|
|
1630
|
+
m_Father: {fileID: 8018927992899460556}
|
|
1631
|
+
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
|
|
1632
|
+
m_AnchorMin: {x: 0.5, y: 0.5}
|
|
1633
|
+
m_AnchorMax: {x: 0.5, y: 0.5}
|
|
1634
|
+
m_AnchoredPosition: {x: 0, y: -0.00000023841858}
|
|
1635
|
+
m_SizeDelta: {x: 60.6455, y: 45.428}
|
|
1636
|
+
m_Pivot: {x: 0.5, y: 0.5}
|
|
1637
|
+
--- !u!222 &7285869952719934205
|
|
1638
|
+
CanvasRenderer:
|
|
1639
|
+
m_ObjectHideFlags: 0
|
|
1640
|
+
m_CorrespondingSourceObject: {fileID: 0}
|
|
1641
|
+
m_PrefabInstance: {fileID: 0}
|
|
1642
|
+
m_PrefabAsset: {fileID: 0}
|
|
1643
|
+
m_GameObject: {fileID: 7446764690015027392}
|
|
1644
|
+
m_CullTransparentMesh: 1
|
|
1053
1645
|
--- !u!1 &7998827318738212946
|
|
1054
1646
|
GameObject:
|
|
1055
1647
|
m_ObjectHideFlags: 0
|
|
@@ -1140,6 +1732,81 @@ MonoBehaviour:
|
|
|
1140
1732
|
m_Name:
|
|
1141
1733
|
m_EditorClassIdentifier:
|
|
1142
1734
|
m_ShowMaskGraphic: 0
|
|
1735
|
+
--- !u!1 &8481197789486944075
|
|
1736
|
+
GameObject:
|
|
1737
|
+
m_ObjectHideFlags: 0
|
|
1738
|
+
m_CorrespondingSourceObject: {fileID: 0}
|
|
1739
|
+
m_PrefabInstance: {fileID: 0}
|
|
1740
|
+
m_PrefabAsset: {fileID: 0}
|
|
1741
|
+
serializedVersion: 6
|
|
1742
|
+
m_Component:
|
|
1743
|
+
- component: {fileID: 7987779900623192471}
|
|
1744
|
+
- component: {fileID: 5753877473134475124}
|
|
1745
|
+
- component: {fileID: 3454357470356361601}
|
|
1746
|
+
m_Layer: 5
|
|
1747
|
+
m_Name: Bar 1
|
|
1748
|
+
m_TagString: Untagged
|
|
1749
|
+
m_Icon: {fileID: 0}
|
|
1750
|
+
m_NavMeshLayer: 0
|
|
1751
|
+
m_StaticEditorFlags: 0
|
|
1752
|
+
m_IsActive: 1
|
|
1753
|
+
--- !u!224 &7987779900623192471
|
|
1754
|
+
RectTransform:
|
|
1755
|
+
m_ObjectHideFlags: 0
|
|
1756
|
+
m_CorrespondingSourceObject: {fileID: 0}
|
|
1757
|
+
m_PrefabInstance: {fileID: 0}
|
|
1758
|
+
m_PrefabAsset: {fileID: 0}
|
|
1759
|
+
m_GameObject: {fileID: 8481197789486944075}
|
|
1760
|
+
m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
|
|
1761
|
+
m_LocalPosition: {x: 0, y: 0, z: 0}
|
|
1762
|
+
m_LocalScale: {x: 1, y: 1, z: 1}
|
|
1763
|
+
m_ConstrainProportionsScale: 0
|
|
1764
|
+
m_Children: []
|
|
1765
|
+
m_Father: {fileID: 2398781801216218493}
|
|
1766
|
+
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
|
|
1767
|
+
m_AnchorMin: {x: 0.5, y: 0}
|
|
1768
|
+
m_AnchorMax: {x: 0.5, y: 0}
|
|
1769
|
+
m_AnchoredPosition: {x: 0.00000029802322, y: 17.46}
|
|
1770
|
+
m_SizeDelta: {x: 22.1914, y: 10.5826}
|
|
1771
|
+
m_Pivot: {x: 0.5, y: 0.5}
|
|
1772
|
+
--- !u!222 &5753877473134475124
|
|
1773
|
+
CanvasRenderer:
|
|
1774
|
+
m_ObjectHideFlags: 0
|
|
1775
|
+
m_CorrespondingSourceObject: {fileID: 0}
|
|
1776
|
+
m_PrefabInstance: {fileID: 0}
|
|
1777
|
+
m_PrefabAsset: {fileID: 0}
|
|
1778
|
+
m_GameObject: {fileID: 8481197789486944075}
|
|
1779
|
+
m_CullTransparentMesh: 1
|
|
1780
|
+
--- !u!114 &3454357470356361601
|
|
1781
|
+
MonoBehaviour:
|
|
1782
|
+
m_ObjectHideFlags: 0
|
|
1783
|
+
m_CorrespondingSourceObject: {fileID: 0}
|
|
1784
|
+
m_PrefabInstance: {fileID: 0}
|
|
1785
|
+
m_PrefabAsset: {fileID: 0}
|
|
1786
|
+
m_GameObject: {fileID: 8481197789486944075}
|
|
1787
|
+
m_Enabled: 1
|
|
1788
|
+
m_EditorHideFlags: 0
|
|
1789
|
+
m_Script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3}
|
|
1790
|
+
m_Name:
|
|
1791
|
+
m_EditorClassIdentifier:
|
|
1792
|
+
m_Material: {fileID: 0}
|
|
1793
|
+
m_Color: {r: 0.14509805, g: 0.6666667, b: 0.4, a: 1}
|
|
1794
|
+
m_RaycastTarget: 1
|
|
1795
|
+
m_RaycastPadding: {x: 0, y: 0, z: 0, w: 0}
|
|
1796
|
+
m_Maskable: 1
|
|
1797
|
+
m_OnCullStateChanged:
|
|
1798
|
+
m_PersistentCalls:
|
|
1799
|
+
m_Calls: []
|
|
1800
|
+
m_Sprite: {fileID: 21300000, guid: 38fef7a69dd65d64e8cca3cbf03dd820, type: 3}
|
|
1801
|
+
m_Type: 0
|
|
1802
|
+
m_PreserveAspect: 1
|
|
1803
|
+
m_FillCenter: 1
|
|
1804
|
+
m_FillMethod: 4
|
|
1805
|
+
m_FillAmount: 1
|
|
1806
|
+
m_FillClockwise: 1
|
|
1807
|
+
m_FillOrigin: 0
|
|
1808
|
+
m_UseSpriteMesh: 1
|
|
1809
|
+
m_PixelsPerUnitMultiplier: 1
|
|
1143
1810
|
--- !u!1 &8984078937237801384
|
|
1144
1811
|
GameObject:
|
|
1145
1812
|
m_ObjectHideFlags: 0
|