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

大约有 3,396 项符合查询结果, 库内数据总量为 30,724 项。 (搜索耗时: 0.0075 秒)

181. 编译报错 出错了:FATAL ERROR: CALL_AND_RETRY_LAST Allocation failed - JavaScript heap out of memory [ 91%]

...:FATAL ERROR: CALL_AND_RETRY_LAST Allocation failed - JavaScript heap out of memory 附件 : --> 2020-05-28 添加评论 已悬赏20元 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 2 个回复  赞同来自: 已解决, UI文件报错导致...

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

182. 求助大佬,同一个spine动画播放偶尔会出现getAnimationCount of null的问题 [ 91%]

求助大佬,同一个spine动画播放偶尔会出现getAnimationCount of null的问题 laya2.0 2018-11-15 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 1 个回复 Laya_Aaron 赞同来自: 这个需要提供一下描述...

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

183. 添加组件PhysicsCollider 时报 Cannot read property 'btCollisionObject' of undefined [ 91%]

...加组件PhysicsCollider 时报 Cannot read property 'btCollisionObject' of undefined 我的模型是用unity3d导出来的,都能正常显示,播放动画,但在在添加 var boxCollider:PhysicsCollider = saiziSprite.addComponent(PhysicsCollider)as PhysicsCollider; 时报错了,报错如下...

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

184. parameter 2 is not of type 'WebGLTexture' [ 91%]

parameter 2 is not of type 'WebGLTexture'   var htmlC:HTMLCanvas = btn_edit.drawToCanvas(btn_edit.width, btn_edit.height, 0, 0); var interceptT:Texture = new Texture(htmlC); var img:Sprite = new Sprite; img.graphics.drawImage(interceptT, 0, 0, btn_edit.width, btn_edit.height); Laya.stage.addChild(...

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

185. 打包apk之后,突然报一个错误, Cannot read property 'createTexture' of null。明明没有加载图片,为啥执行到了这里。 [ 90%]

...apk之后,突然报一个错误, Cannot read property 'createTexture' of null。明明没有加载图片,为啥执行到了这里。 附件 : --> 2018-05-30 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 4 个回复 Mr....

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

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

打包XCode项目包贴上二次开发demo代码时提示错误:Use of undeclared identifier 'conchRuntime' 打包XCode项目包贴上二次开发demo代码时提示错误:Use of undeclared identifier 'conchRuntime',请问如何解决? 2019-01-28 添加评论 免费帖 --> 分享 微博 QZO...

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

187. 3D中摄像机绕物体旋转该如何实现? [ 90%]

...ublic AroundPos: Vector3 = new Vector3(); /// <summary> /// Settings of mouse button, pointer and scrollwheel. /// </summary> public mouseSettings: MouseSettings = new MouseSettings(0, 1, 0.3); /// <summary> /// Range limit of angle. /// </summary> public angleRange: MyRange ...

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

188. 求助!华为快游戏发布后报错 Unexpected end of JSON input Failed to load: [ 90%]

求助!华为快游戏发布后报错 Unexpected end of JSON input Failed to load: 请问这是什么问题 发布安卓 web 本机调试都没问题也不会报错 但是发布华为快游戏就会出这个错误导致游戏进不去 难道华为快应用的加载路径不一样吗? 附件 : -...

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

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

...加载后stage.destroyChildren()出现异常Cannot read property 'visible' of null   附Demo。   想做不同场景之间的切换。 spriteBtn.on(Laya.Event.CLICK, this, function (e) { Laya.stage.destroyChildren(); newScene(); });问题:LayaAirUnityPlugin 1.1.0导出了 ls 场景文件,在...

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

190. 官方案例里摄像机绕物体旋转脚本的问题 [ 90%]

...ublic AroundPos: Vector3 = new Vector3(); /// <summary> /// Settings of mouse button, pointer and scrollwheel. /// </summary> public mouseSettings: MouseSettings = new MouseSettings(0, 1, 0.3); /// <summary> /// Range limit of angle. /// </summary> public angleRange: MyRange ...

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