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

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

11. 3d项目-unity添加物理组件 layanative2 打包android平台 报错 btCollisionObject undefined [ 76%]

...ject' of undefined 10-15 16:43:46.702: I/LayaBox(3503): http://stand.alone.version/libs/laya.d3.js:37260: 10-15 16:43:46.702: I/LayaBox(3503): TypeError: Cannot read property 'btCollisionObject' of undefined 10-15 16:43:46.702: I/LayaBox(3503): var btColObj=new physics3D.btCollisionObject(); 10-15 1...

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

12. ios打包后【单机版】运行崩溃,附上报错log与demo [ 74%]

...7 13:33:42.475072+0800 sanguo[777:557379]  xhr.GET url=http://stand.alone.version/index.js 2019-01-07 13:33:42.478836+0800 sanguo[777:557379] found the file in the package:a79d20b7 2019-01-07 13:33:42.485250+0800 sanguo[777:557275] >>>JCConchRender::clearAllData =21785472 2019-01-07 13:33:...

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

13. vs code launch.json调试配置 [ 73%]

...r more information, visit: https://go.microsoft.com/fwlink/?linkid=830387 "version": "0.2.0", "configurations": [ { "type": "chrome", "request": "launch", "name": "Launch Chrome", "url": "http://localhost:8080", "webRoot": "${workspaceFolder}", "runtimeExecutable": "C:/Program Files (x86)/Google/Chr...

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

14. LayaAir打包发布PC或MAC平台的桌面应用程序 [ 71%]

...package.json中做如下配置:[code]{ "name": "electron-quick-start", "version": "1.0.0", "description": "A minimal Electron application", "main": "main.js", "scripts": { "start": "electron .", "dist": "electron-builder --win --x64", "dist mac": "electron-builder --mac" }, "repository": "https://...

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

15. Laya微信小游戏安卓手机上出现图集混乱的问题 [ 69%]

...做版本管理——修改UI的话就会生成一个新的名字图集(version.json中已经对应好,无需考虑),加载使用新的图集就不会出现缓存的老图集的问题。

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

16. 请问下为啥我的LayaNative在运行的时候,一直显示Layaair的动画在0%的进度无法跳过呢 [ 68%]

...法改成了mPlugin.game_plugin_set_option("gameUrl", "http://stand.alone.version/index_native.html");    然后再运行layanative refreshres   这样应该是可以的吧   2018-03-10 0 0 分享 微博 QZONE 微信 qian 赞同来自: 你自己先连接电脑查看一下问题   2018-03-10 0 0...

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

17. IDE内置调试工具无法启动 [ 68%]

...h.json内容如下(新建项目自带的,从来没动过) {     "version": "0.2.0",     "configurations": [         {             "name": "layaAir",             "type": "chrome",             "request": "launch",             "file"...

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

18. VSCode高效开发工作流配置指南(TypeScript-IDE篇(TS)-代码模式基础) [ 68%]

...` 文件复制过来替换即可。 launch.json 内容如下: ```json { "version": "0.2.0", "configurations": [ { "name": "chrome调试", "type": "chrome", "request": "launch", "file": "${workspaceRoot}/bin/index.html", "runtimeArgs": [ "--allow-file-access-from-files", "--disable-web-security" ],...

来源: Laya2.0_文档 发布时间: 20210715

19. 缓存工具-layadcc · LayaAir3.0文档 · LAYABOX [ 67%]

...件列表生成pack包5.9 其他功能七、常见问题LayaDCC 2.0工具 Version >= LayaAir 3.2 LayaDCC 2.0(Laya-Dynamic Content Check)是为LayaNative提供的资源热更新方案,是LayaDCC的升级版,主要特点: DCC2.0是完全重构的,与1.0完全不同了。 1、更新文...

来源: Laya3.0_文档 发布时间: 20241024

20. 创建JS项目并详解目录结构(JavaScript-LayaAir基础篇(JS)-快速上手) [ 66%]

# 用LayaAirIDE创建JS项目并详解目录结构 > *author: charley version: LayaAirIDE 2.0.0 update: 2019-02-18* ## 一、下载与安装LayaAirIDE 使用LayaAirIDE与LayaAir引擎,需要在游戏中任意可见位置上加上引擎标识:Powered by LayaAir Engine ,对于携带引擎标识...

来源: Laya2.0_文档 发布时间: 20210714