Animate 2020.
TextureAtlasExporter.algorithm
Property; A string indicating which algorithm to use to pack the TextureAtlas. Valid values are "basic", and "maxRects" (the default).
var exporter = new TextureAtlasExporter;
exporter.algorithm = "maxRects";