Page 1 of 1

A question about continue button

Posted: Thu Mar 06, 2025 10:11 am
by Lucian1899
Hi, sorry for disturbing, I have another question about continue button.

The dialogue UI worked well at first in my game, but after I changed TextMeshPro-Text(UI) for subtitle panel, here is a strange bug: When the continue button appears, the dialogue could not scroll to the bottom of the Scroll Rect automatically(but when response options appears, it could scroll). I wonder if I did something wrong with UI Typewritter Effect or TMP setting, thank you for help!

Re: A question about continue button

Posted: Thu Mar 06, 2025 11:48 am
by Tony Li
Hi,

Add a TextMeshProTypewriterEffect to your Subtitle Text (TMP version). Configure the OnCharacter() and/or OnEnd() events to set the Scroll Rect's verticalNormalizedPosition to 0.

Re: A question about continue button

Posted: Fri Mar 07, 2025 10:19 pm
by Lucian1899
That's awesome! Thank you so much!

Re: A question about continue button

Posted: Fri Mar 07, 2025 11:21 pm
by Tony Li
Glad to help!