I need some help with a game intro I am working on. When the game first boots up I need it to display multiple splash screens that fade in and out. I am using Unity Free. I’m not sure how to achieve this effect… I have multiple JPEG graphics that I need to fade out, wait a few seconds, then fade the next one in, and so on for 8 different images. If anybody can help me out, I would appreciate it so much.
In each scene that you want to display an image, add the script above to the camera. Then in the inspector, assign the following variables to the script:
Assign the image you want to display to imageToDisplay
In timeToDisplayImage enter the time you want the image to be shown in seconds
In nextLevelToLoad enter the number of the next level you want to load, according to the order you put them in the build settings.