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?
CrossFade Transition
Re: CrossFade Transition
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.
Or you can write a custom sequencer command. But I think the animation clip might be easier.