possible (minor) animation fade-in bug?
Posted: Sat Oct 17, 2015 9:31 am
I'm noticing when using either the "Slide Right Canvas Group Animator Controller" or the "Canvas Group Animator Controller" that there's a single-frame "flash" of the empty dialogue window before the Canvas Group's alpha is reset by the animation from 1 to 0, and then starts fading back up to 1 again.
I've already set the Canvas Group to 0 Alpha before the scene begins. However, as soon as the first conversation starts it is set to 1 and never resets back to 0 (unless animated temporarily).
I think the dialogue manager is setting this to 1 during the first conversation, but forgetting to reset it back to its original value after the conversation ends.
Maybe I can work around this issue by resetting the Canvas Group alpha back to 0 in my HideSubtitle() override?
I've already set the Canvas Group to 0 Alpha before the scene begins. However, as soon as the first conversation starts it is set to 1 and never resets back to 0 (unless animated temporarily).
I think the dialogue manager is setting this to 1 during the first conversation, but forgetting to reset it back to its original value after the conversation ends.
Maybe I can work around this issue by resetting the Canvas Group alpha back to 0 in my HideSubtitle() override?