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..
How to let Continue button click once show all words and click again to into next node?
Re: How to let Continue button click once show all words and click again to into next node?
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.
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?
Thank you ! It helps me a lot.
Really thank you always reply our questions almost every day.
Really thank you always reply our questions almost every day.