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
@@ -2,7 +2,8 @@
2
2
  "name": "XD.SDK.Common.Editor",
3
3
  "rootNamespace": "",
4
4
  "references": [
5
- "GUID:11227cad437d44898c9c5389c8672caa"
5
+ "GUID:11227cad437d44898c9c5389c8672caa",
6
+ "XD.SDK.Common"
6
7
  ],
7
8
  "includePlatforms": [
8
9
  "Editor"
@@ -0,0 +1,7 @@
1
+ fileFormatVersion: 2
2
+ guid: 3b01a0cb380944282ab41892a5d6fee4
3
+ DefaultImporter:
4
+ externalObjects: {}
5
+ userData:
6
+ assetBundleName:
7
+ assetBundleVariant:
@@ -0,0 +1,7 @@
1
+ fileFormatVersion: 2
2
+ guid: 817d875aacf7049afa21a79d71723cbf
3
+ DefaultImporter:
4
+ externalObjects: {}
5
+ userData:
6
+ assetBundleName:
7
+ assetBundleVariant:
@@ -0,0 +1,7 @@
1
+ fileFormatVersion: 2
2
+ guid: 1e51e753834ee408ba4d546d38d4520f
3
+ DefaultImporter:
4
+ externalObjects: {}
5
+ userData:
6
+ assetBundleName:
7
+ assetBundleVariant:
@@ -0,0 +1,8 @@
1
+ fileFormatVersion: 2
2
+ guid: 4d42b2f9c0dbb4316a84dc02dd0d6c4b
3
+ folderAsset: yes
4
+ DefaultImporter:
5
+ externalObjects: {}
6
+ userData:
7
+ assetBundleName:
8
+ assetBundleVariant:
@@ -0,0 +1,7 @@
1
+ fileFormatVersion: 2
2
+ guid: 18a8803cd424949d7858bad33df9d6b5
3
+ DefaultImporter:
4
+ externalObjects: {}
5
+ userData:
6
+ assetBundleName:
7
+ assetBundleVariant:
@@ -0,0 +1,7 @@
1
+ fileFormatVersion: 2
2
+ guid: 87a986e1bf4c74b1cbd9e214abeed17e
3
+ DefaultImporter:
4
+ externalObjects: {}
5
+ userData:
6
+ assetBundleName:
7
+ assetBundleVariant:
@@ -0,0 +1,7 @@
1
+ fileFormatVersion: 2
2
+ guid: 651127c33773143beabdcb3d9bbf9cf4
3
+ DefaultImporter:
4
+ externalObjects: {}
5
+ userData:
6
+ assetBundleName:
7
+ assetBundleVariant:
@@ -0,0 +1,8 @@
1
+ fileFormatVersion: 2
2
+ guid: 69d98889ef4664b12a474287fb9c7251
3
+ folderAsset: yes
4
+ DefaultImporter:
5
+ externalObjects: {}
6
+ userData:
7
+ assetBundleName:
8
+ assetBundleVariant:
@@ -0,0 +1,7 @@
1
+ fileFormatVersion: 2
2
+ guid: 22c16d9a31dbf4f1a9b4222f473f38d4
3
+ DefaultImporter:
4
+ externalObjects: {}
5
+ userData:
6
+ assetBundleName:
7
+ assetBundleVariant:
@@ -0,0 +1,7 @@
1
+ fileFormatVersion: 2
2
+ guid: 44ada9a581f81477a89a9726287c1fb6
3
+ DefaultImporter:
4
+ externalObjects: {}
5
+ userData:
6
+ assetBundleName:
7
+ assetBundleVariant:
@@ -0,0 +1,7 @@
1
+ fileFormatVersion: 2
2
+ guid: b8cf95df09ac746cea1f4564a7071054
3
+ DefaultImporter:
4
+ externalObjects: {}
5
+ userData:
6
+ assetBundleName:
7
+ assetBundleVariant:
@@ -0,0 +1,7 @@
1
+ fileFormatVersion: 2
2
+ guid: ea83e672673714b85a16cf2bcd7bd70e
3
+ DefaultImporter:
4
+ externalObjects: {}
5
+ userData:
6
+ assetBundleName:
7
+ assetBundleVariant:
@@ -0,0 +1,7 @@
1
+ fileFormatVersion: 2
2
+ guid: c46afb01d04d445f4b85ba46e54e22bf
3
+ DefaultImporter:
4
+ externalObjects: {}
5
+ userData:
6
+ assetBundleName:
7
+ assetBundleVariant:
@@ -0,0 +1,7 @@
1
+ fileFormatVersion: 2
2
+ guid: d99a70c1b7d66481e9e5906acd36ed12
3
+ DefaultImporter:
4
+ externalObjects: {}
5
+ userData:
6
+ assetBundleName:
7
+ assetBundleVariant:
@@ -0,0 +1,8 @@
1
+ fileFormatVersion: 2
2
+ guid: 6794ea14b2d6d4855bb5c8361c5ef4b4
3
+ folderAsset: yes
4
+ DefaultImporter:
5
+ externalObjects: {}
6
+ userData:
7
+ assetBundleName:
8
+ assetBundleVariant:
@@ -22,6 +22,7 @@ static const int XDGErrorCodeAuthTypeNotAvailable = 62001;
22
22
  static const int XDGErrorCodeAuthTokenExpired = 62002;
23
23
 
24
24
  static const int XDGErrorCodePaymentInvalidProduct = 63001;
25
+ static const int XDGErrorCodePaymentPriceExceeded = 63002;
25
26
 
26
27
  extern NSString *const XDGE_RROR_DOMAIN_ACCOUNT;
27
28
 
@@ -41,6 +41,8 @@ FOUNDATION_EXPORT TDSGlobalRouterScheme TDSGLOBAL_SHARE_TWITTER;
41
41
  FOUNDATION_EXPORT TDSGlobalRouterScheme TDSGLOBAL_SHARE_TIKTOK;
42
42
  FOUNDATION_EXPORT TDSGlobalRouterScheme TDSGLOBAL_SHARE_INSTAGRAM;
43
43
 
44
+ FOUNDATION_EXPORT TDSGlobalRouterScheme TDSGLOBAL_PAYMENT_ANTI;
45
+
44
46
  @interface TDSGlobalRouterSchemes : NSObject
45
47
 
46
48
  @end
@@ -24,6 +24,10 @@ NS_ASSUME_NONNULL_BEGIN
24
24
  + (NSString *)getMCCNC;
25
25
 
26
26
  + (NSString *)gameLaunchTime;
27
+
28
+ + (NSString *)getTapDBDeviceID;
29
+
30
+ + (NSString *)logCommonEvent:(NSDictionary *)properties;
27
31
  @end
28
32
 
29
33
  NS_ASSUME_NONNULL_END
@@ -16,6 +16,8 @@ NS_ASSUME_NONNULL_BEGIN
16
16
  @property (nonatomic, assign) BOOL useAgeRange;
17
17
  /// 是否显示切换账号,默认显示
18
18
  @property (nonatomic, assign) BOOL showSwitchAccount;
19
+ /// 未成年限制购买开关,默认开启
20
+ @property (nonatomic, assign) BOOL purchaseCheck;
19
21
  /// 适龄限制弹窗标题
20
22
  @property (nonatomic, copy) NSString *ageLimitTitle;
21
23
  /// 适龄限制弹窗内容
@@ -23,6 +25,7 @@ NS_ASSUME_NONNULL_BEGIN
23
25
  /// 适龄限制弹窗按钮文案
24
26
  @property (nonatomic, copy) NSString *ageLimitConfirm;
25
27
 
28
+ - (BOOL)purchaseCheck;
26
29
  @end
27
30
 
28
31
  @interface XDTapDBInfo : NSObject
@@ -5,6 +5,6 @@
5
5
  // Created by Fattycat on 2022/5/13.
6
6
  //
7
7
 
8
- #define XDSDK_VERSION @"7.1.2"
9
- #define XDSDK_VERSION_CODE @"7001020"
10
- // HASH 5355bc04
8
+ #define XDSDK_VERSION @"7.2.0"
9
+ #define XDSDK_VERSION_CODE @"7020000"
10
+ // HASH 8d15387e
@@ -1,6 +1,6 @@
1
1
  #if 0
2
2
  #elif defined(__arm64__) && __arm64__
3
- // Generated by Apple Swift version 6.1.2 effective-5.10 (swiftlang-6.1.2.1.2 clang-1700.0.13.5)
3
+ // Generated by Apple Swift version 6.2.1 effective-5.10 (swiftlang-6.2.1.4.8 clang-1700.4.4.1)
4
4
  #ifndef XDTAPSDK4WRAPPERSDK_SWIFT_H
5
5
  #define XDTAPSDK4WRAPPERSDK_SWIFT_H
6
6
  #pragma clang diagnostic push
@@ -15,6 +15,6 @@ FOUNDATION_EXPORT const unsigned char XDTapSDK4WrapperSDKVersionString[];
15
15
 
16
16
  // In this header, you should import all the public headers of your framework using statements like #import <XDTapSDK4WrapperSDK/PublicHeader.h>
17
17
 
18
- #define XDGTapSDK4_VERSION @"7.1.2"
19
- #define XDGTapSDK4_VERSION_CODE @"7001020"
20
- // HASH 5355bc04
18
+ #define XDGTapSDK4_VERSION @"7.2.0"
19
+ #define XDGTapSDK4_VERSION_CODE @"7020000"
20
+ // HASH 8d15387e
@@ -28,9 +28,9 @@ RectTransform:
28
28
  m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
29
29
  m_LocalPosition: {x: 0, y: 0, z: 0}
30
30
  m_LocalScale: {x: 1, y: 1, z: 1}
31
+ m_ConstrainProportionsScale: 0
31
32
  m_Children: []
32
33
  m_Father: {fileID: 8864361439371897278}
33
- m_RootOrder: 0
34
34
  m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
35
35
  m_AnchorMin: {x: 0, y: 0}
36
36
  m_AnchorMax: {x: 1, y: 1}
@@ -57,9 +57,10 @@ MonoBehaviour:
57
57
  m_Script: {fileID: 11500000, guid: 5f7201a12d95ffc409449d95f23cf332, type: 3}
58
58
  m_Name:
59
59
  m_EditorClassIdentifier:
60
- m_Material: {fileID: 0}
60
+ m_Material: {fileID: 2100000, guid: cb7e1a0e9ae57274b80858a808d7c9ba, type: 2}
61
61
  m_Color: {r: 0.19607843, g: 0.19607843, b: 0.19607843, a: 1}
62
62
  m_RaycastTarget: 1
63
+ m_RaycastPadding: {x: 0, y: 0, z: 0, w: 0}
63
64
  m_Maskable: 1
64
65
  m_OnCullStateChanged:
65
66
  m_PersistentCalls:
@@ -106,9 +107,9 @@ RectTransform:
106
107
  m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
107
108
  m_LocalPosition: {x: 0, y: 0, z: 0}
108
109
  m_LocalScale: {x: 1, y: 1, z: 1}
110
+ m_ConstrainProportionsScale: 0
109
111
  m_Children: []
110
112
  m_Father: {fileID: 5531574739514905765}
111
- m_RootOrder: 0
112
113
  m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
113
114
  m_AnchorMin: {x: 0, y: 0}
114
115
  m_AnchorMax: {x: 0, y: 0}
@@ -135,9 +136,10 @@ MonoBehaviour:
135
136
  m_Script: {fileID: 11500000, guid: 5f7201a12d95ffc409449d95f23cf332, type: 3}
136
137
  m_Name:
137
138
  m_EditorClassIdentifier:
138
- m_Material: {fileID: 0}
139
+ m_Material: {fileID: 2100000, guid: cb7e1a0e9ae57274b80858a808d7c9ba, type: 2}
139
140
  m_Color: {r: 0, g: 0, b: 0, a: 1}
140
141
  m_RaycastTarget: 1
142
+ m_RaycastPadding: {x: 0, y: 0, z: 0, w: 0}
141
143
  m_Maskable: 1
142
144
  m_OnCullStateChanged:
143
145
  m_PersistentCalls:
@@ -183,11 +185,11 @@ RectTransform:
183
185
  m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
184
186
  m_LocalPosition: {x: 0, y: 0, z: 0}
185
187
  m_LocalScale: {x: 1, y: 1, z: 1}
188
+ m_ConstrainProportionsScale: 0
186
189
  m_Children:
187
190
  - {fileID: 9051518829300280871}
188
191
  - {fileID: 1530010355987731213}
189
192
  m_Father: {fileID: 6384680897268832975}
190
- m_RootOrder: 1
191
193
  m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
192
194
  m_AnchorMin: {x: 0, y: 0.5}
193
195
  m_AnchorMax: {x: 0, y: 0.5}
@@ -219,6 +221,7 @@ MonoBehaviour:
219
221
  m_ChildControlHeight: 0
220
222
  m_ChildScaleWidth: 0
221
223
  m_ChildScaleHeight: 0
224
+ m_ReverseArrangement: 0
222
225
  --- !u!1 &2911876757694492040
223
226
  GameObject:
224
227
  m_ObjectHideFlags: 0
@@ -248,10 +251,10 @@ RectTransform:
248
251
  m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
249
252
  m_LocalPosition: {x: 0, y: 0, z: 0}
250
253
  m_LocalScale: {x: 1, y: 1, z: 1}
254
+ m_ConstrainProportionsScale: 0
251
255
  m_Children:
252
256
  - {fileID: 258765409800326622}
253
257
  m_Father: {fileID: 6384680897268832975}
254
- m_RootOrder: 2
255
258
  m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
256
259
  m_AnchorMin: {x: 1, y: 0.5}
257
260
  m_AnchorMax: {x: 1, y: 0.5}
@@ -278,9 +281,10 @@ MonoBehaviour:
278
281
  m_Script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3}
