Animated background

Hey Unity Users.

I am making a main menu for a game, and i have made a animation in photoshop. I want that to be my background. Anyone can tell me how i do that?

Thanks in advance :slight_smile:

You could use GUI.DrawTexture to draw the background and just change the image periodically. If you can assemble the animation into a movie file, you might be able to use a MovieTexture on a plane object in the background to show the sequence.