Skip to content

Commit 1990b38

Browse files
author
uhu
committed
update doc
1 parent 1a5c10f commit 1990b38

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Design/DevelopmentQAList.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ if (WXConvertCore.DoExport() == WXConvertCore.WXExportError.SUCCEED) {
146146
- 不行,不提供内嵌webview或跳转的能力
147147
#### 5.小游戏是否支持Unity VideoPlayer
148148

149-
- 不行,小游戏支持视频播放能力,但暂无法直接使用VideoPlayer。请参考[小游戏开发者文档](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)
149+
- 支持,但是IOS有限制只能同时播放一个,并且需要注意基础库版本限制,低版本无法播放。如果只是单纯使用全屏的视频播放,更推荐使用小游戏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)
150150
#### 6.为什么使用Application.targetFrameRate无法限帧率?安卓左上角帧率不对
151151

152152
- Application.targetFrameRate默认使用timer控制帧率,会导致不平滑,定时不精确

0 commit comments

Comments
 (0)