[LayaAir3]图集加载成功,但是获取不到单个texture

11-50-38.png
已邀请:

LayaAir大为

赞同来自:

您好,我没有复现您的问题,我这是能正常获取单个texture的,您需要提供能复现问题的Demo
 
我在脚本中添加的代码:
    onAwake(): void {
        Laya.loader.load("resources/NewFolder/aaa.atlas", Laya.Loader.ATLAS).then((res) => {
            console.log(res);
            this.owner.texture = res.frames[0];
        })
    }

screenshot-20250117-150401.png


screenshot-20250117-150418.png

 

要回复问题请先

商务合作
商务合作