About the speed of the text.

Announcements, support questions, and discussion for the Dialogue System.
Post Reply
KK03
Posts: 6
Joined: Sat Mar 25, 2023 11:59 pm

About the speed of the text.

Post by KK03 »

Hello.

How do I change the text speed?" I have messed around with the "Subtitle Settings" but it doesn't change it.
User avatar
Tony Li
Posts: 21679
Joined: Thu Jul 18, 2013 1:27 pm

Re: About the speed of the text.

Post 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.
Post Reply