Jiangxiaoyu 发现加载swf动画过多会出现这个问题,然后有些动画里面的图就变成破图了LayaAir1.8.0.1betaAtlasResourceManager:Dispose the inner Atlas。>>>>altas garbageCollection =1[.CommandBufferContext]RENDER WARNING: there is no texture bound to the unit 0使用Laya.loader.clearRes(path)释放资源也无效;求救
Jiangxiaoyu AtlasResourceManager类里面有个大图管理数量,默认是6public static function __init__():void { atlasTextureWidth = 2048; atlasTextureHeight = 2048; maxTextureCount = 6; atlasLimitWidth = 512; atlasLimitHeight = 512; }当图量超标时就会出现破图;总算找到问题所在了;