Page 1 of 1

Issue with continue button

Posted: Sat Apr 25, 2020 7:09 am
by Psishe228
Hi
I apologize if I write in the wrong direction
Yesterday I bought a Text Animator for Unity asset from Febucci and my continue dialog button got a little broken.
The whole problem is shown in the video. After pressing the button, the dialog immediately proceeds to the next node, although usually it went to the end of the node. I would like to find a solution to this problem, maybe it is already built-in. I apologize for the possibly stupid question, I'm new to programming and can't figure it out.

Normal operation shown first, then broken

Re: Issue with continue button

Posted: Sat Apr 25, 2020 8:37 am
by Tony Li
Hi,

I just posted a script here.

Text Animator doesn't use the Dialogue System's built-in typewriter scripts, so it needs a small extra to handle continue button fast-forwarding.

Re: Issue with continue button

Posted: Sat Apr 25, 2020 10:02 am
by Psishe228
Thank you so much!

Re: Issue with continue button

Posted: Sat Apr 25, 2020 11:18 am
by Tony Li
Happy to help!