279
282
  m_Name:
280
283
  m_EditorClassIdentifier:
281
- m_Material: {fileID: 0}
284
+ m_Material: {fileID: 2100000, guid: cb7e1a0e9ae57274b80858a808d7c9ba, type: 2}
282
285
  m_Color: {r: 1, g: 1, b: 1, a: 1}
283
286
  m_RaycastTarget: 1
287
+ m_RaycastPadding: {x: 0, y: 0, z: 0, w: 0}
284
288
  m_Maskable: 1
285
289
  m_OnCullStateChanged:
286
290
  m_PersistentCalls:
@@ -309,6 +313,7 @@ MonoBehaviour:
309
313
  m_EditorClassIdentifier:
310
314
  m_Navigation:
311
315
  m_Mode: 3
316
+ m_WrapAround: 0
312
317
  m_SelectOnUp: {fileID: 0}
313
318
  m_SelectOnDown: {fileID: 0}
314
319
  m_SelectOnLeft: {fileID: 0}
@@ -366,9 +371,9 @@ RectTransform:
366
371
  m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
367
372
  m_LocalPosition: {x: 0, y: 0, z: 0}
368
373
  m_LocalScale: {x: 1, y: 1, z: 1}
374
+ m_ConstrainProportionsScale: 0
369
375
  m_Children: []
