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

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

71. 怎么设置safari调试启动 [ 72%]

...比如             //window 默认安装路径为: "C:/Program Files (x86)/Google/Chrome/Application/chrome.exe"             //mac 系统上的默认安装路径为 "/Applications/Google Chrome.app/Contents/MacOS/Google Chrome";             // "runtimeExecutable":...

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

72. Available pages. 请问这是什么错误 [ 71%]

...ocess, timeout after 10000 ms - (reason: Can't find a target that matches: file:///Users/xxxx/Desktop/hello/bin/index.html. Available pages: ["file:///Users/xxxx/Desktop/3d/bin/index.html"]). 在做官网上的js的list时,出现这个错误。但是确实有这个文件的 2018-08-13 添加评论...

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

73. 编译项目时,编辑器提示连接美国ip错误 [ 71%]

编译项目时,编辑器提示连接美国ip错误 file: 'file:///f%3A/layaprojects/proj/jsconfig.json' severity: '警告' message: 'Problems loading reference 'https://schemastore.azurewebsites.net/schemas/json/jsconfig.json': Unable to load schema from 'https://schemastore.azurewebsites.net/sche...

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

74. 新建一个空项目,什么都没改动,调试就开始报错 [ 70%]

...么都没改动,调试就开始报错 Failed to load resource: net::ERR_FILE_NOT_FOUN file:///F:/Qui/sife/dev/TigerGame/bin/libs/matter-RenderLaya.js  我看了下Lib里面没有matter-RenderLaya.js但是有个LayaRender.js 他们是同一个吗? 2017-02-22 添加评论 免费帖 --> 分享 ...

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

75. [0]laya-zip让你的游戏加载速度提升350%!! [ 70%]

...、图片、字体、声音等) [size=14][code]// Use ZIP when loading files // Note By convention, only resource files in the level-1 directory are loaded Laya.loader.create([{ url: "xx.zip", type:"ZIP"}]) [/size][/code] 如果只需要加载zip包中的部分资源,或者资源路径在多级...

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

76. 无法启动程序和调试 [ 70%]

...t;右击打开属性->快捷方式一栏->目标末尾添加 --allow-file-access-from-files 打开快捷方式,将转换后自动生成的html文件拖拽至chrome浏览器即可正常显示。   2018-01-07 0 0 分享 微博 QZONE 微信 为什么被折叠? 0 个回复被折叠 要回复问...

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

77. styles.xml这个文件git之后出现,这是个什么文件啊 [ 70%]

styles.xml这个文件git之后出现,这是个什么文件啊 file: 'file:///c%3A/Users/Xsqdsb/NbmjHome/laya/styles.xml' severity: '信息' message: 'Cannot find asconfig.json. Error checking disabled, except for simple syntax problems.' at: '1,1' source: '' 2017-08-04 添加评论 免费帖 -->...

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

78. 在win10下面,LayaAirIDE的chrome调试点击之后并没有打开chrome [ 70%]

...是否需要什么系统设置?? Chrome error: Error: spawn C:/Program Files (x86)/Google/Chrome/Application/chrome.exe ENOENT 好像是Chrome的路径不对,最新版本64位的Chrome已经不安装在C:/Program Files (x86)了,请问如何设置Chrome的路径??   2017-04-12 添加评...

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

79. Android打包后运行报错 [ 70%]

...lone.version/Main.max.js ../../../../include/common/downloadCache/JCAndroidFileSource.h:238 found the file in the package:cache/stand.alone.version/42d47cbc   /home/layabox/LayaBox/conch6git/Conch/build/conch/proj.android_studio/jni/../../../../source/conch/JSWrapper/LayaWrap/JSRuntime.cpp:222 JSRu...

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

80. 深入理解LayaAir引擎架构和实现原理(一)跨平台引擎源码编译 [ 69%]

..._awaiter(this, void 0, void 0, function* () { let json = JSON.parse(fs.readFileSync("outConfig.json")); this.BaseURL = emiter_1.emiter.BaseURL = json.from; this.outfile = json.out; this.createAS = json.createAS; this.layajsURL = json.layajsURL; this.tsCongfig = json.tsConfig; this.filterArr = json.f...

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