Page 1 of 1

How to Disable Fading of Dialogue Panel?

Posted: Mon Dec 18, 2023 5:19 pm
by Unrighteous
Hello,

I've been trying to figure out how to completely disable fading on the dialogue panel, so that it doesn't fade in or out, but just instantly appears and disappears.

I've modified all of the animations in the "Canvas Group Animator Controller" to be instant. However, the subtitle and response panels always fade out when the conversation is over, and I'm not sure where this behavior is coming from.

Any advice on this would be appreciated.

Thank you.

Re: How to Disable Fading of Dialogue Panel?

Posted: Mon Dec 18, 2023 6:48 pm
by Tony Li
Hi,

Those panels have Animators, too. Remove the Animators from the Dialogue Panel, all subtitle panels, and all menu panels. Then clear their Show Animator Trigger and Hide Animation Trigger fields.

Re: How to Disable Fading of Dialogue Panel?

Posted: Tue Dec 19, 2023 1:58 pm
by Unrighteous
That works! Thanks!

I still don't really understand why the fade was still occurring since they all use the same animator controller and I modified the "Hide" animation to be instant, but I may have missed something.

This works perfectly though. Ideally, I wanted to control the fading through code, and I can do that now, thanks again.

Re: How to Disable Fading of Dialogue Panel?

Posted: Tue Dec 19, 2023 2:11 pm
by Tony Li
Glad to help!

Maybe the Animator was pointing to a different animator controller, or maybe that animator controller was pointing to a different animation clip than what you expected. Anyway, I'm glad you have it the way you want now.