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

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

131. 资源版本问题 [ 68%]

... //设置版本控制类型为使用文件名映射的方式 Laya.ResourceVersion.type = Laya.ResourceVersion.FILENAME_VERSION; Laya.ResourceVersion.enable("version.json", Laya.Handler.create(this, beginLoad)) function beginLoad() { //加载LOADING资源 Laya.loader.load([{ url: "res/atlas/icon.atla...

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

132. dcc下载超时 [ 68%]

...calstorage 07-04 20:55:27.342: I/MainCanvas(7884): Android OpenGL ES Major Version 3 07-04 20:55:27.346: I/WebViewFactory(7884): Loading com.android.webview version 52.0.2743.100 (code 275610010) 07-04 20:55:27.369: W/System(7884): ClassLoader referenced unknown path: /system/app/webview/lib/x86 07-...

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

133. 安装layaair2-cmd一直失败 [ 68%]

...e to the number of issues. Please, upgrade your dependencies to the actual version of core-js@3. C:\Users\Administrator\AppData\Roaming\npm\layaair2-cmd -> C:\Users\Administrator\AppData\Roaming\np m\node_modules\layaair2-cmd\layaair2-cmd.js > core-js@2.6.11 postinstall C:\Users\Administrator\...

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

134. googleplay资源zip包,入口页无法获取 [ 68%]

...e", "true"); mPlugin.game_plugin_set_option("gameUrl", "http://stand.alone.version/ind ... 6quot;); 因为我觉得资源还是存在本地,只是位置变了,所以没有改成网络加载的方式 结果现在获取index.html的时候,无法在相对应的目录进行获取,导致访问不...

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

135. QQ玩一玩打包问题 [ 68%]

...in:0;font-size:20px;line-height:24px;margin-bottom: 20px"> package log. version: 1.6<br> unzip:/data/apollo_game_pkg//pkg/20180709/1021/2809_src.zip<br> unzip done...<br> /data/apollo_game_pkg/pkg/20180709/1021/cmshow_game_2809<br> qqPlayCore log normal : buildPath:'/trunk...

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

136. [LayaAir2]iOS设备,抖音app报错 requestAnimationFrame [ 68%]

... 分享 微博 QZONE 微信 1675148949用户 赞同来自: 抖音iOS版本 version 28.9.0  Layaair 2.13.1 测试机器是:iphone 13 Pro max以及 iphone 12 pro max 我们这是完整的项目,实在不方便提供demo 2024-03-06 0 0 分享 微博 QZONE 微信 mosike 赞同来自: 我也遇到...

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

137. 导入FBX报错 [ 67%]

...library\temp\zZQHoe\ [2023-06-20 18:19:19.020] [resource_tool] [info] tool version: 0.0.16 [2023-06-20 18:19:19.021] [resource_tool] [info] Autodesk FBX SDK version 2020.3.1 Release (325fc9c4c) [2023-06-20 18:19:19.032] [resource_tool] [info] Application Directory: C:\Program Files\LayaAirIDE3\resou...

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

138. runTime使用(TypeScript-IDE篇(TS)-组件化开发相关) [ 67%]

...ya.Stat.show(); Laya.alertGlobalError = true; //激活资源版本控制,version.json由IDE发布功能自动生成,如果没有也不影响后续流程 Laya.ResourceVersion.enable("version.json", Laya.Handler.create(this, this.onVersionLoaded), Laya.ResourceVersion.FILENAME_VERSION); } onVersio...

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

139. 碰撞器过滤(JavaScript-3D基础(JS)-LayaAir3D之物理系统) [ 67%]

# 碰撞器过滤 ###### *version :2.1.1 Update:2019-7-19* 碰撞器过滤是刚体与物理碰撞器都有的属性。在实际开发过程中不可能所有的物体都要和任何其他物体参与碰撞,比如主角自己发射的子弹和自己就不允许碰撞,又或者自己子弹对于...

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

140. ios读取文件 [ 67%]

...: var xhr = new XMLHttpRequest(); xhr.open('GET','http://10.10.20.19:7766/version',true); xhr.onload=(e)=>{     var f = window.appcache.getCachePath()+'/version';     fs_writeFileSync(f,xhr.responseText);//把结果写到f文件中     url='';//自己决定url     loadUrl(url); } xhr.oner...

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