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]; }) }