370
376
  m_Father: {fileID: 6384680897268832975}
371
- m_RootOrder: 0
372
377
  m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
373
378
  m_AnchorMin: {x: 0, y: 0.5}
374
379
  m_AnchorMax: {x: 0, y: 0.5}
@@ -395,9 +400,10 @@ MonoBehaviour:
395
400
  m_Script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3}
396
401
  m_Name:
397
402
  m_EditorClassIdentifier:
398
- m_Material: {fileID: 0}
403
+ m_Material: {fileID: 2100000, guid: cb7e1a0e9ae57274b80858a808d7c9ba, type: 2}
399
404
  m_Color: {r: 1, g: 1, b: 1, a: 1}
400
405
  m_RaycastTarget: 1
406
+ m_RaycastPadding: {x: 0, y: 0, z: 0, w: 0}
401
407
  m_Maskable: 1
402
408
  m_OnCullStateChanged:
403
409
  m_PersistentCalls:
@@ -440,9 +446,9 @@ RectTransform:
440
446
  m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
441
447
  m_LocalPosition: {x: 0, y: 0, z: 0}
442
448
  m_LocalScale: {x: 1, y: 1, z: 1}
449
+ m_ConstrainProportionsScale: 0
443
450
  m_Children: []
444
451
  m_Father: {fileID: 6384680897268832975}
