I have a seamless sprite animation for the background, how should I do this?

Can I have an animation repeat itself in the background? Even a series of such animations layered for a parallax effect?
Instead of just a motionless, seamless, background texture that repeats.
Please let me know!!
I just started using Unity =D
Its awesome!

  • Paloma

Sure
Just make an animated sprite for your background, then make that sprite a child of the camera object so that it always stays in view of the camera if the camera moves.