- Home /
How to make a Dynamic Background ?
I want to make a Dynamic Background like this (The animated green water with fishs behind the jewelry board): http://youtu.be/oHH17jZ7XWc?t=1m23s Can anyone know how to do it ? Thanks
*Edited: To Anyone who're seeking for the solution about this problem that using Unity free version: you can use particle system as a background. Just place it in the camera view and behind the other game objects. Here're some of them: https://www.assetstore.unity3d.com/#/content/3045*
Answer by pottyscotty · Apr 05, 2014 at 02:32 PM
Use a Movie Clip as a background.
You will need to have Unity Pro. If you don't have it you will have to use a Gif ins$$anonymous$$d, which you'll have to look up about. If you do have Pro, you can read about them here: http://docs.unity3d.com/Documentation/Components/class-$$anonymous$$ovieTexture.html
There are many questions how to use them around so Google is your best friend :)
Answer by Cynikal · Apr 05, 2014 at 09:35 PM
You can render out a movie file, use a Movie Clip(Pro Feature) as your background. Tell it to play/loop.
OR... You could just write some code that moves some stuff around in the background.
Your answer
Follow this Question
Related Questions
How can I make tiles move for a dynamic background 0 Answers
How can I tell when the Unity window is inactive? 1 Answer
Paused Menu backdrop 1 Answer
Set a constant 2d background? 2 Answers