diff --git a/Editor/TextureEditor/.DS_Store.meta b/Editor/TextureEditor/.DS_Store.meta
index fce5d0eb..48bf9b1d 100644
--- a/Editor/TextureEditor/.DS_Store.meta
+++ b/Editor/TextureEditor/.DS_Store.meta
@@ -1,5 +1,5 @@
fileFormatVersion: 2
-guid: 366da83c7ba90a1149a2bccbd0381ea9
+guid: 2536bb4451ce9709cf4041e193ac55b2
DefaultImporter:
externalObjects: {}
userData:
diff --git a/Editor/WXPluginVersion.cs b/Editor/WXPluginVersion.cs
index eb337a63..cfb3c958 100644
--- a/Editor/WXPluginVersion.cs
+++ b/Editor/WXPluginVersion.cs
@@ -2,7 +2,7 @@
{
public class WXPluginVersion
{
- public static string pluginVersion = "202410091227"; // 这一行不要改他,导出的时候会自动替换
+ public static string pluginVersion = "202410091311"; // 这一行不要改他,导出的时候会自动替换
}
public class WXPluginConf
diff --git a/Editor/wx-editor.dll b/Editor/wx-editor.dll
index 872571cf..4d20a352 100644
Binary files a/Editor/wx-editor.dll and b/Editor/wx-editor.dll differ
diff --git a/Editor/wx-editor.xml.meta b/Editor/wx-editor.xml.meta
index ef6965a1..59af717e 100644
--- a/Editor/wx-editor.xml.meta
+++ b/Editor/wx-editor.xml.meta
@@ -1,5 +1,5 @@
fileFormatVersion: 2
-guid: ea573b7c76b8aac5ab5186e02fe04d13
+guid: 2701881b75bb276a4f100e476837749e
DefaultImporter:
externalObjects: {}
userData:
diff --git a/Runtime/.DS_Store.meta b/Runtime/.DS_Store.meta
index 13594330..b527a9e2 100644
--- a/Runtime/.DS_Store.meta
+++ b/Runtime/.DS_Store.meta
@@ -1,5 +1,5 @@
fileFormatVersion: 2
-guid: bfc0c5e2b09af3583e1724ec260270f8
+guid: dd36c661c1c9e1a6f5c64d122aa9fb87
DefaultImporter:
externalObjects: {}
userData:
diff --git a/Runtime/Plugins/LitJson.dll b/Runtime/Plugins/LitJson.dll
index 8027c0c9..93d00558 100644
Binary files a/Runtime/Plugins/LitJson.dll and b/Runtime/Plugins/LitJson.dll differ
diff --git a/Runtime/Plugins/SDK-Call-JS.jslib b/Runtime/Plugins/SDK-Call-JS.jslib
index 86495b1b..40ee0f5f 100644
--- a/Runtime/Plugins/SDK-Call-JS.jslib
+++ b/Runtime/Plugins/SDK-Call-JS.jslib
@@ -116,6 +116,9 @@ WX_GetLocalIPAddress:function(conf, callbackId) {
WX_GetNetworkType:function(conf, callbackId) {
window.WXWASMSDK.WX_GetNetworkType(_WXPointer_stringify_adaptor(conf), _WXPointer_stringify_adaptor(callbackId));
},
+WX_GetPhoneNumber:function(conf, callbackId) {
+ window.WXWASMSDK.WX_GetPhoneNumber(_WXPointer_stringify_adaptor(conf), _WXPointer_stringify_adaptor(callbackId));
+},
WX_GetPrivacySetting:function(conf, callbackId) {
window.WXWASMSDK.WX_GetPrivacySetting(_WXPointer_stringify_adaptor(conf), _WXPointer_stringify_adaptor(callbackId));
},
@@ -411,9 +414,6 @@ WX_OpenBusinessView:function(conf, callbackId) {
WX_ExitPointerLock:function() {
window.WXWASMSDK.WX_ExitPointerLock();
},
-WX_GetPhoneNumber:function(option){
- window.WXWASMSDK.WX_GetPhoneNumber(_WXPointer_stringify_adaptor(option));
-},
WX_OperateGameRecorderVideo:function(option){
window.WXWASMSDK.WX_OperateGameRecorderVideo(_WXPointer_stringify_adaptor(option));
},
diff --git a/Runtime/Plugins/wx-perf.dll b/Runtime/Plugins/wx-perf.dll
index c75dabd6..0ca180ea 100644
Binary files a/Runtime/Plugins/wx-perf.dll and b/Runtime/Plugins/wx-perf.dll differ
diff --git a/Runtime/Plugins/wx-runtime-editor.dll b/Runtime/Plugins/wx-runtime-editor.dll
index f79c2690..3de767b2 100644
Binary files a/Runtime/Plugins/wx-runtime-editor.dll and b/Runtime/Plugins/wx-runtime-editor.dll differ
diff --git a/Runtime/Plugins/wx-runtime-editor.xml b/Runtime/Plugins/wx-runtime-editor.xml
index 47926c8b..1951388b 100644
--- a/Runtime/Plugins/wx-runtime-editor.xml
+++ b/Runtime/Plugins/wx-runtime-editor.xml
@@ -6215,6 +6215,16 @@
是否处于弱网环境
+
+
+ 接口调用结束的回调函数(调用成功、失败都会执行)
+
+
+
+
+ 接口调用失败的回调函数
+
+
手机号实时验证,向用户申请,并在用户同意后,快速填写和实时验证手机号 [具体说明](https://developers.weixin.qq.com/minigame/dev/guide/open-ability/getRealtimePhoneNumber.html)。
@@ -6225,6 +6235,11 @@
当手机号快速验证或手机号实时验证额度用尽时,是否对用户展示“申请获取你的手机号,但该功能使用次数已达当前小程序上限,暂时无法使用”的提示,默认展示。
+
+
+ 接口调用成功的回调函数
+
+
接口调用结束的回调函数(调用成功、失败都会执行)
diff --git a/Runtime/Plugins/wx-runtime-editor.xml.meta b/Runtime/Plugins/wx-runtime-editor.xml.meta
index 0088c79d..6958708a 100644
--- a/Runtime/Plugins/wx-runtime-editor.xml.meta
+++ b/Runtime/Plugins/wx-runtime-editor.xml.meta
@@ -1,5 +1,5 @@
fileFormatVersion: 2
-guid: 35abec2d15f2b451d22c7d720dec24d6
+guid: deb0171acd79c5a448225b32e9b9a835
DefaultImporter:
externalObjects: {}
userData:
diff --git a/Runtime/Plugins/wx-runtime.dll b/Runtime/Plugins/wx-runtime.dll
index 6d5929c8..69f94f24 100644
Binary files a/Runtime/Plugins/wx-runtime.dll and b/Runtime/Plugins/wx-runtime.dll differ
diff --git a/Runtime/Plugins/wx-runtime.xml b/Runtime/Plugins/wx-runtime.xml
index 48004165..60cadf54 100644
--- a/Runtime/Plugins/wx-runtime.xml
+++ b/Runtime/Plugins/wx-runtime.xml
@@ -6221,6 +6221,16 @@
是否处于弱网环境
+
+
+ 接口调用结束的回调函数(调用成功、失败都会执行)
+
+
+
+
+ 接口调用失败的回调函数
+
+
手机号实时验证,向用户申请,并在用户同意后,快速填写和实时验证手机号 [具体说明](https://developers.weixin.qq.com/minigame/dev/guide/open-ability/getRealtimePhoneNumber.html)。
@@ -6231,6 +6241,11 @@
当手机号快速验证或手机号实时验证额度用尽时,是否对用户展示“申请获取你的手机号,但该功能使用次数已达当前小程序上限,暂时无法使用”的提示,默认展示。
+
+
+ 接口调用成功的回调函数
+
+
接口调用结束的回调函数(调用成功、失败都会执行)
diff --git a/Runtime/Plugins/wx-runtime.xml.meta b/Runtime/Plugins/wx-runtime.xml.meta
index e677d3b0..1caddd9d 100644
--- a/Runtime/Plugins/wx-runtime.xml.meta
+++ b/Runtime/Plugins/wx-runtime.xml.meta
@@ -1,5 +1,5 @@
fileFormatVersion: 2
-guid: ce7cb455607c44b239150fa3ffb93fa4
+guid: b13c32882e7c3ffa83febc23430255a3
DefaultImporter:
externalObjects: {}
userData:
diff --git a/Runtime/WX.cs b/Runtime/WX.cs
index 195185ef..b67d1e2e 100644
--- a/Runtime/WX.cs
+++ b/Runtime/WX.cs
@@ -489,6 +489,11 @@ namespace WeChatWASM
/// [wx.getChannelsLiveInfo(Object object)](https://developers.weixin.qq.com/minigame/dev/api/open-api/channels/wx.getChannelsLiveInfo.html)
/// 需要基础库: `2.15.0`
/// 获取视频号直播信息
+ /// **常见错误码说明**
+ /// 100008 视频号需要认证
+ /// 40097 入参异常
+ /// 1416104 视频号获取到的数据为空
+ /// 1416100 非法的视频号id
///
public static void GetChannelsLiveInfo(GetChannelsLiveInfoOption callback)
{
@@ -729,6 +734,18 @@ namespace WeChatWASM
WXSDKManagerHandler.Instance.GetNetworkType(callback);
}
+ ///
+ /// [wx.getPhoneNumber(Object object)](https://developers.weixin.qq.com/minigame/dev/api/open-api/user-info/wx.getPhoneNumber.html)
+ /// 手机号快速验证,向用户申请,并在用户同意后,快速填写和验证手机 [具体说明](https://developers.weixin.qq.com/minigame/dev/guide/open-ability/getPhoneNumber.html)
+ /// ****
+ /// ## 注意事项
+ /// - 用户点击后才可进行调用
+ ///
+ public static void GetPhoneNumber(GetPhoneNumberOption callback)
+ {
+ WXSDKManagerHandler.Instance.GetPhoneNumber(callback);
+ }
+
///
/// [wx.getPrivacySetting(Object object)](https://developers.weixin.qq.com/minigame/dev/api/open-api/privacy/wx.getPrivacySetting.html)
/// 需要基础库: `2.32.3`
@@ -2533,18 +2550,6 @@ namespace WeChatWASM
WXSDKManagerHandler.Instance.ExitPointerLock();
}
- ///
- /// [wx.getPhoneNumber(Object object)](https://developers.weixin.qq.com/minigame/dev/api/open-api/user-info/wx.getPhoneNumber.html)
- /// 手机号快速验证,向用户申请,并在用户同意后,快速填写和验证手机 [具体说明](https://developers.weixin.qq.com/minigame/dev/guide/open-ability/getPhoneNumber.html)
- /// ****
- /// ## 注意事项
- /// - 用户点击后才可进行调用
- ///
- public static void GetPhoneNumber(GetPhoneNumberOption option)
- {
- WXSDKManagerHandler.Instance.GetPhoneNumber(option);
- }
-
///
/// [wx.operateGameRecorderVideo(Object object)](https://developers.weixin.qq.com/minigame/dev/api/game-recorder/wx.operateGameRecorderVideo.html)
/// 需要基础库: `2.26.1`
@@ -2685,7 +2690,7 @@ namespace WeChatWASM
/// 主动拉起转发,进入选择通讯录界面。
/// ****
/// ## 注意事项
- /// - 转发图片说明:仅当自定义分享图片权限被封禁时用 imageUrlId,其他情况都会用 imageUrl。 imageUrl 不填时使用游戏画面截图。
+ /// - 转发图片说明:imageUrl,imageUrlId 都存在时,优先使用 imageUrl。 imageUrl,imageUrlId 都不填时使用游戏画面截图。
///
public static void ShareAppMessage(ShareAppMessageOption option)
{
@@ -3490,7 +3495,7 @@ namespace WeChatWASM
/// 监听用户点击右上角菜单的「分享到朋友圈」按钮时触发的事件。本接口为 Beta 版本,暂只在 Android 平台支持。
/// ****
/// ## 注意事项
- /// - 转发图片说明:仅当自定义分享图片权限被封禁时用 imageUrlId,其他情况都会用 imageUrl。 imageUrl 不填时使用当前游戏的icon。
+ /// - 转发图片说明:imageUrl,imageUrlId 都存在时,优先使用 imageUrl。 imageUrl,imageUrlId 都不填时使用当前游戏的icon。
///
public static void OnShareTimeline(Action> callback)
{
diff --git a/Runtime/wechat-default/check-version.js.meta b/Runtime/wechat-default/check-version.js.meta
index 85f0125e..f4c62992 100644
--- a/Runtime/wechat-default/check-version.js.meta
+++ b/Runtime/wechat-default/check-version.js.meta
@@ -1,5 +1,5 @@
fileFormatVersion: 2
-guid: ef9507906fc66b590b598048934e1984
+guid: 67eb1b60f86e26f99f0f64e1599e5a26
DefaultImporter:
externalObjects: {}
userData:
diff --git a/Runtime/wechat-default/data-package/game.js.meta b/Runtime/wechat-default/data-package/game.js.meta
index 1fcec058..50e33dfd 100644
--- a/Runtime/wechat-default/data-package/game.js.meta
+++ b/Runtime/wechat-default/data-package/game.js.meta
@@ -1,5 +1,5 @@
fileFormatVersion: 2
-guid: 743ff4cddd626fe629b85910a020f445
+guid: b0089db3764feeef9cfc0a822253256d
DefaultImporter:
externalObjects: {}
userData:
diff --git a/Runtime/wechat-default/events.js.meta b/Runtime/wechat-default/events.js.meta
index 379c5916..15d945bf 100644
--- a/Runtime/wechat-default/events.js.meta
+++ b/Runtime/wechat-default/events.js.meta
@@ -1,5 +1,5 @@
fileFormatVersion: 2
-guid: d7b8ba3e71ae262b22582c38629f6ac3
+guid: 93cbf00b70818bd9aaf8fb5313a0956a
DefaultImporter:
externalObjects: {}
userData:
diff --git a/Runtime/wechat-default/game.js.meta b/Runtime/wechat-default/game.js.meta
index d44ef15c..70973fb9 100644
--- a/Runtime/wechat-default/game.js.meta
+++ b/Runtime/wechat-default/game.js.meta
@@ -1,5 +1,5 @@
fileFormatVersion: 2
-guid: e37b02c8b062188964229f01fa9349b7
+guid: c54f58cb571b135f19925e6fb4ead3e4
DefaultImporter:
externalObjects: {}
userData:
diff --git a/Runtime/wechat-default/game.json.meta b/Runtime/wechat-default/game.json.meta
index 44f238db..fbe8c483 100644
--- a/Runtime/wechat-default/game.json.meta
+++ b/Runtime/wechat-default/game.json.meta
@@ -1,5 +1,5 @@
fileFormatVersion: 2
-guid: b87922e59fcb65854784611c905b777b
+guid: dbbd80118f9a5a773ed6da1eec42d4dc
DefaultImporter:
externalObjects: {}
userData:
diff --git a/Runtime/wechat-default/images/background.jpg.meta b/Runtime/wechat-default/images/background.jpg.meta
index 12c789a7..618004f7 100644
--- a/Runtime/wechat-default/images/background.jpg.meta
+++ b/Runtime/wechat-default/images/background.jpg.meta
@@ -1,5 +1,5 @@
fileFormatVersion: 2
-guid: 9725ec34dc5506c54572e89153c97216
+guid: b283da5b8075b8bd7b20739c5c49990c
DefaultImporter:
externalObjects: {}
userData:
diff --git a/Runtime/wechat-default/images/unity_logo.png.meta b/Runtime/wechat-default/images/unity_logo.png.meta
index 83e1a7ee..049bd011 100644
--- a/Runtime/wechat-default/images/unity_logo.png.meta
+++ b/Runtime/wechat-default/images/unity_logo.png.meta
@@ -1,5 +1,5 @@
fileFormatVersion: 2
-guid: 1c6edf3d5355220f6aa96119e2511c95
+guid: 3bb3d1e7bbd75b2b7ebfcb7641fa29b0
DefaultImporter:
externalObjects: {}
userData:
diff --git a/Runtime/wechat-default/open-data/data/index.js.meta b/Runtime/wechat-default/open-data/data/index.js.meta
index de0c2a07..f85ab795 100644
--- a/Runtime/wechat-default/open-data/data/index.js.meta
+++ b/Runtime/wechat-default/open-data/data/index.js.meta
@@ -1,5 +1,5 @@
fileFormatVersion: 2
-guid: 73af2e732d2d51b28982785a7102e214
+guid: 6ce920ebc85c4c651d6f1186e3613d20
DefaultImporter:
externalObjects: {}
userData:
diff --git a/Runtime/wechat-default/open-data/data/utils.js.meta b/Runtime/wechat-default/open-data/data/utils.js.meta
index 43b4beb6..c68793ae 100644
--- a/Runtime/wechat-default/open-data/data/utils.js.meta
+++ b/Runtime/wechat-default/open-data/data/utils.js.meta
@@ -1,5 +1,5 @@
fileFormatVersion: 2
-guid: 2cdae6f08080e82804c38c51e436650f
+guid: 9317da35b5bf326fc9e43cd383104e5a
DefaultImporter:
externalObjects: {}
userData:
diff --git a/Runtime/wechat-default/open-data/index.js.meta b/Runtime/wechat-default/open-data/index.js.meta
index f82c8afd..6321ec63 100644
--- a/Runtime/wechat-default/open-data/index.js.meta
+++ b/Runtime/wechat-default/open-data/index.js.meta
@@ -1,5 +1,5 @@
fileFormatVersion: 2
-guid: e6e99a04428ab4a44d2573f163097935
+guid: 6d195975de19987c71a35c146c29b127
DefaultImporter:
externalObjects: {}
userData:
diff --git a/Runtime/wechat-default/open-data/loading.js.meta b/Runtime/wechat-default/open-data/loading.js.meta
index 9db0fe47..e3a65a47 100644
--- a/Runtime/wechat-default/open-data/loading.js.meta
+++ b/Runtime/wechat-default/open-data/loading.js.meta
@@ -1,5 +1,5 @@
fileFormatVersion: 2
-guid: 79c70217871d24abc06db535ee48aa7c
+guid: 31bce56a83eb5f582bf7912a88091dcb
DefaultImporter:
externalObjects: {}
userData:
diff --git a/Runtime/wechat-default/open-data/render/image/avatar.png.meta b/Runtime/wechat-default/open-data/render/image/avatar.png.meta
index 2fd37d00..12c7c59d 100644
--- a/Runtime/wechat-default/open-data/render/image/avatar.png.meta
+++ b/Runtime/wechat-default/open-data/render/image/avatar.png.meta
@@ -1,5 +1,5 @@
fileFormatVersion: 2
-guid: 1c5bff250aaea1f48b437fd6ca3271cf
+guid: 92d1671c7e13a880e4aa8c8863ae63cb
DefaultImporter:
externalObjects: {}
userData:
diff --git a/Runtime/wechat-default/open-data/render/image/button1.png.meta b/Runtime/wechat-default/open-data/render/image/button1.png.meta
index 7665c307..8231c197 100644
--- a/Runtime/wechat-default/open-data/render/image/button1.png.meta
+++ b/Runtime/wechat-default/open-data/render/image/button1.png.meta
@@ -1,5 +1,5 @@
fileFormatVersion: 2
-guid: d0321412390d3b68e035e735724430af
+guid: e7656483e31169103f9f8a854a54b147
DefaultImporter:
externalObjects: {}
userData:
diff --git a/Runtime/wechat-default/open-data/render/image/button2.png.meta b/Runtime/wechat-default/open-data/render/image/button2.png.meta
index 9e1a6a2b..19ce14db 100644
--- a/Runtime/wechat-default/open-data/render/image/button2.png.meta
+++ b/Runtime/wechat-default/open-data/render/image/button2.png.meta
@@ -1,5 +1,5 @@
fileFormatVersion: 2
-guid: 43a1ae5b72fc7802bb4c9e9746f0304b
+guid: ff14bb5b50d9668f2bbb1c954327911a
DefaultImporter:
externalObjects: {}
userData:
diff --git a/Runtime/wechat-default/open-data/render/image/button3.png.meta b/Runtime/wechat-default/open-data/render/image/button3.png.meta
index 2d55c8f2..778bd786 100644
--- a/Runtime/wechat-default/open-data/render/image/button3.png.meta
+++ b/Runtime/wechat-default/open-data/render/image/button3.png.meta
@@ -1,5 +1,5 @@
fileFormatVersion: 2
-guid: 288dfa09b530139187bb24a7b6af8cbc
+guid: 173b3ed51046bd5c69a32e97da9eb739
DefaultImporter:
externalObjects: {}
userData:
diff --git a/Runtime/wechat-default/open-data/render/image/loading.png.meta b/Runtime/wechat-default/open-data/render/image/loading.png.meta
index fb6808df..d4fe7ab7 100644
--- a/Runtime/wechat-default/open-data/render/image/loading.png.meta
+++ b/Runtime/wechat-default/open-data/render/image/loading.png.meta
@@ -1,5 +1,5 @@
fileFormatVersion: 2
-guid: 9685486ebcbea6ac6b974cf1d929c2f3
+guid: 84cd3705caf093b78dccd347fb180458
DefaultImporter:
externalObjects: {}
userData:
diff --git a/Runtime/wechat-default/open-data/render/image/nameBg.png.meta b/Runtime/wechat-default/open-data/render/image/nameBg.png.meta
index c143cef1..9adf7ba3 100644
--- a/Runtime/wechat-default/open-data/render/image/nameBg.png.meta
+++ b/Runtime/wechat-default/open-data/render/image/nameBg.png.meta
@@ -1,5 +1,5 @@
fileFormatVersion: 2
-guid: c1e70c9228bb3f5f5ecbecaf381ce8bf
+guid: 9b3e514142725874cfc8a94098f3122d
DefaultImporter:
externalObjects: {}
userData:
diff --git a/Runtime/wechat-default/open-data/render/image/rankAvatar.png.meta b/Runtime/wechat-default/open-data/render/image/rankAvatar.png.meta
index 5b4b6205..01e51d2c 100644
--- a/Runtime/wechat-default/open-data/render/image/rankAvatar.png.meta
+++ b/Runtime/wechat-default/open-data/render/image/rankAvatar.png.meta
@@ -1,5 +1,5 @@
fileFormatVersion: 2
-guid: 13cf0044dff541721e485cc2ae01002a
+guid: 934bb7aab49341bbe84c42a3ccd4210a
DefaultImporter:
externalObjects: {}
userData:
diff --git a/Runtime/wechat-default/open-data/render/image/rankBg.png.meta b/Runtime/wechat-default/open-data/render/image/rankBg.png.meta
index 923ad816..f3191217 100644
--- a/Runtime/wechat-default/open-data/render/image/rankBg.png.meta
+++ b/Runtime/wechat-default/open-data/render/image/rankBg.png.meta
@@ -1,5 +1,5 @@
fileFormatVersion: 2
-guid: bc8dc2dd6bddb070a9aadab539aee50d
+guid: 6346d7949bcffa6e5d8c03366ac41aec
DefaultImporter:
externalObjects: {}
userData:
diff --git a/Runtime/wechat-default/open-data/render/image/shareBg.png.meta b/Runtime/wechat-default/open-data/render/image/shareBg.png.meta
index 66a58684..a5996df9 100644
--- a/Runtime/wechat-default/open-data/render/image/shareBg.png.meta
+++ b/Runtime/wechat-default/open-data/render/image/shareBg.png.meta
@@ -1,5 +1,5 @@
fileFormatVersion: 2
-guid: 4a82d656b05e8825047fd3822681e816
+guid: f0a2aa7802e3e3ddc55c23e1d10eccc3
DefaultImporter:
externalObjects: {}
userData:
diff --git a/Runtime/wechat-default/open-data/render/image/shareBg2.png.meta b/Runtime/wechat-default/open-data/render/image/shareBg2.png.meta
index baf34f13..31e48fde 100644
--- a/Runtime/wechat-default/open-data/render/image/shareBg2.png.meta
+++ b/Runtime/wechat-default/open-data/render/image/shareBg2.png.meta
@@ -1,5 +1,5 @@
fileFormatVersion: 2
-guid: bf17e8ab9b7da04394fc3ae4ab453985
+guid: fb3d69186072065e1a20e016d68fc777
DefaultImporter:
externalObjects: {}
userData:
diff --git a/Runtime/wechat-default/open-data/render/styles/friendRank.js.meta b/Runtime/wechat-default/open-data/render/styles/friendRank.js.meta
index 308a02c8..69dd6fdb 100644
--- a/Runtime/wechat-default/open-data/render/styles/friendRank.js.meta
+++ b/Runtime/wechat-default/open-data/render/styles/friendRank.js.meta
@@ -1,5 +1,5 @@
fileFormatVersion: 2
-guid: de32335064523508bfed56d537c9732d
+guid: 0820d2de31d272e832a0eaf28e6ecde1
DefaultImporter:
externalObjects: {}
userData:
diff --git a/Runtime/wechat-default/open-data/render/styles/tips.js.meta b/Runtime/wechat-default/open-data/render/styles/tips.js.meta
index 1fa91ef4..b03a7ff1 100644
--- a/Runtime/wechat-default/open-data/render/styles/tips.js.meta
+++ b/Runtime/wechat-default/open-data/render/styles/tips.js.meta
@@ -1,5 +1,5 @@
fileFormatVersion: 2
-guid: 05875847b1d242c7240b9b03689cffc8
+guid: fd486aba6f26b5287a2b27e47d675751
DefaultImporter:
externalObjects: {}
userData:
diff --git a/Runtime/wechat-default/open-data/render/tpls/friendRank.js.meta b/Runtime/wechat-default/open-data/render/tpls/friendRank.js.meta
index 230f45c7..f63d8d95 100644
--- a/Runtime/wechat-default/open-data/render/tpls/friendRank.js.meta
+++ b/Runtime/wechat-default/open-data/render/tpls/friendRank.js.meta
@@ -1,5 +1,5 @@
fileFormatVersion: 2
-guid: 6747feca11d72a4cc10acf33d9628699
+guid: 385289fe27d0ac26653016ebb4030f95
DefaultImporter:
externalObjects: {}
userData:
diff --git a/Runtime/wechat-default/open-data/render/tpls/tips.js.meta b/Runtime/wechat-default/open-data/render/tpls/tips.js.meta
index 3fd59a72..8c2fc304 100644
--- a/Runtime/wechat-default/open-data/render/tpls/tips.js.meta
+++ b/Runtime/wechat-default/open-data/render/tpls/tips.js.meta
@@ -1,5 +1,5 @@
fileFormatVersion: 2
-guid: a613b97a959f02db74bcefa619d4fd21
+guid: 1ef801d7532030fde0f647714f560493
DefaultImporter:
externalObjects: {}
userData:
diff --git a/Runtime/wechat-default/plugin-config.js.meta b/Runtime/wechat-default/plugin-config.js.meta
index 123625fc..d4b449e7 100644
--- a/Runtime/wechat-default/plugin-config.js.meta
+++ b/Runtime/wechat-default/plugin-config.js.meta
@@ -1,5 +1,5 @@
fileFormatVersion: 2
-guid: 4443eac4af695ac271c7264fa93322de
+guid: 5b97b5d70e6b733fdfebc5d5a8739e39
DefaultImporter:
externalObjects: {}
userData:
diff --git a/Runtime/wechat-default/plugins/check-update.js.meta b/Runtime/wechat-default/plugins/check-update.js.meta
index 873a9bdc..84f9dd41 100644
--- a/Runtime/wechat-default/plugins/check-update.js.meta
+++ b/Runtime/wechat-default/plugins/check-update.js.meta
@@ -1,5 +1,5 @@
fileFormatVersion: 2
-guid: 4ef14a3e522f16fc6de3ec8896bec566
+guid: 15760e9fd44556a3b70da8858e657631
DefaultImporter:
externalObjects: {}
userData:
diff --git a/Runtime/wechat-default/plugins/screen-adapter.js.meta b/Runtime/wechat-default/plugins/screen-adapter.js.meta
index f2f14869..dd8f580f 100644
--- a/Runtime/wechat-default/plugins/screen-adapter.js.meta
+++ b/Runtime/wechat-default/plugins/screen-adapter.js.meta
@@ -1,5 +1,5 @@
fileFormatVersion: 2
-guid: 8304f96986f1b64c5cd8d4e303f970a1
+guid: f9879cc01635441006a1159ea60778f3
DefaultImporter:
externalObjects: {}
userData:
diff --git a/Runtime/wechat-default/project.config.json.meta b/Runtime/wechat-default/project.config.json.meta
index 97356305..13b0b73c 100644
--- a/Runtime/wechat-default/project.config.json.meta
+++ b/Runtime/wechat-default/project.config.json.meta
@@ -1,5 +1,5 @@
fileFormatVersion: 2
-guid: de2baf1b43b5459de0519ddd3cc121a7
+guid: d54ecabc5a93b8d7badb80eae7330c10
DefaultImporter:
externalObjects: {}
userData:
diff --git a/Runtime/wechat-default/texture-config.js.meta b/Runtime/wechat-default/texture-config.js.meta
index 5b2a88df..ab93b2d8 100644
--- a/Runtime/wechat-default/texture-config.js.meta
+++ b/Runtime/wechat-default/texture-config.js.meta
@@ -1,5 +1,5 @@
fileFormatVersion: 2
-guid: 1311097456beb0a48247441ad4c1164d
+guid: 1f7552d57b3bc05a343f3bb5997893f7
DefaultImporter:
externalObjects: {}
userData:
diff --git a/Runtime/wechat-default/unity-namespace.js.meta b/Runtime/wechat-default/unity-namespace.js.meta
index 6810a194..a6a6fe13 100644
--- a/Runtime/wechat-default/unity-namespace.js.meta
+++ b/Runtime/wechat-default/unity-namespace.js.meta
@@ -1,5 +1,5 @@
fileFormatVersion: 2
-guid: 06dbe72b646c507910421f359a3e3895
+guid: c987125a34f8221008e087f02af6dea2
DefaultImporter:
externalObjects: {}
userData:
diff --git a/Runtime/wechat-default/unity-sdk/TCPSocket/index.js.meta b/Runtime/wechat-default/unity-sdk/TCPSocket/index.js.meta
index c2ab5c75..60209a60 100644
--- a/Runtime/wechat-default/unity-sdk/TCPSocket/index.js.meta
+++ b/Runtime/wechat-default/unity-sdk/TCPSocket/index.js.meta
@@ -1,5 +1,5 @@
fileFormatVersion: 2
-guid: 45f6fa03e4127f91a26c72c7259ff3f1
+guid: 0eecc13bbf4ad68939caea35520346bb
DefaultImporter:
externalObjects: {}
userData:
diff --git a/Runtime/wechat-default/unity-sdk/UDPSocket/index.js.meta b/Runtime/wechat-default/unity-sdk/UDPSocket/index.js.meta
index a62d9efc..80f1f884 100644
--- a/Runtime/wechat-default/unity-sdk/UDPSocket/index.js.meta
+++ b/Runtime/wechat-default/unity-sdk/UDPSocket/index.js.meta
@@ -1,5 +1,5 @@
fileFormatVersion: 2
-guid: 0e78ee615500f724c4e0427685e5e157
+guid: 090b335fe73e42949860d765f51540b1
DefaultImporter:
externalObjects: {}
userData:
diff --git a/Runtime/wechat-default/unity-sdk/ad.js.meta b/Runtime/wechat-default/unity-sdk/ad.js.meta
index 2eb69279..19eb1485 100644
--- a/Runtime/wechat-default/unity-sdk/ad.js.meta
+++ b/Runtime/wechat-default/unity-sdk/ad.js.meta
@@ -1,5 +1,5 @@
fileFormatVersion: 2
-guid: 8daede83c72b8f852c2ce94b6e65574a
+guid: 247549b875473293dbc5ccbd13a7e948
DefaultImporter:
externalObjects: {}
userData:
diff --git a/Runtime/wechat-default/unity-sdk/audio/common.js.meta b/Runtime/wechat-default/unity-sdk/audio/common.js.meta
index 59cb98b2..6641dd1e 100644
--- a/Runtime/wechat-default/unity-sdk/audio/common.js.meta
+++ b/Runtime/wechat-default/unity-sdk/audio/common.js.meta
@@ -1,5 +1,5 @@
fileFormatVersion: 2
-guid: 684a25b57bdcb7c8c9de48aa3dae4951
+guid: b4ce0b57ba17bf0cb3899ad70ac2dd13
DefaultImporter:
externalObjects: {}
userData:
diff --git a/Runtime/wechat-default/unity-sdk/audio/const.js.meta b/Runtime/wechat-default/unity-sdk/audio/const.js.meta
index 8ab9c22d..3e4d6631 100644
--- a/Runtime/wechat-default/unity-sdk/audio/const.js.meta
+++ b/Runtime/wechat-default/unity-sdk/audio/const.js.meta
@@ -1,5 +1,5 @@
fileFormatVersion: 2
-guid: 9785b321168b39fc634b13e63fcd0498
+guid: cef20590fd719efd77fc1dcb6ffefd6a
DefaultImporter:
externalObjects: {}
userData:
diff --git a/Runtime/wechat-default/unity-sdk/audio/index.js.meta b/Runtime/wechat-default/unity-sdk/audio/index.js.meta
index 36806e2c..43df6f1d 100644
--- a/Runtime/wechat-default/unity-sdk/audio/index.js.meta
+++ b/Runtime/wechat-default/unity-sdk/audio/index.js.meta
@@ -1,5 +1,5 @@
fileFormatVersion: 2
-guid: 130e76f958a0be7ef1c42b99e9947973
+guid: 4390fb7ac0157f17db7ec1203d2ec812
DefaultImporter:
externalObjects: {}
userData:
diff --git a/Runtime/wechat-default/unity-sdk/audio/inner-audio.js.meta b/Runtime/wechat-default/unity-sdk/audio/inner-audio.js.meta
index c6ef9738..914f53ca 100644
--- a/Runtime/wechat-default/unity-sdk/audio/inner-audio.js.meta
+++ b/Runtime/wechat-default/unity-sdk/audio/inner-audio.js.meta
@@ -1,5 +1,5 @@
fileFormatVersion: 2
-guid: 576ee76d08902a2f168ddb093d2bee9e
+guid: 9e1ebf5d8ae5ba8fef2a896583b4261a
DefaultImporter:
externalObjects: {}
userData:
diff --git a/Runtime/wechat-default/unity-sdk/audio/store.js.meta b/Runtime/wechat-default/unity-sdk/audio/store.js.meta
index 1d3d5233..156fb6a7 100644
--- a/Runtime/wechat-default/unity-sdk/audio/store.js.meta
+++ b/Runtime/wechat-default/unity-sdk/audio/store.js.meta
@@ -1,5 +1,5 @@
fileFormatVersion: 2
-guid: 8c6ea9adc508ac1ac590613b9d5b1784
+guid: 7b980efc8e9f88ed34e9a986f2358c15
DefaultImporter:
externalObjects: {}
userData:
diff --git a/Runtime/wechat-default/unity-sdk/audio/unity-audio.js.meta b/Runtime/wechat-default/unity-sdk/audio/unity-audio.js.meta
index 6b851d2a..0c84d30d 100644
--- a/Runtime/wechat-default/unity-sdk/audio/unity-audio.js.meta
+++ b/Runtime/wechat-default/unity-sdk/audio/unity-audio.js.meta
@@ -1,5 +1,5 @@
fileFormatVersion: 2
-guid: ae9b13f90486ece4cdb21774f01cd0c5
+guid: 57e85de5187cbd301a056285356ce448
DefaultImporter:
externalObjects: {}
userData:
diff --git a/Runtime/wechat-default/unity-sdk/audio/utils.js.meta b/Runtime/wechat-default/unity-sdk/audio/utils.js.meta
index ea2c908d..53d09cf0 100644
--- a/Runtime/wechat-default/unity-sdk/audio/utils.js.meta
+++ b/Runtime/wechat-default/unity-sdk/audio/utils.js.meta
@@ -1,5 +1,5 @@
fileFormatVersion: 2
-guid: f3d523e7f6d034de1f61f24c031f4640
+guid: 7b3f84d3b2b64210d0a8d58d6430057f
DefaultImporter:
externalObjects: {}
userData:
diff --git a/Runtime/wechat-default/unity-sdk/authorize.js.meta b/Runtime/wechat-default/unity-sdk/authorize.js.meta
index 4ebc3c6d..e9df9e60 100644
--- a/Runtime/wechat-default/unity-sdk/authorize.js.meta
+++ b/Runtime/wechat-default/unity-sdk/authorize.js.meta
@@ -1,5 +1,5 @@
fileFormatVersion: 2
-guid: ea222da2a46a03b26fb6fddaa563d326
+guid: 47464e8994130837c492f76d1d7dcd12
DefaultImporter:
externalObjects: {}
userData:
diff --git a/Runtime/wechat-default/unity-sdk/bluetooth/index.js.meta b/Runtime/wechat-default/unity-sdk/bluetooth/index.js.meta
index 22242658..305ac347 100644
--- a/Runtime/wechat-default/unity-sdk/bluetooth/index.js.meta
+++ b/Runtime/wechat-default/unity-sdk/bluetooth/index.js.meta
@@ -1,5 +1,5 @@
fileFormatVersion: 2
-guid: 45519e407f3eb80ae96a913a9e122a81
+guid: 19747bc4085d8abb05c4d73675dd5d3f
DefaultImporter:
externalObjects: {}
userData:
diff --git a/Runtime/wechat-default/unity-sdk/camera.js.meta b/Runtime/wechat-default/unity-sdk/camera.js.meta
index ac568bb5..5179cd4a 100644
--- a/Runtime/wechat-default/unity-sdk/camera.js.meta
+++ b/Runtime/wechat-default/unity-sdk/camera.js.meta
@@ -1,5 +1,5 @@
fileFormatVersion: 2
-guid: 3973c60ca04b2392fc4cb70716889870
+guid: c7570fd15026c9d1c58eef0343fc7efe
DefaultImporter:
externalObjects: {}
userData:
diff --git a/Runtime/wechat-default/unity-sdk/canvas-context.js.meta b/Runtime/wechat-default/unity-sdk/canvas-context.js.meta
index ad4a04c1..71146002 100644
--- a/Runtime/wechat-default/unity-sdk/canvas-context.js.meta
+++ b/Runtime/wechat-default/unity-sdk/canvas-context.js.meta
@@ -1,5 +1,5 @@
fileFormatVersion: 2
-guid: 9ce87d651a07073a1e14dcc98cd5f312
+guid: 8f1ca63c84028241be35e7652d0fff78
DefaultImporter:
externalObjects: {}
userData:
diff --git a/Runtime/wechat-default/unity-sdk/canvas.js.meta b/Runtime/wechat-default/unity-sdk/canvas.js.meta
index 669effa2..693d86d7 100644
--- a/Runtime/wechat-default/unity-sdk/canvas.js.meta
+++ b/Runtime/wechat-default/unity-sdk/canvas.js.meta
@@ -1,5 +1,5 @@
fileFormatVersion: 2
-guid: 8c613789a53df8540602fba57b46ecb3
+guid: 49532fbc34378a0dd3ab7d96d17b4850
DefaultImporter:
externalObjects: {}
userData:
diff --git a/Runtime/wechat-default/unity-sdk/chat.js.meta b/Runtime/wechat-default/unity-sdk/chat.js.meta
index 93b80505..0aabb3a0 100644
--- a/Runtime/wechat-default/unity-sdk/chat.js.meta
+++ b/Runtime/wechat-default/unity-sdk/chat.js.meta
@@ -1,5 +1,5 @@
fileFormatVersion: 2
-guid: ef1cd57d268df0adbc3d8570c47779cf
+guid: 5775d981150e9083cebdc2fa193507c5
DefaultImporter:
externalObjects: {}
userData:
diff --git a/Runtime/wechat-default/unity-sdk/cloud.js.meta b/Runtime/wechat-default/unity-sdk/cloud.js.meta
index d7d69b84..697f59cb 100644
--- a/Runtime/wechat-default/unity-sdk/cloud.js.meta
+++ b/Runtime/wechat-default/unity-sdk/cloud.js.meta
@@ -1,5 +1,5 @@
fileFormatVersion: 2
-guid: 45265d2d7c28c607da7d494b4ffcd260
+guid: e2ffba55d0a189759cef10b0e8aaa3a3
DefaultImporter:
externalObjects: {}
userData:
diff --git a/Runtime/wechat-default/unity-sdk/conf.js.meta b/Runtime/wechat-default/unity-sdk/conf.js.meta
index f2acac24..3d8089f7 100644
--- a/Runtime/wechat-default/unity-sdk/conf.js.meta
+++ b/Runtime/wechat-default/unity-sdk/conf.js.meta
@@ -1,5 +1,5 @@
fileFormatVersion: 2
-guid: b21d2377420e8a5b6a0f51e81c8dba51
+guid: eb3b14bb329f2b6123985669cfe3d344
DefaultImporter:
externalObjects: {}
userData:
diff --git a/Runtime/wechat-default/unity-sdk/file-info.js.meta b/Runtime/wechat-default/unity-sdk/file-info.js.meta
index d347fd26..71e1ae60 100644
--- a/Runtime/wechat-default/unity-sdk/file-info.js.meta
+++ b/Runtime/wechat-default/unity-sdk/file-info.js.meta
@@ -1,5 +1,5 @@
fileFormatVersion: 2
-guid: 0de703deb767d158ccb0c3c9e5612c09
+guid: b9c7cea0ff59ff341026e4d1b494f5b6
DefaultImporter:
externalObjects: {}
userData:
diff --git a/Runtime/wechat-default/unity-sdk/fix.js.meta b/Runtime/wechat-default/unity-sdk/fix.js.meta
index 3f57f1c7..f3819dc7 100644
--- a/Runtime/wechat-default/unity-sdk/fix.js.meta
+++ b/Runtime/wechat-default/unity-sdk/fix.js.meta
@@ -1,5 +1,5 @@
fileFormatVersion: 2
-guid: 171429f42e748689df06c8df93fea2ad
+guid: 1f0f23dacba790110b028121fedead20
DefaultImporter:
externalObjects: {}
userData:
diff --git a/Runtime/wechat-default/unity-sdk/font/fix-cmap.js.meta b/Runtime/wechat-default/unity-sdk/font/fix-cmap.js.meta
index b8564be7..6269914e 100644
--- a/Runtime/wechat-default/unity-sdk/font/fix-cmap.js.meta
+++ b/Runtime/wechat-default/unity-sdk/font/fix-cmap.js.meta
@@ -1,5 +1,5 @@
fileFormatVersion: 2
-guid: 184156084aa712ce7855da7c56dbc475
+guid: 2dad61cef859b9b777565a012687121d
DefaultImporter:
externalObjects: {}
userData:
diff --git a/Runtime/wechat-default/unity-sdk/font/index.js.meta b/Runtime/wechat-default/unity-sdk/font/index.js.meta
index 23a6d952..803dba18 100644
--- a/Runtime/wechat-default/unity-sdk/font/index.js.meta
+++ b/Runtime/wechat-default/unity-sdk/font/index.js.meta
@@ -1,5 +1,5 @@
fileFormatVersion: 2
-guid: 91371ae83dbe5a99a29c411ee26d71d0
+guid: 9014bdf6c7bc47f521e8f3accc3d3326
DefaultImporter:
externalObjects: {}
userData:
diff --git a/Runtime/wechat-default/unity-sdk/font/read-metrics.js.meta b/Runtime/wechat-default/unity-sdk/font/read-metrics.js.meta
index 967cf3a1..a847f1c5 100644
--- a/Runtime/wechat-default/unity-sdk/font/read-metrics.js.meta
+++ b/Runtime/wechat-default/unity-sdk/font/read-metrics.js.meta
@@ -1,5 +1,5 @@
fileFormatVersion: 2
-guid: c4bfab4324f6040508dfa6765dfbeb27
+guid: d3630b475b3182ed63c03ef64ecee629
DefaultImporter:
externalObjects: {}
userData:
diff --git a/Runtime/wechat-default/unity-sdk/font/split-sc.js.meta b/Runtime/wechat-default/unity-sdk/font/split-sc.js.meta
index aade9784..117ba42d 100644
--- a/Runtime/wechat-default/unity-sdk/font/split-sc.js.meta
+++ b/Runtime/wechat-default/unity-sdk/font/split-sc.js.meta
@@ -1,5 +1,5 @@
fileFormatVersion: 2
-guid: b29ee09cd6726f67a88481a0fcfe02e5
+guid: cb5c75ec5d51e2c20a9510c6ca6a6af7
DefaultImporter:
externalObjects: {}
userData:
diff --git a/Runtime/wechat-default/unity-sdk/font/util.js.meta b/Runtime/wechat-default/unity-sdk/font/util.js.meta
index f3abe3c2..f7304f19 100644
--- a/Runtime/wechat-default/unity-sdk/font/util.js.meta
+++ b/Runtime/wechat-default/unity-sdk/font/util.js.meta
@@ -1,5 +1,5 @@
fileFormatVersion: 2
-guid: db8af3bf51cd566cad4d59bfebff7577
+guid: 3598a3830914bfb13142f96e81ec68ed
DefaultImporter:
externalObjects: {}
userData:
diff --git a/Runtime/wechat-default/unity-sdk/fs.js.meta b/Runtime/wechat-default/unity-sdk/fs.js.meta
index 73215e0f..b68cfc9f 100644
--- a/Runtime/wechat-default/unity-sdk/fs.js.meta
+++ b/Runtime/wechat-default/unity-sdk/fs.js.meta
@@ -1,5 +1,5 @@
fileFormatVersion: 2
-guid: 999c915ba5fcef9fae97a3e4a4fd0a06
+guid: 2b5f8158cca52f21dd4c6bbe9b43af53
DefaultImporter:
externalObjects: {}
userData:
diff --git a/Runtime/wechat-default/unity-sdk/game-club.js.meta b/Runtime/wechat-default/unity-sdk/game-club.js.meta
index 94086dda..c3592a85 100644
--- a/Runtime/wechat-default/unity-sdk/game-club.js.meta
+++ b/Runtime/wechat-default/unity-sdk/game-club.js.meta
@@ -1,5 +1,5 @@
fileFormatVersion: 2
-guid: f92e5a2f1b0bf108adfad7a9f6964383
+guid: 7587a56de11a586274e7117482ee9058
DefaultImporter:
externalObjects: {}
userData:
diff --git a/Runtime/wechat-default/unity-sdk/game-recorder.js.meta b/Runtime/wechat-default/unity-sdk/game-recorder.js.meta
index 9a41db95..f632cebe 100644
--- a/Runtime/wechat-default/unity-sdk/game-recorder.js.meta
+++ b/Runtime/wechat-default/unity-sdk/game-recorder.js.meta
@@ -1,5 +1,5 @@
fileFormatVersion: 2
-guid: a80867f904e307691538bff5ae5870cc
+guid: 8cea0eac6ec9429d2968458aa607fb57
DefaultImporter:
externalObjects: {}
userData:
diff --git a/Runtime/wechat-default/unity-sdk/gyroscope/index.js.meta b/Runtime/wechat-default/unity-sdk/gyroscope/index.js.meta
index 8b46e4a1..6a6a8c69 100644
--- a/Runtime/wechat-default/unity-sdk/gyroscope/index.js.meta
+++ b/Runtime/wechat-default/unity-sdk/gyroscope/index.js.meta
@@ -1,5 +1,5 @@
fileFormatVersion: 2
-guid: c4bf53eba492af4b430bc02aa0dfbbec
+guid: 422be23e575ccefac3178027e949bfd8
DefaultImporter:
externalObjects: {}
userData:
diff --git a/Runtime/wechat-default/unity-sdk/index.js.meta b/Runtime/wechat-default/unity-sdk/index.js.meta
index 65ba9b34..7551ba47 100644
--- a/Runtime/wechat-default/unity-sdk/index.js.meta
+++ b/Runtime/wechat-default/unity-sdk/index.js.meta
@@ -1,5 +1,5 @@
fileFormatVersion: 2
-guid: 12eff806b3a22387d38c1a3fd211a928
+guid: aa3b105a1516480d4119384b8712416f
DefaultImporter:
externalObjects: {}
userData:
diff --git a/Runtime/wechat-default/unity-sdk/logger.js.meta b/Runtime/wechat-default/unity-sdk/logger.js.meta
index f729770f..00c37023 100644
--- a/Runtime/wechat-default/unity-sdk/logger.js.meta
+++ b/Runtime/wechat-default/unity-sdk/logger.js.meta
@@ -1,5 +1,5 @@
fileFormatVersion: 2
-guid: d51f23813ca5b911e7e7b935e3fb14b4
+guid: 8b3263cdced3c840a4de6b73b2658aba
DefaultImporter:
externalObjects: {}
userData:
diff --git a/Runtime/wechat-default/unity-sdk/mobileKeyboard/index.js.meta b/Runtime/wechat-default/unity-sdk/mobileKeyboard/index.js.meta
index 03d43fbc..1a8e409e 100644
--- a/Runtime/wechat-default/unity-sdk/mobileKeyboard/index.js.meta
+++ b/Runtime/wechat-default/unity-sdk/mobileKeyboard/index.js.meta
@@ -1,5 +1,5 @@
fileFormatVersion: 2
-guid: 4ddb8d3780c2a013af92abc2c5797c73
+guid: 361962aaba0d7085ab4dc81f5ea9f034
DefaultImporter:
externalObjects: {}
userData:
diff --git a/Runtime/wechat-default/unity-sdk/module-helper.js.meta b/Runtime/wechat-default/unity-sdk/module-helper.js.meta
index e503949f..a57794d9 100644
--- a/Runtime/wechat-default/unity-sdk/module-helper.js.meta
+++ b/Runtime/wechat-default/unity-sdk/module-helper.js.meta
@@ -1,5 +1,5 @@
fileFormatVersion: 2
-guid: 506d688797371bbdac6b09db970ef7bb
+guid: 9e09dc75e5e48b20233189e677fd1775
DefaultImporter:
externalObjects: {}
userData:
diff --git a/Runtime/wechat-default/unity-sdk/open-data.js.meta b/Runtime/wechat-default/unity-sdk/open-data.js.meta
index 404a504a..39df77b7 100644
--- a/Runtime/wechat-default/unity-sdk/open-data.js.meta
+++ b/Runtime/wechat-default/unity-sdk/open-data.js.meta
@@ -1,5 +1,5 @@
fileFormatVersion: 2
-guid: ae07954cdb6c7e448d90cdcbc5987fc3
+guid: abc995aa08c359893d44a85616b26bcd
DefaultImporter:
externalObjects: {}
userData:
diff --git a/Runtime/wechat-default/unity-sdk/recorder.js.meta b/Runtime/wechat-default/unity-sdk/recorder.js.meta
index 7573917d..f4993f1b 100644
--- a/Runtime/wechat-default/unity-sdk/recorder.js.meta
+++ b/Runtime/wechat-default/unity-sdk/recorder.js.meta
@@ -1,5 +1,5 @@
fileFormatVersion: 2
-guid: 29754a8d4e0f77f87560bbab3431c18e
+guid: 41d455ab1910ee3f80bc5e4da9f5082d
DefaultImporter:
externalObjects: {}
userData:
diff --git a/Runtime/wechat-default/unity-sdk/resType.js b/Runtime/wechat-default/unity-sdk/resType.js
index 29bf16b5..7ce705b8 100644
--- a/Runtime/wechat-default/unity-sdk/resType.js
+++ b/Runtime/wechat-default/unity-sdk/resType.js
@@ -574,10 +574,6 @@ export const ResType = {
weakNet: 'bool',
errMsg: 'string',
},
- GetPhoneNumberOption: {
- isRealtime: 'bool',
- phoneNumberNoQuotaToast: 'bool',
- },
GetPrivacySettingSuccessCallbackResult: {
needAuthorization: 'bool',
privacyContractName: 'string',
diff --git a/Runtime/wechat-default/unity-sdk/resType.js.meta b/Runtime/wechat-default/unity-sdk/resType.js.meta
index 9ffcf9c7..a6d7fb08 100644
--- a/Runtime/wechat-default/unity-sdk/resType.js.meta
+++ b/Runtime/wechat-default/unity-sdk/resType.js.meta
@@ -1,5 +1,5 @@
fileFormatVersion: 2
-guid: 72c4bd6d8771d6f3cc896ed107a76e6b
+guid: 82fa6815ca9707acb4552834b3546eb0
DefaultImporter:
externalObjects: {}
userData:
diff --git a/Runtime/wechat-default/unity-sdk/resTypeOther.js.meta b/Runtime/wechat-default/unity-sdk/resTypeOther.js.meta
index 6c9e22b9..35ab28d3 100644
--- a/Runtime/wechat-default/unity-sdk/resTypeOther.js.meta
+++ b/Runtime/wechat-default/unity-sdk/resTypeOther.js.meta
@@ -1,5 +1,5 @@
fileFormatVersion: 2
-guid: 39d8f6f9acab71c1e2edaf631034306f
+guid: 382d3f8523177c694d3da647b555ea55
DefaultImporter:
externalObjects: {}
userData:
diff --git a/Runtime/wechat-default/unity-sdk/response.js.meta b/Runtime/wechat-default/unity-sdk/response.js.meta
index 85aed6e5..05f5b90e 100644
--- a/Runtime/wechat-default/unity-sdk/response.js.meta
+++ b/Runtime/wechat-default/unity-sdk/response.js.meta
@@ -1,5 +1,5 @@
fileFormatVersion: 2
-guid: dff0d17016bb3bdd0307855a09fb574c
+guid: 7eaa3eee095f0773e5f0c14feb05123c
DefaultImporter:
externalObjects: {}
userData:
diff --git a/Runtime/wechat-default/unity-sdk/sdk.js b/Runtime/wechat-default/unity-sdk/sdk.js
index 40798030..cb4fc1e8 100644
--- a/Runtime/wechat-default/unity-sdk/sdk.js
+++ b/Runtime/wechat-default/unity-sdk/sdk.js
@@ -998,6 +998,30 @@ export default {
},
});
},
+ WX_GetPhoneNumber(conf, callbackId) {
+ const config = formatJsonStr(conf);
+ wx.getPhoneNumber({
+ ...config,
+ success(res) {
+ formatResponse('GeneralCallbackResult', res);
+ moduleHelper.send('GetPhoneNumberCallback', JSON.stringify({
+ callbackId, type: 'success', res: JSON.stringify(res),
+ }));
+ },
+ fail(res) {
+ formatResponse('GeneralCallbackResult', res);
+ moduleHelper.send('GetPhoneNumberCallback', JSON.stringify({
+ callbackId, type: 'fail', res: JSON.stringify(res),
+ }));
+ },
+ complete(res) {
+ formatResponse('GeneralCallbackResult', res);
+ moduleHelper.send('GetPhoneNumberCallback', JSON.stringify({
+ callbackId, type: 'complete', res: JSON.stringify(res),
+ }));
+ },
+ });
+ },
WX_GetPrivacySetting(conf, callbackId) {
const config = formatJsonStr(conf);
wx.getPrivacySetting({
@@ -3335,9 +3359,6 @@ export default {
WX_ExitPointerLock() {
wx.exitPointerLock();
},
- WX_GetPhoneNumber(option) {
- wx.getPhoneNumber(formatJsonStr(option));
- },
WX_OperateGameRecorderVideo(option) {
wx.operateGameRecorderVideo(formatJsonStr(option));
},
diff --git a/Runtime/wechat-default/unity-sdk/sdk.js.meta b/Runtime/wechat-default/unity-sdk/sdk.js.meta
index 7c7587a6..38a12d0d 100644
--- a/Runtime/wechat-default/unity-sdk/sdk.js.meta
+++ b/Runtime/wechat-default/unity-sdk/sdk.js.meta
@@ -1,5 +1,5 @@
fileFormatVersion: 2
-guid: 8824e4fc47cf1ffa94be3b31482aa1a5
+guid: a8df2f6870516d7cce37b63a497d5ffd
DefaultImporter:
externalObjects: {}
userData:
diff --git a/Runtime/wechat-default/unity-sdk/share.js.meta b/Runtime/wechat-default/unity-sdk/share.js.meta
index c25ec920..36b7c562 100644
--- a/Runtime/wechat-default/unity-sdk/share.js.meta
+++ b/Runtime/wechat-default/unity-sdk/share.js.meta
@@ -1,5 +1,5 @@
fileFormatVersion: 2
-guid: 1bb2a6a03c5bf4ab5275ad5c07521cab
+guid: 51a6aafbfa76347cf416acafc8aed4ac
DefaultImporter:
externalObjects: {}
userData:
diff --git a/Runtime/wechat-default/unity-sdk/storage.js.meta b/Runtime/wechat-default/unity-sdk/storage.js.meta
index dbae03a0..226f8ce2 100644
--- a/Runtime/wechat-default/unity-sdk/storage.js.meta
+++ b/Runtime/wechat-default/unity-sdk/storage.js.meta
@@ -1,5 +1,5 @@
fileFormatVersion: 2
-guid: f57e7ae6f164032d98b9b9422cd5e4f7
+guid: b7ece084002b4aa243fe3850db65acd5
DefaultImporter:
externalObjects: {}
userData:
diff --git a/Runtime/wechat-default/unity-sdk/texture.js.meta b/Runtime/wechat-default/unity-sdk/texture.js.meta
index b51e3ad2..dcc0bc89 100644
--- a/Runtime/wechat-default/unity-sdk/texture.js.meta
+++ b/Runtime/wechat-default/unity-sdk/texture.js.meta
@@ -1,5 +1,5 @@
fileFormatVersion: 2
-guid: 7c9c08a17183a441711278504d53138b
+guid: 47e09d2c99c64a9ee288eae3f50226f9
DefaultImporter:
externalObjects: {}
userData:
diff --git a/Runtime/wechat-default/unity-sdk/touch/index.js.meta b/Runtime/wechat-default/unity-sdk/touch/index.js.meta
index a2ea26df..963a5a5d 100644
--- a/Runtime/wechat-default/unity-sdk/touch/index.js.meta
+++ b/Runtime/wechat-default/unity-sdk/touch/index.js.meta
@@ -1,5 +1,5 @@
fileFormatVersion: 2
-guid: 1e0e0d7bb9383f65a05d6087692efce5
+guid: c1f47b1948c17a8a7e82f9a226372138
DefaultImporter:
externalObjects: {}
userData:
diff --git a/Runtime/wechat-default/unity-sdk/upload-file.js.meta b/Runtime/wechat-default/unity-sdk/upload-file.js.meta
index 0e2fe290..067a59b0 100644
--- a/Runtime/wechat-default/unity-sdk/upload-file.js.meta
+++ b/Runtime/wechat-default/unity-sdk/upload-file.js.meta
@@ -1,5 +1,5 @@
fileFormatVersion: 2
-guid: 30b723cf4056452087c3508abf722733
+guid: 7ec6bd5d37fc4edc0d8b26fa29da4e15
DefaultImporter:
externalObjects: {}
userData:
diff --git a/Runtime/wechat-default/unity-sdk/userinfo.js.meta b/Runtime/wechat-default/unity-sdk/userinfo.js.meta
index 831542af..88894175 100644
--- a/Runtime/wechat-default/unity-sdk/userinfo.js.meta
+++ b/Runtime/wechat-default/unity-sdk/userinfo.js.meta
@@ -1,5 +1,5 @@
fileFormatVersion: 2
-guid: 55445ce6ec7b8e7a2be46c71a8271038
+guid: a716a82382ed1e9acfa4f66610f1f270
DefaultImporter:
externalObjects: {}
userData:
diff --git a/Runtime/wechat-default/unity-sdk/util.js.meta b/Runtime/wechat-default/unity-sdk/util.js.meta
index b02bd2c6..ffa26891 100644
--- a/Runtime/wechat-default/unity-sdk/util.js.meta
+++ b/Runtime/wechat-default/unity-sdk/util.js.meta
@@ -1,5 +1,5 @@
fileFormatVersion: 2
-guid: 0abfa986fc084cb3065eeac56e6bb3bd
+guid: 6288291ff8d2788c7c92c304beaf251d
DefaultImporter:
externalObjects: {}
userData:
diff --git a/Runtime/wechat-default/unity-sdk/utils.js.meta b/Runtime/wechat-default/unity-sdk/utils.js.meta
index a46239eb..339c529f 100644
--- a/Runtime/wechat-default/unity-sdk/utils.js.meta
+++ b/Runtime/wechat-default/unity-sdk/utils.js.meta
@@ -1,5 +1,5 @@
fileFormatVersion: 2
-guid: ce05d0a8d12fcba9cae4a324fc1311dc
+guid: 033f168f1096f3e6d31f3e4093e41696
DefaultImporter:
externalObjects: {}
userData:
diff --git a/Runtime/wechat-default/unity-sdk/video.js.meta b/Runtime/wechat-default/unity-sdk/video.js.meta
index 6d44ac98..725a85fd 100644
--- a/Runtime/wechat-default/unity-sdk/video.js.meta
+++ b/Runtime/wechat-default/unity-sdk/video.js.meta
@@ -1,5 +1,5 @@
fileFormatVersion: 2
-guid: 2fa42933f3bc9c3910d769e729a81438
+guid: 6c8cac327a64845b5be4d4dc8c58f7a0
DefaultImporter:
externalObjects: {}
userData:
diff --git a/Runtime/wechat-default/unity-sdk/video/index.js.meta b/Runtime/wechat-default/unity-sdk/video/index.js.meta
index c2f0cceb..9c141eb4 100644
--- a/Runtime/wechat-default/unity-sdk/video/index.js.meta
+++ b/Runtime/wechat-default/unity-sdk/video/index.js.meta
@@ -1,5 +1,5 @@
fileFormatVersion: 2
-guid: c9550783a6ed3cb145a57852e11a1386
+guid: cab17ee437522be73e417bd4261703b1
DefaultImporter:
externalObjects: {}
userData:
diff --git a/Runtime/wechat-default/wasmcode/game.js.meta b/Runtime/wechat-default/wasmcode/game.js.meta
index 9001d291..91f52d11 100644
--- a/Runtime/wechat-default/wasmcode/game.js.meta
+++ b/Runtime/wechat-default/wasmcode/game.js.meta
@@ -1,5 +1,5 @@
fileFormatVersion: 2
-guid: bafdff1f3d984460fc4905df97befc67
+guid: fd9301ed211b0ad97cc5d94668946998
DefaultImporter:
externalObjects: {}
userData:
diff --git a/Runtime/wechat-default/weapp-adapter.js.meta b/Runtime/wechat-default/weapp-adapter.js.meta
index 7e018c03..22fc7dd3 100644
--- a/Runtime/wechat-default/weapp-adapter.js.meta
+++ b/Runtime/wechat-default/weapp-adapter.js.meta
@@ -1,5 +1,5 @@
fileFormatVersion: 2
-guid: 939a1fc966d7b32abe8d23ac43eb24cf
+guid: adae30c69f00c6eee0737ce43d1cd1cf
DefaultImporter:
externalObjects: {}
userData:
diff --git a/Runtime/wechat-default/workers/response/index.js.meta b/Runtime/wechat-default/workers/response/index.js.meta
index e12901da..a5dc6d1b 100644
--- a/Runtime/wechat-default/workers/response/index.js.meta
+++ b/Runtime/wechat-default/workers/response/index.js.meta
@@ -1,5 +1,5 @@
fileFormatVersion: 2
-guid: c673447367bb5a0b59bf3b94657f6406
+guid: f51e597dfc73c640bf038cafe8b9dc1e
DefaultImporter:
externalObjects: {}
userData:
diff --git a/WebGLTemplates/WXTemplate/index.html b/WebGLTemplates/WXTemplate/index.html
index 94072bb2..c56c9dc1 100644
--- a/WebGLTemplates/WXTemplate/index.html
+++ b/WebGLTemplates/WXTemplate/index.html
@@ -416,6 +416,7 @@
WX_GetInferenceEnvInfo(conf, callbackId){},
WX_GetLocalIPAddress(conf, callbackId){},
WX_GetNetworkType(conf, callbackId){},
+ WX_GetPhoneNumber(conf, callbackId){},
WX_GetPrivacySetting(conf, callbackId){},
WX_GetScreenBrightness(conf, callbackId){},
WX_GetScreenRecordingState(conf, callbackId){},
@@ -515,7 +516,6 @@
WX_OpenBusinessView(conf, callbackId){},
WX_ExitPointerLock() {},
- WX_GetPhoneNumber() {},
WX_OperateGameRecorderVideo() {},
WX_RemoveStorageSync() {},
WX_ReportEvent() {},
diff --git a/WebGLTemplates/WXTemplate2020/index.html b/WebGLTemplates/WXTemplate2020/index.html
index 0898164e..16fefe78 100644
--- a/WebGLTemplates/WXTemplate2020/index.html
+++ b/WebGLTemplates/WXTemplate2020/index.html
@@ -488,6 +488,7 @@
WX_GetInferenceEnvInfo(conf, callbackId){},
WX_GetLocalIPAddress(conf, callbackId){},
WX_GetNetworkType(conf, callbackId){},
+ WX_GetPhoneNumber(conf, callbackId){},
WX_GetPrivacySetting(conf, callbackId){},
WX_GetScreenBrightness(conf, callbackId){},
WX_GetScreenRecordingState(conf, callbackId){},
@@ -587,7 +588,6 @@
WX_OpenBusinessView(conf, callbackId){},
WX_ExitPointerLock() {},
- WX_GetPhoneNumber() {},
WX_OperateGameRecorderVideo() {},
WX_RemoveStorageSync() {},
WX_ReportEvent() {},
diff --git a/WebGLTemplates/WXTemplate2022/index.html b/WebGLTemplates/WXTemplate2022/index.html
index 5a72d381..f97b1ff8 100755
--- a/WebGLTemplates/WXTemplate2022/index.html
+++ b/WebGLTemplates/WXTemplate2022/index.html
@@ -565,6 +565,7 @@
WX_GetInferenceEnvInfo(conf, callbackId){},
WX_GetLocalIPAddress(conf, callbackId){},
WX_GetNetworkType(conf, callbackId){},
+ WX_GetPhoneNumber(conf, callbackId){},
WX_GetPrivacySetting(conf, callbackId){},
WX_GetScreenBrightness(conf, callbackId){},
WX_GetScreenRecordingState(conf, callbackId){},
@@ -664,7 +665,6 @@
WX_OpenBusinessView(conf, callbackId){},
WX_ExitPointerLock() {},
- WX_GetPhoneNumber() {},
WX_OperateGameRecorderVideo() {},
WX_RemoveStorageSync() {},
WX_ReportEvent() {},