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?
Behavior change in typewriter effect?
-
- Posts: 106
- Joined: Wed Aug 23, 2017 4:10 pm
- Location: Canada
Behavior change in typewriter effect?
Unity 2022.3.17f1
Dialogue System 2.2.44.1
OpenAI Addon 1.0.12
Dialogue System 2.2.44.1
OpenAI Addon 1.0.12
Re: Behavior change in typewriter effect?
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.
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.
-
- Posts: 106
- Joined: Wed Aug 23, 2017 4:10 pm
- Location: Canada
Re: Behavior change in typewriter effect?
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 !
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
Dialogue System 2.2.44.1
OpenAI Addon 1.0.12
Re: Behavior change in typewriter effect?
Happy to help!