com.xd.sdk.common 7.1.2 → 7.2.0

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.
Files changed (84) hide show
  1. package/Editor/XD.SDK.Common.Editor.asmdef +2 -1
  2. package/Plugins/Android/libs/{XDGBridgeCommon_v7_7.1.2.aar → XDGBridgeCommon_v7_7.2.0.aar} +0 -0
  3. package/Plugins/Android/libs/XDGCommon_7.2.0.aar +0 -0
  4. package/Plugins/Android/libs/{XDGTapTapWrapperInternal_7.1.2.aar → XDGTapTapWrapperInternal_7.2.0.aar} +0 -0
  5. package/Plugins/Android/libs/{XDTapTapWrapper_7.1.2.aar → XDTapTapWrapper_7.2.0.aar} +0 -0
  6. package/Plugins/iOS/Resource/TapTapLoginResource.bundle/userProfile/dark/tap_profile_chat.png.meta +7 -0
  7. package/Plugins/iOS/Resource/TapTapLoginResource.bundle/userProfile/dark/tap_profile_invite.png.meta +7 -0
  8. package/Plugins/iOS/Resource/TapTapLoginResource.bundle/userProfile/dark/tap_profile_unfollow.png.meta +7 -0
  9. package/Plugins/iOS/Resource/TapTapLoginResource.bundle/userProfile/dark.meta +8 -0
  10. package/Plugins/iOS/Resource/TapTapLoginResource.bundle/userProfile/light/tap_profile_chat.png.meta +7 -0
  11. package/Plugins/iOS/Resource/TapTapLoginResource.bundle/userProfile/light/tap_profile_invite.png.meta +7 -0
  12. package/Plugins/iOS/Resource/TapTapLoginResource.bundle/userProfile/light/tap_profile_unfollow.png.meta +7 -0
  13. package/Plugins/iOS/Resource/TapTapLoginResource.bundle/userProfile/light.meta +8 -0
  14. package/Plugins/iOS/Resource/TapTapLoginResource.bundle/userProfile/tap_profile_achievement.png.meta +7 -0
  15. package/Plugins/iOS/Resource/TapTapLoginResource.bundle/userProfile/tap_profile_achievement_platinum.png.meta +7 -0
  16. package/Plugins/iOS/Resource/TapTapLoginResource.bundle/userProfile/tap_profile_arrow.png.meta +7 -0
  17. package/Plugins/iOS/Resource/TapTapLoginResource.bundle/userProfile/tap_profile_close.png.meta +7 -0
  18. package/Plugins/iOS/Resource/TapTapLoginResource.bundle/userProfile/tap_profile_default_background.png.meta +7 -0
  19. package/Plugins/iOS/Resource/TapTapLoginResource.bundle/userProfile/tap_profile_logo.png.meta +7 -0
  20. package/Plugins/iOS/Resource/TapTapLoginResource.bundle/userProfile.meta +8 -0
  21. package/Plugins/iOS/XDCommonSDK.framework/Headers/NSError+XDG.h +1 -0
  22. package/Plugins/iOS/XDCommonSDK.framework/Headers/TDSGlobalRouterSchemes.h +2 -0
  23. package/Plugins/iOS/XDCommonSDK.framework/Headers/XDGCloudLogHelper.h +4 -0
  24. package/Plugins/iOS/XDCommonSDK.framework/Headers/XDTapTapInfo.h +3 -0
  25. package/Plugins/iOS/XDCommonSDK.framework/Headers/XDVersion.h +3 -3
  26. package/Plugins/iOS/XDCommonSDK.framework/Info.plist +0 -0
  27. package/Plugins/iOS/XDCommonSDK.framework/XDCommonSDK +0 -0
  28. package/Plugins/iOS/XDTapSDK4WrapperSDK.framework/Headers/XDTapSDK4WrapperSDK-Swift.h +1 -1
  29. package/Plugins/iOS/XDTapSDK4WrapperSDK.framework/Headers/XDTapSDK4WrapperSDK.h +3 -3
  30. package/Plugins/iOS/XDTapSDK4WrapperSDK.framework/Info.plist +0 -0
  31. package/Plugins/iOS/XDTapSDK4WrapperSDK.framework/Modules/XDTapSDK4WrapperSDK.swiftmodule/Project/arm64-apple-ios.swiftsourceinfo +0 -0
  32. package/Plugins/iOS/XDTapSDK4WrapperSDK.framework/Modules/XDTapSDK4WrapperSDK.swiftmodule/arm64-apple-ios.swiftdoc +0 -0
  33. package/Plugins/iOS/XDTapSDK4WrapperSDK.framework/Modules/XDTapSDK4WrapperSDK.swiftmodule/arm64-apple-ios.swiftmodule +0 -0
  34. package/Plugins/iOS/XDTapSDK4WrapperSDK.framework/XDTapSDK4WrapperSDK +0 -0
  35. package/Resources/Prefabs/AccountCell.prefab +24 -15
  36. package/Resources/Prefabs/AgreementOptionAll.prefab +15 -9
  37. package/Resources/Prefabs/AgreementOptionNormal.prefab +16 -10
  38. package/Resources/Prefabs/AreaCodeCell.prefab +13 -8
  39. package/Resources/Prefabs/CancelAccountAlert.prefab +23 -23
  40. package/Resources/Prefabs/CenterErrorView.prefab +8 -8
  41. package/Resources/Prefabs/ConfirmDialog.prefab +20 -20
  42. package/Resources/Prefabs/DeleteAccountAlert.prefab +48 -45
  43. package/Resources/Prefabs/DeleteCell.prefab +6 -6
  44. package/Resources/Prefabs/Dialog.prefab +24 -24
  45. package/Resources/Prefabs/DisagreeConfirmAlert.prefab +15 -15
  46. package/Resources/Prefabs/GeneralAgreementAlert.prefab +53 -31
  47. package/Resources/Prefabs/LoadFailedView.prefab +12 -12
  48. package/Resources/Prefabs/LoadingView.prefab +9 -6
  49. package/Resources/Prefabs/PayHintAlert.prefab +17 -15
  50. package/Resources/Prefabs/PayLoadFailedView.prefab +13 -13
  51. package/Resources/Prefabs/PaymentAlert.prefab +9 -5
  52. package/Resources/Prefabs/SmallLoadingView.prefab +4 -4
  53. package/Resources/Prefabs/UserCenterAlert.prefab +76 -46
  54. package/Resources/Prefabs/XDCodeUnbindAlert.prefab +56 -34
  55. package/Resources/Prefabs/XDEmailAlert.prefab +84 -49
  56. package/Resources/Prefabs/XDPhoneAlertIO.prefab +129 -65
  57. package/Resources/Prefabs/XDPhoneNumberInputAlert.prefab +46 -28
  58. package/Resources/Prefabs/XDRiskControlAlert.prefab +12 -7
  59. package/Resources/Prefabs/XDSDKUI.prefab +3 -3
  60. package/Resources/Prefabs/XDVerifyCodeInputAlert.prefab +47 -28
  61. package/Resources/Prefabs/XDWebBridgeView.prefab +11 -11
  62. package/Resources/Prefabs/XDWebViewAlert.prefab +10 -10
  63. package/Resources/Shaders/UI/UI-Default-Gamma.shader +129 -0
  64. package/Resources/Shaders/UI/UI-Default-Gamma.shader.meta +9 -0
  65. package/Resources/Shaders/UI/UI_Default-Gamma.mat +36 -0
  66. package/Resources/Shaders/UI/UI_Default-Gamma.mat.meta +8 -0
  67. package/Resources/Shaders/UI/UI_Default-Mask.mat +36 -0
  68. package/Resources/Shaders/UI/UI_Default-Mask.mat.meta +8 -0
  69. package/Resources/Shaders/UI.meta +8 -0
  70. package/Resources/Shaders.meta +8 -0
  71. package/Runtime/Internal/Events/XDGEventBus.cs +135 -13
  72. package/Runtime/Internal/Standalone/Http/Interceptor/MacAuthenticationInterceptor.cs +4 -4
  73. package/Runtime/Internal/Standalone/Track/AliyunTrack.cs +36 -29
  74. package/Runtime/Internal/Standalone/UI/Base/UIManager.cs +1 -1
  75. package/Runtime/Internal/Standalone/UI/Base/XDGCommonUIResources.cs +107 -0
  76. package/Runtime/Internal/Standalone/UI/Base/XDGCommonUIResources.cs.meta +11 -0
  77. package/Runtime/Internal/Standalone/Web/Function/CloseWebFunction.cs +10 -1
  78. package/Runtime/Internal/Standalone/Web/WebRequest.cs +1 -1
  79. package/package.json +2 -2
  80. package/Plugins/Android/libs/XDGCommon_7.1.2.aar +0 -0
  81. /package/Plugins/Android/libs/{XDGBridgeCommon_v7_7.1.2.aar.meta → XDGBridgeCommon_v7_7.2.0.aar.meta} +0 -0
  82. /package/Plugins/Android/libs/{XDGCommon_7.1.2.aar.meta → XDGCommon_7.2.0.aar.meta} +0 -0
  83. /package/Plugins/Android/libs/{XDGTapTapWrapperInternal_7.1.2.aar.meta → XDGTapTapWrapperInternal_7.2.0.aar.meta} +0 -0
  84. /package/Plugins/Android/libs/{XDTapTapWrapper_7.1.2.aar.meta → XDTapTapWrapper_7.2.0.aar.meta} +0 -0
