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

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

641. Uncaught RangeError:Array buffer allocation failed [ 50%]

Uncaught RangeError:Array buffer allocation failed 引擎版本2.1.0(升级到2.2.0beta4也会出现这个bug) 运行环境:华为手机,系统P10Plus; 浏览器:华为自动浏览器版本EMUI 9.1.0 demo由于公司原因无法提供,只有附件图片。   进入游戏后从登入场...

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

642. LayaIDE 2.3.0beta创建模型过多导致内存溢出 [ 50%]

...compile with  -s ALLOW_MEMORY_GROWTH=1  which allows increasing the size at runtime but prevents some optimizations, (3) set Module.TOTAL_MEMORY to a higher value before the program runs, or (4) if you want malloc to return NULL (0) instead of this abort, compile with  -s ABORTING_MALLOC=0 ") 附...

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

643. 做3D游戏,对应平台的3D资源是否要再U3D区分导出 [ 50%]

...在IOS平台就报错: [TMA][ERROR][RUNTIME] thirdScriptError undefined;at api readFile success callback function undefined 字面意思理解是加载资源没有回调,在Android和Web上能跑,在IOS上有问题,我就猜测是资源格式的问题,因为U3D里不同平台也需...

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

644. LAYA3.0 BEAT 6 无法打开工程项目!急急急! [ 50%]

LAYA3.0 BEAT 6 无法打开工程项目!急急急! LayaAirIde 3.0.0  beat 6 工程关闭时遇到错误: Uncaught (in promise) Error: Error invoking remote method 'SaveWindowState': SyntaxError: Unexpected token '<', ..."files": [ <<<<<<< HE"... is not valid JSON at e...

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

645. JQ集成到Laya二次封装 [ 50%]

JQ集成到Laya二次封装 aWater = Laya.stage._childs; // //================= demo1 ======================= // JQ(aWater).click(function () { // //我已经打算废弃这样的事件用 on来动态绑定触法 // }) // //================= demo1 ======================= // //================= demo...

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

646. 打包之后不能用Promise [ 50%]

...用了Promise,就会报JSERROR:exception info: [SyntaxError: Invalid private name '@undefined'] at line 35错误,想知道该怎么办? 2017-06-05 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 6 个回复 grrr 赞同...

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

647. 为什么新创建的AS项目,直接报错? [ 50%]

... severity: '错误' message: '所访问的属性 Mouse 可能未定义。' at: '47,4'   2017-11-08 0 0 分享 微博 QZONE 微信 wudi199553 赞同来自: as的项目你到FlashBuilder写,我现在也看不出你的问题在哪 2017-11-08 0 0 分享 微博 QZONE 微信 oopenoo 赞同来自: 看...

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

648. ts项目,我在程序主入口声明了公共静态类,下面new出了一个对象,把他添加到舞台中出错。 [ 50%]

...下面new出了一个对象,把他添加到舞台中出错。 public static GameStart:GameStart; GameMain.GameStart=new GameStart(); Laya.stage.addChild(GameMain.GameStart); 报错:file: 'file:///e%3A/LAYABOX/CaiCi/src/GameMain.ts' severity: '错误' message: 'Argument of type 'GameStart' is not...

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

649. Laya小游戏在Laya里边跑没问题,发布到微信平台报错 [ 50%]

...跑没问题,发布到微信平台报错"gameThirdScriptError undefined;at api readFile success callback function undefined" 错误是WAGame.js 和 gamePage.html;里的,不知道为什么,希望有人解答啊!急需急需急需…… 2018-09-18 添加评论 免费帖 --> 分享 微博 QZO...

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

650. TypeError: ele.render is not a function [ 50%]

....focus is not a function 调用动画结束on方法,报错this.zombieAnimator.on is not a function laya加载unity插件导出的场景 physics3D is not a function 鼠标自定义样式官方有支持吗,Laya.Mouse.hide()会报Uncaught TypeError: Cannot read property 'cursor' of undefined错误 ...

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