From beeb29e09acfeabd66a5b95c0c96417bcfbc03b6 Mon Sep 17 00:00:00 2001 From: uhu Date: Mon, 21 Oct 2024 17:14:54 +0800 Subject: [PATCH] feat: video --- Design/AudioAndVideo.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Design/AudioAndVideo.md b/Design/AudioAndVideo.md index edc3c641..b00defe7 100644 --- a/Design/AudioAndVideo.md +++ b/Design/AudioAndVideo.md @@ -80,3 +80,6 @@ FMOD 原理: - 如果只是单纯使用全屏的视频播放,更推荐使用小游戏 API 视频播放能力。请参考[小游戏开发者文档](https://developers.weixin.qq.com/minigame/dev/api/media/video/wx.createVideo.html)以及示例[Video Demo](https://github.com/wechat-miniprogram/minigame-unity-webgl-transform/tree/main/Demo/WX_Video) +5. WXVideo真机播放正常,开发者工具无法播放 + +- 开发者工具暂时有异常,先主动切换到`3.4.10`版本基础库查看 \ No newline at end of file