I'm planning to develop a number painting game.
Each image to be painted is actually layers of Sprites that got their own colliders and shapes.
There could be new contents that can be downloaded in the future.
I wonder what is the best way to implement this .
Should I make each of these images a Layout?
Can Layouts be seriallized and programmatically downloaded into the game?