I've been designing my Dialogue UI and am getting it close to the way I want. I ran into an issue I can't find a solution to.
I want the continue button (which is now invisibly expanded across the whole screen) to skip the type writer effect, if the type writer is typing. If not, I want to continue.
If you're basing your UI off the Standard Dialogue UI scripts, you can put a StandardUIContinueButtonFastForward component on the continue button, and configure the Button component's OnClick() method to call its OnFastForward() method. If you're not using Standard Dialogue UI, you can take a look at the StandardUIContinueButtonFastForward script and do the same thing that it does in your own script.
Ah, I misunderstood and thought you wanted to fast forward immediately to the end. If you want to speed up the typewriter effect, see this post for another example.
Tony Li wrote: ↑Fri May 07, 2021 1:07 pm
Ah, I misunderstood and thought you wanted to fast forward immediately to the end. If you want to speed up the typewriter effect, see this post for another example.
You were correct, I did, but then I got distracted in thinking that maybe I should just speed up the text very quickly. Your links helped! Thank you very much again