@@ -29,9 +29,9 @@ RectTransform:
29
29
  m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
30
30
  m_LocalPosition: {x: 0, y: 0, z: 0}
31
31
  m_LocalScale: {x: 1, y: 1, z: 1}
32
+ m_ConstrainProportionsScale: 0
32
33
  m_Children: []
33
34
  m_Father: {fileID: 7449323878916527366}
34
- m_RootOrder: 0
35
35
  m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
36
36
  m_AnchorMin: {x: 0.5, y: 0.5}
37
37
  m_AnchorMax: {x: 0.5, y: 0.5}
@@ -58,9 +58,10 @@ MonoBehaviour:
58
58
  m_Script: {fileID: 11500000, guid: 5f7201a12d95ffc409449d95f23cf332, type: 3}
59
59
  m_Name:
60
60
  m_EditorClassIdentifier:
61
- m_Material: {fileID: 0}
61
+ m_Material: {fileID: 2100000, guid: cb7e1a0e9ae57274b80858a808d7c9ba, type: 2}
62
62
  m_Color: {r: 0.4, g: 0.4, b: 0.4, a: 1}
63
63
  m_RaycastTarget: 1
64
+ m_RaycastPadding: {x: 0, y: 0, z: 0, w: 0}
64
65
  m_Maskable: 1
65
66
  m_OnCullStateChanged:
66
67
  m_PersistentCalls:
@@ -93,6 +94,7 @@ MonoBehaviour:
93
94
  m_EditorClassIdentifier:
94
95
  m_Navigation:
95
96
  m_Mode: 3
97
+ m_WrapAround: 0
96
98
  m_SelectOnUp: {fileID: 0}
97
99
  m_SelectOnDown: {fileID: 0}
98
100
  m_SelectOnLeft: {fileID: 0}
@@ -150,9 +152,9 @@ RectTransform:
150
152
  m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
151
153
  m_LocalPosition: {x: 0, y: 0, z: 0}
152
154
  m_LocalScale: {x: 1, y: 1, z: 1}
155
+ m_ConstrainProportionsScale: 0
153
156
  m_Children: []
154
157
  m_Father: {fileID: 1075250629400738201}
155
- m_RootOrder: 0
156
158
  m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
157
159
  m_AnchorMin: {x: 0, y: 0}
158
160
  m_AnchorMax: {x: 1, y: 1}
@@ -179,9 +181,10 @@ MonoBehaviour:
179
181
  m_Script: {fileID: 11500000, guid: 5f7201a12d95ffc409449d95f23cf332, type: 3}
180
182
  m_Name:
181
183
  m_EditorClassIdentifier:
182
- m_Material: {fileID: 0}
184
+ m_Material: {fileID: 2100000, guid: cb7e1a0e9ae57274b80858a808d7c9ba, type: 2}
183
185
  m_Color: {r: 0.7490196, g: 0.7490196, b: 0.7490196, a: 1}
184
186
  m_RaycastTarget: 1
187
+ m_RaycastPadding: {x: 0, y: 0, z: 0, w: 0}
185
188
  m_Maskable: 1
186
189
  m_OnCullStateChanged:
187
190
  m_PersistentCalls:
@@ -228,9 +231,9 @@ RectTransform:
228
231
  m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
229
232
  m_LocalPosition: {x: 0, y: 0, z: 0}
230
233
  m_LocalScale: {x: 1, y: 1, z: 1}
234
+ m_ConstrainProportionsScale: 0
231
235
  m_Children: []
232
236
  m_Father: {fileID: 720024215126133561}
233
- m_RootOrder: 0
234
237
  m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
235
238
  m_AnchorMin: {x: 0.5, y: 0.5}
236
239
  m_AnchorMax: {x: 0.5, y: 0.5}
@@ -257,9 +260,10 @@ MonoBehaviour:
257
260
  m_Script: {fileID: 11500000, guid: 5f7201a12d95ffc409449d95f23cf332, type: 3}
258
261
  m_Name:
259
262
  m_EditorClassIdentifier:
260
- m_Material: {fileID: 0}
263
+ m_Material: {fileID: 2100000, guid: cb7e1a0e9ae57274b80858a808d7c9ba, type: 2}
261
264
  m_Color: {r: 1, g: 1, b: 1, a: 1}
262
265
  m_RaycastTarget: 1
266
+ m_RaycastPadding: {x: 0, y: 0, z: 0, w: 0}
263
267
  m_Maskable: 1
264
268
  m_OnCullStateChanged:
265
269
  m_PersistentCalls:
@@ -307,9 +311,9 @@ RectTransform:
307
311
  m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
308
312
  m_LocalPosition: {x: 0, y: 0, z: 0}
309
313
  m_LocalScale: {x: 1, y: 1, z: 1}
314
+ m_ConstrainProportionsScale: 0
310
315
  m_Children: []
311
316
  m_Father: {fileID: 6896427038639248526}
312
- m_RootOrder: 0
313
317
  m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
314
318
  m_AnchorMin: {x: 0, y: 0.5}
315
319
  m_AnchorMax: {x: 0, y: 0.5}
@@ -336,9 +340,10 @@ MonoBehaviour:
336
340
  m_Script: {fileID: 11500000, guid: 5f7201a12d95ffc409449d95f23cf332, type: 3}
337
341
  m_Name:
338
342
  m_EditorClassIdentifier:
339
- m_Material: {fileID: 0}
343
+ m_Material: {fileID: 2100000, guid: cb7e1a0e9ae57274b80858a808d7c9ba, type: 2}
340
344
  m_Color: {r: 0.53333336, g: 0.53333336, b: 0.53333336, a: 1}
341
345
  m_RaycastTarget: 1
346
+ m_RaycastPadding: {x: 0, y: 0, z: 0, w: 0}
342
347
  m_Maskable: 1
343
348
  m_OnCullStateChanged:
344
349
  m_PersistentCalls:
@@ -371,6 +376,7 @@ MonoBehaviour:
371
376
  m_EditorClassIdentifier:
372
377
  m_Navigation:
373
378
  m_Mode: 3
379
+ m_WrapAround: 0
374
380
  m_SelectOnUp: {fileID: 0}
375
381
  m_SelectOnDown: {fileID: 0}
376
382
  m_SelectOnLeft: {fileID: 0}
@@ -428,9 +434,9 @@ RectTransform:
428
434
  m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
429
435
  m_LocalPosition: {x: 0, y: 0, z: 0}
430
436
  m_LocalScale: {x: 1, y: 1, z: 1}
437
+ m_ConstrainProportionsScale: 0
431
438
  m_Children: []
