大约有 481 项符合查询结果, 库内数据总量为 30,786 项。 (搜索耗时: 0.0054 秒)
...源后增加了Hash后缀,比如某个文件发布后: release\web\res\atlas\ui\sharedcp094faf36.png 加上了094faf36的后缀 然后我启动游戏的流程如下: ResourceVersion.enable( "version.json?" + Math.random(), Handler.create(this, this.onVersonLoaded)); 然而发...
来源: Laya_社区 发布时间: 20180115
layacmd atlas报错 root@6c4616fdebd4:/# node -v v6.11.2 root@6c4616fdebd4:/# npm -v 3.10.10 root@6c4616fdebd4:/# layacmd atlas internal/child_process.js:319 throw errnoException(err, 'spawn'); ^ Error: spawn EACCES at exports._errnoException (util.js:1020:11) at ChildProcess.spawn (inte...
来源: Laya_社区 发布时间: 20170806
...:转换失败---chitianshishoux--加载错误,xxx/xxx/chitianshishoux.atlas 我把u3d项目用的spine骨骼动画拷贝到bin目录下,通过工具导入时报错。 spine导出应该是什么格式?如何通过Spine动画转换工具导入到工程中? 附件 : --> 2016-12-14 添加评...
来源: Laya_社区 发布时间: 20161214
... //初始化预加载数据 public m_initData(url:string,atlas:boolean,atlasPath?:string){ (atlas===void 0)&& (atlas=false); this['_url']=url=Laya.URL.formatURL(url); if(atlas)this['_atlasPath']=atlasPat...
来源: Laya_社区 发布时间: 20180615
...() { //初始化引擎 Laya.init(600, 400); //Laya.loader.load([{url: "res/atlas/char_wudang01.json", type: Loader.ATLAS}], Handler.create(this, onLoaded)); this.onLoaded(); } private function onLoaded():void { //Animation.createFrames(["res/atlas/monsterbeattack/0.png","res/atlas/monsterbeattack/1....
来源: Laya_社区 发布时间: 20170220
LayaIDE2.2导出图集提示错误,Export Atlas Fail 编辑模式点击导出(F12),出现错误,无法成功生成bin资源 附件 : --> 2020-02-25 2 条评论 已悬赏10元 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 6 个回复 layabox...
来源: Laya_社区 发布时间: 20200225
搭建Ui界面后,加载。atlas文件,但是生成ui后图片都是没有下载下来,报错没有下载成功图集里的文件,怎么解决啊,在子目录下加载 2018-08-29 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的...
来源: Laya_社区 发布时间: 20180829
...tools/node-v8.9.0-linux-x64/lib/node_modules/layacmd/ProjectExportTools/TP/atlas-generator" "/home/sgf_ebuild/LayaAirIDE/packParam.json" Waiting for pics packing execute: "/data/tools/node-v8.9.0-linux-x64/lib/node_modules/layacmd/ProjectExportTools/TP/atlas-generator" "/home/sgf_ebuild/LayaAirIDE/p...
来源: Laya_社区 发布时间: 20171211
...问题 var obj:any = { url:"res/atlas/comp.atlas?version=1.0.0", type: Loader.ATLAS };Laya.loader.load(obj); 引擎自动加载的png地址是res/atlas/comp.png, 而不是res/atlas/c...
来源: Laya_社区 发布时间: 20180427
用Loader加载完atlas,然后使用animation播放问题 this._load = new Laya.Loader() this._load.on(Laya.Event.ERROR, this, this.onError); this._load.on(Laya.Event.COMPLETE, this, this.loadComplete); this._load.load(this._data.url, Laya.Loader.ATLAS, true); 加载完成后 this._ani = new Animat...
来源: Laya_社区 发布时间: 20171212