So, just wondering if you can let me know if there is a better way of swapping in sprites? ie I would have two game objects box closed and box open, and then use Object: Visibility to turn the game object off and on. These sprites would be the same size, so is there a better way to swap the sprite out of one game object instead?
It looks like you're new here. If you want to get involved, click one of these buttons!
Comments
Use animation to control what sprite is shown at a given time, and the Object: Animate to control playback at runtime.
That seems to be just as fiddly? I'll try it, but Object Visibility seems safer to me