432
439
  m_Father: {fileID: 1075250629400738201}
433
- m_RootOrder: 1
434
440
  m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
435
441
  m_AnchorMin: {x: 0, y: 0}
436
442
  m_AnchorMax: {x: 1, y: 1}
@@ -457,9 +463,10 @@ MonoBehaviour:
457
463
  m_Script: {fileID: 11500000, guid: 5f7201a12d95ffc409449d95f23cf332, type: 3}
458
464
  m_Name:
459
465
  m_EditorClassIdentifier:
460
- m_Material: {fileID: 0}
466
+ m_Material: {fileID: 2100000, guid: cb7e1a0e9ae57274b80858a808d7c9ba, type: 2}
461
467
  m_Color: {r: 0.13333334, g: 0.13333334, b: 0.13333334, a: 1}
462
468
  m_RaycastTarget: 1
469
+ m_RaycastPadding: {x: 0, y: 0, z: 0, w: 0}
463
470
  m_Maskable: 1
464
471
  m_OnCullStateChanged:
465
472
  m_PersistentCalls:
@@ -506,9 +513,9 @@ RectTransform:
506
513
  m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
507
514
  m_LocalPosition: {x: 0, y: 0, z: 0}
508
515
  m_LocalScale: {x: 1, y: 1, z: 1}
516
+ m_ConstrainProportionsScale: 0
509
517
  m_Children: []
510
518
  m_Father: {fileID: 7449323878916527366}
511
- m_RootOrder: 1
512
519
  m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
513
520
  m_AnchorMin: {x: 0.5, y: 0.5}
514
521
  m_AnchorMax: {x: 0.5, y: 0.5}
@@ -535,9 +542,10 @@ MonoBehaviour:
535
542
  m_Script: {fileID: 11500000, guid: 1344c3c82d62a2a41a3576d8abb8e3ea, type: 3}
536
543
  m_Name:
537
544
  m_EditorClassIdentifier:
538
- m_Material: {fileID: 0}
545
+ m_Material: {fileID: 2100000, guid: cb7e1a0e9ae57274b80858a808d7c9ba, type: 2}
539
546
  m_Color: {r: 0.9607843, g: 0.9607843, b: 0.9607843, a: 1}
540
547
  m_RaycastTarget: 1
548
+ m_RaycastPadding: {x: 0, y: 0, z: 0, w: 0}
541
549
  m_Maskable: 1
542
550
  m_OnCullStateChanged:
543
551
  m_PersistentCalls:
@@ -579,10 +587,10 @@ RectTransform:
579
587
  m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
580
588
  m_LocalPosition: {x: 0, y: 0, z: 0}
581
589
  m_LocalScale: {x: 1, y: 1, z: 1}
590
+ m_ConstrainProportionsScale: 0
582
591
  m_Children:
583
592
  - {fileID: 2245410016701983553}
584
593
  m_Father: {fileID: 450102906954795092}
585
- m_RootOrder: 1
586
594
  m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
587
595
  m_AnchorMin: {x: 0, y: 0}
588
596
  m_AnchorMax: {x: 0, y: 0}
@@ -689,9 +697,9 @@ RectTransform:
689
697
  m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
690
698
  m_LocalPosition: {x: 0, y: 0, z: 0}
691
699
  m_LocalScale: {x: 1, y: 1, z: 1}
700
+ m_ConstrainProportionsScale: 0
692
701
  m_Children: []
693
702
  m_Father: {fileID: 5018397771723610370}
694
- m_RootOrder: 6
695
703
  m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
696
704
  m_AnchorMin: {x: 0.5, y: 1}
697
705
  m_AnchorMax: {x: 0.5, y: 1}
@@ -718,9 +726,10 @@ MonoBehaviour:
718
726
  m_Script: {fileID: 11500000, guid: 5f7201a12d95ffc409449d95f23cf332, type: 3}
719
727
  m_Name:
720
728
  m_EditorClassIdentifier:
721
- m_Material: {fileID: 0}
729
+ m_Material: {fileID: 2100000, guid: cb7e1a0e9ae57274b80858a808d7c9ba, type: 2}
722
730
  m_Color: {r: 0.33099997, g: 0.33099997, b: 0.33099997, a: 1}
723
731
  m_RaycastTarget: 1
732
+ m_RaycastPadding: {x: 0, y: 0, z: 0, w: 0}
724
733
  m_Maskable: 1
725
734
  m_OnCullStateChanged:
726
735
  m_PersistentCalls:
@@ -767,9 +776,9 @@ RectTransform:
767
776
  m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
768
777
  m_LocalPosition: {x: 0, y: 0, z: 0}
769
778
  m_LocalScale: {x: 1, y: 1, z: 1}
779
+ m_ConstrainProportionsScale: 0
770
780
  m_Children: []
771
781
  m_Father: {fileID: 4758066801170060837}
772
- m_RootOrder: 1
773
782
  m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
774
783
  m_AnchorMin: {x: 1, y: 0.5}
775
784
  m_AnchorMax: {x: 1, y: 0.5}
@@ -796,9 +805,10 @@ MonoBehaviour:
796
805
  m_Script: {fileID: 11500000, guid: 1344c3c82d62a2a41a3576d8abb8e3ea, type: 3}
797
806
  m_Name:
798
807
  m_EditorClassIdentifier:
799
- m_Material: {fileID: 0}
808
+ m_Material: {fileID: 2100000, guid: cb7e1a0e9ae57274b80858a808d7c9ba, type: 2}
800
809
  m_Color: {r: 0.9607843, g: 0.9607843, b: 0.9607843, a: 1}
801
810
  m_RaycastTarget: 1
811
+ m_RaycastPadding: {x: 0, y: 0, z: 0, w: 0}
802
812
  m_Maskable: 1
803
813
  m_OnCullStateChanged:
804
814
  m_PersistentCalls:
@@ -838,9 +848,9 @@ RectTransform:
838
848
  m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
839
849
  m_LocalPosition: {x: 0, y: 0, z: 0}
840
850
  m_LocalScale: {x: 1, y: 1, z: 1}
851
+ m_ConstrainProportionsScale: 0
841
852
  m_Children: []
842
853
  m_Father: {fileID: 4758066801170060837}
843
- m_RootOrder: 3
844
854
  m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
845
855
  m_AnchorMin: {x: 0, y: 1}
846
856
  m_AnchorMax: {x: 0, y: 1}
@@ -867,9 +877,10 @@ MonoBehaviour:
867
877
  m_Script: {fileID: 11500000, guid: 5f7201a12d95ffc409449d95f23cf332, type: 3}
868
878
  m_Name:
869
879
  m_EditorClassIdentifier:
870
- m_Material: {fileID: 0}
880
+ m_Material: {fileID: 2100000, guid: cb7e1a0e9ae57274b80858a808d7c9ba, type: 2}
871
881
  m_Color: {r: 0.9647059, g: 0.29803923, b: 0.29803923, a: 1}
872
882
  m_RaycastTarget: 1
883
+ m_RaycastPadding: {x: 0, y: 0, z: 0, w: 0}
873
884
  m_Maskable: 1
874
885
  m_OnCullStateChanged:
875
886
  m_PersistentCalls:
@@ -916,9 +927,9 @@ RectTransform:
916
927
  m_LocalRotation: {x: 0, y: 0, z: 0.7071068, w: 0.7071068}
917
928
  m_LocalPosition: {x: 0, y: 0, z: 0}
918
929
  m_LocalScale: {x: 1, y: 1, z: 1}
930
+ m_ConstrainProportionsScale: 0
919
931
  m_Children: []
920
932
  m_Father: {fileID: 6896427038639248526}
921
- m_RootOrder: 1
922
933
  m_LocalEulerAnglesHint: {x: 0, y: 0, z: 90}
923
934
  m_AnchorMin: {x: 0, y: 0.5}
924
935
  m_AnchorMax: {x: 0, y: 0.5}
@@ -945,9 +956,10 @@ MonoBehaviour:
945
956
  m_Script: {fileID: 11500000, guid: 1344c3c82d62a2a41a3576d8abb8e3ea, type: 3}
