Page 1 of 1
How to let Continue button click once show all words and click again to into next node?
Posted: Wed Nov 25, 2020 3:25 am
by shortlin
As Title
I found I click once would quickly into the next node not waiting the type writer animation.And I did not find any setting could set that..
Re: How to let Continue button click once show all words and click again to into next node?
Posted: Wed Nov 25, 2020 10:57 am
by Tony Li
Hi,
Add a StandardUIContinueButtonFastForward component to the continue button. Assign the subtitle text to it. Then configure the Button's OnClick() event to call StandardUIContinueButtonFastForward.OnFastForward.
The built-in prefabs such as Basic Standard Dialogue UI use this component.
Re: How to let Continue button click once show all words and click again to into next node?
Posted: Wed Nov 25, 2020 10:24 pm
by shortlin
Thank you ! It helps me a lot.
Really thank you always reply our questions almost every day.
Re: How to let Continue button click once show all words and click again to into next node?
Posted: Thu Nov 26, 2020 7:48 am
by Tony Li
Glad to help!