Page 1 of 1

CrossFade Transition

Posted: Sun Jul 07, 2019 8:00 pm
by Stalker_EG
Good day!
I decided to write a question because I was desperate to find an answer :(
I am creating a 2D project and I need to make transitions between the background images.
I cannot use the existing "fade" sequence command, because it does this through black.
I need a crossfade effect. Crossfade the image smoothly into another image.
Tell me please, how can this be done?

Re: CrossFade Transition

Posted: Sun Jul 07, 2019 8:35 pm
by Tony Li
You can create an animation clip and use the AnimatorPlay() or Animation() sequencer command to play it in a conversation, depending on whether you've added it to an Animator or Animation component.

Or you can write a custom sequencer command. But I think the animation clip might be easier.