Page 1 of 1

About the speed of the text.

Posted: Wed Nov 01, 2023 8:58 pm
by KK03
Hello.

How do I change the text speed?" I have messed around with the "Subtitle Settings" but it doesn't change it.

Re: About the speed of the text.

Posted: Wed Nov 01, 2023 9:13 pm
by Tony Li
Hi,

If you mean the typewriter speed, on your dialogue UI inspect the subtitle panel's subtitle text GameObject. It will have a UnityUITypewriterEffect or TextMeshProTypewriterEffect. Change its Characters Per Second.

Note: If you're using the Dialogue Manager's Default Sequence -- Delay({{end}}) -- and if you don't wait for the player to click a continue button, make sure Subtitle Chars Per Second is always equal to or less than the typewriter's Characters Per Second. Otherwise the conversation may advance before the typewriter has finished.