vincent 我从登录页进入游戏大厅,当前内存增大,然后我退出大厅到登录页做了如下处理Laya.stage.removeChild(Constant.hallView); Constant.hallView.destroy(true); 把它移除掉,但是为什么内存还是那么大,没降下来,是否还要做什么处理?
cuixueying 请参考:http://ask.layabox.com/question/1726手动设置的话:可以修改以下两个属性,自己来控制图集的大小!AtlasResourceManager.atlasLinitWidth=256 AtlasResourceManager.atlasLinitHeight=256