Behavior change in typewriter effect?

Announcements, support questions, and discussion for the Dialogue System.
Post Reply
mgregoirelds
Posts: 106
Joined: Wed Aug 23, 2017 4:10 pm
Location: Canada

Behavior change in typewriter effect?

Post 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?
Unity 2022.3.17f1
Dialogue System 2.2.44.1
OpenAI Addon 1.0.12
User avatar
Tony Li
Posts: 22055
Joined: Thu Jul 18, 2013 1:27 pm

Re: Behavior change in typewriter effect?

Post 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.
mgregoirelds
Posts: 106
Joined: Wed Aug 23, 2017 4:10 pm
Location: Canada

Re: Behavior change in typewriter effect?

Post 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 !
Unity 2022.3.17f1
Dialogue System 2.2.44.1
OpenAI Addon 1.0.12
User avatar
Tony Li
Posts: 22055
Joined: Thu Jul 18, 2013 1:27 pm

Re: Behavior change in typewriter effect?

Post by Tony Li »

Happy to help!
Post Reply