We could end here, but suppose we want to track more data than just the images for each artwork, such as artist, title, description, and so on. First, we'll consider several software design patterns to manage the data, including separate lists, data structures, and scriptable objects. Later, we'll update our ArtworkRig to display the info with each framed artwork.
The first two scenarios are for explanation only. We will actually implement the ScriptableObjects one last.