445
- m_RootOrder: 3
446
452
  m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
447
453
  m_AnchorMin: {x: 0, y: 0}
448
454
  m_AnchorMax: {x: 0, y: 0}
@@ -469,9 +475,10 @@ MonoBehaviour:
469
475
  m_Script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3}
470
476
  m_Name:
471
477
  m_EditorClassIdentifier:
472
- m_Material: {fileID: 0}
478
+ m_Material: {fileID: 2100000, guid: cb7e1a0e9ae57274b80858a808d7c9ba, type: 2}
473
479
  m_Color: {r: 1, g: 1, b: 1, a: 1}
474
480
  m_RaycastTarget: 1
481
+ m_RaycastPadding: {x: 0, y: 0, z: 0, w: 0}
475
482
  m_Maskable: 1
476
483
  m_OnCullStateChanged:
477
484
  m_PersistentCalls:
@@ -514,13 +521,13 @@ RectTransform:
514
521
  m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
515
522
  m_LocalPosition: {x: 0, y: 0, z: 0}
516
523
  m_LocalScale: {x: 1, y: 1, z: 1}
524
+ m_ConstrainProportionsScale: 0
517
525
  m_Children:
518
526
  - {fileID: 2327222655577042254}
519
527
  - {fileID: 5531574739514905765}
