I was wondering how Unity handled the case where I paint one area with “Rock” and then “Snow” and then “Rock” again. Does it contain the data that all the layers were painted there? Or does it only keep the data for the visible layer?
I believe this only keeps the data for the visible layer. I could be corrected on this though