大约有 378 项符合查询结果, 库内数据总量为 30,786 项。 (搜索耗时: 0.0046 秒)
...端导致内存过高 let resArray: Array<any> = [ { url: hyip+"res/atlas/comp/01_shouye.json", type: Loader.ATLAS }, { url: hyip+"res/atlas/comp/02_zhujiemian.json", type: Loader.ATLAS }, { url: hyip+"res/atlas/comp/30_loading.json", type: Loader.ATLAS }, ]; Laya.loader.load(resArray, Laya.Ha...
来源: Laya_社区 发布时间: 20180122
AtlasResourceManager:Dispose the inner Atlas 问题 下面是写的一个类似的测试例子,版本为1.7.12,每次提示都会掉帧,直到卡死,请问这种怎么修改或预防 一个精灵,然后定时器不断的改变纹理值 附件 : --> 2017-11-10 添加评论 免费帖 -->...
来源: Laya_社区 发布时间: 20171110
...表,F12打包图集并进行发布 F12导出后会出在动在bin/h5/res/atlas下自动生成.json和.png图片,该文件即为图集文件 步骤三:预加载图集并获取图集下的小图资源package { import laya.display.Animation; import laya.display.Sprite; import laya.net.Loader; imp...
来源: Laya_社区 发布时间: 20160707
...文件夹A里比如,在项目设置里把资源发布目录改成bin/A/res/atlas,把index.html目录改成bin/A, 发布微信小游戏生成的version.json文件有问题,内容是"A/res/atlas/xxx.png":"A/res/atlas/xxx-xxxxxx.png" 正确的应该是 "res/atlas/xxx.png":"res/atlas/xxx-xxxxxx.p...
来源: Laya_社区 发布时间: 20190603
Export Atlas Fail? 这个问题很严重啊 求看下 Export Atlas Fail 附件 : --> 2021-03-02 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 4 个回复 layabox 赞同来自: 有两种导致问题的可能性, 一、 atl...
来源: Laya_社区 发布时间: 20210302
...ta 我是用这样的方式加载的图集 Laya.loader.load([{url: "res/atlas/xxx1.json", type: Loader.ATLAS}, {url: "res/atlas/xxx2.json", type: Loader.ATLAS}, {url: "res/atlas/xxx3.json", type: Loader.ATLAS}], Handler.create(... 并且在这之前已经加载并...
来源: Laya_社区 发布时间: 20180505
加载atlas如果碎图特别多会占用大量内存 这个如何避免 我们的游戏很复杂 一个主角需要40个或者更多图集 这样加载atlas后 会产生大量的切图数据 一个主角接近200M内存。。。 内存飙升 请问这个如何避免 2018-02-09 添加评论 免费...
来源: Laya_社区 发布时间: 20180209
...的图集图片丢失问题 我用js加载完图集后 tArray=[{url:"res/atlas/comp.atlas",type:Laya.Loader.ATLAS}] Laya.loader.load(tArray,Laya.Handler.create(this,onResLoaded())); 里面的button和checkbox提示丢失了。是什么原因?? 附件 : --> 2018-03-25 添加评论 免费帖...
来源: Laya_社区 发布时间: 20180325
...比如我打开技能模块,需要加载技能模块的资源,包括 a.atlas b.atlas c.atlas d.mp3 e.mp3 f.json g.json 那么laya里是怎么一起加载这个模块的资源的。 不能用Laya.loader.load([a.atlas, b.atlas,...,....])这样加载吧,那这样管理不是很麻烦 如果除...
来源: Laya_社区 发布时间: 20190912
...:转换失败---chitianshishoux--加载错误,xxx/xxx/chitianshishoux.atlas 我把u3d项目用的spine骨骼动画拷贝到bin目录下,通过工具导入时报错。 spine导出应该是什么格式?如何通过Spine动画转换工具导入到工程中? 附件 : --> 2016-12-14 添加评...
来源: Laya_社区 发布时间: 20161214