946
957
  m_Name:
947
958
  m_EditorClassIdentifier:
948
- m_Material: {fileID: 0}
959
+ m_Material: {fileID: 2100000, guid: cb7e1a0e9ae57274b80858a808d7c9ba, type: 2}
949
960
  m_Color: {r: 1, g: 1, b: 1, a: 1}
950
961
  m_RaycastTarget: 1
962
+ m_RaycastPadding: {x: 0, y: 0, z: 0, w: 0}
951
963
  m_Maskable: 1
952
964
  m_OnCullStateChanged:
953
965
  m_PersistentCalls:
@@ -987,13 +999,13 @@ RectTransform:
987
999
  m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
988
1000
  m_LocalPosition: {x: 0, y: 0, z: 0}
989
1001
  m_LocalScale: {x: 1, y: 1, z: 1}
1002
+ m_ConstrainProportionsScale: 0
990
1003
  m_Children:
991
1004
  - {fileID: 1075250629400738201}
992
1005
  - {fileID: 5612824589684719816}
993
1006
  - {fileID: 2689422909935002207}
994
1007
  - {fileID: 307698343128932062}
995
1008
  m_Father: {fileID: 5018397771723610370}
996
- m_RootOrder: 3
997
1009
  m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
998
1010
  m_AnchorMin: {x: 0.5, y: 1}
999
1011
  m_AnchorMax: {x: 0.5, y: 1}
@@ -1020,9 +1032,10 @@ MonoBehaviour:
1020
1032
  m_Script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3}
1021
1033
  m_Name:
1022
1034
  m_EditorClassIdentifier:
1023
- m_Material: {fileID: 0}
1035
+ m_Material: {fileID: 2100000, guid: cb7e1a0e9ae57274b80858a808d7c9ba, type: 2}
1024
1036
  m_Color: {r: 0.8509804, g: 0.8509804, b: 0.8509804, a: 1}
1025
1037
  m_RaycastTarget: 1
1038
+ m_RaycastPadding: {x: 0, y: 0, z: 0, w: 0}
1026
1039
  m_Maskable: 1
1027
1040
  m_OnCullStateChanged:
1028
1041
  m_PersistentCalls:
@@ -1065,9 +1078,9 @@ RectTransform:
1065
1078
  m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
1066
1079
  m_LocalPosition: {x: 0, y: 0, z: 0}
1067
1080
  m_LocalScale: {x: 1, y: 1, z: 1}
1081
+ m_ConstrainProportionsScale: 0
1068
1082
  m_Children: []
1069
1083
  m_Father: {fileID: 4627950731712415376}
1070
- m_RootOrder: 1
1071
1084
  m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
1072
1085
  m_AnchorMin: {x: 0, y: 0}
1073
1086
  m_AnchorMax: {x: 1, y: 1}
@@ -1094,9 +1107,10 @@ MonoBehaviour:
1094
1107
  m_Script: {fileID: 11500000, guid: 5f7201a12d95ffc409449d95f23cf332, type: 3}
1095
1108
  m_Name:
1096
1109
  m_EditorClassIdentifier:
1097
- m_Material: {fileID: 0}
1110
+ m_Material: {fileID: 2100000, guid: cb7e1a0e9ae57274b80858a808d7c9ba, type: 2}
1098
1111
  m_Color: {r: 0.13333334, g: 0.13333334, b: 0.13333334, a: 1}
1099
1112
  m_RaycastTarget: 1
1113
+ m_RaycastPadding: {x: 0, y: 0, z: 0, w: 0}
1100
1114
  m_Maskable: 1
1101
1115
  m_OnCullStateChanged:
1102
1116
  m_PersistentCalls:
@@ -1144,10 +1158,10 @@ RectTransform:
1144
1158
  m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
1145
1159
  m_LocalPosition: {x: 0, y: 0, z: 0}
1146
1160
  m_LocalScale: {x: 1, y: 1, z: 1}
1161
+ m_ConstrainProportionsScale: 0
1147
1162
  m_Children:
1148
1163
  - {fileID: 8067546415886852786}
1149
1164
  m_Father: {fileID: 5018397771723610370}
1150
- m_RootOrder: 4
1151
1165
  m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
1152
1166
  m_AnchorMin: {x: 0.5, y: 1}
1153
1167
  m_AnchorMax: {x: 0.5, y: 1}
@@ -1174,9 +1188,10 @@ MonoBehaviour:
1174
1188
  m_Script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3}
1175
1189
  m_Name:
1176
1190
  m_EditorClassIdentifier:
1177
- m_Material: {fileID: 0}
1191
+ m_Material: {fileID: 2100000, guid: cb7e1a0e9ae57274b80858a808d7c9ba, type: 2}
1178
1192
  m_Color: {r: 1, g: 1, b: 1, a: 1}
1179
1193
  m_RaycastTarget: 1
1194
+ m_RaycastPadding: {x: 0, y: 0, z: 0, w: 0}
1180
1195
  m_Maskable: 1
1181
1196
  m_OnCullStateChanged:
1182
1197
  m_PersistentCalls:
@@ -1205,6 +1220,7 @@ MonoBehaviour:
1205
1220
  m_EditorClassIdentifier:
1206
1221
  m_Navigation:
1207
1222
  m_Mode: 3
1223
+ m_WrapAround: 0
1208
1224
  m_SelectOnUp: {fileID: 0}
1209
1225
  m_SelectOnDown: {fileID: 0}
1210
1226
  m_SelectOnLeft: {fileID: 0}
@@ -1262,13 +1278,13 @@ RectTransform:
1262
1278
  m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
1263
1279
  m_LocalPosition: {x: 0, y: 0, z: 0}
1264
1280
  m_LocalScale: {x: 1, y: 1, z: 1}
1281
+ m_ConstrainProportionsScale: 0
1265
1282
  m_Children:
1266
1283
  - {fileID: 3089291363213981504}
1267
1284
  - {fileID: 3252505438571735241}
1268
1285
  - {fileID: 4627950731712415376}
1269
1286
  - {fileID: 2042992510964801540}
1270
1287
  m_Father: {fileID: 5018397771723610370}
1271
- m_RootOrder: 2
1272
1288
  m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
1273
1289
  m_AnchorMin: {x: 0.5, y: 1}
1274
1290
  m_AnchorMax: {x: 0.5, y: 1}
@@ -1295,9 +1311,10 @@ MonoBehaviour:
1295
1311
  m_Script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3}
1296
1312
  m_Name:
1297
1313
  m_EditorClassIdentifier:
1298
- m_Material: {fileID: 0}
1314
+ m_Material: {fileID: 2100000, guid: cb7e1a0e9ae57274b80858a808d7c9ba, type: 2}
1299
1315
  m_Color: {r: 0.8509804, g: 0.8509804, b: 0.8509804, a: 1}
1300
1316
  m_RaycastTarget: 1
1317
+ m_RaycastPadding: {x: 0, y: 0, z: 0, w: 0}
1301
1318
  m_Maskable: 1
1302
1319
  m_OnCullStateChanged:
1303
1320
  m_PersistentCalls:
@@ -1340,9 +1357,9 @@ RectTransform:
1340
1357
  m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
1341
1358
  m_LocalPosition: {x: 0, y: 0, z: 0}
1342
1359
  m_LocalScale: {x: 1, y: 1, z: 1}
1360
+ m_ConstrainProportionsScale: 0
1343
1361
  m_Children: []
1344
1362
  m_Father: {fileID: 7960059037883504074}
1345
- m_RootOrder: 1
1346
1363
  m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
1347
1364
  m_AnchorMin: {x: 0, y: 0}
1348
1365
  m_AnchorMax: {x: 1, y: 1}
@@ -1369,9 +1386,10 @@ MonoBehaviour:
1369
1386
  m_Script: {fileID: 11500000, guid: 5f7201a12d95ffc409449d95f23cf332, type: 3}
1370
1387
  m_Name:
1371
1388
  m_EditorClassIdentifier:
