[]关于图集打包问题及其解决方法
尝试使用别的打包软件对图片资源进行打包,在Laya中无法读取,原因不明,故转而使用LayaIDE打包工具进行打包
步骤如下:
1. 确定需要打包的文件所在的文件夹
2. 打包
选择文件夹的方法:
加入现在有资源:1.png,2.png,3,png在文件夹 /desktop/atlasSource/playerAtlas 中,则打包时需要选择的文件夹为 /desktop/atlasSource在/desktop/atlasSource中生成了.atlas为playerAtlas.atlas.
附上加载图集资源代码:
var playerAnim= new Laya.Animation();
playerAnim.loadAtlas("/desktop/atlasSource/playerAtlas",Laya.Handle.create(this,this.onAtlasLoad),"playerAnim");
function onAtlasLoad(){
console.log("图集加载完毕");
Laya.stage.addChild(playerAnim);
}
所以我使用json是需要更多的设置吗
步骤如下:
1. 确定需要打包的文件所在的文件夹
2. 打包
选择文件夹的方法:
加入现在有资源:1.png,2.png,3,png在文件夹 /desktop/atlasSource/playerAtlas 中,则打包时需要选择的文件夹为 /desktop/atlasSource在/desktop/atlasSource中生成了.atlas为playerAtlas.atlas.
附上加载图集资源代码:
var playerAnim= new Laya.Animation();
playerAnim.loadAtlas("/desktop/atlasSource/playerAtlas",Laya.Handle.create(this,this.onAtlasLoad),"playerAnim");
function onAtlasLoad(){
console.log("图集加载完毕");
Laya.stage.addChild(playerAnim);
}
所以我使用json是需要更多的设置吗
没有找到相关结果
已邀请:
要回复问题请先登录
1 个回复
Aar0n
赞同来自: