What's the easiest way to fade a sprite in? - Looking for equiv of jQuery's fadeIn()
I'm doing an interface that requires a lot of UI elements to be faded in and out. I'm using animations to do the fading, but it seems a bit of a long way around because you have to create an animator, then an animation - which isn't a lot of work on it's own, but is when you scale it up.
I wondered if there was a faster way of doing this, perhaps something equivalent to jQuery's fadeIn() function which is quick and easy, you call it once on the element and it just does the job.
Your answer
Follow this Question
Related Questions
How do I use Mechanim to animate UI Image fade in and fade out? 0 Answers
...Smashing myself endlessly in the face with a brick.. 0 Answers
How to fade in and out two logos inside the same scene? [c#] 1 Answer
How to fade out picture 1 Answer
How to fade in and out a image in a loop?,How do I fade in and out image on a loop? 0 Answers