520
528
  - {fileID: 8864361439371897278}
521
529
  - {fileID: 7033545695376966626}
522
530
  m_Father: {fileID: 0}
523
- m_RootOrder: 0
524
531
  m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
525
532
  m_AnchorMin: {x: 0.5, y: 0.5}
526
533
  m_AnchorMax: {x: 0.5, y: 0.5}
@@ -547,9 +554,10 @@ MonoBehaviour:
547
554
  m_Script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3}
548
555
  m_Name:
549
556
  m_EditorClassIdentifier:
550
- m_Material: {fileID: 0}
557
+ m_Material: {fileID: 2100000, guid: cb7e1a0e9ae57274b80858a808d7c9ba, type: 2}
551
558
  m_Color: {r: 1, g: 1, b: 1, a: 0}
552
559
  m_RaycastTarget: 1
560
+ m_RaycastPadding: {x: 0, y: 0, z: 0, w: 0}
553
561
  m_Maskable: 1
554
562
  m_OnCullStateChanged:
555
563
  m_PersistentCalls:
@@ -592,9 +600,9 @@ RectTransform:
592
600
  m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
593
601
  m_LocalPosition: {x: 0, y: 0, z: 0}
594
602
  m_LocalScale: {x: 1, y: 1, z: 1}
603
+ m_ConstrainProportionsScale: 0
595
604
  m_Children: []
596
605
  m_Father: {fileID: 5531574739514905765}
597
- m_RootOrder: 1
598
606
  m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
599
607
  m_AnchorMin: {x: 0, y: 0}
600
608
  m_AnchorMax: {x: 0, y: 0}
@@ -621,9 +629,10 @@ MonoBehaviour:
621
629
  m_Script: {fileID: 11500000, guid: 5f7201a12d95ffc409449d95f23cf332, type: 3}
622
630
  m_Name:
623
631
  m_EditorClassIdentifier:
624
- m_Material: {fileID: 0}
632
+ m_Material: {fileID: 2100000, guid: cb7e1a0e9ae57274b80858a808d7c9ba, type: 2}
625
633
  m_Color: {r: 0.53333336, g: 0.53333336, b: 0.53333336, a: 1}
626
634
  m_RaycastTarget: 1
635
+ m_RaycastPadding: {x: 0, y: 0, z: 0, w: 0}
627
636
  m_Maskable: 1
628
637
  m_OnCullStateChanged:
629
638
  m_PersistentCalls:
@@ -29,10 +29,10 @@ 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
  - {fileID: 3801758957438268467}
34
35
  m_Father: {fileID: 6384680897268832975}
35
- m_RootOrder: 0
36
36
  m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
37
37
  m_AnchorMin: {x: 0, y: 0}
38
38
  m_AnchorMax: {x: 0, y: 0}
@@ -59,9 +59,10 @@ MonoBehaviour:
59
59
  m_Script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3}
60
60
  m_Name:
61
61
  m_EditorClassIdentifier:
62
- m_Material: {fileID: 0}
62
+ m_Material: {fileID: 2100000, guid: cb7e1a0e9ae57274b80858a808d7c9ba, type: 2}
63
63
  m_Color: {r: 1, g: 1, b: 1, a: 1}
64
64
  m_RaycastTarget: 1
65
+ m_RaycastPadding: {x: 0, y: 0, z: 0, w: 0}
65
66
  m_Maskable: 1
66
67
  m_OnCullStateChanged:
67
68
  m_PersistentCalls:
@@ -90,6 +91,7 @@ MonoBehaviour:
90
91
  m_EditorClassIdentifier:
91
92
  m_Navigation:
92
93
  m_Mode: 3
94
+ m_WrapAround: 0
93
95
  m_SelectOnUp: {fileID: 0}
94
96
  m_SelectOnDown: {fileID: 0}
95
97
  m_SelectOnLeft: {fileID: 0}
@@ -148,9 +150,9 @@ RectTransform:
148
150
  m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
149
151
  m_LocalPosition: {x: 0, y: 0, z: 0}
150
152
  m_LocalScale: {x: 1, y: 1, z: 1}
153
+ m_ConstrainProportionsScale: 0
151
154
  m_Children: []
152
155
  m_Father: {fileID: 6384680897268832975}
153
- m_RootOrder: 2
154
156
  m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
155
157
  m_AnchorMin: {x: 0, y: 0}
156
158
  m_AnchorMax: {x: 0, y: 0}
