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

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

31. unity导出场景加载问题 [ 73%]

...屏。   控制台没有报错 有这两个黄叹号  [warn]Retry to loadres/CAD/SampleScene.ls [error]Failed to loadres/CAD/SampleScene.ls    难道是文件太大限制了我的想象力?   那我特喵的该怎么加载。= = 附件 : --> 2019-07-12 添加评论 免费帖 --> 分...

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

32. Failed to execute 'texImage2D怎么处理? [ 72%]

...理? 我用 var _texture2d:Texture2D = new Texture2D(); _texture2d.onAsynLoaded(null, image); image是一个base64数据, 然后就报下面的错误 "Failed to execute 'texImage2D' on 'WebGLRenderingContext': No function was found that matched the signature provided." 2018-06-05 添加评论 ...

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

33. laya接入fairyGUI的时候资源加载方式? [ 71%]

laya接入fairyGUI的时候资源加载方式?     Laya.loader.load([{ url: "res/Basics_atlas0.png", type: laya.net.Loader.IMAGE },     { url: "res/Basics.fui", type: laya.net.Loader.BUFFER }, { url: "res/MainMenu_atlas0.png", type: laya.net.Loader.IMAGE },     { url: "res/MainMenu.fu...

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

34. Laya如何分组管理资源加载 [ 71%]

...son。这些资源改动了,不是又要一个个去对一下。   Laya.loader.load(["res/atlas/test1.atlas","res/atlas/test2.atlas","res/atlas/test3.atlas","test/test.json",....]); 各位,你们是怎么做的。 2019-11-09 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相...

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

35. 调试正常但发布后,index.html在浏览器打开出现跨源受限的问题 [ 70%]

...现跨源受限的问题 Image from origin 'file://' has been blocked from loading by Cross-Origin Resource Sharing policy: Invalid response. Origin 'null' is therefore not allowed access. laya.core.min.js:6 [warn]Retry to load: E:/laya/layatest/release/layaweb/1.0.0/res/img/image.png index.html:1 I...

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

36. TypeError: Failed to execute 'texImage2D' on 'WebGLRenderingContext' [ 69%]

...ox; //为天空盒加载贴图文件 skyBox.textureCube = Laya.TextureCube.load("res/skyBox1/skyCube.ltc"); 但发布到微信小游戏时,启动报错,请问是什么问题: gameThirdScriptError Failed to execute 'texImage2D' on 'WebGLRenderingContext': No function was found that matched the ...

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

37. 微信小游戏加载资源问题 [ 68%]

...quot;, isAutoClear = true) { DEB("下载文件"+fileUrl) var downloadTask = MiniFileMgr.wxdown({ url: fileUrl, success: function (data) { if (data.statusCode === 200) MiniFileMgr.readFile(data.tempFilePath, encoding, callBack, readyUrl, isSaveFile, fileType, isAutoClear); else if (data.sta...

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

38. 火狐浏览器上webgl异常 [ 68%]

...ebGL: texSubImage2D: Texture has not been initialized prior to a partial upload, forcing the browser to clear it. This may be slow. async.race.0._hash.e3a9c451.js%20line%20297%20%3E%20eval:4:30925 Error: WebGL: texSubImage2D: This operation requires zeroing texture data. This is slow. 如题 这可...

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

39. 最新的ResourceVersion发布以后加载的url不正确 [ 67%]

... "version.json?" + Math.random(),     Handler.create(this, this.onVersonLoaded));   然而发布的游戏启动后发现加载失败,查看日志发现加载的URL拼得不对:   它加载使用的路径是一个奇怪的: http://localhost/h5/res/atlas/ui/sharedcpf27ce0f7.atlas/res/atlas/u...

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

40. Laya.loader加载BUG [ 67%]

Laya.loader加载BUG 加载图片的时候,源码里这一步会的url为“”的时候,会执行this.onLoaded(null)这一步_ _proto.load=function(url,type,cache,group,ignoreCache,useWorkerLoader){         (cache===void 0)&& (cache=true);         (ignoreCache===void 0)...

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