Skip to content

Commit 9e7e6fc

Browse files
author
uhu
committed
feat: update doc
1 parent 3af35a6 commit 9e7e6fc

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

Demo/Ranking/Packages/manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"dependencies": {
3-
"com.qq.weixin.minigame": "https://github.com/wechat-miniprogram/minigame-tuanjie-transform-sdk.git#pre-v0.1.23",
3+
"com.qq.weixin.minigame": "https://github.com/wechat-miniprogram/minigame-tuanjie-transform-sdk.git#pre-v0.1.25",
44
"com.unity.collab-proxy": "1.15.15",
55
"com.unity.ide.rider": "3.0.13",
66
"com.unity.ide.visualstudio": "2.0.14",

Design/AudioAndVideo.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ FMOD 原理:
5656

5757
| 参数 | 版本 |
5858
| ----------- | --------------------------- |
59-
| IOS 高性能+ | 8.0.55 |
59+
| IOS 高性能+ | 8.0.55 |
6060
| IOS 高性能 | 8.0.41 |
6161
| 安卓 | 8.0.40 |
6262
| PC | 基础库 3.2.1 |
@@ -90,3 +90,7 @@ FMOD 原理:
9090

9191
- 需要开启高性能模式
9292

93+
7. VideoPlayer 的路径可以填哪些?
94+
95+
- 支持填 cdn,微信本地文件路径,streamingAssets。最新版本的导出插件已支持本地文件路径,可以缓存视频文件到本地,减少重复下载。
96+

0 commit comments

Comments
 (0)