I have a collectible object that can spawn as one of four different 'types' with different sprites. I want to use a single Prefab object to represent all four. What's a good way to load the correct sprite when an instance of the prefab is instantiated?
I could use an Animator with four one-keyframe animations, but since the sprite isn't actually animating at all this seems like it would be a waste of resources.