@@ -177,9 +179,10 @@ MonoBehaviour:
177
179
  m_Script: {fileID: 11500000, guid: 80464df7c21c4cd098e5458346dff141, type: 3}
178
180
  m_Name:
179
181
  m_EditorClassIdentifier:
180
- m_Material: {fileID: 0}
182
+ m_Material: {fileID: 2100000, guid: cb7e1a0e9ae57274b80858a808d7c9ba, type: 2}
181
183
  m_Color: {r: 0.13333334, g: 0.13333334, b: 0.13333334, a: 1}
182
184
  m_RaycastTarget: 1
185
+ m_RaycastPadding: {x: 0, y: 0, z: 0, w: 0}
183
186
  m_Maskable: 1
184
187
  m_OnCullStateChanged:
185
188
  m_PersistentCalls:
@@ -231,9 +234,9 @@ RectTransform:
231
234
  m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
232
235
  m_LocalPosition: {x: 0, y: 0, z: 0}
233
236
  m_LocalScale: {x: 1, y: 1, z: 1}
237
+ m_ConstrainProportionsScale: 0
234
238
  m_Children: []
235
239
  m_Father: {fileID: 8822201386005399928}
236
- m_RootOrder: 0
237
240
  m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
238
241
  m_AnchorMin: {x: 0, y: 0}
239
242
  m_AnchorMax: {x: 1, y: 1}
@@ -260,9 +263,10 @@ MonoBehaviour:
260
263
  m_Script: {fileID: 11500000, guid: 5f7201a12d95ffc409449d95f23cf332, type: 3}
261
264
  m_Name:
262
265
  m_EditorClassIdentifier:
263
- m_Material: {fileID: 0}
266
+ m_Material: {fileID: 2100000, guid: cb7e1a0e9ae57274b80858a808d7c9ba, type: 2}
264
267
  m_Color: {r: 0.19607843, g: 0.19607843, b: 0.19607843, a: 1}
265
268
  m_RaycastTarget: 1
269
+ m_RaycastPadding: {x: 0, y: 0, z: 0, w: 0}
266
270
  m_Maskable: 1
267
271
  m_OnCullStateChanged:
268
272
  m_PersistentCalls:
@@ -310,12 +314,12 @@ RectTransform:
310
314
  m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
311
315
  m_LocalPosition: {x: 0, y: 0, z: 0}
312
316
  m_LocalScale: {x: 1, y: 1, z: 1}
317
+ m_ConstrainProportionsScale: 0
313
318
  m_Children:
314
319
  - {fileID: 8822201386005399928}
315
320
  - {fileID: 4465977776916562618}
316
321
  - {fileID: 8206329848482098429}
317
322
  m_Father: {fileID: 0}
318
- m_RootOrder: 0
319
323
  m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
320
324
  m_AnchorMin: {x: 0, y: 1}
321
325
  m_AnchorMax: {x: 0, y: 1}
@@ -342,9 +346,10 @@ MonoBehaviour:
342
346
  m_Script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3}
343
347
  m_Name:
344
348
  m_EditorClassIdentifier:
345
- m_Material: {fileID: 0}
349
+ m_Material: {fileID: 2100000, guid: cb7e1a0e9ae57274b80858a808d7c9ba, type: 2}
346
350
  m_Color: {r: 1, g: 1, b: 1, a: 0}
347
351
  m_RaycastTarget: 1
352
+ m_RaycastPadding: {x: 0, y: 0, z: 0, w: 0}
348
353
  m_Maskable: 1
349
354
  m_OnCullStateChanged:
350
355
  m_PersistentCalls:
@@ -384,6 +389,7 @@ MonoBehaviour:
384
389
  m_ChildControlHeight: 0
385
390
  m_ChildScaleWidth: 0
386
391
  m_ChildScaleHeight: 0
392
+ m_ReverseArrangement: 0
387
393
  --- !u!1 &7876778080464616965
388
394
  GameObject:
389
395
  m_ObjectHideFlags: 0
@@ -410,9 +416,9 @@ RectTransform:
410
416
  m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
411
417
  m_LocalPosition: {x: 0, y: 0, z: 0}
412
418
  m_LocalScale: {x: 1, y: 1, z: 1}
419
+ m_ConstrainProportionsScale: 0
413
420
  m_Children: []
414
421
  m_Father: {fileID: 6384680897268832975}
415
- m_RootOrder: 1
416
422
  m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
417
423
  m_AnchorMin: {x: 0, y: 0}
418
424
  m_AnchorMax: {x: 0, y: 0}