How to fade in and out two logos inside the same scene? [c#]
I wanted to make a scene only for my logo (one logo from my school, and another for my group), without having to create a scene for each logo. Instead, I created a panel for each logo, and I want to make each of them fade in, stay on the screen for 2 seconds, and fade out. I tried many scripts, but none of them seems to work.
Answer by eatsleepindie · Apr 13, 2017 at 05:04 PM
Have you tried CrossFadeAlpha?
Just a note, if you want them to start transparent, do not set the alpha manually in the editor or CrossFadeAlpha will not work. Use SetAlpha to set the transparency.
Follow this Question
Related Questions
How to fade in and out two panels in a scene? (c#) 1 Answer
What's the easiest way to fade a sprite in? - Looking for equiv of jQuery's fadeIn() 0 Answers
Audio Fade With Toggle 1 Answer
...Smashing myself endlessly in the face with a brick.. 0 Answers
Lerp frm opacity does't reveal material 0 Answers