1372
- m_Material: {fileID: 0}
1389
+ m_Material: {fileID: 2100000, guid: cb7e1a0e9ae57274b80858a808d7c9ba, type: 2}
1373
1390
  m_Color: {r: 0.13333334, g: 0.13333334, b: 0.13333334, a: 1}
1374
1391
  m_RaycastTarget: 1
1392
+ m_RaycastPadding: {x: 0, y: 0, z: 0, w: 0}
1375
1393
  m_Maskable: 1
1376
1394
  m_OnCullStateChanged:
1377
1395
  m_PersistentCalls:
@@ -1418,9 +1436,9 @@ RectTransform:
1418
1436
  m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
1419
1437
  m_LocalPosition: {x: 0, y: 0, z: 0}
1420
1438
  m_LocalScale: {x: 1, y: 1, z: 1}
1439
+ m_ConstrainProportionsScale: 0
1421
1440
  m_Children: []
1422
1441
  m_Father: {fileID: 7960059037883504074}
1423
- m_RootOrder: 0
1424
1442
  m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
1425
1443
  m_AnchorMin: {x: 0, y: 0}
1426
1444
  m_AnchorMax: {x: 1, y: 1}
@@ -1447,9 +1465,10 @@ MonoBehaviour:
1447
1465
  m_Script: {fileID: 11500000, guid: 5f7201a12d95ffc409449d95f23cf332, type: 3}
1448
1466
  m_Name:
1449
1467
  m_EditorClassIdentifier:
1450
- m_Material: {fileID: 0}
1468
+ m_Material: {fileID: 2100000, guid: cb7e1a0e9ae57274b80858a808d7c9ba, type: 2}
1451
1469
  m_Color: {r: 0.7490196, g: 0.7490196, b: 0.7490196, a: 1}
1452
1470
  m_RaycastTarget: 1
1471
+ m_RaycastPadding: {x: 0, y: 0, z: 0, w: 0}
1453
1472
  m_Maskable: 1
1454
1473
  m_OnCullStateChanged:
1455
1474
  m_PersistentCalls:
@@ -1497,9 +1516,9 @@ RectTransform:
1497
1516
  m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
1498
1517
  m_LocalPosition: {x: 0, y: 0, z: 0}
1499
1518
  m_LocalScale: {x: 1, y: 1, z: 1}
1519
+ m_ConstrainProportionsScale: 0
1500
1520
  m_Children: []
1501
1521
  m_Father: {fileID: 5018397771723610370}
1502
- m_RootOrder: 0
1503
1522
  m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
1504
1523
  m_AnchorMin: {x: 1, y: 1}
1505
1524
  m_AnchorMax: {x: 1, y: 1}
@@ -1526,9 +1545,10 @@ MonoBehaviour:
1526
1545
  m_Script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3}
1527
1546
  m_Name:
1528
1547
  m_EditorClassIdentifier:
1529
- m_Material: {fileID: 0}
1548
+ m_Material: {fileID: 2100000, guid: cb7e1a0e9ae57274b80858a808d7c9ba, type: 2}
1530
1549
  m_Color: {r: 1, g: 1, b: 1, a: 1}
1531
1550
  m_RaycastTarget: 1
1551
+ m_RaycastPadding: {x: 0, y: 0, z: 0, w: 0}
1532
1552
  m_Maskable: 1
1533
1553
  m_OnCullStateChanged:
1534
1554
  m_PersistentCalls:
@@ -1557,6 +1577,7 @@ MonoBehaviour:
1557
1577
  m_EditorClassIdentifier:
1558
1578
  m_Navigation:
1559
1579
  m_Mode: 3
1580
+ m_WrapAround: 0
1560
1581
  m_SelectOnUp: {fileID: 0}
1561
1582
  m_SelectOnDown: {fileID: 0}
1562
1583
  m_SelectOnLeft: {fileID: 0}
@@ -1614,9 +1635,9 @@ RectTransform:
1614
1635
  m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
1615
1636
  m_LocalPosition: {x: 0, y: 0, z: 0}
1616
1637
  m_LocalScale: {x: 1, y: 1, z: 1}
1638
+ m_ConstrainProportionsScale: 0
1617
1639
  m_Children: []
1618
1640
  m_Father: {fileID: 639651558060255743}
1619
- m_RootOrder: 0
1620
1641
  m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
1621
1642
  m_AnchorMin: {x: 0, y: 0}
1622
1643
  m_AnchorMax: {x: 1, y: 1}
@@ -1643,9 +1664,10 @@ MonoBehaviour:
1643
1664
  m_Script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3}
1644
1665
  m_Name:
1645
1666
  m_EditorClassIdentifier:
1646
- m_Material: {fileID: 0}
1667
+ m_Material: {fileID: 2100000, guid: cb7e1a0e9ae57274b80858a808d7c9ba, type: 2}
1647
1668
  m_Color: {r: 0, g: 0, b: 0, a: 0.23529412}
1648
1669
  m_RaycastTarget: 1
1670
+ m_RaycastPadding: {x: 0, y: 0, z: 0, w: 0}
1649
1671
  m_Maskable: 1
1650
1672
  m_OnCullStateChanged:
1651
1673
  m_PersistentCalls:
@@ -1690,11 +1712,11 @@ RectTransform:
1690
1712
  m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
1691
1713
  m_LocalPosition: {x: 0, y: 0, z: 0}
1692
1714
  m_LocalScale: {x: 1, y: 1, z: 1}
1715
+ m_ConstrainProportionsScale: 0
1693
1716
  m_Children:
1694
1717
  - {fileID: 7960059037883504074}
1695
1718
  - {fileID: 805082861135307095}
1696
1719
  m_Father: {fileID: 639651558060255743}
1697
- m_RootOrder: 2
1698
1720
  m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
1699
1721
  m_AnchorMin: {x: 0.5, y: 0.5}
1700
1722
  m_AnchorMax: {x: 0.5, y: 0.5}
@@ -1721,9 +1743,10 @@ MonoBehaviour:
1721
1743
  m_Script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3}
1722
1744
  m_Name:
1723
1745
  m_EditorClassIdentifier:
1724
- m_Material: {fileID: 0}
1746
+ m_Material: {fileID: 2100000, guid: cb7e1a0e9ae57274b80858a808d7c9ba, type: 2}
1725
1747
  m_Color: {r: 1, g: 1, b: 1, a: 1}
1726
1748
  m_RaycastTarget: 1
1749
+ m_RaycastPadding: {x: 0, y: 0, z: 0, w: 0}
1727
1750
  m_Maskable: 1
1728
1751
  m_OnCullStateChanged:
1729
1752
  m_PersistentCalls:
@@ -1763,6 +1786,7 @@ MonoBehaviour:
1763
1786
  m_ChildControlHeight: 1
1764
1787
  m_ChildScaleWidth: 0
1765
1788
  m_ChildScaleHeight: 0
1789
+ m_ReverseArrangement: 0
1766
1790
  --- !u!114 &7094817460291238375
1767
1791
  MonoBehaviour:
1768
1792
  m_ObjectHideFlags: 0
@@ -1805,9 +1829,9 @@ RectTransform:
1805
1829
  m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
1806
1830
  m_LocalPosition: {x: 0, y: 0, z: 0}
1807
1831
  m_LocalScale: {x: 1, y: 1, z: 1}
1832
+ m_ConstrainProportionsScale: 0
1808
1833
  m_Children: []
1809
1834
  m_Father: {fileID: 5018397771723610370}
1810
- m_RootOrder: 1
1811
1835
  m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
1812
1836
  m_AnchorMin: {x: 0.5, y: 1}
1813
1837
  m_AnchorMax: {x: 0.5, y: 1}
@@ -1834,9 +1858,10 @@ MonoBehaviour:
1834
1858
  m_Script: {fileID: 11500000, guid: 5f7201a12d95ffc409449d95f23cf332, type: 3}
1835
1859
  m_Name:
1836
1860
  m_EditorClassIdentifier:
