Page 1 of 1

Behavior change in typewriter effect?

Posted: Mon Dec 02, 2019 1:53 pm
by mgregoirelds
Hello Tony,

I would like to know if there has been a behavior change between 2.2.0 and 2.2.3 for typewriting effect? Using 2.2.0, when I pressed the Continue button before the sentence was done completing, it was doing auto-complete to display the whole dialogue. Using 2.2.3, the same sequence is skipping directly to the next dialogue entry instead of completing. Is there anything I should change in my configuration for the typewriter to revert to the previous behavior? Was it something that changed between 2.2.0 to 2.2.3?

Re: Behavior change in typewriter effect?

Posted: Mon Dec 02, 2019 3:54 pm
by Tony Li
Hi Maxime,

There were some internal changes to subtitle panels and typewriter effects, but it sounds like the issue is with the continue button. Does your continue button have a StandardUIContinueButtonFastForward component? This is the component that makes the continue button fast-forward the typewriter if it's still playing, and continue to the next dialogue entry if the typewriter is done.

Re: Behavior change in typewriter effect?

Posted: Tue Dec 03, 2019 10:55 am
by mgregoirelds
Hello Tony,

Great, that did it. I guess something changed in the way my prefab was setup, but now the StandardUIContinueButtonFastForward component is added and saved properly. Thanks !

Re: Behavior change in typewriter effect?

Posted: Tue Dec 03, 2019 12:09 pm
by Tony Li
Happy to help!