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

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

41. Layanative 打包本地APP,出现跨域问题,求解 [ 75%]

...器加载,但是出现跨域问题,调试信息:: http://xxxxxxx.com/resource/xxx.jpg  does not belong to the same app domain: http://stand.alone.version/ .. 在线等 2019-06-24 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 ...

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

42. 1.7.9LayaIDE 发布出现Cannot find module 'colors'错误 [ 75%]

...0AE3A00-14A8-45D8-BBAE-FCEFB0982E0B/d/LayaAirIDEMac_1.7.9beta.app/Contents/Resources/app/node_modules/layacmd/print.js:1:171) at Object.<anonymous> (/private/var/folders/g5/h6n06svn2z315kkr_yd3sl340000gn/T/AppTranslocation/00AE3A00-14A8-45D8-BBAE-FCEFB0982E0B/d/LayaAirIDEMac_1.7.9beta.app/Cont...

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

43. 新建项目,切换到编辑模式时报错:Laya3D init error,must support webGL [ 75%]

... webGL 目前亲测有效的问题的解决方案:在LayaAirIDE根目录\resources\app\out找到main.js,打开在this.app.once("ready")这行上面加一行:this.app.commandLine.appendSwitch("ignore-gpu-blacklist");保存,重启IDE再试试(下图是原创者) 附件 : --> 2019-04-13 添...

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

44. [LayaAir3]我修改了这个启动场景,从Loading——>register之后,就导致报这个错误,即使后面修改回去,也不行。怎么解决? [ 75%]

...isterRT.ts" for import "main"  [Ln 96, Col 49] at /D:/Laya3IDE/LayaAirIDE/resources/app.asar/game.js:2编译失败 at /D:/Laya3IDE/LayaAirIDE/resources/app.asar/game.js:2 附件 : --> 2025-10-28 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相...

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

45. 如何使用vscode编译laya项目 [ 74%]

...辑器下的 gulpjs "program": "D:\\workspace\\layabox\\LayaAirIDE_beta\\resources\\app\\node_modules\\gulp\\bin\\gulp.js", "args": [ //使用Laya编辑器node_module "--cwd=D:\\workspace\\layabox\\LayaAirIDE_beta\\resources\\app", "--gulpfile=${workspaceFolder}/.laya/compile.js", "compile" ] } 四...

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

46. 提示资源重复加载 [ 74%]

...e/Petfriend%20v1.01/Petfriend/bin/Comp/yard_mailbox.png laya.core.js:23676 Resources already exist,is repeated loading: D:/reserch/H5/Petfriend/code/Petfriend%20v1.01/Petfriend/bin/Comp/yard_path.png laya.core.js:23676 Resources already exist,is repeated loading: D:/reserch/H5/Petfriend/code/Petfrie...

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

47. 报无法找到资源,未升级ide之前不报错 [ 74%]

...   for (let i: number = 0; i < len; i++) {         aniFrames.push("resources/UI/role/atlasAni2/139x/" + name + i + ".png");     }     Laya.Animation.createFrames(aniFrames, name); }     附件 : --> 2023-07-13 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结...

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

48. INSTALL_FAILED_NO_MATCHING_ABIS [ 74%]

... 要回复问题请先登录 发起人 kukucck 相关问题 Failed to load resource: net::ERR_FILE_NOT_FOUND httprequest ios手机上请求提示Request failed status:0 Array buffer allocation failed Failed to execute 'texImage2D怎么处理? WebSocket connection to 'ws://192.168.0.8:8102/' failed...

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

49. Load script error [ 74%]

...个 IDE不能运行调试提示:Chrome error: Error:... Failed to load resource: net::ERR_FILE_NOT_FOUND 问题状态 最新活动: 2020-03-31 16:04 浏览: 588 关注: 0 人

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

50. [LayaAirIDE3]Laya.loader.on(Event.ERROR, this, this.onError) 无法侦听到加载资源失败 [ 74%]

... Laya.loader.retryNum = 0;          var urls: any = ["do not exist", "resources/res/fighter/fighter.png", "resources/res/legend/map.jpg"];         Laya.loader.load(urls, Laya.Loader.IMAGE, this.onLoading).then(() =>         {             this.onAssetLoaded();         });  ...

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