1837
- m_Material: {fileID: 0}
1861
+ m_Material: {fileID: 2100000, guid: cb7e1a0e9ae57274b80858a808d7c9ba, type: 2}
1838
1862
  m_Color: {r: 0.13333334, g: 0.13333334, b: 0.13333334, a: 1}
1839
1863
  m_RaycastTarget: 1
1864
+ m_RaycastPadding: {x: 0, y: 0, z: 0, w: 0}
1840
1865
  m_Maskable: 1
1841
1866
  m_OnCullStateChanged:
1842
1867
  m_PersistentCalls:
@@ -1885,9 +1910,9 @@ RectTransform:
1885
1910
  m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
1886
1911
  m_LocalPosition: {x: 0, y: 0, z: 0}
1887
1912
  m_LocalScale: {x: 1, y: 1, z: 1}
1913
+ m_ConstrainProportionsScale: 0
1888
1914
  m_Children: []
1889
1915
  m_Father: {fileID: 4627950731712415376}
1890
- m_RootOrder: 0
1891
1916
  m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
1892
1917
  m_AnchorMin: {x: 0, y: 0}
1893
1918
  m_AnchorMax: {x: 1, y: 1}
@@ -1914,9 +1939,10 @@ MonoBehaviour:
1914
1939
  m_Script: {fileID: 11500000, guid: 5f7201a12d95ffc409449d95f23cf332, type: 3}
1915
1940
  m_Name:
1916
1941
  m_EditorClassIdentifier:
1917
- m_Material: {fileID: 0}
1942
+ m_Material: {fileID: 2100000, guid: cb7e1a0e9ae57274b80858a808d7c9ba, type: 2}
1918
1943
  m_Color: {r: 0.7490196, g: 0.7490196, b: 0.7490196, a: 1}
1919
1944
  m_RaycastTarget: 1
1945
+ m_RaycastPadding: {x: 0, y: 0, z: 0, w: 0}
1920
1946
  m_Maskable: 1
1921
1947
  m_OnCullStateChanged:
1922
1948
  m_PersistentCalls:
@@ -1964,11 +1990,11 @@ RectTransform:
1964
1990
  m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
1965
1991
  m_LocalPosition: {x: 0, y: 0, z: 0}
1966
1992
  m_LocalScale: {x: 1, y: 1, z: 1}
1993
+ m_ConstrainProportionsScale: 0
1967
1994
  m_Children:
1968
1995
  - {fileID: 5540777692444829884}
1969
1996
  - {fileID: 7676872848961478182}
1970
1997
  m_Father: {fileID: 4758066801170060837}
1971
- m_RootOrder: 0
1972
1998
  m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
1973
1999
  m_AnchorMin: {x: 1, y: 0.5}
1974
2000
  m_AnchorMax: {x: 1, y: 0.5}
@@ -1997,6 +2023,7 @@ MonoBehaviour:
1997
2023
  m_EditorClassIdentifier:
1998
2024
  m_Navigation:
1999
2025
  m_Mode: 3
2026
+ m_WrapAround: 0
2000
2027
  m_SelectOnUp: {fileID: 0}
2001
2028
  m_SelectOnDown: {fileID: 0}
2002
2029
  m_SelectOnLeft: {fileID: 0}
@@ -2028,12 +2055,15 @@ MonoBehaviour:
2028
2055
  m_ContentType: 2
2029
2056
  m_InputType: 0
2030
2057
  m_AsteriskChar: 42
2031
- m_KeyboardType: 4
2058
+ m_KeyboardType: 2
2032
2059
  m_LineType: 0
2033
2060
  m_HideMobileInput: 0
2034
2061
  m_CharacterValidation: 1
2035
2062
  m_CharacterLimit: 0
2036
- m_OnEndEdit:
2063
+ m_OnSubmit:
2064
+ m_PersistentCalls:
2065
+ m_Calls: []
2066
+ m_OnDidEndEdit:
2037
2067
  m_PersistentCalls:
2038
2068
  m_Calls: []
2039
2069
  m_OnValueChanged:
@@ -2089,9 +2119,9 @@ RectTransform:
2089
2119
  m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
2090
2120
  m_LocalPosition: {x: 0, y: 0, z: 0}
2091
2121
  m_LocalScale: {x: 1, y: 1, z: 1}
2122
+ m_ConstrainProportionsScale: 0
2092
2123
  m_Children: []
2093
2124
  m_Father: {fileID: 4758066801170060837}
2094
- m_RootOrder: 2
2095
2125
  m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
2096
2126
  m_AnchorMin: {x: 1, y: 0.5}
2097
2127
  m_AnchorMax: {x: 1, y: 0.5}
@@ -2118,9 +2148,10 @@ MonoBehaviour:
2118
2148
  m_Script: {fileID: 11500000, guid: 5f7201a12d95ffc409449d95f23cf332, type: 3}
2119
2149
  m_Name:
2120
2150
  m_EditorClassIdentifier:
2121
- m_Material: {fileID: 0}
2151
+ m_Material: {fileID: 2100000, guid: cb7e1a0e9ae57274b80858a808d7c9ba, type: 2}
2122
2152
  m_Color: {r: 1, g: 1, b: 1, a: 1}
2123
2153
  m_RaycastTarget: 1
2154
+ m_RaycastPadding: {x: 0, y: 0, z: 0, w: 0}
2124
2155
  m_Maskable: 1
2125
2156
  m_OnCullStateChanged:
2126
2157
  m_PersistentCalls:
@@ -2153,6 +2184,7 @@ MonoBehaviour:
2153
2184
  m_EditorClassIdentifier:
2154
2185
  m_Navigation:
2155
2186
  m_Mode: 3
2187
+ m_WrapAround: 0
2156
2188
  m_SelectOnUp: {fileID: 0}
2157
2189
  m_SelectOnDown: {fileID: 0}
2158
2190
  m_SelectOnLeft: {fileID: 0}
@@ -2211,12 +2243,12 @@ RectTransform:
2211
2243
  m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
2212
2244
  m_LocalPosition: {x: 0, y: 0, z: 0}
2213
2245
  m_LocalScale: {x: 1, y: 1, z: 1}
2246
+ m_ConstrainProportionsScale: 0
2214
2247
  m_Children:
2215
2248
  - {fileID: 9134993221823760649}
2216
2249
  - {fileID: 7294807780124224622}
2217
2250
  - {fileID: 1306277433535585128}
2218
2251
  m_Father: {fileID: 6896427038639248526}
2219
- m_RootOrder: 2
2220
2252
  m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
2221
2253
  m_AnchorMin: {x: 0, y: 0.5}
2222
2254
  m_AnchorMax: {x: 0, y: 0.5}
@@ -2245,6 +2277,7 @@ MonoBehaviour:
2245
2277
  m_EditorClassIdentifier:
2246
2278
  m_Navigation:
2247
2279
  m_Mode: 3
2280
+ m_WrapAround: 0
2248
2281
  m_SelectOnUp: {fileID: 0}
2249
2282
  m_SelectOnDown: {fileID: 0}
2250
2283
  m_SelectOnLeft: {fileID: 0}
@@ -2276,12 +2309,15 @@ MonoBehaviour:
2276
2309
  m_ContentType: 2
2277
2310
  m_InputType: 0
2278
2311
  m_AsteriskChar: 42
2279
- m_KeyboardType: 4
2312
+ m_KeyboardType: 2
2280
2313
  m_LineType: 0
2281
2314
  m_HideMobileInput: 0
2282
2315
  m_CharacterValidation: 1
2283
2316
  m_CharacterLimit: 0
2284
- m_OnEndEdit:
2317
+ m_OnSubmit:
2318
+ m_PersistentCalls:
2319
+ m_Calls: []
2320
+ m_OnDidEndEdit:
2285
2321
  m_PersistentCalls:
2286
2322
  m_Calls: []
2287
2323
  m_OnValueChanged:
@@ -2337,13 +2373,13 @@ RectTransform:
2337
2373
  m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
2338
2374
  m_LocalPosition: {x: 0, y: 0, z: 0}
2339
2375
  m_LocalScale: {x: 1, y: 1, z: 1}
