Page 1 of 1

Continue Button not always the same behaviour !

Posted: Wed Sep 23, 2020 4:36 am
by duss
Hello,
I have 3 differents subtitels panel
- 1 for the player with picture in 3D
- 1 for the NPCs with 2D pictures
- 1 for the narration without picture (in yellow in the video)

in the player and NPC panel, when a touch continue button (all the screen) the remaining text is instantly displayed.
If i touch continue button, i have the next dialogue enter

in my narration panel, if i touch the continue button, it's directly go to next dialogue enter without showing first all the current text.

i would like to have the same bahaviour but i don't find how to set it !
My subtitles panel and continue button settings are the same

https://www.dropbox.com/s/9u65gvagsxm8p ... 2.mov?dl=0

could you help please ?

Re: Continue Button not always the same behaviour !

Posted: Wed Sep 23, 2020 1:09 pm
by Tony Li
Hi,

Add a StandardUIContinueButtonFastForward component to the narration panel's continue button. Then assign the subtitle text element to it. Configure the continue button's OnClick() event to call StandardUIContinueButtonFastForward.OnFastForward.

Re: Continue Button not always the same behaviour !

Posted: Wed Sep 23, 2020 4:09 pm
by duss
pixel crushers : best support ever !

thanks !

Re: Continue Button not always the same behaviour !

Posted: Wed Sep 23, 2020 4:29 pm
by Tony Li
Glad to help! :-)