File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -146,7 +146,7 @@ if (WXConvertCore.DoExport() == WXConvertCore.WXExportError.SUCCEED) {
146
146
- 不行,不提供内嵌webview或跳转的能力
147
147
#### 5.小游戏是否支持Unity VideoPlayer
148
148
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 )
150
150
#### 6.为什么使用Application.targetFrameRate无法限帧率?安卓左上角帧率不对
151
151
152
152
- Application.targetFrameRate默认使用timer控制帧率,会导致不平滑,定时不精确
You can’t perform that action at this time.
0 commit comments