Skip to content

Commit 7720c28

Browse files
author
uhu
committed
feat: update sdk
1 parent 834af8e commit 7720c28

File tree

196 files changed

+12296
-15699
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

196 files changed

+12296
-15699
lines changed

Demo/API_V2/Assets/WX-WASM-SDK-V2/CHANGELOG.md

Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,47 @@ Removed - 删除功能/接口
66
Fixed - 修复问题
77
Others - 其他
88
-->
9+
## 2024-5-15 【普通更新】
10+
### Feature
11+
* 普通:支持JS构建模板,请查阅[模板文档](https://wechat-miniprogram.github.io/minigame-unity-webgl-transform/Design/BuildTemplate.html)
12+
* 普通:调整启动封面表现,默认进度动画加速
13+
* 普通:writeFile/unlink操作文件时同步更新启动插件维护的缓存信息
14+
* 普通:支持自定义微信系统字体字符集
15+
* 普通:网络接口如UnityWebRequest支持通过添加特殊请求头`request.SetRequestHeader("wechatminigame-preload", "1")`做预下载,缓存到用户目录但不增加unity内存。当需要使用时不增加请求头重新请求即可从用户目录读取缓存使用。
16+
* 普通:网络接口如UnityWebRequest支持通过添加特殊请求头`request.SetRequestHeader("wechatminigame-skipclean", "1")`不做旧缓存淘汰。
17+
* 普通:适配插件版本升级到1.2.50
18+
19+
## 2024-5-15 【普通更新】
20+
### Fixed
21+
* 普通:修复团结版dotnet wasm加载报错
22+
* 普通:修复音频的长度为负数时的异常stop
23+
* 普通:修复配置文件重置bug
24+
25+
## 2024-4-17 【普通更新】
26+
### Feature
27+
* 普通:编译参数增加ERROR_ON_UNDEFINED_SYMBOLS
28+
* 适配插件版本升级到1.2.45
29+
### Fixed
30+
* 普通:修复团结版dotnet wasm加载报错
31+
* 普通:修复音频的长度为负数时的异常stop
32+
* 普通:修复配置文件重置bug
33+
34+
## 2024-4-3 【重要更新】
35+
包含重要bugfix、特性支持
36+
### Fixed
37+
* 重要:修复UDP接口处理buffer
38+
* 重要:修复unity-namespace.js部分环境变量丢失问题
39+
40+
## 2024-3-28 【普通更新】
41+
### Feature
42+
* 普通:优化对团结版的导出支持
43+
### Fixed
44+
* 普通:兼容PlayDelayed播放
45+
* 普通:兼容FMOD2.02版本
46+
* 普通:修复FState偶现报错
47+
948
## 2024-3-5 【普通更新】
49+
### Feature
1050
* 普通:WXAssetBundle支持切换CDN
1151
* 普通:优化VideoPlayer组件
1252
* 普通:更新小游戏模板捕获全局错误
Binary file not shown.

Demo/API_V2/Assets/WX-WASM-SDK-V2/Editor/Brotli/linux_x86_64/libbrotlicommon.so.meta

Lines changed: 27 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Binary file not shown.

Demo/API_V2/Assets/WX-WASM-SDK-V2/Editor/Brotli/linux_x86_64/libbrotlienc.so.meta

Lines changed: 27 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Binary file not shown.

Demo/API_V2/Assets/WX-WASM-SDK-V2/Editor/Brotli/macos/libbrotlicommon.dylib.meta

Lines changed: 27 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Binary file not shown.

Demo/API_V2/Assets/WX-WASM-SDK-V2/Editor/Brotli/macos/libbrotlienc.dylib.meta

Lines changed: 27 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Binary file not shown.

0 commit comments

Comments
 (0)