Hi, I know there’s an option to pack normal maps with the same layout as base atlas, but what can I do when I want to have more atlases with same layout? For example - emission maps, height maps, metallic maps, etc.
The only thing I figure out is to use basic algorith sorted by name - which I can reliably use to get the same layouts for different variants but it’s not viable for larger atlases because it wastes a ton of empty space. Polygon sorting gets me different layout even with exact same settings.