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

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

431. 玩一玩项目中加载 .proto和.txt文件失败,加载 xml, 图集等是正常的 [ 61%]

...败,加载 xml, 图集等是正常的 如题所述。 使用的是 Laya.loader.load(...) 加载。 加载 .proto或者 .txt 等文件时,getRes 的结果都是一个 10282 长度的 ArrayBuffer ,用 TextDecoder 导出来是如下字符:   附件 : --> 2018-03-27 添加评论 免费帖...

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

432. 图集资源被clearRes后怎么再次加载 [ 61%]

...人 赞同来自: clearRes之后再次使用的话需要重新使用Laya.loader.load来加载。你也可以看下clearTextureRes是否能满足你的需求,具体使用文档:https://ldc.layabox.com/doc/?nav=zh-as-3-2-7 2018-03-12 0 0 分享 微博 QZONE 微信 为什么被折叠? 0 个回复...

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

433. OPPO主包无法从分包中拿资源 [ 61%]

OPPO主包无法从分包中拿资源         Laya.loader.load(分包路径, Laya.Handler.create(null, function (obj: any)         {完全走不进来         })); 2020-08-24 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内...

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

434. 微信小游戏加载问题 [ 61%]

...CreateImage中onerror中做了处理的。但是wxMini环境我们却用的Loader中的onCreateImage onerror没做任何处理。           var onerror = function () {                 clear();                 delete MiniFileMgr.fakeObj[sourceUrl];   ...

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

435. 3D支持图集吗? [ 61%]

...的一个图片吗?  //2D加载图集 var texture: Laya.Texture = Laya.loader.getRes("magic/sg.png"); var sp = new Laya.Sprite(); sp.graphics.drawTexture(texture, 0, 0); Laya.stage.addChild(sp);   //3D加载图集 var box: Laya.MeshSprite3D = scene.addChild(new Laya.MeshSprite3D(new Laya.PlaneMe...

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

436. 3D角色动作播放时长不正确 [ 61%]

...sers/administrator/documents/myLaya/bin/libs/laya.core.js:452:29)     at LoaderManager.__proto._endLoad (file:///D:/Users/administrator/documents/myLaya/bin/libs/laya.core.js:11962:12)     at Loader.onLoaded (file:///D:/Users/administrator/documents/myLaya/bin/libs/laya.core.js:11941:11)     a...

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

437. SCALE_FIXED_WIDTH适配屏幕的问题 [ 61%]

...Laya.View.regComponent("ScaleButton", ScaleButton);             Laya.loader.load("res/atlas/com/loading.atlas", Laya.Handler.create(this, this.loadGame));         }         private loadGame(): void {             var resArray = [                 { url: "res/atlas/lobby/cre...

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

438. 加载sk文件时,报Uncaught getUint16 error - Out of bounds [ 61%]

....loadAni('res/spine/knight/effect1.sk'); SK动画已经预加载了:Laya.loader.load(['res/spine/knight/effect1.png', 'res/spine/knight/effect1.sk'], Handler.create(this, init));

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

439. 如何将转换后导出的SWF文件左上方的FPS,MEM以及进度条取消? [ 61%]

...取失败,请检查后重新编译。 localToGlobal坐标转换 请问下loader如何强制加载一个文件,避免浏览器的缓存 用Mac下Unity5.6.2f1导出的模型在Mac浏览器显示正常,发布到移动端不显示模型,但是顶点数面数都有 我的tieldmap生成的json文件...

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

440. 微信小游戏中加载unity导出的场景报错the .lh file root type must be Scene [ 61%]

... content && (this._data=content);         if (this._cache)Loader.cacheRes(this._url,this._data);         this._customParse=false;         this.event("progress",1);         this.event("complete",(this.data instanceof Array)? [this.data] :this.data);     } ...

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