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 ?
Continue Button not always the same behaviour !
Re: Continue Button not always the same behaviour !
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.
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 !
pixel crushers : best support ever !
thanks !
thanks !
Re: Continue Button not always the same behaviour !
Glad to help!