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

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

1061. 请问一下 使用fontforge合成字体库 再native2.7.0下会出现闪退的情况 这是什么原因呢? [ 68%]

...启动chrome出现错误: Error processing launch: Error Could not attach to main target 请问2.0的版本开始,我用ts编写的相关内容,都要使用import和export吗? 谷歌浏览器播放mp3出现The AudioContext was not allowed to start. 从unity导出的场景透贴和模型烘焙...

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

1062. spine做的骨骼动画,如果给插槽设置一个外部皮肤。而这个皮肤的纹理宽高和插槽里的原来皮肤不一致,显示的时候外部皮肤会出现拉伸 [ 68%]

...启动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. 骨骼...

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

1063. 使用blendMode=add模式时,某些手机上无法正常显示,出现黑底 [ 68%]

...启动chrome出现错误: Error processing launch: Error Could not attach to main target 谷歌浏览器播放mp3出现The AudioContext was not allowed to start. 用了第三方socket类 项目在IDE上可以连接正常运行,为什么打包APK之后在手机上就连接不上socket ios14系统...

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

1064. iOS环境浏览器使用mask黑屏 [ 68%]

...改 WebGLContext.ts 的  static setBlendFunc 把  if (force || sFactor !== WebGLContext._sFactor || dFactor !== WebGLContext._dFactor) { 改成 if(true){   2. 改laya.core.js 找到 869行左右的 static setBlendFunc(gl, sFactor, dFactor) 函数 把  if (sFactor !== WebGLContext._sFa...

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

1065. 打包XCode项目包贴上二次开发demo代码时提示错误:Use of undeclared identifier 'conchRuntime' [ 68%]

...tecture arm64 clang: error: linker command failed with exit code 1 (use -v to see invocation) 2019-05-08 0 0 分享 微博 QZONE 微信 Laya新用户 赞同来自: 有人解答么 2020-03-07 0 0 分享 微博 QZONE 微信 为什么被折叠? 0 个回复被折叠 要回复问题请先登录 发起人...

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

1066. 使用mask动画出现内存泄露问题(附重现示例DEMO) [ 68%]

...启动chrome出现错误: Error processing launch: Error Could not attach to main target 使用了u3D导出来的粒子,不停的显示移除并销毁其克隆对象,统计面板的显存和内存就会显示成负数 【带附件】 使用Laya2.0.0beta5.1 发布官方示例 真机报错 window ...

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

1067. 版本升级出现问题。1.7.6=》1.7.13 .图集全部乱掉了 [ 68%]

...启动chrome出现错误: Error processing launch: Error Could not attach to main target 求高人分享使用protobuff框架的游戏demo(TS版本或AS版本的) 请问2.0的版本开始,我用ts编写的相关内容,都要使用import和export吗? IDE1.7.8 json图集加载问题 谷歌...

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

1068. GlowFilter和TimeLine/Tween一起用的问题 [ 68%]

...TimeLine();         for(var i = 0; i < 5; i++){             t.to(glowFilter, {blur: 10}, 200, null, 0);             t.to(glowFilter, {blur: 1}, 200, null, 0);         }         t.on(Event.COMPLETE, this, function(){             sp.filters = null;         });   ...

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

1069. 导入微信小游戏的时候 [ 68%]

...prite3D: The .lh file root type must be Sprite3D,please use other function to  load  this file.;at api readFile success callback function Error: Sprite3D: The .lh file root type must be Sprite3D,please use other function to  load  this file.     at Sprite3D.__proto.onAsynLoaded (http://127.0.0...

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

1070. dialog的lock属性没出现 [ 68%]

...我下面的例子 package { import laya.display.Stage; import laya.ui.Button; import laya.ui.Dialog; import laya.ui.Image; import laya.utils.Handler; import laya.webgl.WebGL; public class DialogCenterClose { private const DIALOG_WIDTH:int = 220; private const DIALOG_HEIGHT:int = 275; private const ...

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