2376
+ m_ConstrainProportionsScale: 0
2340
2377
  m_Children:
2341
2378
  - {fileID: 2621255735801669696}
2342
2379
  - {fileID: 708804308686448144}
2343
2380
  - {fileID: 2392452810479361975}
2344
2381
  - {fileID: 6661611169172272980}
2345
2382
  m_Father: {fileID: 805082861135307095}
2346
- m_RootOrder: 0
2347
2383
  m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
2348
2384
  m_AnchorMin: {x: 0, y: 1}
2349
2385
  m_AnchorMax: {x: 0, y: 1}
@@ -2383,6 +2419,7 @@ MonoBehaviour:
2383
2419
  m_ChildControlHeight: 1
2384
2420
  m_ChildScaleWidth: 0
2385
2421
  m_ChildScaleHeight: 0
2422
+ m_ReverseArrangement: 0
2386
2423
  --- !u!114 &3653487963472663533
2387
2424
  MonoBehaviour:
2388
2425
  m_ObjectHideFlags: 0
@@ -2428,11 +2465,11 @@ RectTransform:
2428
2465
  m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
2429
2466
  m_LocalPosition: {x: 0, y: 0, z: 0}
2430
2467
  m_LocalScale: {x: 1, y: 1, z: 1}
2468
+ m_ConstrainProportionsScale: 0
2431
2469
  m_Children:
2432
2470
  - {fileID: 2691826646612742386}
2433
2471
  - {fileID: 8296817391977297008}
2434
2472
  m_Father: {fileID: 450102906954795092}
2435
- m_RootOrder: 0
2436
2473
  m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
2437
2474
  m_AnchorMin: {x: 0, y: 0}
2438
2475
  m_AnchorMax: {x: 0, y: 0}
@@ -2461,6 +2498,7 @@ MonoBehaviour:
2461
2498
  m_EditorClassIdentifier:
2462
2499
  m_Navigation:
2463
2500
  m_Mode: 3
2501
+ m_WrapAround: 0
2464
2502
  m_SelectOnUp: {fileID: 0}
2465
2503
  m_SelectOnDown: {fileID: 0}
2466
2504
  m_SelectOnLeft: {fileID: 0}
@@ -2497,7 +2535,10 @@ MonoBehaviour:
2497
2535
  m_HideMobileInput: 0
2498
2536
  m_CharacterValidation: 0
2499
2537
  m_CharacterLimit: 0
2500
- m_OnEndEdit:
2538
+ m_OnSubmit:
2539
+ m_PersistentCalls:
2540
+ m_Calls: []
2541
+ m_OnDidEndEdit:
2501
2542
  m_PersistentCalls:
2502
2543
  m_Calls: []
2503
2544
  m_OnValueChanged:
@@ -2523,9 +2564,10 @@ MonoBehaviour:
2523
2564
  m_Script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3}
2524
2565
  m_Name:
2525
2566
  m_EditorClassIdentifier:
2526
- m_Material: {fileID: 0}
2567
+ m_Material: {fileID: 2100000, guid: cb7e1a0e9ae57274b80858a808d7c9ba, type: 2}
2527
2568
  m_Color: {r: 0.683, g: 0.683, b: 0.683, a: 1}
2528
2569
  m_RaycastTarget: 1
2570
+ m_RaycastPadding: {x: 0, y: 0, z: 0, w: 0}
2529
2571
  m_Maskable: 1
2530
2572
  m_OnCullStateChanged:
2531
2573
  m_PersistentCalls:
@@ -2601,6 +2643,7 @@ RectTransform:
2601
2643
  m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
2602
2644
  m_LocalPosition: {x: 0, y: 0, z: 0}
2603
2645
  m_LocalScale: {x: 1, y: 1, z: 1}
2646
+ m_ConstrainProportionsScale: 0
2604
2647
  m_Children:
2605
2648
  - {fileID: 1954624523670969163}
2606
2649
  - {fileID: 7926448663259676008}
@@ -2610,7 +2653,6 @@ RectTransform:
2610
2653
  - {fileID: 7449323878916527366}
2611
2654
  - {fileID: 1339121975679373815}
2612
2655
  m_Father: {fileID: 639651558060255743}
2613
- m_RootOrder: 1
2614
2656
  m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
2615
2657
  m_AnchorMin: {x: 0.5, y: 0.5}
2616
2658
  m_AnchorMax: {x: 0.5, y: 0.5}
@@ -2637,9 +2679,10 @@ MonoBehaviour:
2637
2679
  m_Script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3}
2638
2680
  m_Name:
2639
2681
  m_EditorClassIdentifier:
2640
- m_Material: {fileID: 0}
2682
+ m_Material: {fileID: 2100000, guid: cb7e1a0e9ae57274b80858a808d7c9ba, type: 2}
2641
2683
  m_Color: {r: 1, g: 1, b: 1, a: 1}
2642
2684
  m_RaycastTarget: 1
2685
+ m_RaycastPadding: {x: 0, y: 0, z: 0, w: 0}
2643
2686
  m_Maskable: 1
2644
2687
  m_OnCullStateChanged:
2645
2688
  m_PersistentCalls:
@@ -2682,9 +2725,9 @@ RectTransform:
2682
2725
  m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
2683
2726
  m_LocalPosition: {x: 0, y: 0, z: 0}
2684
2727
  m_LocalScale: {x: 1, y: 1, z: 1}
2728
+ m_ConstrainProportionsScale: 0
2685
2729
  m_Children: []
2686
2730
  m_Father: {fileID: 6896427038639248526}
2687
- m_RootOrder: 3
2688
2731
  m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
2689
2732
  m_AnchorMin: {x: 0, y: 1}
2690
2733
  m_AnchorMax: {x: 0, y: 1}
@@ -2711,9 +2754,10 @@ MonoBehaviour:
2711
2754
  m_Script: {fileID: 11500000, guid: 5f7201a12d95ffc409449d95f23cf332, type: 3}
2712
2755
  m_Name:
2713
2756
  m_EditorClassIdentifier:
2714
- m_Material: {fileID: 0}
2757
+ m_Material: {fileID: 2100000, guid: cb7e1a0e9ae57274b80858a808d7c9ba, type: 2}
2715
2758
  m_Color: {r: 0.9647059, g: 0.29803923, b: 0.29803923, a: 1}
2716
2759
  m_RaycastTarget: 1
2760
+ m_RaycastPadding: {x: 0, y: 0, z: 0, w: 0}
2717
2761
  m_Maskable: 1
2718
2762
  m_OnCullStateChanged:
2719
2763
  m_PersistentCalls:
@@ -2761,9 +2805,9 @@ RectTransform:
2761
2805
  m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
2762
2806
  m_LocalPosition: {x: 0, y: 0, z: 0}
2763
2807
  m_LocalScale: {x: 1, y: 1, z: 1}
2808
+ m_ConstrainProportionsScale: 0
2764
2809
  m_Children: []
2765
2810
  m_Father: {fileID: 4627950731712415376}
2766
- m_RootOrder: 2
2767
2811
  m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
2768
2812
  m_AnchorMin: {x: 0.5, y: 0.5}
2769
2813
  m_AnchorMax: {x: 0.5, y: 0.5}
@@ -2790,9 +2834,10 @@ MonoBehaviour:
2790
2834
  m_Script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3}
2791
2835
  m_Name:
2792
2836
  m_EditorClassIdentifier:
2793
- m_Material: {fileID: 0}
2837
+ m_Material: {fileID: 2100000, guid: cb7e1a0e9ae57274b80858a808d7c9ba, type: 2}
2794
2838
  m_Color: {r: 1, g: 1, b: 1, a: 1}
2795
2839
  m_RaycastTarget: 1
2840
+ m_RaycastPadding: {x: 0, y: 0, z: 0, w: 0}
2796
2841
  m_Maskable: 1
2797
2842
  m_OnCullStateChanged:
2798
2843
  m_PersistentCalls:
@@ -2821,6 +2866,7 @@ MonoBehaviour:
2821
2866
  m_EditorClassIdentifier:
