CrossFade Transition

Announcements, support questions, and discussion for the Dialogue System.
Post Reply
User avatar
Stalker_EG
Posts: 31
Joined: Sun Jul 07, 2019 7:57 pm

CrossFade Transition

Post 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?
User avatar
Tony Li
Posts: 22055
Joined: Thu Jul 18, 2013 1:27 pm

Re: CrossFade Transition

Post 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.
Post Reply