• 首页
  • 动态
  • 案例
  • 引擎社区
  • API
  • 文档
  • 示例
  • 引擎下载

大约有 5,033 项符合查询结果, 库内数据总量为 31,722 项。 (搜索耗时: 0.0134 秒)

1071. 个人笔记:失焦或静音状态下播放背景音乐无效的解决方案 [ 68%]

...nly supports wav or ogg format,for optimal performance reason,please refer to the official website document."); return null; } } if(!SoundManager._isActive || SoundManager._muted || SoundManager._soundMuted){ return null; } }; var tSound; if (!Browser.onMiniGame){ tSound=Laya.loader.getRes(url); } i...

来源: Laya_社区 发布时间: 20181019

1072. ls场景文件通过Laya.loader.create()预加载后stage.destroyChildren()出现异常Cannot read property 'visible' of null [ 68%]

...启动chrome出现错误: Error processing launch: Error Could not attach to main target ios14系统下 blendMode='lighter' 图片异常 谷歌浏览器播放mp3出现The AudioContext was not allowed to start. 版本不匹配! 全局 tsc (2.2.2) != VS Code 的语言服务(2.1.5)。可能出现不一...

来源: Laya_社区 发布时间: 20170615

1073. 3.0.3版本发布Web,运行有很大概率会出现gammaCorrection相关错误的的问题 [ 67%]

...启动chrome出现错误: Error processing launch: Error Could not attach to main target Laya2.12.0项目出现卡顿现象(必现) 用了第三方socket类 项目在IDE上可以连接正常运行,为什么打包APK之后在手机上就连接不上socket 版本不匹配! 全局 tsc (2.2.2) != ...

来源: Laya_社区 发布时间: 20230824

1074. worker.js 使用问题 [ 67%]

worker.js 使用问题 开启后报错如下Uncaught TypeError: Failed to execute 'texImage2D' on 'WebGLRenderingContext': No function was found that matched the signature provided.     at Texture2D.__proto._createWebGlTexture (laya.d3.js:33519)     at Texture2D.__proto.recreateResource (laya.d...

来源: Laya_社区 发布时间: 20171120

1075. PC上浏览器的内存和手机QQ浏览器或者手机Chrome浏览器的内存相差好几倍 [ 67%]

...启动chrome出现错误: Error processing launch: Error Could not attach to main target 游戏运行在chrome里面 听不见声音 使用了u3D导出来的粒子,不停的显示移除并销毁其克隆对象,统计面板的显存和内存就会显示成负数 谷歌浏览器播放mp3出现The ...

来源: Laya_社区 发布时间: 20170517

1076. 【附上DEMO】使用2.0.1发布,在微信版本低于7.0.3的手机上会出现画面撕裂!! [ 67%]

...启动chrome出现错误: Error processing launch: Error Could not attach to main target 谷歌浏览器播放mp3出现The AudioContext was not allowed to start. 请问2.0的版本开始,我用ts编写的相关内容,都要使用import和export吗? 问题状态 最新活动: 2019-04-12 12:23 ...

来源: Laya_社区 发布时间: 20190412

1077. 我的一个swf加载后,出现’transform' of undefined,是为什么? [ 67%]

...启动chrome出现错误: Error processing launch: Error Could not attach to main target 版本不匹配! 全局 tsc (2.2.2) != VS Code 的语言服务(2.1.5)。可能出现不一致的编译错误 laya2.0加载3d场景报错Uncaught TypeError: Cannot read property 'btCollisionObject' of undefined ...

来源: Laya_社区 发布时间: 20180227

1078. 游戏运行在chrome里面 听不见声音 [ 67%]

...声音 开发者模式提示如下:  The AudioContext was not allowed to start. It must be resume (or created) after a user gesture on the page     在下小白 ,请回答的详细点。最好有代码实例; 2018-05-09 1 条评论 已悬赏3元 --> 分享 微博 QZONE 微信 没有找到...

来源: Laya_社区 发布时间: 20180509

1079. laya3d 模型换装, 更换网格,更换材质之后,模型出现混乱 [ 67%]

...启动chrome出现错误: Error processing launch: Error Could not attach to main target 版本不匹配! 全局 tsc (2.2.2) != VS Code 的语言服务(2.1.5)。可能出现不一致的编译错误 谷歌浏览器播放mp3出现The AudioContext was not allowed to start. unity中的模型导出后在...

来源: Laya_社区 发布时间: 20180209

1080. iframe页面嵌套下失焦(焦点在父窗口被聚焦),playMusic背景音乐播放无声音 [ 67%]

...nly supports wav or ogg format,for optimal performance reason,please refer to the official website document."); return null; } } if (_soundMuted) return null; } var tSound:Sound; if (!Browser.onMiniGame) { tSound= Laya.loader.getRes(url); } if (!soundClass) soundClass = _soundClass; if (!tSound) { t...

来源: Laya_社区 发布时间: 20190115