2822
2867
  m_Navigation:
2823
2868
  m_Mode: 3
2869
+ m_WrapAround: 0
2824
2870
  m_SelectOnUp: {fileID: 0}
2825
2871
  m_SelectOnDown: {fileID: 0}
2826
2872
  m_SelectOnLeft: {fileID: 0}
@@ -2876,12 +2922,12 @@ RectTransform:
2876
2922
  m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
2877
2923
  m_LocalPosition: {x: 0, y: 0, z: 0}
2878
2924
  m_LocalScale: {x: 1, y: 1, z: 1}
2925
+ m_ConstrainProportionsScale: 0
2879
2926
  m_Children:
2880
2927
  - {fileID: 1122624791655884368}
2881
2928
  - {fileID: 5018397771723610370}
2882
2929
  - {fileID: 450102906954795092}
2883
2930
  m_Father: {fileID: 0}
2884
- m_RootOrder: 0
2885
2931
  m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
2886
2932
  m_AnchorMin: {x: 0, y: 0}
2887
2933
  m_AnchorMax: {x: 1, y: 1}
@@ -2915,12 +2961,12 @@ RectTransform:
2915
2961
  m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
2916
2962
  m_LocalPosition: {x: 0, y: 0, z: 0}
2917
2963
  m_LocalScale: {x: 1, y: 1, z: 1}
2964
+ m_ConstrainProportionsScale: 0
2918
2965
  m_Children:
2919
2966
  - {fileID: 1850485563859254054}
2920
2967
  - {fileID: 1387167017953546121}
2921
2968
  - {fileID: 7923667831003162784}
2922
2969
  m_Father: {fileID: 5018397771723610370}
2923
- m_RootOrder: 5
2924
2970
  m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
2925
2971
  m_AnchorMin: {x: 0.5, y: 1}
2926
2972
  m_AnchorMax: {x: 0.5, y: 1}
@@ -2964,9 +3010,9 @@ RectTransform:
2964
3010
  m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
2965
3011
  m_LocalPosition: {x: 0, y: 0, z: 0}
2966
3012
  m_LocalScale: {x: 1, y: 1, z: 1}
3013
+ m_ConstrainProportionsScale: 0
2967
3014
  m_Children: []
2968
3015
  m_Father: {fileID: 7449323878916527366}
2969
- m_RootOrder: 2
2970
3016
  m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
2971
3017
  m_AnchorMin: {x: 0.5, y: 0.5}
2972
3018
  m_AnchorMax: {x: 0.5, y: 0.5}
@@ -2993,9 +3039,10 @@ MonoBehaviour:
2993
3039
  m_Script: {fileID: 11500000, guid: 5f7201a12d95ffc409449d95f23cf332, type: 3}
2994
3040
  m_Name:
2995
3041
  m_EditorClassIdentifier:
2996
- m_Material: {fileID: 0}
3042
+ m_Material: {fileID: 2100000, guid: cb7e1a0e9ae57274b80858a808d7c9ba, type: 2}
2997
3043
  m_Color: {r: 0.4, g: 0.4, b: 0.4, a: 1}
2998
3044
  m_RaycastTarget: 1
3045
+ m_RaycastPadding: {x: 0, y: 0, z: 0, w: 0}
2999
3046
  m_Maskable: 1
3000
3047
  m_OnCullStateChanged:
3001
3048
  m_PersistentCalls:
@@ -3028,6 +3075,7 @@ MonoBehaviour:
3028
3075
  m_EditorClassIdentifier:
3029
3076
  m_Navigation:
3030
3077
  m_Mode: 3
3078
+ m_WrapAround: 0
3031
3079
  m_SelectOnUp: {fileID: 0}
3032
3080
  m_SelectOnDown: {fileID: 0}
3033
3081
  m_SelectOnLeft: {fileID: 0}
@@ -3062,6 +3110,7 @@ PrefabInstance:
3062
3110
  m_ObjectHideFlags: 0
3063
3111
  serializedVersion: 2
3064
3112
  m_Modification:
3113
+ serializedVersion: 3
3065
3114
  m_TransformParent: {fileID: 2245410016701983553}
3066
3115
  m_Modifications:
3067
3116
  - target: {fileID: 6384680897268832975, guid: cbec4e6d5422475089822a36e52fb821,
@@ -3175,6 +3224,9 @@ PrefabInstance:
3175
3224
  value: AreaCodeCell (2)
3176
3225
  objectReference: {fileID: 0}
3177
3226
  m_RemovedComponents: []
3227
+ m_RemovedGameObjects: []
3228
+ m_AddedGameObjects: []
3229
+ m_AddedComponents: []
3178
3230
  m_SourcePrefab: {fileID: 100100000, guid: cbec4e6d5422475089822a36e52fb821, type: 3}
3179
3231
  --- !u!224 &6661611169172272980 stripped
3180
3232
  RectTransform:
@@ -3187,6 +3239,7 @@ PrefabInstance:
3187
3239
  m_ObjectHideFlags: 0
3188
3240
  serializedVersion: 2
3189
3241
  m_Modification:
3242
+ serializedVersion: 3
3190
3243
  m_TransformParent: {fileID: 2245410016701983553}
3191
3244
  m_Modifications:
3192
3245
  - target: {fileID: 6384680897268832975, guid: cbec4e6d5422475089822a36e52fb821,
@@ -3300,6 +3353,9 @@ PrefabInstance:
3300
3353
  value: AreaCodeCell
3301
3354
  objectReference: {fileID: 0}
3302
3355
  m_RemovedComponents: []
3356
+ m_RemovedGameObjects: []
3357
+ m_AddedGameObjects: []
3358
+ m_AddedComponents: []
3303
3359
  m_SourcePrefab: {fileID: 100100000, guid: cbec4e6d5422475089822a36e52fb821, type: 3}
3304
3360
  --- !u!224 &708804308686448144 stripped
3305
3361
  RectTransform:
@@ -3312,6 +3368,7 @@ PrefabInstance:
3312
3368
  m_ObjectHideFlags: 0
3313
3369
  serializedVersion: 2
3314
3370
  m_Modification:
3371
+ serializedVersion: 3
3315
3372
  m_TransformParent: {fileID: 2245410016701983553}
3316
3373
  m_Modifications:
3317
3374
  - target: {fileID: 6384680897268832975, guid: cbec4e6d5422475089822a36e52fb821,
@@ -3425,6 +3482,9 @@ PrefabInstance:
3425
3482
  value: AreaCodeCell (1)
3426
3483
  objectReference: {fileID: 0}
3427
3484
  m_RemovedComponents: []
3485
+ m_RemovedGameObjects: []
3486
+ m_AddedGameObjects: []
3487
+ m_AddedComponents: []
3428
3488
  m_SourcePrefab: {fileID: 100100000, guid: cbec4e6d5422475089822a36e52fb821, type: 3}
3429
3489
  --- !u!224 &2392452810479361975 stripped
3430
3490
  RectTransform:
@@ -3437,6 +3497,7 @@ PrefabInstance:
3437
3497
  m_ObjectHideFlags: 0
3438
3498
  serializedVersion: 2
3439
3499
  m_Modification:
3500
+ serializedVersion: 3
3440
3501
  m_TransformParent: {fileID: 2245410016701983553}
3441
3502
  m_Modifications:
3442
3503
  - target: {fileID: 6384680897268832975, guid: cbec4e6d5422475089822a36e52fb821,
@@ -3550,6 +3611,9 @@ PrefabInstance:
3550
3611
  value: AreaCodeCell
3551
3612
  objectReference: {fileID: 0}
3552
3613
  m_RemovedComponents: []
3614
+ m_RemovedGameObjects: []
3615
+ m_AddedGameObjects: []
3616
+ m_AddedComponents: []
3553
3617
  m_SourcePrefab: {fileID: 100100000, guid: cbec4e6d5422475089822a36e52fb821, type: 3}
3554
3618
  --- !u!224 &2621255735801669696 stripped
3555
3619
  RectTransform: