How to let Continue button click once show all words and click again to into next node?

Announcements, support questions, and discussion for the Dialogue System.
Post Reply
shortlin
Posts: 73
Joined: Wed Jun 03, 2020 1:52 am

How to let Continue button click once show all words and click again to into next node?

Post 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..
User avatar
Tony Li
Posts: 22051
Joined: Thu Jul 18, 2013 1:27 pm

Re: How to let Continue button click once show all words and click again to into next node?

Post 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.
shortlin
Posts: 73
Joined: Wed Jun 03, 2020 1:52 am

Re: How to let Continue button click once show all words and click again to into next node?

Post by shortlin »

Thank you ! It helps me a lot.
Really thank you always reply our questions almost every day.
User avatar
Tony Li
Posts: 22051
Joined: Thu Jul 18, 2013 1:27 pm

Re: How to let Continue button click once show all words and click again to into next node?

Post by Tony Li »

Glad to help! :-)
Post Reply